code stringlengths 1 2.01M | repo_name stringlengths 3 62 | path stringlengths 1 267 | language stringclasses 231
values | license stringclasses 13
values | size int64 1 2.01M |
|---|---|---|---|---|---|
/*
* Bunisoft the Open Source Communications Company
* Copyright 2006, Bunisoft Inc.,
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* the License, or (at your opt... | zzuoqiang-teremail | panto/src/main/java/org/teremail/panto/BodyHeader.java | Java | lgpl | 2,429 |
/*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.
*
* This software is distributed in the hope that it will be u... | zzuoqiang-teremail | panto/src/main/java/org/teremail/panto/IOUtil.java | Java | lgpl | 6,263 |
/*
* Bunisoft the Open Source Communications Company
* Copyright 2006, Bunisoft Inc.,
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* the License, or (at your opt... | zzuoqiang-teremail | panto/src/main/java/org/teremail/panto/BoundaryInputStream.java | Java | lgpl | 6,558 |
/*
* Bunisoft the Open Source Communications Company
* Copyright 2006, Bunisoft Inc.,
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* the License, or (at your opt... | zzuoqiang-teremail | panto/src/main/java/org/teremail/panto/MimeParser.java | Java | lgpl | 5,322 |
/*
* Bunisoft the Open Source Communications Company
* Copyright 2006, Bunisoft Inc.,
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* the License, or (at your opt... | zzuoqiang-teremail | panto/src/main/java/org/teremail/panto/ContentHeader.java | Java | lgpl | 5,434 |
/*
* Bunisoft the Open Source Communications Company
* Copyright 2006, Bunisoft Inc., and individual contributors as
* indicated by the @authors tag. See the copyright.txt in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* ... | zzuoqiang-teremail | panto/src/main/java/org/teremail/panto/TextUtil.java | Java | lgpl | 3,463 |
/*
* Bunisoft the Open Source Communications Company
* Copyright 2006, Bunisoft Inc.,
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* the License, or (at your opt... | zzuoqiang-teremail | panto/src/main/java/org/teremail/panto/NullContentHandler.java | Java | lgpl | 1,720 |
/*
* Bunisoft the Open Source Communications Company
* Copyright 2006, Bunisoft Inc.,
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* the License, or (at your opt... | zzuoqiang-teremail | panto/src/main/java/org/teremail/panto/ContentType.java | Java | lgpl | 5,247 |
/*
* Bunisoft the Open Source Communications Company
* Copyright 2006, Bunisoft Inc.,
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* the License, or (at your opt... | zzuoqiang-teremail | panto/src/main/java/org/teremail/panto/HeaderParser.java | Java | lgpl | 6,211 |
/*
* Bunisoft the Open Source Communications Company
* Copyright 2006, Bunisoft Inc.,
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* the License, or (at your opt... | zzuoqiang-teremail | panto/src/main/java/org/teremail/panto/ContentHandler.java | Java | lgpl | 3,100 |
/*
* Bunisoft the Open Source Communications Company
* Copyright 2006, Bunisoft Inc.,
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* the License, or (at your opt... | zzuoqiang-teremail | panto/src/main/java/org/teremail/panto/ContentTransferEncoding.java | Java | lgpl | 2,416 |
set define off
set verify off
set feedback off
WHENEVER SQLERROR EXIT SQL.SQLCODE ROLLBACK
begin wwv_flow.g_import_in_progress := true; end;
/
--application/set_environment
prompt APPLICATION 100 - Sales
--
-- Application Export:
-- Application: 100
-- Name: Sales
-- Date and Time: 01:37 Mo... | zzzproject | f100.sql | PLSQL | gpl2 | 1,397,014 |
spool logs\access_control_insert.log
delete from access_control;
insert into access_control values(access_id_seq.nextval,1,0,0,'ADMINISTRATOR','HOME_PAGE');
insert into access_control values(access_id_seq.nextval,1,0,0,'ADMINISTRATOR','DICTIONARY_PAGE');
insert into access_control values(access_id_seq.nextv... | zzzproject | Table creation and population scripts/access_control_insert.sql | PLSQL | gpl2 | 517 |
spool logs\geography_insert.log
delete from geography;
--insert areas
insert into geography values (1,null,'AREA','Волга');
insert into geography values (2,null,'AREA','СЗ');
insert into geography values (3,null,'AREA','Урал + Сибирь + ДВ');
insert into geography values (4,null,'AREA','Москва + ЦФО');
insert... | zzzproject | Table creation and population scripts/geography_insert.sql | PLSQL | gpl2 | 2,117 |
spool logs\employee_insert.log
delete from employee;
--insert teams into employees
insert into employee values (98,null,'TEAM','KAMs',null);
insert into employee values (99,null,'TEAM','REPs',null);
--insert senkams
insert into employee values (1,98,'SKAM','Мельниченко',null);
insert into employee valu... | zzzproject | Table creation and population scripts/employee_insert.sql | PLSQL | gpl2 | 3,769 |
spool logs\create_or_replace_views.log
create or replace view all_dates
as
SELECT to_date('31.12.2006','dd.mm.yyyy')+rownum dt
FROM dual
CONNECT BY level <= (sysdate+365 - to_date('01.01.2007','dd.mm.yyyy'));
create or replace view v_dates as
--AS
--WITH all_dates AS
-- (SELECT to_date('31.12.2006... | zzzproject | Table creation and population scripts/Create_or_replace_views.sql | PLSQL | gpl2 | 8,578 |
del logs\*.log
set nls_lang=american_america.al32utf8
call create_user.bat
call create_tables.bat
call create_views.bat
call insert_data.bat
call create_reports.bat
call create_apex.bat
| zzzproject | Table creation and population scripts/run_update.bat | Batchfile | gpl2 | 198 |
spool logs\transaction_data.log
DROP SEQUENCE TRANSACTIONS_ID_SEQ;
CREATE SEQUENCE TRANSACTIONS_ID_SEQ
MINVALUE 1 MAXVALUE 999999999999999999999999 INCREMENT BY 1 NOCYCLE ;
DROP TABLE TRANSACTIONS_DATA;
CREATE TABLE TRANSACTIONS_DATA
(
IDTRAN NUMBER,
IDBR NUMBER(11,0) ,
IDIMS ... | zzzproject | Table creation and population scripts/transaction_data_script.sql | PLSQL | gpl2 | 17,033 |
sqlplus mdb_rep/mdb@xe @reports_script.sql
sqlplus mdb_rep/mdb@xe @db.sql
sqlplus mdb_rep/mdb@xe @funciton.sql
sqlplus mdb_rep/mdb@xe @bigtable.sql
| zzzproject | Table creation and population scripts/create_reports.bat | Batchfile | gpl2 | 156 |
spool logs\affiliation_insert.log
delete from affiliation;
--insert senkams mapping
insert into affiliation values(affiliation_id_seq.nextval,'EMPL_GEO',1,2,'ACTV',to_date('01.01.2000','dd.mm.yyyy'),to_date('31.12.9999','dd.mm.yyyy'));
insert into affiliation values(affiliation_id_seq.nextval,'EMPL_GEO',2,4,'AC... | zzzproject | Table creation and population scripts/affiliation_insert.sql | PLSQL | gpl2 | 897 |
set nls_lang=american_america.al32utf8
sqlplus mdb_rep/mdb@xe @areas_insert.sql
sqlplus mdb_rep/mdb@xe @br_insert.sql
sqlplus mdb_rep/mdb@xe @busunits_insert.sql
sqlplus mdb_rep/mdb@xe @clients_insert.sql
sqlplus mdb_rep/mdb@xe @discounts_insert.sql
sqlplus mdb_rep/mdb@xe @half_year_insert.sql
sqlplus mdb_rep/... | zzzproject | Table creation and population scripts/insert_data.bat | Batchfile | gpl2 | 1,167 |
pause
sqlplus system/sysdrte@xe @..\amgtest.sql
pause
sqlplus mdb_rep/mdb@xe @..\f100.sql
| zzzproject | Table creation and population scripts/create_apex.bat | Batchfile | gpl2 | 96 |
spool logs\products_new_insert.log
delete from Products_new;
insert into products_new
select
productsn_idprod_seq.nextval,
prod,
idprodgr,
null as comments
from (
select distinct prod, idprodgr from products
);
commit;
spool off
exit;
| zzzproject | Table creation and population scripts/products_new_insert.sql | PLSQL | gpl2 | 260 |
sqlplus system/sysdrte@xe @user_creation.sql
| zzzproject | Table creation and population scripts/create_user.bat | Batchfile | gpl2 | 46 |
sqlplus mdb_rep/mdb@xe @areas.sql
sqlplus mdb_rep/mdb@xe @br.sql
sqlplus mdb_rep/mdb@xe @busunits.sql
sqlplus mdb_rep/mdb@xe @clients.sql
sqlplus mdb_rep/mdb@xe @discounts.sql
sqlplus mdb_rep/mdb@xe @half_year.sql
sqlplus mdb_rep/mdb@xe @ims.sql
sqlplus mdb_rep/mdb@xe @import.sql
sqlplus mdb_rep/mdb@xe @kam.s... | zzzproject | Table creation and population scripts/create_tables.bat | Batchfile | gpl2 | 906 |
sqlplus mdb_rep/mdb@xe @Create_or_replace_views.sql
| zzzproject | Table creation and population scripts/create_views.bat | Batchfile | gpl2 | 61 |
spool logs\clients_update.log
update clients t
set idreg = (select geography_id from geography where geography_name = (select distinct reg from regs where idreg = t.idreg) and geography_type = 'REGION');
--insert missing cities in geography
declare
l_cnt number;
begin
for i in (select distinct city, idreg ... | zzzproject | Table creation and population scripts/Clients_update.sql | PLSQL | gpl2 | 1,288 |
# adjust paths below and then run
# . ./android-gcc-setup.sh
# to setup build environment
export NDK=$HOME/fun/android/android-ndk
HOST_TYPE=darwin-x86
ANDROID_VERSION=3
LIBDIR=$NDK/build/platforms/android-$ANDROID_VERSION/arch-arm/usr/lib
export CFLAGS="-march=armv5te -mtune=xscale"
export CC=$NDK/toolchains/arm-ea... | zzoru007-apv | pdfview/scripts/android-gcc-setup.sh | Shell | gpl3 | 529 |
#!/bin/sh
SCRIPTDIR=`dirname $0`
. $SCRIPTDIR/android-gcc-setup.sh
cd $SCRIPTDIR/..
if [ ! -d "deps" ]
then
mkdir -p deps
fi
cd deps
DEPSDIR=$PWD
JNIDIR=$DEPSDIR/../jni
if [ ! -d "$JNIDIR/pdfview2/lib" ]
then
mkdir -p $JNIDIR/pdfview2/lib
fi
if [ ! -d "$JNIDIR/pdfview2/include" ]
then
mkdir -p $JNIDIR/pd... | zzoru007-apv | pdfview/scripts/build-native.sh | Shell | gpl3 | 2,006 |
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Android PDF Viewer</title>
<style type="text/css">
body {
font-family: sans-serif;
font-size: 11pt;
}
</style>
... | zzoru007-apv | pdfview/res/raw-pl/about.html | HTML | gpl3 | 4,121 |
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Android PDF Viewer</title>
<style type="text/css">
body {
font-family: sans-serif;
font-size: 11pt;
}
</style>
</head>
<body>
<h1>About APV</h1>
<h2>Ove... | zzoru007-apv | pdfview/res/raw/about.html | HTML | gpl3 | 3,552 |
package cx.hell.android.pdfview;
import java.io.File;
import java.io.FileDescriptor;
import java.io.FileNotFoundException;
import java.util.List;
import android.app.Activity;
import android.app.AlertDialog;
import android.app.Dialog;
import android.content.ContentResolver;
import android.content.DialogInterface;
impo... | zzoru007-apv | pdfview/src/cx/hell/android/pdfview/OpenFileActivity.java | Java | gpl3 | 21,608 |
package cx.hell.android.pdfview;
import java.io.BufferedInputStream;
import java.io.IOException;
import java.io.InputStream;
import android.app.Activity;
import android.os.Bundle;
import android.webkit.WebView;
/**
* Displays "About..." info.
*/
public class AboutPDFViewActivity extends Activity {
... | zzoru007-apv | pdfview/src/cx/hell/android/pdfview/AboutPDFViewActivity.java | Java | gpl3 | 1,012 |
package cx.hell.android.pdfview;
import java.io.IOException;
import java.io.InputStream;
import android.util.Log;
import android.widget.ProgressBar;
public class StreamUtils {
public static byte[] readBytesFully(InputStream i) throws IOException {
return StreamUtils.readBytesFully(i, 0, null);
}
... | zzoru007-apv | pdfview/src/cx/hell/android/pdfview/StreamUtils.java | Java | gpl3 | 1,470 |
package cx.hell.android.pdfview;
import java.io.File;
import java.io.FileFilter;
import java.io.IOException;
import java.util.Arrays;
import java.util.Comparator;
import android.app.Activity;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.os.Environment;
i... | zzoru007-apv | pdfview/src/cx/hell/android/pdfview/ChooseFileActivity.java | Java | gpl3 | 4,483 |
package cx.hell.android.pdfview;
import java.io.File;
import java.io.FileDescriptor;
import java.util.List;
import cx.hell.android.lib.pagesview.FindResult;
/**
* Native PDF - interface to native code.
*/
public class PDF {
static {
System.loadLibrary("pdfview2");
}
/**
* Simple s... | zzoru007-apv | pdfview/src/cx/hell/android/pdfview/PDF.java | Java | gpl3 | 3,160 |
package cx.hell.android.pdfview;
/**
* High level user-visible application exception.
*/
public class ApplicationException extends Exception {
private static final long serialVersionUID = 3168318522532680977L;
public ApplicationException(String message) {
super(message);
}
}
| zzoru007-apv | pdfview/src/cx/hell/android/pdfview/ApplicationException.java | Java | gpl3 | 299 |
/*
* Copyright 2010 Ludovic Drolez
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is d... | zzoru007-apv | pdfview/src/cx/hell/android/pdfview/Bookmark.java | Java | gpl3 | 4,596 |
package cx.hell.android.pdfview;
import java.util.Collection;
import java.util.Collections;
import java.util.HashMap;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import android.graphics.Bitmap;
import android.util.Log;
import cx.hell.android.lib.pag... | zzoru007-apv | pdfview/src/cx/hell/android/pdfview/PDFPagesProvider.java | Java | gpl3 | 12,569 |
package cx.hell.android.lib.pagesview;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import android.graphics.Rect;
import android.util.Log;
/**
* Find result.
*/
public class FindResult {
/**
* Logging tag.
*/
public static final String TAG = "cx.hell.andr... | zzoru007-apv | pdfview/src/cx/hell/android/lib/pagesview/FindResult.java | Java | gpl3 | 1,538 |
package cx.hell.android.lib.pagesview;
/**
* Tile definition.
* Can be used as a key in maps (hashable, comparable).
*/
public class Tile {
/**
* X position of tile in pixels.
*/
private int x;
/**
* Y position of tile in pixels.
*/
private int y;
private int zoom;
private in... | zzoru007-apv | pdfview/src/cx/hell/android/lib/pagesview/Tile.java | Java | gpl3 | 1,338 |
package cx.hell.android.lib.pagesview;
public class RenderingException extends Exception {
private static final long serialVersionUID = 1010978161527539002L;
public RenderingException(String message) {
super(message);
}
}
| zzoru007-apv | pdfview/src/cx/hell/android/lib/pagesview/RenderingException.java | Java | gpl3 | 239 |
package cx.hell.android.lib.pagesview;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.graphics.Bitmap;
import android.graphics.Canvas;
i... | zzoru007-apv | pdfview/src/cx/hell/android/lib/pagesview/PagesView.java | Java | gpl3 | 21,589 |
package cx.hell.android.lib.pagesview;
import java.util.Map;
import android.graphics.Bitmap;
/**
* Allow renderer to notify view that new bitmaps are ready.
* Implemented by PagesView.
*/
public interface OnImageRenderedListener {
void onImagesRendered(Map<Tile,Bitmap> renderedImages);
void onRender... | zzoru007-apv | pdfview/src/cx/hell/android/lib/pagesview/OnImageRenderedListener.java | Java | gpl3 | 365 |
package cx.hell.android.lib.pagesview;
import java.util.Collection;
import android.graphics.Bitmap;
/**
* Provide content of pages rendered by PagesView.
*/
public abstract class PagesProvider {
/**
* Get page image tile for drawing.
*/
public abstract Bitmap getPageBitmap(Tile tile);
/... | zzoru007-apv | pdfview/src/cx/hell/android/lib/pagesview/PagesProvider.java | Java | gpl3 | 1,268 |
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := openjpeg
LOCAL_SRC_FILES := \
bio.c \
cio.c \
dwt.c \
event.c \
image.c \
j2k.c \
j2k_lib.c \
jp2.c \
jpt.c \
mct.c \
mqc.c \
openjpeg.c \
pi.c \
raw.c \
t1.c \
t1_generate_luts.c \
t2.c \
tcd.c \
tgt.c
include $(BUILD_STATIC_LI... | zzoru007-apv | pdfview/jni/openjpeg/Android.mk | Makefile | gpl3 | 362 |
/*
* This file registers the FreeType modules compiled into the library.
*
* If you use GNU make, this file IS NOT USED! Instead, it is created in
* the objects directory (normally `<topdir>/objs/') based on information
* from `<topdir>/modules.cfg'.
*
* Please read `docs/INSTALL.ANY' and `docs/CUSTOMIZE' ... | zzoru007-apv | pdfview/jni/freetype-overlay/include/freetype/config/ftmodule.h | C | gpl3 | 1,429 |
#ifdef PDFVIEW2_H__
#error PDFVIEW2_H__ can be included only once
#endif
#define PDFVIEW2_H__
#include "fitz.h"
#include "mupdf.h"
/**
* Holds pdf info.
*/
typedef struct {
pdf_xref *xref;
pdf_outline *outline;
int fileno; /* used only when opening by file descriptor */
pdf_page **pages; /* lazy-load... | zzoru007-apv | pdfview/jni/pdfview2/pdfview2.h | C | gpl3 | 1,510 |
#include <string.h>
#include <jni.h>
#include "android/log.h"
#include "pdfview2.h"
#define PDFVIEW_LOG_TAG "cx.hell.android.pdfview"
#define PDFVIEW_MAX_PAGES_LOADED 16
extern char fz_errorbuf[150*20]; /* defined in fitz/apv_base_error.c */
JNIEXPORT jint JNICALL
JNI_OnLoad(JavaVM *jvm, void *reserved) {
... | zzoru007-apv | pdfview/jni/pdfview2/pdfview2.c | C | gpl3 | 36,178 |
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_C_INCLUDES := $(LOCAL_PATH)/../mupdf/fitz $(LOCAL_PATH)/../mupdf/pdf $(LOCAL_PATH)/../freetype-overlay/include $(LOCAL_PATH)/../freetype/include
LOCAL_LDLIBS := -L$(SYSROOT)/usr/lib -lz -llog
LOCAL_STATIC_LIBRARIES := pdf fitz fitzdraw jpeg jbig2dec openjpeg fr... | zzoru007-apv | pdfview/jni/pdfview2/Android.mk | Makefile | gpl3 | 420 |
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_C_INCLUDES := $(LOCAL_PATH)/../mupdf $(LOCAL_PATH)/../fitz
LOCAL_MODULE := fitzdraw
LOCAL_SRC_FILES := \
draw_device.c \
arch_port.c \
arch_arm.c \
draw_blend.c \
draw_glyph.c \
draw_affine.c \
draw_scale.c \
draw_un... | zzoru007-apv | pdfview/jni/mupdf/draw/Android.mk | Makefile | gpl3 | 435 |
font_files: font_misc.c font_mono.c font_serif.c font_sans.c font_cjk.c cmap_tounicode.c cmap_cns.c cmap_gb.c cmap_japan.c cmap_korea.c
clean:
@rm -v font_misc.c font_mono.c font_serif.c font_sans.c font_cjk.c cmap_tounicode.c cmap_cns.c cmap_gb.c cmap_japan.c cmap_korea.c \
fontdump cmapdump
cmapdump: cmapdump... | zzoru007-apv | pdfview/jni/mupdf/pdf/APV.mk | Makefile | gpl3 | 4,661 |
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_C_INCLUDES := $(LOCAL_PATH)/../fitz $(LOCAL_PATH)/../../freetype-overtlay/include $(LOCAL_PATH)/../../freetype/include $(LOCAL_PATH)/..
LOCAL_MODULE := pdf
LOCAL_CFLAGS := -DNOCJK
LOCAL_SRC_FILES := \
apv_pdf_debug.c \
pdf_lex.c \
pdf_nametree.c \
pdf_par... | zzoru007-apv | pdfview/jni/mupdf/pdf/Android.mk | Makefile | gpl3 | 903 |
#include "fitz.h"
#include <libgen.h>
#include "android/log.h"
char fz_errorbuf[150*20] = {0};
static int fz_errorlen = 0;
static int fz_errorclear = 1;
static void
fz_printerror(int type, const char *file, int line, const char *func, char *msg)
{
char buf[150];
int len;
char *s;
s = strrchr(file, '\\');
if (s... | zzoru007-apv | pdfview/jni/mupdf/fitz/apv_base_error.c | C | gpl3 | 1,899 |
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_C_INCLUDES := $(LOCAL_PATH)/../mupdf $(LOCAL_PATH)/../../jpeg \
$(LOCAL_PATH)/../../freetype-overlay/include $(LOCAL_PATH)/../../freetype/include \
$(LOCAL_PATH)/../../jbig2dec $(LOCAL_PATH)/../../openjpeg
LOCAL_MODULE := fitz
LOCAL_SRC_FILES := \
base_error... | zzoru007-apv | pdfview/jni/mupdf/fitz/Android.mk | Makefile | gpl3 | 895 |
include $(call all-subdir-makefiles)
| zzoru007-apv | pdfview/jni/mupdf/Android.mk | Makefile | gpl3 | 37 |
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := jbig2dec
LOCAL_CFLAGS := -DHAVE_CONFIG_H
LOCAL_SRC_FILES := \
jbig2.c \
jbig2_arith.c \
jbig2_arith_iaid.c \
jbig2_arith_int.c \
jbig2_generic.c \
jbig2_halftone.c \
jbig2_huffman.c \
jbig2_image.c \
jbig2_image_pbm.c \
jbig2_metadata.c \
jb... | zzoru007-apv | pdfview/jni/jbig2dec/Android.mk | Makefile | gpl3 | 555 |
/* config.h.in. Generated from configure.ac by autoheader. */
/* Define if building universal (internal helper macro) */
#undef AC_APPLE_UNIVERSAL_BUILD
/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H
/* Define if the local libc includes getopt_long() */
#define HAVE_GETOPT_LONG
/* D... | zzoru007-apv | pdfview/jni/jbig2dec/config.h | C | gpl3 | 3,143 |
#
# Makefile
#
# Author: Lasse Collin <lasse.collin@tukaani.org>
#
# This file has been put into the public domain.
# You can do whatever you want with this file.
#
CC = gcc -std=gnu89
BCJ_CPPFLAGS = -DXZ_DEC_X86 -DXZ_DEC_POWERPC -DXZ_DEC_IA64 \
-DXZ_DEC_ARM -DXZ_DEC_ARMTHUMB -DXZ_DEC_SPARC
CFLAGS = -ggdb3 -O2 -peda... | zzoru007-apv | pdfview/jni/xzx/Makefile | Makefile | gpl3 | 1,286 |
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_LDLIBS := -llog
LOCAL_MODULE := xzx
LOCAL_SRC_FILES := jnixz.c xz_crc32.c xz_dec_stream.c xz_dec_lzma2.c xz_dec_bcj.c
LOCAL_CFLAGS := -DXZ_DEC_X86 -DXZ_DEC_POWERPC -DXZ_DEC_IA64 -DXZ_DEC_ARM -DXZ_DEC_ARMTHUMB -DXZ_DEC_SPARC
include $(BUILD_SHARED_LIBRARY)
| zzoru007-apv | pdfview/jni/xzx/Android.mk | Makefile | gpl3 | 317 |
APP_MODULES := pdf fitz fitzdraw jpeg pdfview2 jbig2dec openjpeg
| zzoru007-apv | pdfview/jni/Application.mk | Makefile | gpl3 | 65 |
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := freetype
LOCAL_C_INCLUDES := $(LOCAL_PATH)/../freetype-overlay/include $(LOCAL_PATH)/include
LOCAL_LDLIBS := -lz
LOCAL_CFLAGS := -DFT2_BUILD_LIBRARY
LOCAL_SRC_FILES := \
src/base/ftsystem.c \
src/base/ftinit.c \
src/base/ftde... | zzoru007-apv | pdfview/jni/freetype/Android.mk | Makefile | gpl3 | 1,241 |
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := jpeg
LOCAL_SRC_FILES := jaricom.c jcapimin.c jcapistd.c jcarith.c jccoefct.c jccolor.c \
jcdctmgr.c jchuff.c jcinit.c jcmainct.c jcmarker.c jcmaster.c \
jcomapi.c jcparam.c jcprepct.c jcsample.c jctrans.c jdapimin.c \
jdapist... | zzoru007-apv | pdfview/jni/jpeg/Android.mk | Makefile | gpl3 | 684 |
include $(call all-subdir-makefiles)
| zzoru007-apv | pdfview/jni/Android.mk | Makefile | gpl3 | 38 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Download Lokad Cloud Framework for Azure</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="a... | zyyin2005-lokadclone | Resource/Template/index.template.htm | HTML | bsd | 1,553 |
start pnunit-agent agent.conf
pnunit-launcher test.conf | zyyin2005-lokadclone | Resource/Tool/NUnit/runpnunit.bat | Batchfile | bsd | 55 |
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
<!-- saved from url=(0022)http://www.ncover.org/ -->
<!-- created by Yves Lorphelin, largely inspired by the nunitsumary.xsl (see nantcontrib.sourceforge.net)-->
<xsl:template match="cove... | zyyin2005-lokadclone | Resource/Tool/NCover/Coverage.xsl | XSLT | bsd | 12,625 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<!-- $Id: NCoverFAQ.html 247 2007-04-26 15:17:46Z peterwald $ -->
<title></title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="http://schemas.microsoft.com/intellis... | zyyin2005-lokadclone | Resource/Tool/NCover/NCoverFAQ.html | HTML | bsd | 28,820 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>NCoverExplorer Release Notes</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR" />
<meta content="http://schemas.microsoft.com/intellisense/ie5... | zyyin2005-lokadclone | Resource/Tool/NCoverExplorer/NCoverExplorerReleaseNotes.html | HTML | bsd | 41,251 |
@ECHO OFF
IF NOT EXIST "%DXROOT%Data\Reflection\*.xml" GOTO BuildData
ECHO *
ECHO * %DXROOT%Data\Reflection already exists.
ECHO *
ECHO * With the October 2007 release and on, it is not necessary to create the
ECHO * files unless you install a newer version of the .NET Framework. If
ECHO * you want to recre... | zyyin2005-lokadclone | Resource/Tool/SHFB/BuildReflectionData.bat | Batchfile | bsd | 6,458 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Table of Content</title>
<link rel="stylesheet" href="TOC.css">
<script type="text/javascript" src="TOC.js"></script>
</head>
<body onload="javascript: Initialize();" onresize="javascript: ResizeTree();">
<form id="IndexFo... | zyyin2005-lokadclone | Resource/Tool/SHFB/Web/Index.html | HTML | bsd | 2,435 |
<%@ Page Language="C#" EnableViewState="False" %>
<script runat="server">
//=============================================================================
// System : Sandcastle Help File Builder
// File : FillNode.aspx
// Author : Eric Woodruff (Eric@EWoodruff.us)
// Updated : 04/02/2008
// Note : Co... | zyyin2005-lokadclone | Resource/Tool/SHFB/Web/FillNode.aspx | ASP.NET | bsd | 3,489 |
<%@ Page Language="C#" EnableViewState="False" %>
<script runat="server">
//=============================================================================
// System : Sandcastle Help File Builder
// File : SearchHelp.aspx
// Author : Eric Woodruff (Eric@EWoodruff.us)
// Updated : 07/03/2007
// Note : ... | zyyin2005-lokadclone | Resource/Tool/SHFB/Web/SearchHelp.aspx | ASP.NET | bsd | 8,409 |
//=============================================================================
// System : Sandcastle Help File Builder
// File : TOC.js
// Author : Eric Woodruff (Eric@EWoodruff.us)
// Updated : 04/11/2008
// Note : Copyright 2006-2008, Eric Woodruff, All rights reserved
// Compiler: JavaScript
//
//... | zyyin2005-lokadclone | Resource/Tool/SHFB/Web/TOC.js | JavaScript | bsd | 20,443 |
<%@ Page Language="C#" EnableViewState="False" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Table of Content</title>
<link rel="stylesheet" href="TOC.css">
<script type="text/javascript" src="TOC.js"></script>
</head>
<body onload="javascript: Initialize();" onr... | zyyin2005-lokadclone | Resource/Tool/SHFB/Web/Index.aspx | ASP.NET | bsd | 6,102 |
<%@ Page Language="C#" EnableViewState="False" %>
<script runat="server">
//=============================================================================
// System : Sandcastle Help File Builder
// File : LoadIndexKeywords.aspx
// Author : Eric Woodruff (Eric@EWoodruff.us) from code by Ferdinand Prantl
/... | zyyin2005-lokadclone | Resource/Tool/SHFB/Web/LoadIndexKeywords.aspx | ASP.NET | bsd | 3,872 |
/* File : TOC.css
// Author : Eric Woodruff (Eric@EWoodruff.us)
// Updated : 09/07/2007
//
// Stylesheet for the table of content
*/
*
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
body
{
font-family: verdana, arial, sans-serif;
font-size: 8.5pt;
background-color: #6699CC;... | zyyin2005-lokadclone | Resource/Tool/SHFB/Web/TOC.css | CSS | bsd | 2,339 |
//=============================================================================
// System : Color Syntax Highlighter
// File : Highlight.js
// Author : Eric Woodruff (Eric@EWoodruff.us)
// Updated : 11/13/2007
// Note : Copyright 2006, Eric Woodruff, All rights reserved
//
// This contains the script to... | zyyin2005-lokadclone | Resource/Tool/SHFB/Colorizer/highlight.js | JavaScript | bsd | 6,267 |
.highlight-inline { color: #000066; font-size: 9pt; font-family: Consolas, "Courier New", Courier, monospace; }
.highlight-pre { clear: both; width: 99.5%; background-color: #EFEFF7; padding: 0.4em; font-size: 9pt; font-family: Consolas, "Courier New", Courier, monospace; margin-top: 0px; margin-bottom: 1em; }
.highl... | zyyin2005-lokadclone | Resource/Tool/SHFB/Colorizer/highlight.css | CSS | bsd | 2,195 |
<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output encoding="ISO-8859-1" indent="no" omit-xml-declaration="yes"/>
<xsl:template match="code">
<xsl:value-of select="text()" disable-output-escaping="yes" />
</xsl:template>
<xsl... | zyyin2005-lokadclone | Resource/Tool/SHFB/Colorizer/highlight.xsl | XSLT | bsd | 4,075 |
@ECHO OFF
REM Step 6.2 - Generate a packaged table of content for an HTML 2.x help file
"{@SandcastlePath}ProductionTools\XslTransform" /xsl:"{@SandcastlePath}ProductionTransforms\TocToHxSContents.xsl" toc.xml /out:"{@HTMLHelpName}.HxT"
| zyyin2005-lokadclone | Resource/Tool/SHFB/Templates/Generate2xTOC.bat | Batchfile | bsd | 242 |
@ECHO OFF
REM Step 1 - Generate the reflection information
"{@SandcastlePath}ProductionTools\MRefBuilder" /config:MRefBuilder.config /out:reflection.org {@Dependencies} {@DocInternals} *.dll *.exe
IF ERRORLEVEL 1 GOTO Exit
REM Merge duplicate topics (if any)
COPY /Y reflection.org reflection.all
"{@Sandca... | zyyin2005-lokadclone | Resource/Tool/SHFB/Templates/GenerateRefInfo.bat | Batchfile | bsd | 469 |
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:MSHelp="http://msdn.microsoft.com/mshelp"
xmlns:mshelp="http://msdn.microsoft.com/mshelp"
xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5"
xmlns:xlink="http://... | zyyin2005-lokadclone | Resource/Tool/SHFB/Templates/VS2005.xsl | XSLT | bsd | 10,026 |
@ECHO OFF
REM Step 7.2 - Build the HTML 2.x help file
cd .\Output
copy "..\{@HTMLHelpName}.HxT" . > NUL
copy ..\Help2x.HxC "{@HTMLHelpName}.HxC" > NUL
copy ..\Help2x.HxF "{@HTMLHelpName}.HxF" > NUL
copy ..\Help2x_A.HxK "{@HTMLHelpName}_A.HxK" > NUL
copy ..\Help2x_B.HxK "{@HTMLHelpName}_B.HxK" > NUL
copy ..\He... | zyyin2005-lokadclone | Resource/Tool/SHFB/Templates/Build2xHelpFile.bat | Batchfile | bsd | 1,282 |
@ECHO OFF
REM Step 5 - Generate an intermediate table of content file
if {%1} == {prototype} (
"{@SandcastlePath}ProductionTools\XslTransform" /xsl:"{@SandcastlePath}ProductionTransforms\CreatePrototypeToc.xsl" reflection.xml /out:toc.xml
) else (
"{@SandcastlePath}ProductionTools\XslTransform" /xsl:"{@Sandcastl... | zyyin2005-lokadclone | Resource/Tool/SHFB/Templates/GenerateIntermediateTOC.bat | Batchfile | bsd | 396 |
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.1">
<xsl:output indent="yes" encoding="UTF-8" />
<xsl:template match="node() | @*">
<xsl:copy>
<xsl:apply-templates select="node() | @*" />
</xsl:copy>
</xsl:template>
<!-- EFW - Add a "scriptSharp... | zyyin2005-lokadclone | Resource/Tool/SHFB/Templates/FixScriptSharp.xsl | XSLT | bsd | 3,865 |
@ECHO OFF
REM Step 4.1 - Build the reference help topics
"{@SandcastlePath}ProductionTools\BuildAssembler" /config:conceptual.config ConceptualManifest.xml
| zyyin2005-lokadclone | Resource/Tool/SHFB/Templates/BuildConceptualTopics.bat | Batchfile | bsd | 161 |
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:msxsl="urn:schemas-microsoft-com:xslt"
xmlns:shfb="urn:shfb-extensions">
<!--
// System : Sandcastle Help File Builder
// File : BuildLog.xsl
// Author : Eric Woodruff
// U... | zyyin2005-lokadclone | Resource/Tool/SHFB/Templates/TransformBuildLog.xsl | XSLT | bsd | 6,273 |
@ECHO OFF
REM Step 2 - Generate inherited documentation
"{@SHFBFolder}GenerateInheritedDocs" GenerateInheritedDocs.config
| zyyin2005-lokadclone | Resource/Tool/SHFB/Templates/GenerateInheritedDocs.bat | Batchfile | bsd | 127 |
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:msxsl="urn:schemas-microsoft-com:xslt"
xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
<!--
// System : Sandcastle Help File Builder Utilities
// File : Prototype.xsl
// Aut... | zyyin2005-lokadclone | Resource/Tool/SHFB/Templates/Prototype.xsl | XSLT | bsd | 7,282 |
@ECHO OFF
REM Step 7.1 - Build the HTML 1.x help file
cd .\Output
copy ..\*.hhp . > NUL
copy ..\*.hhc . > NUL
copy ..\*.hhk . > NUL
"{@HHCPath}hhc.exe" Help1x.hhp
cd ..
IF EXIST "{@OutputFolder}{@HTMLHelpName}.chm" DEL "{@OutputFolder}{@HTMLHelpName}.chm" > NUL
IF EXIST ".\Output\{@HTMLHelpName}.chm" C... | zyyin2005-lokadclone | Resource/Tool/SHFB/Templates/Build1xHelpFile.bat | Batchfile | bsd | 620 |
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:MSHelp="http://msdn.microsoft.com/mshelp"
xmlns:mshelp="http://msdn.microsoft.com/mshelp"
xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5"
xmlns:xlink="http://... | zyyin2005-lokadclone | Resource/Tool/SHFB/Templates/Hana.xsl | XSLT | bsd | 12,406 |
@ECHO OFF
REM Step 6.1 - Extract title and keyword index info. This will also alter the
REM encoding of the files if localizing them for use with the Help 1.x compiler.
"{@SHFBFolder}SandcastleHtmlExtract.exe" /project="{@HTMLHelpName}" /lcid={@LangID} {@ExtractFlags}
| zyyin2005-lokadclone | Resource/Tool/SHFB/Templates/ExtractHtmlInfo.bat | Batchfile | bsd | 276 |
@ECHO OFF
REM Step 3 - Transform the reflection output
if {%1} == {vs2005} (
"{@SandcastlePath}ProductionTools\XslTransform" /xsl:"{@SandcastlePath}ProductionTransforms\ApplyVSDocModel.xsl","{@SandcastlePath}ProductionTransforms\AddGuidFilenames.xsl" reflection.org /out:reflection.xml /arg:IncludeAllMembersTopic=t... | zyyin2005-lokadclone | Resource/Tool/SHFB/Templates/TransformManifest.bat | Batchfile | bsd | 1,138 |
@ECHO OFF
REM Step 4.2 - Build the reference help topics
"{@SandcastlePath}ProductionTools\BuildAssembler" /config:sandcastle.config manifest.xml
| zyyin2005-lokadclone | Resource/Tool/SHFB/Templates/BuildReferenceTopics.bat | Batchfile | bsd | 151 |
@echo off
@%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\msbuild Lokad.Cloud.ccnet %* | zyyin2005-lokadclone | go.cmd | Batchfile | bsd | 88 |
#region Copyright (c) Lokad 2009-2011
// This code is released under the terms of the new BSD licence.
// URL: http://www.lokad.com/
#endregion
using Lokad.Cloud.Console.WebRole.Framework.Discovery;
namespace Lokad.Cloud.Console.WebRole.Models.Overview
{
public class OverviewModel
{
public... | zyyin2005-lokadclone | Source/Lokad.Cloud.Console.WebRole/Models/Overview/OverviewModel.cs | C# | bsd | 387 |
#region Copyright (c) Lokad 2009-2011
// This code is released under the terms of the new BSD licence.
// URL: http://www.lokad.com/
#endregion
using Lokad.Cloud.Console.WebRole.Framework.Discovery;
namespace Lokad.Cloud.Console.WebRole.Models.Overview
{
public class DeploymentModel
{
publ... | zyyin2005-lokadclone | Source/Lokad.Cloud.Console.WebRole/Models/Overview/DeploymentModel.cs | C# | bsd | 386 |
#region Copyright (c) Lokad 2009-2011
// This code is released under the terms of the new BSD licence.
// URL: http://www.lokad.com/
#endregion
namespace Lokad.Cloud.Console.WebRole.Models.Config
{
public class ConfigModel
{
public string Configuration { get; set; }
}
} | zyyin2005-lokadclone | Source/Lokad.Cloud.Console.WebRole/Models/Config/ConfigModel.cs | C# | bsd | 305 |
#region Copyright (c) Lokad 2009-2011
// This code is released under the terms of the new BSD licence.
// URL: http://www.lokad.com/
#endregion
using Lokad.Cloud.Application;
using Lokad.Cloud.Storage;
namespace Lokad.Cloud.Console.WebRole.Models.Assemblies
{
public class AssembliesModel
{
... | zyyin2005-lokadclone | Source/Lokad.Cloud.Console.WebRole/Models/Assemblies/AssembliesModel.cs | C# | bsd | 414 |