| /plugin/combo/ComboStrap/ |
| H A D | DatabasePageRow.php | 74 private $markupPath; variable in ComboStrap\\DatabasePageRow 128 if (!FileSystems::exists($this->markupPath)) { 129 …ew ExceptionCompile("You can't replicate the non-existing page ($this->markupPath) on the file sys… 145 $fsStore = MetadataDokuWikiStore::getOrCreateFromResource($this->markupPath); 146 $dbStore = MetadataDbStore::getOrCreateFromResource($this->markupPath); 149 ->setResource($this->markupPath) 184 $pageId = $this->markupPath->getPageId(); 186 $pageId = PageId::generateAndStorePageId($this->markupPath); 314 $databasePage->markupPath = MarkupPath::createMarkupFromId($id); 341 $modifiedTime = FileSystems::getModifiedTime($this->markupPath->getPathObject()); [all …]
|
| H A D | OutlineVisitor.php | 15 private ?MarkupPath $markupPath; variable in ComboStrap\\OutlineVisitor 34 $this->markupPath = $outline->getMarkupPath(); 69 $markupPath = $this->outline->getMarkupPath(); 70 if ($markupPath !== null) { 71 FeaturedRasterImage::createFromResourcePage($markupPath)->setParsedValue(); 72 FeaturedSvgImage::createFromResourcePage($markupPath)->setParsedValue(); 135 if ($this->markupPath !== null) { 148 … FeaturedRasterImage::createFromResourcePage($this->markupPath)->setParsedValue($path); 152 … FeaturedSvgImage::createFromResourcePage($this->markupPath)->setParsedValue($path);
|
| H A D | Outline.php | 94 private ?MarkupPath $markupPath = null; variable in ComboStrap\\Outline 107 $this->markupPath = $markup; 117 …* @param MarkupPath|null $markupPath - needed to store the parsed toc, h1, ... (null if the markup… 121 …public static function createFromCallStack(CallStack $callStack, MarkupPath $markupPath = null, bo… argument 123 return new Outline($callStack, $markupPath, $isFragment); 486 $childOuterSection->updatePageLinkToInternal($inner->markupPath); 630 public static function createFromMarkupPath(MarkupPath $markupPath): Outline argument 632 $path = $markupPath->getPathObject(); 641 return new Outline($callStack, $markupPath); 842 if ($this->markupPath != null && $outlineSection->getLevel() === 1) { [all …]
|
| H A D | RouterRedirection.php | 70 $markupPath = $this->getTargetMarkupPath(); 71 if ($markupPath !== null){ 72 return $markupPath->toAbsoluteId();
|
| H A D | SlotSystem.php | 29 $markupPath = MarkupPath::createMarkupFromId($id); 30 if (!$markupPath->isSlot()) { 31 return $markupPath;
|
| H A D | OutlineSection.php | 270 $markupPath = $this->getRoot()->outlineContext->getMarkupPath(); 271 if ($markupPath !== null) { 272 $label = $markupPath->toAbsoluteId();
|
| H A D | FetcherAppPages.php | 112 $markupPath = MarkupPath::createPageFromPathObject($contextPath); 113 if ($ACT === ExecutionContext::PREVIEW_ACTION && $markupPath->isSlot()) {
|
| H A D | MarkupRef.php | 313 $markupPath = MarkupPath::createMarkupFromStringPath($wikiPath); 314 if (!FileSystems::exists($markupPath) && $wikiPath !== "") { 321 $markupPath = $idPath; 330 $this->path = $markupPath->getPathObject()->toWikiPath();
|
| H A D | PageId.php | 64 public static function generateAndStorePageId(MarkupPath $markupPath): string argument 67 MetadataDokuWikiStore::getOrCreateFromResource($markupPath)
|
| H A D | TemplateForWebPage.php | 532 $markupPath = MarkupPath::createPageFromPathObject($contextPath); 536 $metadata = $markupPath->getMetadataForRendering(); 583 if (!$markupPath->isSlot()) { 717 $markupPath = MarkupPath::createPageFromPathObject($path); 718 return PageTitle::createForMarkup($markupPath)->getValueOrDefault();
|
| H A D | Router.php | 478 $markupPath = MarkupPath::createMarkupFromId($calculatedTarget); 479 if (FileSystems::exists($markupPath)) { 482 ->setTargetMarkupPath($markupPath)
|
| H A D | FetcherPage.php | 120 public static function createPageFetcherFromMarkupPath(MarkupPath $markupPath): FetcherPage argument 122 return self::createPageFetcherFromPath($markupPath->getPathObject());
|
| H A D | FetcherMarkup.php | 1148 $markupPath = MarkupPath::createPageFromPathObject($this->getRequestedExecutingPath()); 1150 $markupPath = null; 1152 return Outline::createFromCallStack($callStack, $markupPath);
|
| H A D | ExecutionContext.php | 949 $markupPath = MarkupPath::createMarkupFromId($ID); 950 if ($markupPath->isSlot()) {
|
| /plugin/combo/action/ |
| H A D | snippets.php | 99 $markupPath = $report->getMarkupPath(); 101 … $fetcherMarkupForMarkup = $markupPath->createHtmlFetcherWithRequestedPathAsContextPath(); 103 …LogUtility::internalError("The executing markup path ($markupPath) should exists because it was ex…
|
| H A D | router.php | 350 $markupPath = $redirection->getTargetMarkupPath(); 351 if ($markupPath === null) { 445 $markupPath = $redirection->getTargetMarkupPath(); 446 if ($markupPath == null) { 450 … $url->setQueryParameter(DokuwikiId::DOKUWIKI_ID_ATTRIBUTE, $markupPath->toAbsoluteId());
|
| /plugin/combo/ComboStrap/Tag/ |
| H A D | AdTag.php | 67 …ntLineCountSinceLastAd, $sectionNumber, $adsCounter, $isLastSection, ?MarkupPath $markupPath): bool argument 70 if ($markupPath !== null) { 72 $isHiddenPage = isHiddenPage($markupPath->getWikiId());
|
| /plugin/combo/ComboStrap/Meta/Field/ |
| H A D | FeaturedSvgImage.php | 21 public static function createFromResourcePage(MarkupPath $markupPath): FeaturedSvgImage argument 23 return (new FeaturedSvgImage())->setResource($markupPath);
|
| H A D | FeaturedRasterImage.php | 125 $markupPath = $this->getResource(); 126 $isIndex = $markupPath->isIndexPage();
|
| /plugin/combo/ComboStrap/Api/ |
| H A D | QualityMessageHandler.php | 74 $markupPath = WikiPath::createMarkupPathFromId($id); 75 $message = QualityTag::createQualityReport($markupPath);
|
| /plugin/combo/renderer/ |
| H A D | analytics.php | 166 …public static function createAnalyticsFetcherForPageFragment(MarkupPath $markupPath): FetcherMarkup argument 168 $path = $markupPath->getPathObject();
|