Home
last modified time | relevance | path

Searched refs:MarkupPath (Results 101 – 125 of 133) sorted by relevance

123456

/plugin/combo/ComboStrap/
H A DCacheResults.php54 $markupFetcher = MarkupPath::createMarkupFromId($page)->createHtmlFetcherWithRequestedPathAsContextPath();
H A DCacheExpirationDate.php40 if (!($resourceCombo instanceof MarkupPath)) {
H A DCacheManager.php97 $page = MarkupPath::createMarkupFromId($pageId);
H A DPageUrlType.php46 if (!($resourceCombo instanceof MarkupPath)) {
H A DResourceName.php93 if ($resourceCombo instanceof MarkupPath) {
H A DTemplateForWebPage.php210 return PageTemplateName::createFromPage(MarkupPath::createPageFromPathObject($requestedPath))
272 $markup = MarkupPath::createPageFromPathObject($path);
531 $markupPath = MarkupPath::createPageFromPathObject($contextPath);
716 $markupPath = MarkupPath::createPageFromPathObject($path);
746 $markup = MarkupPath::createPageFromPathObject($wikiPath);
H A DModificationDate.php15 public static function createForPage(MarkupPath $page)
H A DPageType.php102 if (!($resource instanceof MarkupPath)) {
H A DPagePublicationDate.php61 public static function createFromPage(MarkupPath $page)
H A DHistoricalBreadcrumbMenuItem.php148 $page = MarkupPath::createMarkupFromId($id);
H A DBrandListTag.php83 $page = MarkupPath::createFromRequestedPage();
H A DSlotManagerMenuItem.php138 $secondaryPage = MarkupPath::createPageFromAbsoluteId($secondaryPath->toAbsoluteId());
H A DEditButton.php283 $page = MarkupPath::createPageFromExecutingId();
289 $page = MarkupPath::createMarkupFromId($wikiId);
H A DIdentity.php207 $wikiId = MarkupPath::createFromRequestedPage()->getWikiId();
H A DPageDescription.php259 if ($resourceCombo instanceof MarkupPath) {
H A DToc.php32 return self::createForPage(MarkupPath::createFromRequestedPage());
H A DFetcherAppPages.php112 $markupPath = MarkupPath::createPageFromPathObject($contextPath);
H A DPermalinkTag.php47 $requestedPage = MarkupPath::createFromRequestedPage();
196 public static function getPermalinkId(MarkupPath $requestedPage): string
H A DMarkupRef.php309 * MarkupPath is important because a link to
313 $markupPath = MarkupPath::createMarkupFromStringPath($wikiPath);
319 $idPath = MarkupPath::createMarkupFromId($wikiPath);
H A DFetcherMarkup.php1106 $this->contextData = MarkupPath::createPageFromPathObject($this->getRequestedContextPath())->getMetadataForRendering();
1141 $markupPath = MarkupPath::createPageFromPathObject($this->getRequestedExecutingPath());
1201 $actualMeta = MetadataDokuWikiStore::getOrCreateFromResource(MarkupPath::createPageFromPathObject($executingPath))
/plugin/combo/ComboStrap/Meta/Field/
H A DAliases.php11 use ComboStrap\MarkupPath; alias
27 public static function createForPage(MarkupPath $page): Aliases
/plugin/combo/syntax/
H A Drelated.php10 use ComboStrap\MarkupPath; alias
H A Dvariable.php5 use ComboStrap\MarkupPath; alias
H A Dbrand.php19 use ComboStrap\MarkupPath; alias
/plugin/combo/action/
H A Drouter.php16 use ComboStrap\MarkupPath;
273 $page = MarkupPath::createMarkupFromId($id);
343 $requestedMarkupPath = MarkupPath::createMarkupFromId($ID);
565 * @var MarkupPath $bestEndPage
750 * we make sure that this is not a {@link MarkupPath}
15 use ComboStrap\MarkupPath; global() alias

123456