Home
last modified time | relevance | path

Searched refs:define (Results 401 – 425 of 2607) sorted by last modified time

1...<<11121314151617181920>>...105

/plugin/davcal/fullcalendar-3.10.5/locale/
H A Dar-sa.js1 …t(require("moment"),require("fullcalendar")):"function"==typeof define&&define.amd?define(["moment…
H A Dar-tn.js1 …t(require("moment"),require("fullcalendar")):"function"==typeof define&&define.amd?define(["moment…
H A Dar.js1 …t(require("moment"),require("fullcalendar")):"function"==typeof define&&define.amd?define(["moment…
H A Dbe.js1 …t(require("moment"),require("fullcalendar")):"function"==typeof define&&define.amd?define(["moment…
H A Dcs.js1 …n(require("moment"),require("fullcalendar")):"function"==typeof define&&define.amd?define(["moment…
/plugin/pot/
H A Daction.php9 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
H A Dsyntax.php11 if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN', DOKU_INC.'lib/plugins/');
H A DREADME.md5 This [https://www.dokuwiki.org|Dokuwiki] plugin allows you to define “pot” in a page, which can be …
/plugin/spreadout/
H A Daction.php4 if (!defined('DOKU_LF')) define('DOKU_LF', "\n");
5 if (!defined('DOKU_TAB')) define('DOKU_TAB', "\t");
6 if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
H A Dsyntax.php5 define('DOKU_INC', realpath(dirname(__FILE__) . '/../../') . '/');
7 define('DOKU_PLUGIN', DOKU_INC . 'lib/plugins/');
/plugin/text/
H A Drenderer.php9 if(!defined('DOKU_INC')) define('DOKU_INC',fullpath(dirname(__FILE__).'/../../').'/');
12 define ('DOKU_LF',"\n");
/plugin/indexmenu/
H A Dadmin.php
H A Dajax.php
/plugin/indexmenu/inc/
H A Dpclzip.lib.php31 define('PCLZIP_READ_BLOCK_SIZE', 2048);
41 //define( 'PCLZIP_SEPARATOR', ' ' );
43 define('PCLZIP_SEPARATOR', ',');
50 define('PCLZIP_ERROR_EXTERNAL', 0);
59 // define( 'PCLZIP_TEMPORARY_DIR', '/temp/' );
60 // define( 'PCLZIP_TEMPORARY_DIR', 'C:/Temp/' );
61 define('PCLZIP_TEMPORARY_DIR', '');
85 define('PCLZIP_ERR_USER_ABORTED', 2);
86 define('PCLZIP_ERR_NO_ERROR', 0);
87 define('PCLZIP_ERR_WRITE_OPEN_FAI
[all...]
/plugin/indexmenu/syntax/
H A Dindexmenu.php
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A Dbootstrap.php26 define('U_IDNA_ERROR_START', 66560);
53 define('U_IDNA_ERROR_LIMIT', 66569);
65 define('IDNA_DEFAULT', 0);
68 define('IDNA_ALLOW_UNASSIGNED', 1);
71 define('IDNA_USE_STD3_RULES', 2);
74 define('IDNA_CHECK_BIDI', 4);
77 define('IDNA_CHECK_CONTEXTJ', 8);
86 define('INTL_IDNA_VARIANT_2003', 0);
92 define('IDNA_ERROR_EMPTY_LABEL', 1);
116 define('IDNA_ERROR_PUNYCODE', 256);
[all …]
H A Dbootstrap80.php15 define('U_IDNA_PROHIBITED_ERROR', 66560);
18 define('U_IDNA_ERROR_START', 66560);
45 define('U_IDNA_ERROR_LIMIT', 66569);
57 define('IDNA_DEFAULT', 0);
60 define('IDNA_ALLOW_UNASSIGNED', 1);
63 define('IDNA_USE_STD3_RULES', 2);
66 define('IDNA_CHECK_BIDI', 4);
69 define('IDNA_CHECK_CONTEXTJ', 8);
81 define('IDNA_ERROR_EMPTY_LABEL', 1);
105 define('IDNA_ERROR_PUNYCODE', 256);
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
H A DStrings.php278 define('PHP_INT_MIN', ~PHP_INT_MAX);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php512 define('NET_SFTP_QUEUE_SIZE', 32);
515 define('NET_SFTP_UPLOAD_QUEUE_SIZE', 1024);
H A DSSH2.php4501 define($value, $key);
/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
H A DVerify.php306 define('MATH_BIGINTEGER_OPENSSL_ENABLED', true);
309 define('CRYPT_RSA_MODE', constant($this->getOpenSslConstant()));
/plugin/authgooglesheets/vendor/google/auth/src/
H A DAccessToken.php438 define('MATH_BIGINTEGER_OPENSSL_ENABLED', true);
441 define('CRYPT_RSA_MODE', RSA::MODE_OPENSSL);
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md88 // define the scopes for your API call
188 // define the scopes for your API call
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md647 * Added the ability to define a POST name for a file
919 * Added support for `additionalParameters` in service descriptions to define how custom parameters …
/plugin/authgooglesheets/vendor/symfony/polyfill-php72/
H A Dbootstrap.php19 define('PHP_FLOAT_DIG', 15);
22 define('PHP_FLOAT_EPSILON', 2.2204460492503E-16);
25 define('PHP_FLOAT_MIN', 2.2250738585072E-308);
28 define('PHP_FLOAT_MAX', 1.7976931348623157E+308);
31 define('PHP_OS_FAMILY', p\Php72::php_os_family());

1...<<11121314151617181920>>...105