Home
last modified time | relevance | path

Searched refs:realpath (Results 1 – 12 of 12) sorted by relevance

/dokuwiki/bin/
Dstriplangs.php7 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);
Drender.php7 if (!defined('DOKU_INC')) define('DOKU_INC', realpath(__DIR__ . '/../') . '/');
Ddwpage.php8 if (!defined('DOKU_INC')) define('DOKU_INC', realpath(__DIR__ . '/../') . '/');
228 if (stristr(realpath(dirname($localfile)), (string) realpath($conf['datadir'])) !== false) {
Dindexer.php7 if (!defined('DOKU_INC')) define('DOKU_INC', realpath(__DIR__ . '/../') . '/');
Dplugin.php11 if (!defined('DOKU_INC')) define('DOKU_INC', realpath(__DIR__ . '/../') . '/');
Dwantedpages.php9 if (!defined('DOKU_INC')) define('DOKU_INC', realpath(__DIR__ . '/../') . '/');
Dgittool.php7 if (!defined('DOKU_INC')) define('DOKU_INC', realpath(__DIR__ . '/../') . '/');
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
DSFTP.php703 $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/
Dio_rmdir.test.php7 $dir = realpath(io_mktmpdir());
/dokuwiki/inc/
Dinit.php569 * This function behaves similar to PHP's realpath() but does not resolve
/dokuwiki/lib/exe/
Dcss.php470 $basedir[] = realpath(TMP_DIR);
/dokuwiki/vendor/splitbrain/lesserphp/src/
DLessc.php384 if (isset($this->allParsedFiles[realpath($realPath)])) {
1746 $this->allParsedFiles[realpath($file)] = filemtime($file);