Home
last modified time | relevance | path

Searched refs:dirname (Results 1 – 25 of 58) sorted by last modified time

123

/dokuwiki/vendor/composer/
H A Dautoload_classmap.php5 $vendorDir = dirname(__DIR__);
6 $baseDir = dirname($vendorDir);
/dokuwiki/lib/plugins/acl/
H A Dadmin.php239 $ns = dirname(str_replace(':', '/', $ID));
/dokuwiki/lib/plugins/config/core/
H A DWriter.php107 if (!is_writable(dirname($this->savefile))) return true;
/dokuwiki/inc/
H A Dpreload.php.dist13 //include(fullpath(dirname(__FILE__)).'/farm.php');
H A Dtemplate.php1794 $dir = dirname($conf_file);
H A Dio.php497 $tmp = dirname($file = call_user_func($types[$ns_type], $ns));
505 $tmp = dirname(call_user_func($types[$ns_type], $ns));
526 $dir = dirname($file);
H A DStyleUtils.php96 $incbase = dirname($inifile) . '/';
H A Dcommon.php1094 $path = dirname(wikiFN($id));
H A Dinfoutils.php349 } elseif (!file_exists($INFO['filepath']) && is_writable(dirname($INFO['filepath']))) {
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']);
/dokuwiki/
H A Dindex.php
/dokuwiki/lib/exe/
H A Djs.php196 if ($ifile[0] != '/') $ifile = dirname($file) . '/' . $ifile;
H A Dmediamanager.php
H A Dajax.php
H A Dfetch.php
H A Djquery.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php488 self::$configFile = dirname(__FILE__) . '/../openssl.cnf';
/dokuwiki/vendor/simplepie/simplepie/idn/
H A Didna_convert.class.php98 $this->NP = unserialize(file_get_contents(dirname(__FILE__).'/npdata.ser'));
100 $this->NP = unserialize(join('', file(dirname(__FILE__).'/npdata.ser')));
/dokuwiki/vendor/simplepie/simplepie/src/
H A DMisc.php2086 $root = dirname(__FILE__, 2);
2101 } elseif (file_exists(dirname(__FILE__) . '/Core.php')) {
2102 static::$SIMPLEPIE_BUILD = filemtime(dirname(__FILE__) . '/Core.php');
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DTar.php187 $directory = ($fileinfo->getIsdir()) ? $output : dirname($output);
537 $dir = dirname($name);
H A DZip.php170 $directory = ($header['folder']) ? $output : dirname($output);
/dokuwiki/inc/Sitemap/
H A DMapper.php45 } elseif (!is_writable(dirname($sitemap))) {
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dpycon.php47 require(dirname(__FILE__).'/python.php');
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php44 $this->tpllib = dirname(tpl_incdir()) . '/';
/dokuwiki/bin/
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) {

123