Home
last modified time | relevance | path

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

1234

/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);
H A Dmedia.php30 use ComboStrap\WikiPath; alias
86 if (!($path instanceof WikiPath)) {
116 $isIcon = FetcherSvg::createSvgFromPath(WikiPath::createMediaPathFromId($wikiId))
/plugin/combo/ComboStrap/Tag/
H A DWebCodeTag.php19 use ComboStrap\WikiPath; alias
359 $cssUrl = FetcherRawLocalPath::createFromPath(WikiPath::createComboResource("webcode:webcode-iframe.css"))->getFetchUrl()->toHtmlString();
372 $url = FetcherRawLocalPath::createFromPath(WikiPath::createComboResource("webcode:webcode-console.js"))->getFetchUrl()->toHtmlString();
427 $externalResources[] = FetcherRawLocalPath::createFromPath(WikiPath::createComboResource(':firebug:firebug-lite.css'))->getFetchUrl()->toString();
428 $externalResources[] = FetcherRawLocalPath::createFromPath(WikiPath::createComboResource(':firebug:firebug-lite-1.2.js'))->getFetchUrl()->toString();
/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 DIcon.php59 $mediaDokuPath = WikiPath::createMediaPathFromId($name);
97 $path = WikiPath::createComboResource(":$name.svg");
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 DIdentityFormsHelper.php116 $logoPath = WikiPath::createComboResource(":images:home.svg");
234 public static function getLogoHtml(WikiPath $logoImagePath): string
272 public static function getLogoPath(): WikiPath
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 DReference.php54 return WikiPath::MARKUP_DRIVE;
H A DPageLevel.php33 return substr_count($this->getResource()->getPathObject()->toAbsoluteId(), WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT) - 1;
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 DDokuwikiId.php36 if($path instanceof WikiPath){
H A DFirstSvgIllustration.php80 return WikiPath::MEDIA_DRIVE;
H A DIndex.php36 public function getPagesForMedia(WikiPath $media): array
78 $actualPage = WikiPath::createMarkupPathFromId($pageId);
H A DPagePath.php90 return WikiPath::MARKUP_DRIVE;
H A DFetcherVignette.php51 private WikiPath $pagePath;
280 private function getGdImageHandler(WikiPath $imagePath)
368 if (!($path instanceof WikiPath)) {
H A DSnippetSystem.php244 $dokuPath = WikiPath::createComboResource($pathFromComboDrive);
274 $dokuPath = WikiPath::createComboResource($pathFromComboDrive);
H A DFetcherRawLocalPath.php20 public static function createFromPath(WikiPath $wikiPath): FetcherRawLocalPath
H A DMarkupRenderUtility.php71 $wikiPath = WikiPath::createMarkupPathFromId($pageId);
H A DSearchTag.php54 $id = WikiPath::createRequestedPagePathFromRequest()->getWikiId();
/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 Dslottemplate.php6 use ComboStrap\WikiPath; alias
H A Dpageprotection.php19 use ComboStrap\WikiPath;
151 $dokuPath = WikiPath::createFromUnknownRoot($id);
12 use ComboStrap\WikiPath; global() alias
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDokuWikiStore.php23 use ComboStrap\WikiPath; alias
325 if (!$wikiPage instanceof WikiPath) {

1234