Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
H A DLocalPath.php112 [$this->host, $relativePath] = explode("/", $pathWithoutNetworkShare, 2);
113 $this->path = "/$relativePath";
281 …$relativePath = substr($actualPath->toAbsoluteId(), strlen($localPath->toAbsoluteId()) + $sepChara…
282 …$relativePath = str_replace($this->getDirectorySeparator(), WikiPath::NAMESPACE_SEPARATOR_DOUBLE_P…
283 return LocalPath::createFromPathString($relativePath);
H A DWikiPath.php532 * @param string $relativePath
536 static function toDokuWikiSeparator(string $relativePath): string argument
538 return preg_replace('/[\\\\\/]/', ":", $relativePath);
614 $relativePath = $path->relativize($drivePath);
625 $relativePath = $path->relativize($drivePath);
631 $wikiId = $relativePath->toAbsoluteId();
H A DBrandTag.php247 $relativePath = str_replace(":", "/", $page->getWikiId());
249 ->setProperty("path", $relativePath)
/template/strap/admin/
H A Dpagerules.php163 $relativePath = 'admin/' . $this->getPluginComponent() . '_intro';
164 echo($this->locale_xhtml($relativePath));