Home
last modified time | relevance | path

Searched refs:realpath (Results 1 – 10 of 10) sorted by last modified time

/dokuwiki/bin/
H A Ddwpage.php8 if (!defined('DOKU_INC')) define('DOKU_INC', realpath(__DIR__ . '/../') . '/');
224 if (stristr(realpath(dirname($localfile)), (string) realpath($conf['datadir'])) !== false) {
H A Dindexer.php7 if (!defined('DOKU_INC')) define('DOKU_INC', realpath(__DIR__ . '/../') . '/');
H A Drender.php7 if (!defined('DOKU_INC')) define('DOKU_INC', realpath(__DIR__ . '/../') . '/');
H A Dwantedpages.php9 if (!defined('DOKU_INC')) define('DOKU_INC', realpath(__DIR__ . '/../') . '/');
H A Dgittool.php7 if (!defined('DOKU_INC')) define('DOKU_INC', realpath(__DIR__ . '/../') . '/');
H A Dplugin.php11 if (!defined('DOKU_INC')) define('DOKU_INC', realpath(__DIR__ . '/../') . '/');
H A 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);
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php185 * @see self::realpath()
296 * @see self::realpath()
702 $this->pwd = $this->realpath('.');
831 public function realpath($path)
932 $dir = $this->realpath($dir);
1011 if (is_array($this->query_stat_cache($this->realpath($dir . '/' . $value)))) {
1054 $is_directory = is_array($this->query_stat_cache($this->realpath($dir . '/' . $key)));
1087 $dir = $this->realpath($dir . '/');
1146 $temp = $this->realpath($dir . '/..') . '/.';
1387 $filename = $this->realpath(
892 function realpath($path) global() function in phpseclib\\Net\\SFTP
[all...]
/dokuwiki/lib/exe/
H A Dcss.php470 $basedir[] = realpath(TMP_DIR);