Home
last modified time | relevance | path

Searched refs:defined (Results 276 – 300 of 3364) sorted by last modified time

1...<<11121314151617181920>>...135

/plugin/htmlokalt/syntax/
H A Dhtmlblock.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
3 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
/plugin/statistics/
H A Dimg.php9 if(!defined('DOKU_INC')) define('DOKU_INC', realpath(dirname(__FILE__) . '/../../../') . '/');
H A Daction.php9 if(!defined('DOKU_INC')) die();
11 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN', DOKU_INC . 'lib/plugins/');
H A Dadmin.php10 if(!defined('DOKU_INC')) die();
H A Dlog.php9 if(!defined('DOKU_INC')) define('DOKU_INC', realpath(dirname(__FILE__) . '/../../../') . '/');
/plugin/farmer/admin/
H A Dinfo.php
H A Dnew.php
H A Dplugins.php
H A Dsetup.php
H A Ddelete.php
H A Dconfig.php
/plugin/farmer/action/
H A Dajax.php
H A Ddisable.php
H A Dstartup.php
/plugin/farmer/
H A DDokuWikiFarmCore.php435 if (!defined('DOKU_UNITTEST')) {
H A Dhelper.php122 return defined('DOKU_FARMDIR') && isset($GLOBALS['FARMCORE']);
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt194 DokuWiki can convert certain pre-defined characters or strings into images or other text or HTML.
/plugin/const/
H A Daction.php9 if (!defined('DOKU_INC'))
11 if (!defined('DOKU_PLUGIN'))
H A Dplugin.info.txt6 desc work on wiki pages with constants, self defined variables and make calculations
H A Dsyntax.php10 if(!defined('DOKU_INC')) die();
12 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
/plugin/approve/
H A Dadmin.php10 if (!defined('DOKU_INC')) {
/plugin/approve/helper/
H A Ddb.php11 if (!defined('DOKU_INC')) {
38 if (defined('DOKU_UNITTEST')) {
45 if (defined('DOKU_UNITTEST')) {
55 if (defined('DOKU_UNITTEST')) {
/plugin/approve/syntax/
H A Dtable.php6 if(!defined('DOKU_INC')) die();
/plugin/approve/action/
H A Dmigration.php9 if (!defined('DOKU_INC')) die();
27 * Call our custom migrations when defined
H A Dnotification.php5 if (!defined('DOKU_INC')) die();
7 if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN', DOKU_INC . 'lib/plugins/');

1...<<11121314151617181920>>...135