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;
425 protected $filepath; // file system path to the CSS/Less file variable in DokuCssFile431 $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));