Searched refs:relative_path (Results 1 – 3 of 3) sorted by relevance
| /plugin/ckgedit/scripts/ |
| D | css6.php | 377 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;
|
| /plugin/epub/scripts/ |
| D | css3.php | 370 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/asciidocjs/node_modules/@asciidoctor/core/dist/node/ |
| D | asciidoctor.cjs | 9449 $def(self, '$relative_path', function $$relative_path(path, base) { 9727 …eep_if,read,uriish?,attr?,require_library,normalize_system_path,file?,relative_path,path_resolver,… 11004 } relpath = doc.$path_resolver().$relative_path(inc_path, doc.$base_dir());
|