Home
last modified time | relevance | path

Searched refs:markupPath (Results 1 – 21 of 21) sorted by relevance

/plugin/combo/ComboStrap/
H A DDatabasePageRow.php74 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 DOutlineVisitor.php15 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 DOutline.php94 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 DRouterRedirection.php70 $markupPath = $this->getTargetMarkupPath();
71 if ($markupPath !== null){
72 return $markupPath->toAbsoluteId();
H A DSlotSystem.php29 $markupPath = MarkupPath::createMarkupFromId($id);
30 if (!$markupPath->isSlot()) {
31 return $markupPath;
H A DOutlineSection.php270 $markupPath = $this->getRoot()->outlineContext->getMarkupPath();
271 if ($markupPath !== null) {
272 $label = $markupPath->toAbsoluteId();
H A DFetcherAppPages.php112 $markupPath = MarkupPath::createPageFromPathObject($contextPath);
113 if ($ACT === ExecutionContext::PREVIEW_ACTION && $markupPath->isSlot()) {
H A DMarkupRef.php313 $markupPath = MarkupPath::createMarkupFromStringPath($wikiPath);
314 if (!FileSystems::exists($markupPath) && $wikiPath !== "") {
321 $markupPath = $idPath;
330 $this->path = $markupPath->getPathObject()->toWikiPath();
H A DPageId.php64 public static function generateAndStorePageId(MarkupPath $markupPath): string argument
67 MetadataDokuWikiStore::getOrCreateFromResource($markupPath)
H A DTemplateForWebPage.php532 $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 DRouter.php478 $markupPath = MarkupPath::createMarkupFromId($calculatedTarget);
479 if (FileSystems::exists($markupPath)) {
482 ->setTargetMarkupPath($markupPath)
H A DFetcherPage.php120 public static function createPageFetcherFromMarkupPath(MarkupPath $markupPath): FetcherPage argument
122 return self::createPageFetcherFromPath($markupPath->getPathObject());
H A DFetcherMarkup.php1148 $markupPath = MarkupPath::createPageFromPathObject($this->getRequestedExecutingPath());
1150 $markupPath = null;
1152 return Outline::createFromCallStack($callStack, $markupPath);
H A DExecutionContext.php949 $markupPath = MarkupPath::createMarkupFromId($ID);
950 if ($markupPath->isSlot()) {
/plugin/combo/action/
H A Dsnippets.php99 $markupPath = $report->getMarkupPath();
101 … $fetcherMarkupForMarkup = $markupPath->createHtmlFetcherWithRequestedPathAsContextPath();
103 …LogUtility::internalError("The executing markup path ($markupPath) should exists because it was ex…
H A Drouter.php350 $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 DAdTag.php67 …ntLineCountSinceLastAd, $sectionNumber, $adsCounter, $isLastSection, ?MarkupPath $markupPath): bool argument
70 if ($markupPath !== null) {
72 $isHiddenPage = isHiddenPage($markupPath->getWikiId());
/plugin/combo/ComboStrap/Meta/Field/
H A DFeaturedSvgImage.php21 public static function createFromResourcePage(MarkupPath $markupPath): FeaturedSvgImage argument
23 return (new FeaturedSvgImage())->setResource($markupPath);
H A DFeaturedRasterImage.php125 $markupPath = $this->getResource();
126 $isIndex = $markupPath->isIndexPage();
/plugin/combo/ComboStrap/Api/
H A DQualityMessageHandler.php74 $markupPath = WikiPath::createMarkupPathFromId($id);
75 $message = QualityTag::createQualityReport($markupPath);
/plugin/combo/renderer/
H A Danalytics.php166 …public static function createAnalyticsFetcherForPageFragment(MarkupPath $markupPath): FetcherMarkup argument
168 $path = $markupPath->getPathObject();