Searched refs:fullpath (Results 1 – 12 of 12) sorted by relevance
/dokuwiki/_test/tests/inc/ |
D | init_fullpath.test.php | 29 $info = "Testing '$from' resulted in '".fullpath($from)."'"; 31 $this->assertEquals(fullpath($from), $to, $info); 78 $info = "Testing '$from' resulted in '".fullpath($from)."'"; 80 $this->assertEquals(fullpath($from), $to, $info);
|
/dokuwiki/vendor/splitbrain/lesserphp/src/Functions/ |
D | Misc.php | 67 $fullpath = $this->lessc->findImport($url); 69 if ($fullpath && ($fsize = filesize($fullpath)) !== false) { 75 $mime = explode('; ', $finfo->file($fullpath)); 78 $mime = mime_content_type($fullpath); 83 … $url = sprintf('data:%s;base64,%s', $mime, base64_encode(file_get_contents($fullpath)));
|
/dokuwiki/inc/ |
D | init.php | 30 $preload = fullpath(__DIR__) . '/preload.php'; 34 if (!defined('DOKU_INC')) define('DOKU_INC', fullpath(__DIR__ . '/../') . '/'); 305 $path = fullpath($path); 393 $p = fullpath($path); 395 $p = fullpath(DOKU_INC . $path); 581 function fullpath($path, $exists = false) function 608 return fullpath($path, $exists);
|
D | preload.php.dist | 13 //include(fullpath(dirname(__FILE__)).'/farm.php');
|
D | farm.php | 27 if (!defined('DOKU_FARMDIR')) define('DOKU_FARMDIR', fullpath(__DIR__ . '/../') . '/');
|
D | StyleUtils.php | 152 $stylesheets[$mode][fullpath($incbase . $file)] = $webbase;
|
D | httputils.php | 82 $file = DOKU_REL . substr($file, strlen(fullpath(DOKU_INC)) + 1);
|
D | JpegMeta.php | 1321 $this->_info['file']['Path'] = fullpath($this->_fileName);
|
/dokuwiki/lib/plugins/extension/ |
D | Extension.php | 97 $this->currentDir = fullpath($dir); 226 return fullpath($dir);
|
/dokuwiki/bin/ |
D | gittool.php | 258 $target = fullpath(tpl_incdir() . '../' . substr($ext, 9)); 288 glob(fullpath(tpl_incdir() . '../') . '/*/.git', GLOB_ONLYDIR)
|
/dokuwiki/lib/exe/ |
D | css.php | 158 $display = str_replace(fullpath(DOKU_INC), '', fullpath($file));
|
/dokuwiki/vendor/geshi/geshi/src/ |
D | geshi.php | 788 $fullpath = $this->language_path.$language.'.php'; 791 if (false === ($data = file_get_contents($fullpath))) {
|