Searched refs:relativePath (Results 1 – 4 of 4) sorted by relevance
| /template/strap/ComboStrap/ |
| H A D | LocalPath.php | 112 [$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 D | WikiPath.php | 532 * @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 D | BrandTag.php | 247 $relativePath = str_replace(":", "/", $page->getWikiId()); 249 ->setProperty("path", $relativePath)
|
| /template/strap/admin/ |
| H A D | pagerules.php | 163 $relativePath = 'admin/' . $this->getPluginComponent() . '_intro'; 164 echo($this->locale_xhtml($relativePath));
|