Home
last modified time | relevance | path

Searched refs:realpath (Results 26 – 50 of 701) sorted by last modified time

12345678910>>...29

/plugin/bez/
H A Dcron-daily.php4 $inc = realpath(__DIR__.'/../../..');
/plugin/sql/
H A Dsyntax.php9 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/confmanager/
H A Dhelper.php51 $hash .= realpath($paths[0]);
/plugin/gallery/
H A Dsyntax.php
/plugin/orphanswanted/
H A Dsyntax.php18 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/gitbacked/lib/
H A DGit.php167 $reference = realpath($reference);
212 if ($new_path = realpath($repo_path)) {
241 if ($parent = realpath(dirname($repo_path))) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCssManager.php2305 $ap = realpath($lp);
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdiTrait.php152 $id = \realpath($file);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DLocalFileDetector.php15 return realpath($file);
/plugin/combo/ComboStrap/
H A DLocalPath.php135 * but not always (ie https://www.php.net/manual/en/function.realpath.php output \ on windows)
143 return realpath($path);
326 * realpath() is just a system/library call to actual realpath() function supported by OS.
330 $realPath = realpath($this->path);
338 * if you pass it to realpath:
340 * realpath("D:/dokuwiki-animals/combo.nico.lan/data/pages")
343 * if you pass the result again in realpath
345 * realpath(d:\dokuwiki\website\pages)
350 $realPath = realpath(
[all...]
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/Loader/
H A DFilesystemLoader.php46 $baseDirs = array(rtrim(realpath($baseDirs), '/'));
49 $dir = rtrim(realpath($dir), '/');
/plugin/combo/vendor/salesforce/handlebars-php/tests/Handlebars/
H A DHandlebarsTest.php15 Handlebars\Autoloader::register(realpath(__DIR__ . '/../fixture/'));
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DAutoloader.php31 $this->_baseDir = realpath(__DIR__ . '/..');
/plugin/combo/vendor/bin/
H A Dyaml-lint12 $binPath = realpath(__DIR__ . "/" . '../symfony/yaml/Resources/bin/yaml-lint');
/plugin/subpages/
H A Dsyntax.php4 define ('DOKU_INC', realpath(dirname(__FILE__).'/../../').'/');
/plugin/lastpages/
H A Dsyntax.php4 define ('DOKU_INC', realpath(dirname(__FILE__).'/../../').'/');
/plugin/bbcodeextensions/
H A Dcommon.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/bbcodeextensions/syntax/
H A Danchor.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
H A Dclassspan.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
H A Ddel.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
H A Dins.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
H A Dkbd.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
H A Dq.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
H A Dsamp.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
H A Dclassdiv.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');

12345678910>>...29