Home
last modified time | relevance | path

Searched refs:WikiPath (Results 1 – 25 of 99) sorted by last modified time

1234

/plugin/combo/ComboStrap/
H A DLocalPath.php54 if ($path instanceof WikiPath) {
237 public function toWikiPath(): WikiPath
239 return WikiPath::createFromPathObject($this);
282 $relativePath = str_replace($this->getDirectorySeparator(), WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT, $relativePath);
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 DMarkupCacheDependencies.php159 if (!($pageWikiPath instanceof WikiPath)) {
H A DMarkupPath.php36 * This should be an extension of {@link WikiPath} but for now, we are not extending {@link WikiPath}
42 * But because this is a {@link ResourceCombo}, we see tht this is part of the {@link WikiPath}
46 * via the {@link WikiPath::getDrive()} ?
182 * May be we just should extends {@link WikiPath} but it was a way to be able to locate
184 * TODO: Just extends WikiPath and add private drive when data should be accessed locally ?
209 $wikiPath = WikiPath::createExecutingMarkupWikiPath();
216 return new MarkupPath(WikiPath::createMarkupPathFromId($id));
225 $wikiPath = WikiPath::createMarkupPathFromPath($path);
236 $path = WikiPath
[all...]
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 DFetcherAppPages.php68 $contextPath = WikiPath::createMarkupPathFromId($contextPath->getWikiId());
H A DPageExplorerTag.php144 * @param WikiPath $namespacePath
147 public static function toNamespaceName(WikiPath $namespacePath): string
327 WikiPath::addNamespaceEndSeparatorIfNotPresent($namespaceAttribute);
328 $namespacePath = WikiPath::createMarkupPathFromPath($namespaceAttribute);
333 $namespacePath = WikiPath::createRootNamespacePathOnMarkupDrive();
718 * @var WikiPath $containerPath
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 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 DIndex.php36 public function getPagesForMedia(WikiPath $media): array
78 $actualPage = WikiPath::createMarkupPathFromId($pageId);
/plugin/combo/syntax/
H A Diterator.php25 use ComboStrap\WikiPath; alias
94 * @return WikiPath the context path for element that are in a fragment
96 public static function getContextPathForComponentThatMayBeInFragment(TagAttributes $tagAttributes): WikiPath
101 return WikiPath::createMarkupPathFromPath($pathString);
116 return WikiPath::createMarkupPathFromPath($path);
/plugin/combo/action/
H A Dimgmove.php17 use ComboStrap\WikiPath; alias
100 $souceImageWikiPath = WikiPath::createMediaPathFromId($sourceImagePath);
289 $relativeOrAbsoluteWikiId = WikiPath::IdToAbsolutePath($newId);
H A Dmetafacebook.php6 use ComboStrap\WikiPath; alias
143 $dokuPath = WikiPath::createMediaPathFromId($defaultFacebookImage);
H A Dmetatwitter.php12 use ComboStrap\WikiPath; alias
H A Dpageprotection.php19 use ComboStrap\WikiPath;
151 $dokuPath = WikiPath::createFromUnknownRoot($id);
12 use ComboStrap\WikiPath; global() alias
H A Dslottemplate.php6 use ComboStrap\WikiPath; alias
/plugin/combo/ComboStrap/Meta/Field/
H A DAliases.php19 use ComboStrap\WikiPath; alias
109 $path = WikiPath::createMarkupPathFromId($path);
H A DFeaturedImage.php14 use ComboStrap\WikiPath; alias
63 public function getValue(): WikiPath
74 * @return WikiPath
77 private function getFeaturedImageBlogForContext(ResourceCombo $contextPage): WikiPath
98 return WikiPath::MEDIA_DRIVE;
/plugin/combo/renderer/
H A Danalytics.php19 use ComboStrap\WikiPath; alias
169 if (!($path instanceof WikiPath)) {

1234