Home
last modified time | relevance | path

Searched refs:fullpath (Results 1 – 10 of 10) sorted by last modified time

/dokuwiki/inc/
H A Dpreload.php.dist13 //include(fullpath(dirname(__FILE__)).'/farm.php');
H A DStyleUtils.php152 $stylesheets[$mode][fullpath($incbase . $file)] = $webbase;
H A Dinit.php30 $preload = fullpath(__DIR__) . '/preload.php';
34 if (!defined('DOKU_INC')) define('DOKU_INC', fullpath(__DIR__ . '/../') . '/');
302 $path = fullpath($path);
390 $p = fullpath($path);
392 $p = fullpath(DOKU_INC . $path);
613 function fullpath($path, $exists = false)
640 return fullpath($path, $exists);
585 function fullpath($path,$exists=false){ global() function
H A DJpegMeta.php1321 $this->_info['file']['Path'] = fullpath($this->_fileName);
H A Dfarm.php27 if (!defined('DOKU_FARMDIR')) define('DOKU_FARMDIR', fullpath(__DIR__ . '/../') . '/');
H A Dhttputils.php82 $file = DOKU_REL . substr($file, strlen(fullpath(DOKU_INC)) + 1);
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php787 // get fullpath-filename for a langname
788 $fullpath = $this->language_path.$language.'.php';
791 if (false === ($data = file_get_contents($fullpath))) {
/dokuwiki/bin/
H A Dgittool.php258 $target = fullpath(tpl_incdir() . '../' . substr($ext, 9));
288 glob(fullpath(tpl_incdir() . '../') . '/*/.git', GLOB_ONLYDIR)
296 $data = array_map('fullpath', array_map('dirname', $data));
/dokuwiki/lib/exe/
H A Dcss.php158 $display = str_replace(fullpath(DOKU_INC), '', fullpath($file));