Searched refs:relative_path (Results 1 – 2 of 2) sorted by relevance
370 private $relative_path = null; variable in DokuCssFile405 if (is_null($this->relative_path)) {410 $this->relative_path = preg_replace($regex, '', dirname($this->filepath));413 return $this->relative_path;
377 private $relative_path = null; variable in DokuCssFile412 if (is_null($this->relative_path)) {417 $this->relative_path = preg_replace($regex, '', dirname($this->filepath));420 return $this->relative_path;