Home
last modified time | relevance | path

Searched refs:wikiPath (Results 1 – 17 of 17) sorted by relevance

/template/strap/ComboStrap/
H A DMarkupRef.php236 $wikiPath = $ref;
240 $wikiPath = substr($ref, 0, $questionMarkPosition);
246 $wikiPath = substr($ref, 0, $hashTagPosition);
255 $wikiPath = $this->normalizePath($wikiPath);
295 $this->path = WikiPath::createMediaPathFromId($wikiPath, $rev);
313 $markupPath = MarkupPath::createMarkupFromStringPath($wikiPath);
314 if (!FileSystems::exists($markupPath) && $wikiPath !== "") {
319 $idPath = MarkupPath::createMarkupFromId($wikiPath);
384 * @param string $wikiPath - a path entered by a user
387 public function normalizePath(string $wikiPath): string argument
[all …]
H A DQualityTag.php15 * @param WikiPath $wikiPath
18 public static function createQualityReport(WikiPath $wikiPath): Message argument
21 if (!FileSystems::exists($wikiPath)) {
22 …return Message::createInfoMessage("The resource ($wikiPath) does not exist, no quality report can …
26 $path = MarkupPath::createPageFromPathObject($wikiPath)->fetchAnalyticsPath();
104 $page = MarkupPath::createPageFromPathObject($wikiPath);
H A DMetadataMutation.php30 * @param Path $wikiPath
37 …tatic function notifyMetadataMutation(string $attribute, $valueBefore, $valueAfter, Path $wikiPath) argument
47 self::PATH_ATTRIBUTE => $wikiPath->toAbsoluteId()
H A DFetcherTraitWikiPath.php70 $wikiPath = WikiPath::createMarkupPathFromPath($path, $rev);
72 $wikiPath = WikiPath::createFromPath($path, $drive, $rev);
75 $this->setSourcePath($wikiPath);
H A DFetcherRawLocalPath.php20 public static function createFromPath(WikiPath $wikiPath): FetcherRawLocalPath argument
23 $fetcherRaw->setSourcePath($wikiPath);
H A DMarkupRenderUtility.php71 $wikiPath = WikiPath::createMarkupPathFromId($pageId);
73 ->setRequestedExecutingPath($wikiPath)
H A DSnippet.php347 public static function createComboSnippet(string $wikiPath): Snippet argument
349 $wikiPathObject = WikiPath::createComboResource($wikiPath);
354 * @param string $wikiPath - the wiki path should be absolute relative to the library namespace
359 public static function getOrCreateFromLibraryNamespace(string $wikiPath): Snippet argument
361 $wikiPathObject = WikiPath::createComboResource(self::LIBRARY_BASE . $wikiPath);
587 $wikiPath = FileSystems::createPathFromUri($uri);
588 $snippet = Snippet::getOrCreateFromContext($wikiPath);
H A DFetcherPage.php41 $wikiPath = WikiPath::createMarkupPathFromId($wikiId);
42 return self::createPageFetcherFromPath($wikiPath);
H A DSnippetSystem.php266 $wikiPath = ":library:combo:combo.min.js";
268 return $this->attachSnippetFromComboResourceDrive($wikiPath, $componentId);
H A DMarkupPath.php209 $wikiPath = WikiPath::createExecutingMarkupWikiPath();
210 return self::createPageFromPathObject($wikiPath);
225 $wikiPath = WikiPath::createMarkupPathFromPath($path);
226 return new MarkupPath($wikiPath);
768 $wikiPath = $this->getPathObject()->toWikiPath();
770 ->setRequestedContextPath($wikiPath)
771 ->setRequestedExecutingPath($wikiPath)
H A DFetcherMarkup.php293 $wikiPath = $this->getSourcePath()->toWikiPath();
294 $url->addQueryParameter(DokuwikiId::DOKUWIKI_ID_ATTRIBUTE, $wikiPath->getWikiId());
295 $url->addQueryParameter(WikiPath::DRIVE_ATTRIBUTE, $wikiPath->getDrive());
H A DTemplateForWebPage.php743 $wikiPath = $this->getRequestedContextPath();
744 if (FileSystems::isDirectory($wikiPath)) {
747 $markup = MarkupPath::createPageFromPathObject($wikiPath);
H A DDatabasePageRow.php658 $wikiPath = $this->markupPath->toWikiPath();
663 $values[DokuwikiId::DOKUWIKI_ID_ATTRIBUTE] = $wikiPath->getWikiId();
664 $values[PagePath::PROPERTY_NAME] = $wikiPath->toAbsoluteId();
/template/strap/action/
H A Dmetadescription.php52 $wikiPath = $pageTemplate->getRequestedContextPath();
58 $page = MarkupPath::createPageFromPathObject($wikiPath);
62 $this->sendDestInfo($wikiPath->getWikiId());
H A Dindexer.php162 $wikiPath = ExecutionContext::getActualOrCreateFromEnv()
169 $page = MarkupPath::createPageFromPathObject($wikiPath);
/template/strap/ComboStrap/Meta/Field/
H A DFeaturedRasterImage.php61 $wikiPath = $pageImage->getImagePath();
63 $mime = FileSystems::getMime($wikiPath);
70 $value = $wikiPath->toAbsoluteId();
/template/strap/syntax/
H A Dfrontmatter.php152 $wikiPath = ExecutionContext::getActualOrCreateFromEnv()->getExecutingWikiPath();
153 $parsedPage = MarkupPath::createPageFromPathObject($wikiPath);