Home
last modified time | relevance | path

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

123

/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) {
H A Dgittool.php296 $data = array_map('fullpath', array_map('dirname', $data));
H A Dindexer.php
H A Dplugin.php
H A Drender.php
H A Dstriplangs.php
H A Dwantedpages.php71 $startdir = dirname(wikiFN($args[0] . ':xxx'));
73 $startdir = dirname(wikiFN('xxx'));
/dokuwiki/
H A Ddoku.php
H A Dfeed.php
H A Dindex.php
H A Dinstall.php
/dokuwiki/inc/HTTP/
H A DHTTPClient.php371 dirname($path) . '/' . $this->resp_headers['location'];
/dokuwiki/inc/
H A DJpegMeta.php954 $tmpName = tempnam(dirname($this->_fileName),'_metatemp_');
H A DStyleUtils.php96 $incbase = dirname($inifile) . '/';
H A Dcommon.php1094 $path = dirname(wikiFN($id));
H A Dfarm.php
H A Dhtml.php759 echo dirname($_SERVER['PHP_SELF']) . '/';
H A Dinfoutils.php295 } 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']);
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 Dpreload.php.dist13 //include(fullpath(dirname(__FILE__)).'/farm.php');
H A Dtemplate.php1794 $dir = dirname($conf_file);
/dokuwiki/inc/Sitemap/
H A DMapper.php45 } elseif (!is_writable(dirname($sitemap))) {
/dokuwiki/lib/exe/
H A Dajax.php
H A Dcss.php475 $this->relative_path = preg_replace($regex, '', dirname($this->filepath));

123