Searched +full:fullpath -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 17 of 17) sorted by relevance
| /dokuwiki/vendor/splitbrain/lesserphp/src/Functions/ |
| H A 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/_test/tests/inc/ |
| H A 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/inc/ |
| H A D | preload.php.dist | 13 //include(fullpath(dirname(__FILE__)).'/farm.php');
|
| H A D | init.php | 31 $preload = fullpath(__DIR__) . '/preload.php'; 35 if (!defined('DOKU_INC')) define('DOKU_INC', fullpath(__DIR__ . '/../') . '/'); 310 $path = fullpath($path); 398 $p = fullpath($path); 400 $p = fullpath(DOKU_INC . $path); 586 function fullpath($path, $exists = false) function 613 return fullpath($path, $exists);
|
| H A D | StyleUtils.php | 152 $stylesheets[$mode][fullpath($incbase . $file)] = $webbase;
|
| H A D | farm.php | 27 if (!defined('DOKU_FARMDIR')) define('DOKU_FARMDIR', fullpath(__DIR__ . '/../') . '/');
|
| H A D | httputils.php | 82 $file = DOKU_REL . substr($file, strlen(fullpath(DOKU_INC)) + 1);
|
| H A D | template.php | 944 if (!$conf['fullpath']) {
|
| H A D | JpegMeta.php | 1321 $this->_info['file']['Path'] = fullpath($this->_fileName);
|
| /dokuwiki/bin/ |
| H A D | gittool.php | 229 $target = fullpath(tpl_incdir() . '../' . substr($ext, 9)); 259 glob(fullpath(tpl_incdir() . '../') . '/*/.git', GLOB_ONLYDIR) 267 $data = array_map('fullpath', array_map('dirname', $data));
|
| /dokuwiki/lib/plugins/extension/ |
| H A D | Extension.php | 109 $this->currentDir = fullpath($dir); 238 return fullpath($dir);
|
| /dokuwiki/lib/exe/ |
| H A D | css.php | 158 $display = str_replace(fullpath(DOKU_INC), '', fullpath($file));
|
| /dokuwiki/conf/ |
| H A D | dokuwiki.php | 36 $conf['fullpath'] = 0; //show full path of the document or relative to datadir o…
|
| /dokuwiki/vendor/geshi/geshi/src/geshi/ |
| H A D | lscript.php | 148 'filestat', 'floor', 'format', 'frac', 'fullpath',
|
| H A D | visualfoxpro.php | 240 'Free','Freeze','From','Fullpath','Fw2','Fweek',
|
| /dokuwiki/lib/plugins/config/settings/ |
| H A D | config.metadata.php | 105 $meta['fullpath'] = ['onoff', '_caution' => 'security'];
|
| /dokuwiki/vendor/geshi/geshi/src/ |
| H A D | geshi.php | 787 // get fullpath-filename for a langname 788 $fullpath = $this->language_path.$language.'.php'; 791 if (false === ($data = file_get_contents($fullpath))) {
|