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 – 15 of 15) sorted by relevance

/dokuwiki/inc/
H A Dpreload.php.dist13 //include(fullpath(dirname(__FILE__)).'/farm.php');
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 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.php943 if (!$conf['fullpath']) {
H A DJpegMeta.php1321 $this->_info['file']['Path'] = fullpath($this->_fileName);
/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));
/dokuwiki/conf/
H A Ddokuwiki.php36 $conf['fullpath'] = 0; //show full path of the document or relative to datadir only? 0|1
/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/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))) {