| /plugin/html2pdf/html2pdf/html2ps/ |
| D | css.constants.inc.php | 3 define('CSS_PROPERTY_LEVEL_CURRENT',0); 4 define('CSS_PROPERTY_LEVEL_PARENT',1); 6 define('CSS_PROPERTY_INHERIT', null); 8 define('CSS_BACKGROUND', 1); 9 define('CSS_BACKGROUND_COLOR', 2); 10 define('CSS_BACKGROUND_IMAGE', 3); 11 define('CSS_BORDER', 4); 12 define('CSS_BORDER_BOTTOM', 5); 13 define('CSS_BORDER_BOTTOM_COLOR', 6); 14 define('CSS_BORDER_BOTTOM_STYLE', 7); [all …]
|
| D | config.inc.php | 10 define('HTML2PS_DIR', dirname(__FILE__).DIRECTORY_SEPARATOR); 14 define('DEFAULT_USER_AGENT',"Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7) Gecko/20040803 Firefo… 17 define('OUTPUT_DEFAULT_NAME','unnamed'); 20 define('DEFAULT_ENCODING', 'utf-8'); 28 define('GS_PATH','/usr/bin/gs'); 32 define('TYPE1_FONTS_REPOSITORY', "/usr/share/fonts/default/ghostscript/"); 40 define('PDFLIB_DL_PATH','/usr/lib64/pdflib.so'); 53 define('TTF_FONTS_REPOSITORY',HTML2PS_DIR."fonts/"); 59 define('FONT_EMBEDDING_MODE', 'config'); 68 define('EPSILON',0.001); [all …]
|
| D | css.selectors.inc.php | 4 define('SELECTOR_ID' ,1); 5 define('SELECTOR_CLASS',2); 6 define('SELECTOR_TAG' ,3); 7 define('SELECTOR_TAG_CLASS',4); 8 define('SELECTOR_SEQUENCE', 5); 9 define('SELECTOR_PARENT', 6); // TAG1 TAG2 10 define('SELECTOR_ATTR_VALUE', 7); 11 define('SELECTOR_PSEUDOCLASS_LINK', 8); 12 define('SELECTOR_ATTR', 9); 13 define('SELECTOR_DIRECT_PARENT', 10); // TAG1 > TAG2 [all …]
|
| D | css.list-style-type.inc.php | 5 define('LST_NONE',0); 6 define('LST_DISC',1); 7 define('LST_CIRCLE',2); 8 define('LST_SQUARE',3); 9 define('LST_DECIMAL',4); 10 define('LST_DECIMAL_LEADING_ZERO',5); 11 define('LST_LOWER_ROMAN',6); 12 define('LST_UPPER_ROMAN',7); 13 define('LST_LOWER_LATIN',8); 14 define('LST_UPPER_LATIN',9);
|
| D | font.constants.inc.php | 4 define('WEIGHT_NORMAL',1); 5 define('WEIGHT_BOLD',2); 7 define('FS_NORMAL',1); 8 define('FS_ITALIC',2); 9 define('FS_OBLIQUE',3);
|
| /plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/ |
| D | vbsso_shared.php | 19 define ('VBSSO_PRODUCT_VERSION_1_4_13', '1.4.13'); 20 define ('VBSSO_PRODUCT_VERSION_1_4_12', '1.4.12'); 21 define ('VBSSO_PRODUCT_VERSION_1_4_11', '1.4.11'); 22 define ('VBSSO_PRODUCT_VERSION_1_4_10', '1.4.10'); 23 define ('VBSSO_PRODUCT_VERSION_1_4_9', '1.4.9'); 24 define ('VBSSO_PRODUCT_VERSION_1_4_8', '1.4.8'); 25 define ('VBSSO_PRODUCT_VERSION_1_4_7', '1.4.7'); 26 define ('VBSSO_PRODUCT_VERSION_1_4_6', '1.4.6'); 27 define ('VBSSO_PRODUCT_VERSION_1_4_5', '1.4.5'); 28 define ('VBSSO_PRODUCT_VERSION_1_4_4', '1.4.4'); [all …]
|
| D | sharedapi.php | 17 define ('SHAREDAPI_PRODUCT_VERSION_1_9', '1.9'); 18 define ('SHAREDAPI_PRODUCT_VERSION_1_8', '1.8'); 19 define ('SHAREDAPI_PRODUCT_VERSION_1_7', '1.7'); 20 define ('SHAREDAPI_PRODUCT_VERSION_1_6', '1.6'); 21 define ('SHAREDAPI_PRODUCT_VERSION_1_5', '1.5'); 22 define ('SHAREDAPI_PRODUCT_VERSION_1_4', '1.4'); 23 define ('SHAREDAPI_PRODUCT_VERSION_1_3', '1.3'); 24 define ('SHAREDAPI_PRODUCT_VERSION_1_2', '1.2'); 25 define ('SHAREDAPI_PRODUCT_VERSION_1_1', '1.1'); 26 define ('SHAREDAPI_PRODUCT_VERSION_1_0', '1.0'); [all …]
|
| /plugin/gtime/gtlib/asn1/ |
| D | ASN1Constants.php | 28 define('ASN1_TAG_BOOLEAN', 0x01); 34 define('ASN1_TAG_INTEGER', 0x02); 40 define('ASN1_TAG_BIT_STRING', 0x03); 46 define('ASN1_TAG_OCTET_STRING', 0x04); 52 define('ASN1_TAG_NULL', 0x05); 58 define('ASN1_TAG_OBJECT_ID', 0x06); 63 define('ASN1_TAG_EXTERNAL', 0x08); 68 define('ASN1_TAG_ENUMERATED', 0x0a); 74 define('ASN1_TAG_SEQUENCE', 0x10); 80 define('ASN1_TAG_SEQUENCE_OF', 0x10); [all …]
|
| /plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/ |
| D | bootstrap80.php | 15 define('U_IDNA_PROHIBITED_ERROR', 66560); 18 define('U_IDNA_ERROR_START', 66560); 21 define('U_IDNA_UNASSIGNED_ERROR', 66561); 24 define('U_IDNA_CHECK_BIDI_ERROR', 66562); 27 define('U_IDNA_STD3_ASCII_RULES_ERROR', 66563); 30 define('U_IDNA_ACE_PREFIX_ERROR', 66564); 33 define('U_IDNA_VERIFICATION_ERROR', 66565); 36 define('U_IDNA_LABEL_TOO_LONG_ERROR', 66566); 39 define('U_IDNA_ZERO_LENGTH_LABEL_ERROR', 66567); 42 define('U_IDNA_DOMAIN_NAME_TOO_LONG_ERROR', 66568); [all …]
|
| D | bootstrap.php | 23 define('U_IDNA_PROHIBITED_ERROR', 66560); 26 define('U_IDNA_ERROR_START', 66560); 29 define('U_IDNA_UNASSIGNED_ERROR', 66561); 32 define('U_IDNA_CHECK_BIDI_ERROR', 66562); 35 define('U_IDNA_STD3_ASCII_RULES_ERROR', 66563); 38 define('U_IDNA_ACE_PREFIX_ERROR', 66564); 41 define('U_IDNA_VERIFICATION_ERROR', 66565); 44 define('U_IDNA_LABEL_TOO_LONG_ERROR', 66566); 47 define('U_IDNA_ZERO_LENGTH_LABEL_ERROR', 66567); 50 define('U_IDNA_DOMAIN_NAME_TOO_LONG_ERROR', 66568); [all …]
|
| /plugin/findologicxmlexport/vendor/hoa/consistency/ |
| D | Prelude.php | 38 define('HOA', true); 50 $define = function ($constantName, $constantValue, $case = false) { function 52 return define($constantName, $constantValue, $case); 58 $define('SUCCEED', true); 59 $define('FAILED', false); 60 $define('…', '__hoa_core_fill'); 61 $define('DS', DIRECTORY_SEPARATOR); 62 $define('PS', PATH_SEPARATOR); 63 $define('ROOT_SEPARATOR', ';'); 64 $define('RS', ROOT_SEPARATOR); [all …]
|
| D | Consistency.php | 303 $define = function ($constantName, $constantValue, $case = false) { function 305 return define($constantName, $constantValue, $case); 311 $define('STREAM_CRYPTO_METHOD_TLSv1_0_SERVER', 8); 312 $define('STREAM_CRYPTO_METHOD_TLSv1_1_SERVER', 16); 313 $define('STREAM_CRYPTO_METHOD_TLSv1_2_SERVER', 32); 314 $define('STREAM_CRYPTO_METHOD_ANY_SERVER', 62); 316 $define('STREAM_CRYPTO_METHOD_TLSv1_0_CLIENT', 9); 317 $define('STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT', 17); 318 $define('STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT', 33); 319 $define('STREAM_CRYPTO_METHOD_ANY_CLIENT', 63);
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/ |
| D | Tokens.php | 17 define('T_NONE', 'PHPCS_T_NONE'); 18 define('T_OPEN_CURLY_BRACKET', 'PHPCS_T_OPEN_CURLY_BRACKET'); 19 define('T_CLOSE_CURLY_BRACKET', 'PHPCS_T_CLOSE_CURLY_BRACKET'); 20 define('T_OPEN_SQUARE_BRACKET', 'PHPCS_T_OPEN_SQUARE_BRACKET'); 21 define('T_CLOSE_SQUARE_BRACKET', 'PHPCS_T_CLOSE_SQUARE_BRACKET'); 22 define('T_OPEN_PARENTHESIS', 'PHPCS_T_OPEN_PARENTHESIS'); 23 define('T_CLOSE_PARENTHESIS', 'PHPCS_T_CLOSE_PARENTHESIS'); 24 define('T_COLON', 'PHPCS_T_COLON'); 25 define('T_NULLABLE', 'PHPCS_T_NULLABLE'); 26 define('T_STRING_CONCAT', 'PHPCS_T_STRING_CONCAT'); [all …]
|
| /plugin/bibtex/OSBib/create/ |
| D | HELPSTYLE.php | 33 define("TEXT4", "You can create a new style based on an existing one by copying the existing style.… 35 define("TEXT5", "Each style has a set of options that define the heading style of titles, how to di… 37 define("TEXT6", "The three 'generic style' definitions are required and are used to display any res… 39 define("TEXT7", "Each style definition has a range of available fields listed to the right of each … 40 define("TEXT9", "The formatting of the names, edition and page numbers and the capitalization of th… 41 define("TEXT8", "If the value entered for the edition of a resource contains non-numeric characters… 44 define("TEXT10", "The 'Editor switch' requires special attention. Some bibliographic styles require… 45 define("TEXT11", "Tip: In most cases, you will find it easiest to attach punctuation and spacing at… 47 define("SYNTAX_HEADING", "SYNTAX"); 48 define("SYNTAX1", "The style definition syntax uses a number of rules and special characters:"); [all …]
|
| /plugin/bibtex/OSBib/format/ |
| D | HELPSTYLE.php | 38 define("TEXT1", "If you have WIKINDX admin rights, you can create and edit bibliographic styles for… 40 define("TEXT2", "These styles are stored as an encoded text file within its own directory in the st… 41 define("TEXT3", "If you develop new styles yourself, you are strongly encouraged to contact the WIK… 42 define("TEXT4", "You can create a new style based on an existing one by copying the existing style.… 44 define("TEXT5", "Each style has a set of options that define the heading style of titles, how to di… 46 define("TEXT6", "The three 'generic style' definitions are required and are used to display any res… 48 define("TEXT7", "Each style definition has a range of available fields listed to the right of each … 49 define("TEXT9", "The formatting of the names, edition and page numbers and the capitalization of th… 50 define("TEXT8", "If the value entered for the edition of a resource contains non-numeric characters… 53 define("TEXT10", "The 'Editor switch' requires special attention. Some bibliographic styles require… [all …]
|
| /plugin/projects/ |
| D | conf.php | 11 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); 13 define('DOKU_DATA',DOKU_INC.'data/'); 15 define('PROJECTS_NAMESPACE', 'projects'); 16 define('PROJECTS_DIR', DOKU_DATA.PROJECTS_NAMESPACE.'/'); 17 define('PROJECTS_PERMISSIONS', 0755); 19 define('PROJECTS_PLUGINS_DIR', DOKU_PLUGIN . 'projects/plugins/'); 20 define('PROJECTS_PLUGINS_FILE_DIR', 'file/'); 21 define('PROJECTS_PLUGINS_TARGET_DIR', 'target/'); 22 define('PROJECTS_PLUGINS_PREFIX', 'projects_plugin_'); 24 define('PROJECTS_TAG', 'project-file'); [all …]
|
| /plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
| D | module.audio-video.matroska.php | 21 define('EBML_ID_CHAPTERS', 0x0043A770); // [10][43][A7][70] -- A system to define … 22 define('EBML_ID_SEEKHEAD', 0x014D9B74); // [11][4D][9B][74] -- Contains the positi… 23 define('EBML_ID_TAGS', 0x0254C367); // [12][54][C3][67] -- Element containing … 24 define('EBML_ID_INFO', 0x0549A966); // [15][49][A9][66] -- Contains miscellane… 25 define('EBML_ID_TRACKS', 0x0654AE6B); // [16][54][AE][6B] -- A top-level block o… 26 define('EBML_ID_SEGMENT', 0x08538067); // [18][53][80][67] -- This element contai… 27 define('EBML_ID_ATTACHMENTS', 0x0941A469); // [19][41][A4][69] -- Contain attached fi… 28 define('EBML_ID_EBML', 0x0A45DFA3); // [1A][45][DF][A3] -- Set the EBML charac… 29 define('EBML_ID_CUES', 0x0C53BB6B); // [1C][53][BB][6B] -- A top-level element… 30 define('EBML_ID_CLUSTER', 0x0F43B675); // [1F][43][B6][75] -- The lower level ele… [all …]
|
| /plugin/facebookalbum/ |
| D | syntax.php | 18 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); 22 define( "FB_ALBUM_APPLICATION_ID", "appid" ); 23 define( "FB_ALBUM_SECRET", "secret" ); 24 define( "FB_ALBUM_FAN_PAGE_ID", "fanpageid" ); 25 define( "FB_ALBUM_IGNORE", "ignore" ); 26 define( "FB_ALBUM_ORDER", "order" ); 28 define( "FB_ALBUM_TEMPLATE_ALBUM", "album_template" ); 29 define( "FB_ALBUM_TEMPLATE_PICTURE", "picture_template" ); 31 define( "FB_ALBUM_GET_PARAMETER_ACTION", "fbp_act" ); 32 define( "FB_ALBUM_GET_PARAMETER_ALBUM_ID", "fbp_aid" ); [all …]
|
| /plugin/quickedit/ |
| D | ajax.php | 11 if (!defined('DOKU_INC')) define('DOKU_INC', realpath(dirname(__FILE__) . '/../../../') . '/'); 12 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); 13 if (!defined('DOKU_REG')) define ('DOKU_REG', DOKU_PLUGIN.'autolink3/register/'); 14 if (!defined('DOKU_PAGE')) define ('DOKU_PAGE', DOKU_INC.'data/pages'); 15 if (!defined('DOKU_PAGES')) define ('DOKU_PAGES', realpath(DOKU_PAGE)); 16 if (!defined('NL')) define('NL', "\n"); 18 define('AUTH_NONE',0); 19 define('AUTH_READ',1); 20 define('AUTH_EDIT',2); 21 define('AUTH_CREATE',4); [all …]
|
| /plugin/authucenter/lib/api/ |
| D | uc.php | 10 define('UC_CLIENT_VERSION', '1.6.0'); 11 define('UC_CLIENT_RELEASE', '20110501'); 13 define('API_DELETEUSER', 0); //note 用户删除 API 接口开关 14 define('API_RENAMEUSER', 0); //note 用户改名 API 接口开关 15 define('API_GETTAG', 0); //note 获取标签 API 接口开关 16 define('API_SYNLOGIN', 1); //note 同步登录 API 接口开关 17 define('API_SYNLOGOUT', 1); //note 同步登出 API 接口开关 18 define('API_UPDATEPW', 0); //note 更改用户密码 开关 19 define('API_UPDATEBADWORDS', 0); //note 更新关键字列表 开关 20 define('API_UPDATEHOSTS', 1); //note 更新域名解析缓存 开关 [all …]
|
| /plugin/photogallery/inc/ |
| D | pgdefines.php | 9 if(!defined('PHOTOGALLERY_REL')) define('PHOTOGALLERY_REL',DOKU_REL.'lib/plugins/photogallery/'); 10 if(!defined('PHOTOGALLERY_PGFETCH')) define('PHOTOGALLERY_PGFETCH','pgFetch.php'); 11 if(!defined('PHOTOGALLERY_PGFETCH_REL')) define('PHOTOGALLERY_PGFETCH_REL',PHOTOGALLERY_REL.PHOTOGA… 12 if(!defined('PHOTOGALLERY_PGFETCH_FILE')) define('PHOTOGALLERY_PGFETCH_FILE',realpath(__DIR__.'/../… 13 if(!defined('PHOTOGALLERY_IMAGES_REL')) define('PHOTOGALLERY_IMAGES_REL',PHOTOGALLERY_REL.'images/'… 14 if(!defined('PHOTOGALLERY_IMAGES_FILE')) define('PHOTOGALLERY_IMAGES_FILE',realpath(__DIR__.'/../im… 15 if(!defined('PHOTOGALLERY_PGFETCH_EXE_PERM')) define('PHOTOGALLERY_PGFETCH_EXE_PERM',0110); // Owne…
|
| /plugin/farm/install/ |
| D | preload.php | 50 define('DOKU_FARM_PLUGIN', $plugin); 59 define('DOKU_BASE', '/'); 60 define('DOKU_REL', '/'); 62 define('DOKU_URL', $p.'://'.$m[1].'/'); 75 define('DOKU_FARM_ANIMAL', $animal); 91 define('DOKU_CONF', $barn.$animal.'/conf/'); 95 define('DOKU_ANIMAL_BASEDIR', $wr); 96 if(!defined('DOKU_BASE')) define('DOKU_BASE', '/'.$wr.$exp); 97 if(!defined('DOKU_REL')) define('DOKU_REL', DOKU_BASE); 98 if(!defined('DOKU_URL')) define('DOKU_URL', '/'.$farmconf['farmwebroot'].$exp); [all …]
|
| /plugin/importfacebookevents/ |
| D | syntax.php | 18 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); 22 define("FB_EVENTS_APPLICATION_ID", "fb_application_id"); 23 define("FB_EVENTS_APPLICATION_SECRET", "fb_application_secret"); 24 define("FB_EVENTS_FAN_PAGE_ID", "fanpageid"); 25 define("FB_EVENTS_SHOW_AS", "showAs"); 26 define("FB_EVENTS_WALLPOSTS_SHOW_AS", "showPostsAs"); 27 define("FB_EVENTS_FROM_DATE", "from"); 28 define("FB_EVENTS_TO_DATE", "to"); 29 define("FB_EVENTS_SORT", "sort"); 30 define("FB_EVENTS_NR_ENTRIES", "numberOfEntries"); [all …]
|
| /plugin/facebookwall/ |
| D | syntax.php | 18 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); 22 define( "FB_WALL_APPLICATION_ID", "appid" ); // Facebook application id 23 define( "FB_WALL_SECRET", "secret" ); // Facebook secret 24 define( "FB_WALL_FAN_PAGE_ID", "fanpageid" ); // Facebook page id 25 define( "FB_WALL_SHOW_AS", "showAs" ); // Allow alternate displaying of the status messages 26 define( "FB_WALL_FROM_DATE", "from" ); // date from which to include the status message 27 define( "FB_WALL_TO_DATE", "to" ); // date to which to include status messages 28 define( "FB_WALL_NR_ENTRIES", "numberOfEntries" ); // maximum number of entries 29 define( "FB_WALL_SORT", "sort" ); // Sort by create date ASC or DESC 30 define( "FB_WALL_LIMIT", "limit" ); // Limit size of the description by number of chars [all …]
|
| /plugin/bez/mdl/ |
| H A D | Model.php | 6 define('BEZ_AUTH_NONE', 0); 7 define('BEZ_AUTH_VIEWER', 2); 8 define('BEZ_AUTH_USER', 5); 9 define('BEZ_AUTH_LEADER', 10); 10 define('BEZ_AUTH_ADMIN', 20); 12 define('BEZ_PERMISSION_UNKNOWN', -1); 13 define('BEZ_PERMISSION_NONE', 0); 14 define('BEZ_PERMISSION_VIEW', 1); 15 define('BEZ_PERMISSION_CHANGE', 2); 16 define('BEZ_PERMISSION_DELETE', 3);
|