Home
last modified time | relevance | path

Searched refs:fullpath (Results 1 – 12 of 12) sorted by relevance

/dokuwiki/_test/tests/inc/
Dinit_fullpath.test.php29 $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/
DMisc.php67 $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/
Dinit.php30 $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);
Dpreload.php.dist13 //include(fullpath(dirname(__FILE__)).'/farm.php');
Dfarm.php27 if (!defined('DOKU_FARMDIR')) define('DOKU_FARMDIR', fullpath(__DIR__ . '/../') . '/');
DStyleUtils.php152 $stylesheets[$mode][fullpath($incbase . $file)] = $webbase;
Dhttputils.php82 $file = DOKU_REL . substr($file, strlen(fullpath(DOKU_INC)) + 1);
DJpegMeta.php1321 $this->_info['file']['Path'] = fullpath($this->_fileName);
/dokuwiki/lib/plugins/extension/
DExtension.php97 $this->currentDir = fullpath($dir);
226 return fullpath($dir);
/dokuwiki/bin/
Dgittool.php258 $target = fullpath(tpl_incdir() . '../' . substr($ext, 9));
288 glob(fullpath(tpl_incdir() . '../') . '/*/.git', GLOB_ONLYDIR)
/dokuwiki/lib/exe/
Dcss.php158 $display = str_replace(fullpath(DOKU_INC), '', fullpath($file));
/dokuwiki/vendor/geshi/geshi/src/
Dgeshi.php788 $fullpath = $this->language_path.$language.'.php';
791 if (false === ($data = file_get_contents($fullpath))) {