Home
last modified time | relevance | path

Searched refs:realpath (Results 226 – 250 of 701) sorted by relevance

12345678910>>...29

/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.simple.php34 $FullFileName = realpath($DirectoryToScan.'/'.$file);
H A Ddemo.browse.php107 $listdirectory = realpath($listdirectory); // get rid of /../../ references
158 $ParentDir = realpath($file.'/..').'/';
172 …$TargetObject = realpath($currentfilename); // Find actual file path, resolve if it's a symbo…
237 …echo htmlentities(str_replace(DIRECTORY_SEPARATOR, '/', realpath($dirname.$filename)), ENT_QUOTES …
239 echo htmlentities(realpath($dirname.$filename), ENT_QUOTES | ENT_SUBSTITUTE, $PageEncoding);
/plugin/hiddenswitch/
H A Dsyntax.php8 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/gnuplot/
H A Dsyntax.php9 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/qrcode2/
H A Dsyntax.php10 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/newsboard/
H A Dsyntax.php9 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/nosecedit/
H A Dsyntax.php10 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/
H A DFilesystemTest.php23 …$this->assertEquals(realpath($path.'/errors/index.html'), realpath($loader->getSourceContext('erro…
/plugin/siteexport/
H A Dpreload.php3 …define('DOKU_INC', /** @scrutinizer ignore-type */ realpath(dirname(__FILE__) . '/../../../') . '/…
50 if ($tplDir != realpath($tplDir)) { return; }
/plugin/bbcode/
H A Demail.php9 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/command/syntax/
H A Dblock.php17 define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/');
/plugin/revealjs/syntax/
H A Dfooter.php3 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/webdav/
H A Dserver.php31 realpath(dirname(__FILE__) . '/../../../'), # Default DokuWiki path
/plugin/panorama/syntax/
H A Dpanorama2.php15 if (!defined('DOKU_INC'))define('DOKU_INC', realpath(dirname( __FILE__ ).'/../../').'/');
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Util/
H A DFilesystemUtils.php82 return realpath(sys_get_temp_dir());
/plugin/hide/
H A Dsyntax.php19 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/quickstats/scripts/
H A Dget_pages.php2 if(!defined('DOKU_INC')) define('DOKU_INC', realpath(dirname(__FILE__) .'/../../../../') . '/');
/plugin/nodetailsxhtml/syntax/
H A Dforcetoc.php10 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/symbols/
H A Dsyntax.php9 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/embed/
H A Dsyntax.php19 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/format/
H A Dsyntax.php11 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/simpleindex/
H A Dsyntax.php8 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/math/
H A Dsyntax.php53 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/phpwikify/
H A Dsyntax.php12 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/epub/scripts/
H A Dcheck_progess.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../../').'/');

12345678910>>...29