Home
last modified time | relevance | path

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

/dokuwiki/lib/exe/
H A Dcss.php425 protected $filepath; // file system path to the CSS/Less file
431 $this->filepath = $file;
444 if (!file_exists($this->filepath)) return '';
446 $css = io_readFile($this->filepath);
475 $this->relative_path = preg_replace($regex, '', dirname($this->filepath));
406 protected $filepath; // file system path to the CSS/Less file global() variable in DokuCssFile