Home
last modified time | relevance | path

Searched refs:WikiPath (Results 76 – 99 of 99) sorted by relevance

1234

/plugin/combo/ComboStrap/
H A DThirdMediaLink.php63 if(!$path instanceof WikiPath){
H A DFetcherRailBar.php208 $path = WikiPath::createMarkupPathFromId($wikiId);
385 public function setRequestedPath(WikiPath $requestedPath): FetcherRailBar
H A DImageLink.php123 ->addQueryParameter(WikiPath::REV_ATTRIBUTE, $dokuPath->getRevision());
H A DSlotManagerMenuItem.php103 $requestedPath = WikiPath::getContextPath();
H A DLinkMarkup.php121 WikiPath::addRootSeparatorIfNotPresent($id);
539 return strpos($this->getMarkupRef()->getRef(), WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT) !== 0;
H A DDatabasePageRow.php273 WikiPath::addRootSeparatorIfNotPresent($canonical);
290 WikiPath::addRootSeparatorIfNotPresent($alias);
737 WikiPath::addRootSeparatorIfNotPresent($path);
1025 WikiPath::addRootSeparatorIfNotPresent($path);
H A DFetcherAppPages.php68 $contextPath = WikiPath::createMarkupPathFromId($contextPath->getWikiId());
H A DPermalinkTag.php99 $urlId = WikiPath::removeRootSepIfPresent($urlPath); // delete the root sep (ie :)
H A DMarkupCacheDependencies.php159 if (!($pageWikiPath instanceof WikiPath)) {
H A DMessage.php242 $canonicalPath = WikiPath::createFromUnknownRoot($this->canonical);
H A DPageUrlPath.php317 return WikiPath::removeRootSepIfPresent($this->getValueOrDefault());
H A DBrandButton.php646 private function getResourceIconFile(): WikiPath
650 return WikiPath::createComboResource($iconPath);
H A DOutline.php507 public static function createFromMarkup(string $content, Path $contentPath, WikiPath $contextPath): Outline
626 if (!($path instanceof WikiPath)) {
H A DFetcherSvg.php145 public static function createSvgFromPath(WikiPath $path): FetcherSvg
483 public function setSourcePath(WikiPath $path): IFetcherLocalImage
1493 private function downloadAndGetIconPath(): WikiPath
H A DFileSystems.php351 return WikiPath::createFromUri($uri);
H A DEditButton.php179 $slotPath = WikiPath::createMarkupPathFromId($wikiId);
H A DPluginUtility.php529 $logoPath = WikiPath::createComboResource("images:logo.svg");
H A DMediaMarkup.php881 public function getPath(): WikiPath
/plugin/combo/ComboStrap/Meta/Field/
H A DAliases.php19 use ComboStrap\WikiPath; alias
109 $path = WikiPath::createMarkupPathFromId($path);
/plugin/combo/syntax/
H A Dwebcode.php34 use ComboStrap\WikiPath; alias
/plugin/combo/action/
H A Dmetatwitter.php12 use ComboStrap\WikiPath; alias
H A Drouter.php30 use ComboStrap\WikiPath;
144 return str_replace("/", WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT, $originalId);
369 $targetPath = WikiPath::createMarkupPathFromId($targetPageId);
28 use ComboStrap\WikiPath; global() alias
/plugin/combo/ComboStrap/Web/
H A DUrl.php24 use ComboStrap\WikiPath;
151 public static function encodeToUrlPath($string, string $separator = WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT): string
28 use ComboStrap\WikiPath; global() alias
/plugin/combo/renderer/
H A Danalytics.php19 use ComboStrap\WikiPath; alias
169 if (!($path instanceof WikiPath)) {

1234