Home
last modified time | relevance | path

Searched refs:MarkupPath (Results 76 – 100 of 133) sorted by relevance

123456

/plugin/combo/syntax/
H A Diterator.php17 use ComboStrap\MarkupPath; alias
380 $contextualPage = MarkupPath::createPageFromAbsoluteId($path);
382 $contextualPage = MarkupPath::createPageFromPathObject($executionContext->getContextPath());
440 $contextualPage = MarkupPath::createMarkupFromId($id);
/plugin/combo/ComboStrap/
H A DReference.php21 public static function createFromResource(MarkupPath $page)
H A DEndDate.php16 public static function createFromPage(MarkupPath $page)
H A DStartDate.php15 public static function createFromPage(MarkupPath $page)
H A DReplicationDate.php21 public static function createFromPage(MarkupPath $page)
H A DLowQualityPageOverwrite.php26 public static function createForPage(MarkupPath $page)
H A DMetadataFrontmatterStore.php45 * @var MarkupPath $resourceCombo
246 public static function createFromPage(MarkupPath $page): MetadataFrontmatterStore
458 if ($resourceCombo instanceof MarkupPath) {
H A DQualityDynamicMonitoringOverwrite.php20 public static function createFromPage(MarkupPath $page): QualityDynamicMonitoringOverwrite
H A DFeaturedIcon.php55 * @var MarkupPath $page
H A DEditButtonManager.php26 $page = MarkupPath::createFromRequestedPage();
H A DReferences.php16 public static function createFromResource(MarkupPath $page)
H A DMarkupCacheDependencies.php157 $page = MarkupPath::createMarkupFromStringPath($pathAddedOrDeleted);
219 $requestedPage = MarkupPath::createPageFromPathObject($path);
H A DMetaManagerForm.php34 private MarkupPath $page;
91 public static function createForPage(MarkupPath $page): MetaManagerForm
H A DBrandButton.php214 public function getBrandEndpointForPage(MarkupPath $requestedPage = null): ?string
523 function getTextForPage(MarkupPath $requestedPage): string
536 function getSharedUrlForPage(MarkupPath $requestedPage): string
546 function getHtmlAttributes(MarkupPath $requestedPage = null): TagAttributes
H A DPageTitle.php62 if (!($resource instanceof MarkupPath)) {
H A DLinkMarkup.php224 $page = MarkupPath::createPageFromPathObject($dokuPath);
604 function getPage(): MarkupPath
606 return MarkupPath::createPageFromPathObject($this->getMarkupRef()->getPath());
H A DMarkupRenderUtility.php105 public static function renderInstructionsToXhtmlFromPage($callStackHeaderInstructions, MarkupPath $renderingPageId): string
/plugin/combo/action/
H A Dmetatwitter.php18 use ComboStrap\MarkupPath; alias
104 $page = MarkupPath::createPageFromPathObject($templateForWebPage->getRequestedContextPath());
H A Deventsystem.php22 use ComboStrap\MarkupPath; global() alias
H A Dslotmanagermenuitem.php10 use ComboStrap\MarkupPath; alias
H A Dmetafacebook.php13 use ComboStrap\MarkupPath; alias
91 $page = MarkupPath::createPageFromPathObject($requestedPath);
H A Dlinkmove.php12 use ComboStrap\MarkupPath; alias
200 $targetPage = MarkupPath::createMarkupFromId($targetId);
H A Dmetamanager.php15 use ComboStrap\MarkupPath; alias
/plugin/combo/renderer/
H A Danalytics.php12 use ComboStrap\MarkupPath; alias
159 * @var MarkupPath
161 private MarkupPath $page;
166 public static function createAnalyticsFetcherForPageFragment(MarkupPath $markupPath): FetcherMarkup
208 $this->page = MarkupPath::createPageFromExecutingId();
620 $requestedPage = MarkupPath::createPageFromExecutingId();
/plugin/combo/
H A Dcli.php23 use ComboStrap\MarkupPath;
349 $page = MarkupPath::createMarkupFromId($id);
475 $page = MarkupPath::createMarkupFromId($id);
24 use ComboStrap\MarkupPath; global() alias

123456