Home
last modified time | relevance | path

Searched refs:createForPage (Results 26 – 50 of 58) sorted by last modified time

123

/plugin/combo/action/
H A Dlinkmove.php201 $targetPageId = PageId::createForPage($targetPage);
222 Aliases::createForPage($targetPage)
H A Dmetaprocessing.php129 PageImages::createForPage($page)->modifyMetaDokuWikiArray($event->data);
H A Dpagesystemmutation.php185 PageId::createForPage($markup)
/plugin/combo/ComboStrap/
H A DCacheManager.php99 $cacheExpirationFrequency = CacheExpirationFrequency::createForPage($page)
106 $cacheExpirationDateMeta = CacheExpirationDate::createForPage($page);
H A DDatabasePageRow.php490 $canonical = Canonical::createForPage($markupPath)->getValue();
1196 Aliases::createForPage($this->markupPath)
H A DDokuwikiId.php22 public static function createForPage(ResourceCombo $page): DokuwikiId function in ComboStrap\\DokuwikiId
H A DMetaManagerForm.php91 public static function createForPage(MarkupPath $page): MetaManagerForm
93 public static function createForPage(MarkupPath $page): MetaManagerForm global() function in ComboStrap\\MetaManagerForm
H A DOutline.php832 PageH1::createForPage($this->markupPath)->setDefaultValue($label);
861 Toc::createForPage($this->markupPath)
H A DFeaturedIcon.php18 public static function createForPage(ResourceCombo $resource): FeaturedIcon function in ComboStrap\\FeaturedIcon
H A DPageSqlTreeListener.php245 $level = PageLevel::createForPage($this->requestedPage)->getValue();
382 $level = PageLevel::createForPage($this->requestedPage)->getValue();
H A DFirstImage.php18 public static function createForPage(ResourceCombo $resource): FirstImage function in ComboStrap\\FirstImage
53 return FirstSvgIllustration::createForPage($contextPage)->getValue();
55 return FirstRasterImage::createForPage($contextPage)->getValue();
H A DPageType.php34 public static function createForPage($page): PageType function in ComboStrap\\PageType
H A DFirstSvgIllustration.php21 public static function createForPage(ResourceCombo $resource): FirstSvgIllustration function in ComboStrap\\FirstSvgIllustration
H A DPipelineUtility.php303 $locale = Locale::createForPage($page)->getValueOrDefault();
H A DPageImageTag.php123 $icon = FeaturedIcon::createForPage($contextPage)->getValueOrDefault();
168 $firstImagePath = FirstImage::createForPage($contextPage)->getValue();
181 $imageFetcher = FetcherVignette::createForPage($contextPage);
H A DFetcherMarkup.php1118 return TOC::createForPage($this->getRequestedExecutingPath())->getValue();
H A DPageKeywords.php16 public static function createForPage(MarkupPath $page) function in ComboStrap\\PageKeywords
/plugin/combo/ComboStrap/Meta/Field/
H A DAncestorImage.php86 return FirstImage::createForPage($actual)->getValue();
94 return FeaturedIcon::createForPage($actual)->getValueOrDefault();
H A DFacebookImage.php55 $pageImages = PageImages::createForPage($this->getResource())
H A DFeaturedRasterImage.php57 $pageImages = PageImages::createForPage($this->getResource())
H A DPageH1.php22 public static function createForPage($page): PageH1 function in ComboStrap\\Meta\\Field\\PageH1
H A DPageImages.php46 public static function createForPage(MarkupPath $page): PageImages function in ComboStrap\\Meta\\Field\\PageImages
313 $firstImage = FirstRasterImage::createForPage($this->getResource())->getValue();
H A DRegion.php23 public static function createForPage(MarkupPath $page) function in ComboStrap\\Meta\\Field\\Region
H A DSocialCardImage.php96 return FirstRasterImage::createForPage($contextPage)->getValue();
H A DTwitterImage.php52 $pageImages = PageImages::createForPage($this->getResource())

123