Home
last modified time | relevance | path

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

/dokuwiki/lib/exe/
H A Dcss.php427 protected $relative_path;
465 if (is_null($this->relative_path)) {
475 $this->relative_path = preg_replace($regex, '', dirname($this->filepath));
478 return $this->relative_path;
408 protected $relative_path = null; global() variable in DokuCssFile