Home
last modified time | relevance | path

Searched refs:dirname (Results 1 – 25 of 58) sorted by relevance

123

/dokuwiki/vendor/composer/
H A Dautoload_files.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_classmap.php5 $vendorDir = dirname(__DIR__);
6 $baseDir = dirname($vendorDir);
H A Dautoload_real.php28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
/dokuwiki/bin/
H A Dstriplangs.php
H A Dwantedpages.php71 $startdir = dirname(wikiFN($args[0] . ':xxx'));
73 $startdir = dirname(wikiFN('xxx'));
H A Drender.php
H A Ddwpage.php220 if (!file_exists(dirname($localfile))) {
221 $this->fatal("Directory " . dirname($localfile) . " does not exist");
224 if (stristr(realpath(dirname($localfile)), (string) realpath($conf['datadir'])) !== false) {
H A Dindexer.php
H A Dplugin.php
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dpycon.php47 require(dirname(__FILE__).'/python.php');
/dokuwiki/lib/exe/
H A Dajax.php
H A Dopensearch.php
H A Djquery.php
H A Ddetail.php
/dokuwiki/lib/plugins/styling/
H A Dpopup.php
/dokuwiki/lib/tpl/
H A Dindex.php
/dokuwiki/lib/plugins/authad/adLDAP/
H A DadLDAP.php49 require_once(dirname(__FILE__) . '/collections/adLDAPCollection.php');
50 require_once(dirname(__FILE__) . '/classes/adLDAPGroups.php');
51 require_once(dirname(__FILE__) . '/classes/adLDAPUsers.php');
52 require_once(dirname(__FILE__) . '/classes/adLDAPFolders.php');
53 require_once(dirname(__FILE__) . '/classes/adLDAPUtils.php');
54 require_once(dirname(__FILE__) . '/classes/adLDAPContacts.php');
55 require_once(dirname(__FILE__) . '/classes/adLDAPExchange.php');
56 require_once(dirname(__FILE__) . '/classes/adLDAPComputers.php');
/dokuwiki/vendor/simplepie/simplepie/
H A Dautoloader.php109 $this->path = dirname(__FILE__) . DIRECTORY_SEPARATOR . 'library';
/dokuwiki/
H A Dindex.php
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPComputers.php37 require_once(dirname(__FILE__) . '/../adLDAP.php');
38 require_once(dirname(__FILE__) . '/../collections/adLDAPComputerCollection.php');
/dokuwiki/inc/
H A Dinit.php467 $dir = dirname($_SERVER['SCRIPT_NAME']);
469 $dir = dirname($_SERVER['PHP_SELF']);
476 $dir = dirname('/' . $dir);
636 $base = dirname($_SERVER['SCRIPT_FILENAME']);
H A Dpreload.php.dist13 //include(fullpath(dirname(__FILE__)).'/farm.php');
/dokuwiki/lib/plugins/config/core/
H A DWriter.php107 if (!is_writable(dirname($this->savefile))) return true;

123