Home
last modified time | relevance | path

Searched refs:WikiPath (Results 1 – 25 of 99) sorted by path

1234

/plugin/combo/ComboStrap/Api/
H A DQualityMessageHandler.php11 use ComboStrap\WikiPath; alias
74 $markupPath = WikiPath::createMarkupPathFromId($id);
/plugin/combo/ComboStrap/
H A DBootstrap.php149 $stylesheetsFile = WikiPath::createComboResource(':library:bootstrap:bootstrapStylesheet.json');
160 $localStyleSheetsFile = WikiPath::createComboResource(':library:bootstrap:bootstrapLocal.json');
267 $bootstrapJsonFile = WikiPath::createComboResource(Snippet::LIBRARY_BASE . ":bootstrap:bootstrapJavascript.json");
287 $path = WikiPath::createComboResource(":library:bootstrap:$version:$fileNameWithExtension");
H A DBrandButton.php646 private function getResourceIconFile(): WikiPath
650 return WikiPath::createComboResource($iconPath);
H A DCacheReportHtmlDataBlockArray.php54 if (!($sourcePath instanceof WikiPath)) {
56 $sourcePath = WikiPath::createFromPathObject($sourcePath);
H A DCanonical.php35 * @return WikiPath
38 public function getValueOrDefault(): WikiPath
87 * @return WikiPath
90 public function getDefaultValue(): WikiPath
147 WikiPath::addRootSeparatorIfNotPresent($calculatedCanonical);
149 return WikiPath::createMarkupPathFromPath($calculatedCanonical);
165 return WikiPath::MARKUP_DRIVE;
H A DDatabasePageRow.php273 WikiPath::addRootSeparatorIfNotPresent($canonical);
290 WikiPath::addRootSeparatorIfNotPresent($alias);
737 WikiPath::addRootSeparatorIfNotPresent($path);
1025 WikiPath::addRootSeparatorIfNotPresent($path);
H A DDokuwikiId.php36 if($path instanceof WikiPath){
H A DEditButton.php179 $slotPath = WikiPath::createMarkupPathFromId($wikiId);
H A DExecutionContext.php241 ->setDefaultContextPath(WikiPath::createMarkupPathFromId($requestedId));
301 public function getContextNamespacePath(): WikiPath
423 public function getRequestedPath(): WikiPath
456 return WikiPath::createMarkupPathFromId($inputId);
461 return WikiPath::createMarkupPathFromId($ID);
475 return WikiPath::createMarkupPathFromId($callingId);
489 return WikiPath::createMarkupPathFromId($requestId);
699 $executingId = WikiPath::removeRootSepIfPresent($executingId);
892 * when testing {@link LinkMarkup} and {@link WikiPath}
895 * @param WikiPath
[all...]
H A DFeaturedIcon.php51 public function getDefaultValue(): WikiPath
73 return WikiPath::createMediaPathFromId($iconImageParsed);
81 return WikiPath::MEDIA_DRIVE;
H A DFetcherAppPages.php68 $contextPath = WikiPath::createMarkupPathFromId($contextPath->getWikiId());
H A DFetcherMarkup.php113 * @var WikiPath the context path, it's important to resolve relative link and to create cache for each context namespace for instance
115 public WikiPath $requestedContextPath;
161 * @param ?WikiPath $contextPath - the context path, the requested path in the browser url (from where relative component are resolved (ie links, ...))
165 public static function createXhtmlMarkupFetcherFromPath(Path $executingPath, WikiPath $contextPath = null): FetcherMarkup
295 $url->addQueryParameter(WikiPath::DRIVE_ATTRIBUTE, $wikiPath->getDrive());
797 if ($this->getSourcePath()->toWikiPath()->getDrive() !== WikiPath::MARKUP_DRIVE) {
820 public function getRequestedContextPath(): WikiPath
H A DFetcherMarkupBuilder.php29 protected WikiPath $requestedContextPath;
67 if ($markuSourceWikiPath->getDrive() === WikiPath::MARKUP_DRIVE) {
131 * * With {@link WikiPath Wiki Path}: `ns_without_scope`
148 * @param WikiPath $contextPath
151 public function setRequestedContextPath(WikiPath $contextPath): FetcherMarkupBuilder
H A DFetcherPage.php41 $wikiPath = WikiPath::createMarkupPathFromId($wikiId);
90 $url->deleteQueryParameter(WikiPath::DRIVE_ATTRIBUTE);
271 public function getRequestedPath(): WikiPath
297 $requestedPath = WikiPath::createFromPathObject($requestedPath);
H A DFetcherPageBundler.php87 $startMarkupWikiPath = WikiPath::createFromPathObject($startMarkup->getPathObject());
155 * @throws ExceptionBadArgument - if the path is not a {@link WikiPath web path}
159 $this->setSourcePath(WikiPath::createFromPathObject($requestedPath));
163 private function getRequestedContextPath(): WikiPath
H A DFetcherRailBar.php208 $path = WikiPath::createMarkupPathFromId($wikiId);
385 public function setRequestedPath(WikiPath $requestedPath): FetcherRailBar
H A DFetcherRaster.php48 return FetcherRaster::createImageRasterFetchFromPath(WikiPath::createMediaPathFromId($imageId, $rev));
60 $path = WikiPath::createFromPathObject($path);
303 public function setSourcePath(WikiPath $path): FetcherRaster
H A DFetcherRawLocalPath.php20 public static function createFromPath(WikiPath $wikiPath): FetcherRawLocalPath
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 DFetcherTraitWikiPath.php9 * if they depends on a {@link WikiPath}
25 private WikiPath $path;
29 * @param WikiPath $path
32 public function setSourcePath(WikiPath $path): IFetcher
51 $defaultDrive = WikiPath::MEDIA_DRIVE;
57 $defaultDrive = WikiPath::MARKUP_DRIVE;
62 $drive = $tagAttributes->getValueAndRemove(WikiPath::DRIVE_ATTRIBUTE, $defaultDrive);
63 $rev = $tagAttributes->getValueAndRemove(WikiPath::REV_ATTRIBUTE);
64 $path = WikiPath::toValidAbsolutePath($id);
65 if ($drive == WikiPath
[all...]
H A DFetcherVignette.php51 private WikiPath $pagePath;
280 private function getGdImageHandler(WikiPath $imagePath)
368 if (!($path instanceof WikiPath)) {
H A DFileSystems.php351 return WikiPath::createFromUri($uri);
H A DFirstImage.php46 * @return WikiPath
49 public function getValue(): WikiPath
68 return WikiPath::MEDIA_DRIVE;
H A DFirstRasterImage.php51 * @return WikiPath
54 public function getValue(): WikiPath
69 return WikiPath::createMediaPathFromId($firstImageId);
83 return WikiPath::MEDIA_DRIVE;
H A DFirstSvgIllustration.php80 return WikiPath::MEDIA_DRIVE;

1234