Home
last modified time | relevance | path

Searched refs:realpath (Results 101 – 125 of 701) sorted by last modified time

12345678910>>...29

/plugin/epub/scripts/
H A Dcheck_progess.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../../').'/');
H A Debook.php3 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../../').'/');
5 if(!defined('EPUB_DIR')) define('EPUB_DIR',realpath(dirname(__FILE__).'/../').'/');
H A Dupdate_files.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../../').'/');
4 if(!defined('EPUB_DIR')) define('EPUB_DIR',realpath(dirname(__FILE__).'/../').'/');
/plugin/sectiontoggle/
H A Dsyntax.php6 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/bootswrapper/exe/
H A Dhelp.php15 realpath(dirname(__FILE__) . '/../../../../'), # Default DokuWiki path
H A Dpopup.php15 realpath(dirname(__FILE__) . '/../../../../'), # Default DokuWiki path
/plugin/discussion/
H A Dconvert.php9 define('DOKU_INC', realpath(dirname(__FILE__).'/../../../').'/');
/plugin/sync/
H A Ddiff.php9 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/');
/plugin/userhomepage/
H A Daction.php136 … $path = realpath($this->dataDir.'/'.$this->getConf('templates_path').'/uhp_private_skeleton/');
180 … $path = realpath($this->dataDir.'/'.$this->getConf('templates_path').'/uhp_public_skeleton/');
/plugin/avbarchart/
H A Dsyntax.php17 define('DOKU_INC', realpath(dirname(__FILE__).'/../../').'/');
/plugin/avtaskbox/
H A Dsyntax.php21 define('DOKU_INC', realpath(dirname(__FILE__).'/../../').'/');
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php558 if (strpos(realpath($path), realpath($assetDir)) === 0 && file_exists($path)) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/FSExt/
H A DDirectory.php173 $total = disk_total_space(realpath($this->path));
174 $free = disk_free_space(realpath($this->path));
/plugin/spreadout/
H A Dsyntax.php5 define('DOKU_INC', realpath(dirname(__FILE__) . '/../../') . '/');
/plugin/indexmenu/
H A Dajax.php
/plugin/authgooglesheets/vendor/google/apiclient/src/Task/
H A DComposer.php63 $realpath = $file->getRealPath();
64 $filesystem->remove($realpath);
65 $filesystem->remove($realpath . '.php');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php714 $this->pwd = $this->realpath('.');
844 public function realpath($path) function in phpseclib3\\Net\\SFTP
921 $dir = $this->realpath($dir);
1067 $dir = $this->realpath($dir . '/');
1853 $link = $this->realpath($link);
1898 $link = $this->realpath($link);
1962 $dir = $this->realpath($dir);
2027 $dir = $this->realpath($dir);
2541 $path = $this->realpath($path);
2653 $path = $this->realpath($path);
[all …]
/plugin/tablelayout/
H A Dyarn.lock873 fs.realpath@^1.0.0:
875 …resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2…
938 fs.realpath "^1.0.0"
959 fs.realpath "^1.0.0"
/plugin/latex-was/syntax/
H A Dddollar.php3 require_once(realpath(dirname(__FILE__).'/../latexinc.php'));
H A Ddollar.php3 require_once(realpath(dirname(__FILE__).'/../latexinc.php'));
H A Deqnarray.php3 require_once(realpath(dirname(__FILE__).'/../latexinc.php'));
H A Ddisplaymath.php3 require_once(realpath(dirname(__FILE__).'/../latexinc.php'));
H A Deqnarraystar.php3 require_once(realpath(dirname(__FILE__).'/../latexinc.php'));
H A Dequation.php3 require_once(realpath(dirname(__FILE__).'/../latexinc.php'));
H A Dequationstar.php3 require_once(realpath(dirname(__FILE__).'/../latexinc.php'));

12345678910>>...29