Home
last modified time | relevance | path

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 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/_test/tests/inc/
H A 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/inc/
H A Dpreload.php.dist13 //include(fullpath(dirname(__FILE__)).'/farm.php');
H A Dinit.php31 $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 DStyleUtils.php152 $stylesheets[$mode][fullpath($incbase . $file)] = $webbase;
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);
H A Dtemplate.php944 if (!$conf['fullpath']) {
H A DJpegMeta.php1321 $this->_info['file']['Path'] = fullpath($this->_fileName);
/dokuwiki/bin/
H A Dgittool.php229 $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 DExtension.php109 $this->currentDir = fullpath($dir);
238 return fullpath($dir);
/dokuwiki/lib/exe/
H A Dcss.php158 $display = str_replace(fullpath(DOKU_INC), '', fullpath($file));
/dokuwiki/conf/
H A Ddokuwiki.php36 $conf['fullpath'] = 0; //show full path of the document or relative to datadir o…
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dlscript.php148 'filestat', 'floor', 'format', 'frac', 'fullpath',
H A Dvisualfoxpro.php240 'Free','Freeze','From','Fullpath','Fw2','Fweek',
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php105 $meta['fullpath'] = ['onoff', '_caution' => 'security'];
/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))) {