Searched refs:wikiPath (Results 1 – 17 of 17) sorted by relevance
| /template/strap/ComboStrap/ |
| H A D | MarkupRef.php | 236 $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 D | QualityTag.php | 15 * @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 D | MetadataMutation.php | 30 * @param Path $wikiPath 37 …tatic function notifyMetadataMutation(string $attribute, $valueBefore, $valueAfter, Path $wikiPath) argument 47 self::PATH_ATTRIBUTE => $wikiPath->toAbsoluteId()
|
| H A D | FetcherTraitWikiPath.php | 70 $wikiPath = WikiPath::createMarkupPathFromPath($path, $rev); 72 $wikiPath = WikiPath::createFromPath($path, $drive, $rev); 75 $this->setSourcePath($wikiPath);
|
| H A D | FetcherRawLocalPath.php | 20 public static function createFromPath(WikiPath $wikiPath): FetcherRawLocalPath argument 23 $fetcherRaw->setSourcePath($wikiPath);
|
| H A D | MarkupRenderUtility.php | 71 $wikiPath = WikiPath::createMarkupPathFromId($pageId); 73 ->setRequestedExecutingPath($wikiPath)
|
| H A D | Snippet.php | 347 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 D | FetcherPage.php | 41 $wikiPath = WikiPath::createMarkupPathFromId($wikiId); 42 return self::createPageFetcherFromPath($wikiPath);
|
| H A D | SnippetSystem.php | 266 $wikiPath = ":library:combo:combo.min.js"; 268 return $this->attachSnippetFromComboResourceDrive($wikiPath, $componentId);
|
| H A D | MarkupPath.php | 209 $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 D | FetcherMarkup.php | 293 $wikiPath = $this->getSourcePath()->toWikiPath(); 294 $url->addQueryParameter(DokuwikiId::DOKUWIKI_ID_ATTRIBUTE, $wikiPath->getWikiId()); 295 $url->addQueryParameter(WikiPath::DRIVE_ATTRIBUTE, $wikiPath->getDrive());
|
| H A D | TemplateForWebPage.php | 743 $wikiPath = $this->getRequestedContextPath(); 744 if (FileSystems::isDirectory($wikiPath)) { 747 $markup = MarkupPath::createPageFromPathObject($wikiPath);
|
| H A D | DatabasePageRow.php | 658 $wikiPath = $this->markupPath->toWikiPath(); 663 $values[DokuwikiId::DOKUWIKI_ID_ATTRIBUTE] = $wikiPath->getWikiId(); 664 $values[PagePath::PROPERTY_NAME] = $wikiPath->toAbsoluteId();
|
| /template/strap/action/ |
| H A D | metadescription.php | 52 $wikiPath = $pageTemplate->getRequestedContextPath(); 58 $page = MarkupPath::createPageFromPathObject($wikiPath); 62 $this->sendDestInfo($wikiPath->getWikiId());
|
| H A D | indexer.php | 162 $wikiPath = ExecutionContext::getActualOrCreateFromEnv() 169 $page = MarkupPath::createPageFromPathObject($wikiPath);
|
| /template/strap/ComboStrap/Meta/Field/ |
| H A D | FeaturedRasterImage.php | 61 $wikiPath = $pageImage->getImagePath(); 63 $mime = FileSystems::getMime($wikiPath); 70 $value = $wikiPath->toAbsoluteId();
|
| /template/strap/syntax/ |
| H A D | frontmatter.php | 152 $wikiPath = ExecutionContext::getActualOrCreateFromEnv()->getExecutingWikiPath(); 153 $parsedPage = MarkupPath::createPageFromPathObject($wikiPath);
|