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 D | preload.php.dist | 13 //include(fullpath(dirname(__FILE__)).'/farm.php');
|
H A D | init.php | 30 $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 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 | 258 $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 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 only? 0|1
|
/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/marcusschwarz/lesserphp/ |
H A D | lessc.inc.php |
|
/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))) {
|