| /dokuwiki/inc/ |
| H A D | defines.php | 11 define('AUTH_NONE', 0); 12 define('AUTH_READ', 1); 13 define('AUTH_EDIT', 2); 14 define('AUTH_CREATE', 4); 15 define('AUTH_UPLOAD', 8); 16 define('AUTH_DELETE', 16); 17 define('AUTH_ADMIN', 255); 23 define('MSG_PUBLIC', 0); 24 define('MSG_USERS_ONLY', 1); 25 define('MSG_MANAGERS_ONLY', 2); [all …]
|
| /dokuwiki/vendor/simplepie/simplepie/library/ |
| H A D | SimplePie.php | 63 define('SIMPLEPIE_NAME', NamespacedSimplePie::NAME); 69 define('SIMPLEPIE_VERSION', NamespacedSimplePie::VERSION); 76 define('SIMPLEPIE_BUILD', gmdate('YmdHis', \SimplePie\Misc::get_build())); 82 define('SIMPLEPIE_URL', NamespacedSimplePie::URL); 89 define('SIMPLEPIE_USERAGENT', \SimplePie\Misc::get_default_useragent()); 95 define('SIMPLEPIE_LINKBACK', NamespacedSimplePie::LINKBACK); 102 define('SIMPLEPIE_LOCATOR_NONE', NamespacedSimplePie::LOCATOR_NONE); 109 define('SIMPLEPIE_LOCATOR_AUTODISCOVERY', NamespacedSimplePie::LOCATOR_AUTODISCOVERY); 116 define('SIMPLEPIE_LOCATOR_LOCAL_EXTENSION', NamespacedSimplePie::LOCATOR_LOCAL_EXTENSION); 123 define('SIMPLEPIE_LOCATOR_LOCAL_BODY', NamespacedSimplePie::LOCATOR_LOCAL_BODY); [all …]
|
| /dokuwiki/_test/ |
| H A D | bootstrap.php | 6 if(!defined('DOKU_UNITTEST')) define('DOKU_UNITTEST',dirname(__FILE__).'/'); 16 define('SIMPLE_TEST', true); 19 define('DOKU_E_LEVEL',E_ALL ^ E_NOTICE); 25 define('DOKU_INC', str_replace('\\', '/', dirname(dirname(__FILE__))) . '/'); 26 define('TMP_DIR', str_replace('\\', '/', sys_get_temp_dir()) . '/dwtests-'.microtime(true)); 27 define('DOKU_CONF', TMP_DIR.'/conf/'); 28 define('DOKU_TMP_DATA', TMP_DIR.'/data/'); 115 if (!defined('UTF8_NOMBSTRING')) define('UTF8_NOMBSTRING', 1);
|
| /dokuwiki/lib/exe/ |
| H A D | jquery.php | 5 if (!defined('DOKU_INC')) define('DOKU_INC', __DIR__ . '/../../'); 6 if (!defined('NOSESSION')) define('NOSESSION', true); // we do not use a session or authentication … 7 if (!defined('NL')) define('NL', "\n"); 8 if (!defined('DOKU_DISABLE_GZIP_OUTPUT')) define('DOKU_DISABLE_GZIP_OUTPUT', 1); // we gzip ourself…
|
| H A D | taskrunner.php | 13 define('DOKU_INC', __DIR__ . '/../../'); 15 define('DOKU_DISABLE_GZIP_OUTPUT', 1);
|
| /dokuwiki/vendor/openpsa/universalfeedcreator/lib/ |
| H A D | constants.php | 4 define("TIME_ZONE", date("O", time())); 10 define("FEEDCREATOR_VERSION", "FeedCreator 1.8");
|
| /dokuwiki/inc/lang/pt-br/ |
| H A D | jquery.ui.datepicker.js | 6 if ( typeof define === "function" && define.amd ) { 9 define( [ "../widgets/datepicker" ], factory );
|
| /dokuwiki/inc/lang/zh/ |
| H A D | jquery.ui.datepicker.js | 6 if ( typeof define === "function" && define.amd ) { 9 define( [ "../widgets/datepicker" ], factory );
|
| /dokuwiki/inc/lang/zh-tw/ |
| H A D | jquery.ui.datepicker.js | 6 if ( typeof define === "function" && define.amd ) { 9 define( [ "../widgets/datepicker" ], factory );
|
| /dokuwiki/inc/lang/cy/ |
| H A D | jquery.ui.datepicker.js | 6 if ( typeof define === "function" && define.amd ) { 9 define( [ "../widgets/datepicker" ], factory );
|
| /dokuwiki/inc/lang/az/ |
| H A D | jquery.ui.datepicker.js | 6 if ( typeof define === "function" && define.amd ) { 9 define( [ "../widgets/datepicker" ], factory );
|
| /dokuwiki/inc/lang/sr/ |
| H A D | jquery.ui.datepicker.js | 6 if ( typeof define === "function" && define.amd ) { 9 define( [ "../widgets/datepicker" ], factory );
|
| /dokuwiki/inc/lang/ml/ |
| H A D | jquery.ui.datepicker.js | 6 if ( typeof define === "function" && define.amd ) { 9 define( [ "../widgets/datepicker" ], factory );
|
| /dokuwiki/inc/lang/ka/ |
| H A D | jquery.ui.datepicker.js | 6 if ( typeof define === "function" && define.amd ) { 9 define( [ "../widgets/datepicker" ], factory );
|
| /dokuwiki/inc/lang/id/ |
| H A D | jquery.ui.datepicker.js | 7 if ( typeof define === "function" && define.amd ) { 10 define( [ "../widgets/datepicker" ], factory );
|
| /dokuwiki/inc/lang/mk/ |
| H A D | jquery.ui.datepicker.js | 6 if ( typeof define === "function" && define.amd ) { 9 define( [ "../widgets/datepicker" ], factory );
|
| /dokuwiki/inc/lang/ca/ |
| H A D | jquery.ui.datepicker.js | 6 if ( typeof define === "function" && define.amd ) { 9 define( [ "../widgets/datepicker" ], factory );
|
| /dokuwiki/inc/lang/pt/ |
| H A D | jquery.ui.datepicker.js | 5 if ( typeof define === "function" && define.amd ) { 8 define( [ "../widgets/datepicker" ], factory );
|
| /dokuwiki/inc/lang/gl/ |
| H A D | jquery.ui.datepicker.js | 6 if ( typeof define === "function" && define.amd ) { 9 define( [ "../widgets/datepicker" ], factory );
|
| /dokuwiki/inc/lang/ro/ |
| H A D | jquery.ui.datepicker.js | 9 if ( typeof define === "function" && define.amd ) { 12 define( [ "../widgets/datepicker" ], factory );
|
| /dokuwiki/inc/lang/fa/ |
| H A D | jquery.ui.datepicker.js | 7 if ( typeof define === "function" && define.amd ) { 10 define( [ "../widgets/datepicker" ], factory );
|
| /dokuwiki/inc/lang/is/ |
| H A D | jquery.ui.datepicker.js | 6 if ( typeof define === "function" && define.amd ) { 9 define( [ "../widgets/datepicker" ], factory );
|
| /dokuwiki/inc/lang/sl/ |
| H A D | jquery.ui.datepicker.js | 7 if ( typeof define === "function" && define.amd ) { 10 define( [ "../widgets/datepicker" ], factory );
|
| /dokuwiki/inc/lang/da/ |
| H A D | jquery.ui.datepicker.js | 6 if ( typeof define === "function" && define.amd ) { 9 define( [ "../widgets/datepicker" ], factory );
|
| /dokuwiki/inc/lang/it/ |
| H A D | jquery.ui.datepicker.js | 6 if ( typeof define === "function" && define.amd ) { 9 define( [ "../widgets/datepicker" ], factory );
|