Home
last modified time | relevance | path

Searched refs:define (Results 601 – 625 of 2607) sorted by relevance

1...<<21222324252627282930>>...105

/plugin/farmer/
H A DDokuWikiFarmCore.php67 define('DOKU_FARMDIR', $this->config['base']['farmdir']);
73 define('DOKU_FARM_ANIMAL', $this->animal);
75 define('DOKU_CONF', DOKU_FARMDIR . $this->animal . '/conf/');
77 define('DOKU_CONF', DOKU_INC . '/conf/');
/plugin/googlefonts/
H A Daction.php11 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN', DOKU_INC.'lib/plugins/');
12 if(!defined('DOKU_LF')) define('DOKU_LF', "\n");
/plugin/function/
H A Dsyntax.php18 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
19 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
/plugin/bbcode/
H A Dolist.php9 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
10 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
/plugin/cellbg/
H A Dsyntax.php14 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
15 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
/plugin/cellbg2/
H A Dsyntax.php14 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
15 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
/plugin/autolink2/syntax/
H A Dshow.php12 define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
15 define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
/plugin/bbcodeextensions/syntax/
H A Danchor.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
3 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
/plugin/siteexport/exe/
H A Dsiteexportmanager.php12 define('DOKU_INC',dirname(__FILE__).'/../../../../');
14 define('DOKU_SITEEXPORT_MANAGER',1);
/plugin/codemirror/dist/modes/
H A Dmscgen.min.js1 …object")a(require("../../lib/codemirror"));else if(typeof define=="function"&&define.amd)define(["…
/plugin/yuriigantt/3rd/dhtmlxgantt/locale/
H A Dlocale.js13 …&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define("locale/…
H A Dlocale_be.js13 …&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define("locale/…
H A Dlocale_ca.js13 …&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define("locale/…
H A Dlocale_da.js13 …&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define("locale/…
H A Dlocale_es.js13 …&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define("locale/…
H A Dlocale_fi.js13 …&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define("locale/…
H A Dlocale_fr.js13 …&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define("locale/…
H A Dlocale_he.js13 …&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define("locale/…
H A Dlocale_sk.js13 …&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define("locale/…
H A Dlocale_sv.js13 …&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define("locale/…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/locale/
H A Dlocale_ca.js16 else if(typeof define === 'function' && define.amd)
17 define("locale/locale_ca", [], factory);
H A Dlocale_nb.js16 else if(typeof define === 'function' && define.amd)
17 define("locale/locale_nb", [], factory);
H A Dlocale_ru.js16 else if(typeof define === 'function' && define.amd)
17 define("locale/locale_ru", [], factory);
/plugin/revisionsdue/
H A Dsyntax.php10 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
11 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
16 define('DEBUG', 0);
/plugin/publistf/
H A Dsyntax.php13 if (!defined('DOKU_LF')) define('DOKU_LF', "\n");
14 if (!defined('DOKU_TAB')) define('DOKU_TAB', "\t");
15 if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');

1...<<21222324252627282930>>...105