Searched refs:realpath (Results 1 – 12 of 12) sorted by relevance
/dokuwiki/bin/ |
D | striplangs.php | 7 if (!defined('DOKU_INC')) define('DOKU_INC', realpath(__DIR__ . '/../') . '/'); 64 $this->stripDirLangs(realpath(__DIR__ . '/../inc/lang'), $keep); 65 $this->processExtensions(realpath(__DIR__ . '/../lib/plugins'), $keep); 66 $this->processExtensions(realpath(__DIR__ . '/../lib/tpl'), $keep);
|
D | render.php | 7 if (!defined('DOKU_INC')) define('DOKU_INC', realpath(__DIR__ . '/../') . '/');
|
D | dwpage.php | 8 if (!defined('DOKU_INC')) define('DOKU_INC', realpath(__DIR__ . '/../') . '/'); 228 if (stristr(realpath(dirname($localfile)), (string) realpath($conf['datadir'])) !== false) {
|
D | indexer.php | 7 if (!defined('DOKU_INC')) define('DOKU_INC', realpath(__DIR__ . '/../') . '/');
|
D | plugin.php | 11 if (!defined('DOKU_INC')) define('DOKU_INC', realpath(__DIR__ . '/../') . '/');
|
D | wantedpages.php | 9 if (!defined('DOKU_INC')) define('DOKU_INC', realpath(__DIR__ . '/../') . '/');
|
D | gittool.php | 7 if (!defined('DOKU_INC')) define('DOKU_INC', realpath(__DIR__ . '/../') . '/');
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/ |
D | SFTP.php | 703 $this->pwd = $this->realpath('.'); 833 public function realpath($path) function in phpseclib3\\Net\\SFTP 934 $dir = $this->realpath($dir); 1013 if (is_array($this->query_stat_cache($this->realpath($dir . '/' . $value)))) { 1056 … $is_directory = is_array($this->query_stat_cache($this->realpath($dir . '/' . $key))); 1089 $dir = $this->realpath($dir . '/'); 1148 $temp = $this->realpath($dir . '/..') . '/.'; 1389 $filename = $this->realpath($filename); 1445 $filename = $this->realpath($filename); 1556 $filename = $this->realpath($filename); [all …]
|
/dokuwiki/_test/tests/inc/ |
D | io_rmdir.test.php | 7 $dir = realpath(io_mktmpdir());
|
/dokuwiki/inc/ |
D | init.php | 569 * This function behaves similar to PHP's realpath() but does not resolve
|
/dokuwiki/lib/exe/ |
D | css.php | 470 $basedir[] = realpath(TMP_DIR);
|
/dokuwiki/vendor/splitbrain/lesserphp/src/ |
D | Lessc.php | 384 if (isset($this->allParsedFiles[realpath($realPath)])) { 1746 $this->allParsedFiles[realpath($file)] = filemtime($file);
|