Home
last modified time | relevance | path

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

/plugin/epub/scripts/
H A Dcss3.php370 private $relative_path = null; variable in DokuCssFile
405 if (is_null($this->relative_path)) {
410 $this->relative_path = preg_replace($regex, '', dirname($this->filepath));
413 return $this->relative_path;
/plugin/ckgedit/scripts/
H A Dcss6.php377 private $relative_path = null; variable in DokuCssFile
412 if (is_null($this->relative_path)) {
417 $this->relative_path = preg_replace($regex, '', dirname($this->filepath));
420 return $this->relative_path;