Home
last modified time | relevance | path

Searched refs:realpath (Results 26 – 50 of 701) sorted by relevance

12345678910>>...29

/plugin/quickedit/
H A Dajax.php11 if (!defined('DOKU_INC')) define('DOKU_INC', realpath(dirname(__FILE__) . '/../../../') . '/');
15 if (!defined('DOKU_PAGES')) define ('DOKU_PAGES', realpath(DOKU_PAGE));
/plugin/structtemplate/_vagrant/
H A Dinstall_dokuwiki_extension.sh136 paths[dw]=$(realpath --canonicalize-missing "$_arg_path")
138 paths[dw]=$(realpath --canonicalize-missing "$DW_PATH")
/plugin/ckgedit/ckeditor/
H A Dget_headers.php2 define("DOKU_INC", realpath(dirname(__FILE__).'/../../../../') . '/');
28 $path = realpath(DOKU_INC . $Dwfck_conf_values['ckg_savedir']);
H A Dschemes.php6 $SCHEMES = realpath(dirname(__FILE__).'/../../../../').'/conf/scheme.conf';
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DFilesystemLoader.php40 if (false !== $realPath = realpath($rootPath)) {
231 if (false !== $realpath = realpath($path.'/'.$shortname)) {
232 return $this->cache[$name] = $realpath;
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/Loader/
H A DFilesystemLoader.php46 $baseDirs = array(rtrim(realpath($baseDirs), '/'));
49 $dir = rtrim(realpath($dir), '/');
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DSetupDecorator.php125 … $files = $this->_getFiles(realpath($dir), $filenamePattern, $exclude, realpath($dir . '/..'));
/plugin/fckg/action/
H A Dsave.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/');
7 define('FCK_ACTION_SUBDIR', realpath(dirname(__FILE__)) . '/');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DConfiguration.php175 $realpath = realpath($filename);
177 if ($realpath === false) {
186 if (!isset(self::$instances[$realpath])) {
187 self::$instances[$realpath] = new self($realpath);
190 return self::$instances[$realpath];
/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/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/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DCommand.php664 $this->arguments['testFile'] = realpath($this->options[1][1]);
672 $this->arguments['testFile'] = realpath($this->arguments['test']);
697 $this->arguments['configuration'] = realpath(
701 $this->arguments['configuration'] = realpath(
708 $this->arguments['configuration'] = realpath('phpunit.xml');
710 $this->arguments['configuration'] = realpath(
930 $localFilename = realpath($_SERVER['argv'][0]);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/
H A DChainTest.php53 …$this->assertEquals(realpath($path.'/errors/base.html'), realpath($loader->getSourceContext('error…
/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/progrecss/lang/en/
H A Dsettings.php8 require_once(realpath(dirname(__FILE__). '/../common.php'));
/plugin/progrecss/lang/ru/
H A Dsettings.php8 require_once(realpath(dirname(__FILE__). '/../common.php'));
/plugin/progrecss/lang/es/
H A Dsettings.php8 require_once(realpath(dirname(__FILE__). '/../common.php'));
/plugin/progrecss/lang/de/
H A Dsettings.php8 require_once(realpath(dirname(__FILE__). '/../common.php'));
/plugin/plantuml/
H A Dsyntax.php10 if (!defined('DOKU_INC')) define('DOKU_INC', realpath(dirname(__FILE__) . '/../../') . '/');
199 $jar = realpath($jar);
247 $jar = realpath($jar);
/plugin/displayfile/
H A Dsyntax.php95 $real_root = realpath($root);
119 $real_path = realpath($real_root . "/" . $target);
123 if (realpath(__FILE__) == $real_path)
/plugin/fckg/fckeditor/editor/dialog/
H A Dversion.php2 $VERSION = realpath(dirname(__FILE__).'/../../../').'/version';
/plugin/nowiki/
H A Dsyntax.php37 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/fckg/fckeditor/
H A Ddwsmileys.php6 $SMILEYS = realpath(dirname(__FILE__).'/../../../../').'/conf/smileys.conf';
/plugin/freechat/
H A Dbackend.php4 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__)).'/../../../');
/plugin/yuml/
H A Dactivitydiagram.php9 if (!defined('DOKU_INC')) define('DOKU_INC', realpath(dirname(__FILE__) . '/../../') . '/');

12345678910>>...29