Home
last modified time | relevance | path

Searched refs:dirname (Results 251 – 275 of 1489) sorted by path

1...<<11121314151617181920>>...60

/plugin/commentsrc/
H A Dsyntax.php3 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/commonmark/vendor/composer/
H A Dautoload_classmap.php5 $vendorDir = dirname(__DIR__);
6 $baseDir = dirname($vendorDir);
H A Dautoload_namespaces.php5 $vendorDir = dirname(__DIR__);
6 $baseDir = dirname($vendorDir);
H A Dautoload_psr4.php5 $vendorDir = dirname(__DIR__);
6 $baseDir = dirname($vendorDir);
H A Dautoload_real.php28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
/plugin/complex_lists/complex_lists/
H A Dsyntax.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/complex_lists/inblock_ranges/
H A Dsyntax.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/complex_lists/list_xrefs/
H A Dsyntax.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/components/action/
H A Daction.php3 require_once dirname(__FILE__) . '/../lib/action_manager.php';
H A Dajax.php10 require_once dirname(__FILE__) . '/../lib/ajax_manager.php';
H A Drender.php3 require_once dirname(__FILE__) . '/../lib/action_manager.php';
/plugin/components/lib/
H A Daction.php3 define(DOKU_ACTIONS_ROOT, dirname(__FILE__) . '/../commands');
H A Daction_manager.php3 require_once dirname(__FILE__) . '/component_manager.php';
4 require_once dirname(__FILE__) . '/action.php';
H A Dajax_manager.php3 require_once dirname(__FILE__) . '/component_manager.php';
4 require_once dirname(__FILE__) . '/ajax.php';
/plugin/composer/
H A Dsyntax.php3 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
242 $dirname = dirname($pageFile);
243 $dirname = str_replace($conf['datadir'], "", $dirname);
246 'start_lvl' => substr_count($dirname, DIRECTORY_SEPARATOR),
257 $dirname
/plugin/condition/
H A Dsyntax.php14 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/confightmlok/
H A Dcommon.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/confightmlok/syntax/
H A Dhtml.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
H A Dhtmlblock.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/conflictmerger/tests/
H A Dmerge.test.php9 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../').'/');
/plugin/const/
H A Daction.php10 define('DOKU_INC', realpath(dirname(__FILE__) . '/../../') . '/');
50 require_once(dirname(__FILE__) . "/class.evalmath.php");
/plugin/contact/
H A Dsyntax.php9 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/contactmodern/
H A Dsyntax.php26 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
30 require_once(dirname(__file__).'/recaptchalib.php');
/plugin/cronojob/jobs/
H A Dclearcache.php36 if (strcmp($basedir, dirname($fileglob)) == 0) {
/plugin/cronojob/pseudo-cron/
H A Dpseudo-cron-image.php47 define('DOKU_INC', realpath(dirname(__FILE__).'/../../../../').'/');

1...<<11121314151617181920>>...60