Searched refs:filepath (Results 1 – 2 of 2) sorted by relevance
40 public function __construct(string $raw_text, string $filepath) argument43 $this->permanent_url = $filepath;44 $this->requested_url = $filepath;
423 protected $filepath; // file system path to the CSS/Less file variable in DokuCssFile429 $this->filepath = $file;442 if (!file_exists($this->filepath)) return '';444 $css = io_readFile($this->filepath);473 $this->relative_path = preg_replace($regex, '', dirname($this->filepath));