Home
last modified time | relevance | path

Searched refs:realpath (Results 151 – 175 of 701) sorted by last modified time

12345678910>>...29

/plugin/oembed/
H A Dsyntax.php13 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/mediathumbnails/
H A Dthumbnail.php45 $im = new imagick(realpath("lib/plugins/mediathumbnails/blank.pdf")."[0]");
/plugin/maplink/
H A Dsyntax.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/ol3/
H A Dsyntax.php10 define ('DOKU_INC', realpath (__DIR__.'/../../../').'/');
/plugin/schedule/syntax/
H A Ddisplay.php10 define ('DOKU_INC', realpath (__DIR__.'/../../../').'/');
15 require_once (realpath (__DIR__.'/..').'/scheduleInseeCities.php');
65 if (!is_dir (realpath (__DIR__.'/../../ol3')))
H A Dblock.php10 define ('DOKU_INC', realpath (__DIR__.'/../../../').'/');
15 require_once (realpath (__DIR__.'/..').'/schedule.class.php');
16 require_once (realpath (__DIR__.'/..').'/scheduleRoot.class.php');
17 require_once (realpath (__DIR__.'/..').'/schedules.class.php');
/plugin/schedule/
H A Dschedules.class.php15 define ('DOKU_INC', realpath (dirname (__FILE__).'/../../../').'/');
19 require_once (realpath (dirname (__FILE__)).'/scheduleInseeCities.php');
H A DajaxClearCache.php11 define ('DOKU_INC', realpath (dirname (__FILE__).'/../../../').'/');
H A DscheduleRoot.class.php14 define ('DOKU_INC', realpath (dirname (__FILE__).'/../../../').'/');
H A Dschedule.class.php9 define ('DOKU_INC', realpath (dirname (__FILE__).'/../../../').'/');
H A Dajax.php15 define ('DOKU_INC', realpath (dirname (__FILE__).'/../../../').'/');
H A DajaxPOI.php13 define ('DOKU_INC', realpath (dirname (__FILE__).'/../../../').'/');
17 require_once (realpath (dirname (__FILE__)).'/poiDB.class.php');
/plugin/inseecity/
H A Dsyntax.php10 define ('DOKU_INC', realpath (__DIR__.'/../../../').'/');
/plugin/doodle/
H A Dsyntax.php10 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/spoiler2/
H A Dsyntax.php15 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/goto/
H A Daction.php6 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/');
H A Dsyntax.php10 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/diagram/syntax/
H A Dsplitter.php22 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
H A Dmain.php23 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/displayfile/
H A Dsyntax.php95 $real_root = realpath($root);
119 $real_path = realpath($real_root . "/" . $target);
123 if (realpath(__FILE__) == $real_path)
/plugin/webdav/vendor/sabre/dav/lib/DAV/FS/
H A DDirectory.php143 $absolute = realpath($this->path);
/plugin/webdav/
H A Dserver.php31 realpath(dirname(__FILE__) . '/../../../'), # Default DokuWiki path
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php563 if (strpos(realpath($path), realpath($assetDir)) === 0 && file_exists($path)) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/FSExt/
H A DDirectory.php165 $total = disk_total_space(realpath($this->path));
166 $free = disk_free_space(realpath($this->path));
/plugin/structsection/
H A Dyarn.lock1589 fs.realpath@^1.0.0:
1591 …resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2…
1640 fs.realpath "^1.0.0"

12345678910>>...29