Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
H A DRawTextResponse.php40 public function __construct(string $raw_text, string $filepath) argument
43 $this->permanent_url = $filepath;
44 $this->requested_url = $filepath;
/dokuwiki/lib/exe/
H A Dcss.php425 protected $filepath; // file system path to the CSS/Less file variable in DokuCssFile
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));