Home
last modified time | relevance | path

Searched refs:MarkupPath (Results 101 – 125 of 133) sorted by last modified time

123456

/plugin/combo/ComboStrap/
H A DIdentity.php207 $wikiId = MarkupPath::createFromRequestedPage()->getWikiId();
H A DEditButton.php283 $page = MarkupPath::createPageFromExecutingId();
289 $page = MarkupPath::createMarkupFromId($wikiId);
H A DEditButtonManager.php26 $page = MarkupPath::createFromRequestedPage();
H A DPageImageTag.php79 $contextPage = MarkupPath::createPageFromPathObject($path);
H A DFetcherMarkup.php1106 $this->contextData = MarkupPath::createPageFromPathObject($this->getRequestedContextPath())->getMetadataForRendering();
1141 $markupPath = MarkupPath::createPageFromPathObject($this->getRequestedExecutingPath());
1201 $actualMeta = MetadataDokuWikiStore::getOrCreateFromResource(MarkupPath::createPageFromPathObject($executingPath))
H A DPageKeywords.php16 public static function createForPage(MarkupPath $page)
60 if (!($resource instanceof MarkupPath)) {
H A DFetcherPageBundler.php171 * @return MarkupPath The index path or the request path is none
174 private function getStartPath(): MarkupPath
176 $requestedPath = MarkupPath::createPageFromPathObject($this->getRequestedContextPath());
H A DPageTitle.php62 if (!($resource instanceof MarkupPath)) {
H A DPageUrlPath.php34 * This is not the URL of the page but of the generated HTML web page (Ie {@link MarkupPath}) with all pages (slots)
59 public static function createForPage(MarkupPath $page): PageUrlPath
83 if (!($page instanceof MarkupPath)) {
226 * @return MarkupPath|null
228 private function getPage(): ?MarkupPath
231 if ($resource instanceof MarkupPath) {
245 if ((!$page instanceof MarkupPath)) {
H A DFsWikiUtility.php27 * TODO: Duplicate of {@link MarkupPath::isSlot()} ?
97 * @deprecated use {@link MarkupPath::getIndexPageFromNamespace()} instead
101 $homePage = MarkupPath::getIndexPageFromNamespace($namespacePath);
133 * @return MarkupPath|null the page path of the parent or null if it does not exist
135 public static function getParentPagePath($namespacePath): ?MarkupPath
156 return MarkupPath::getIndexPageFromNamespace($parentNamespacePath);
H A DPermalinkTag.php47 $requestedPage = MarkupPath::createFromRequestedPage();
196 public static function getPermalinkId(MarkupPath $requestedPage): string
H A DHistoricalBreadcrumbMenuItem.php148 $page = MarkupPath::createMarkupFromId($id);
H A DQualityMenuItem.php35 * @var MarkupPath
47 $this->page = MarkupPath::createFromRequestedPage();
H A DQualityTag.php26 $path = MarkupPath::createPageFromPathObject($wikiPath)->fetchAnalyticsPath();
104 $page = MarkupPath::createPageFromPathObject($wikiPath);
H A DReferences.php16 public static function createFromResource(MarkupPath $page)
H A DRouterBestEndPage.php29 * @param MarkupPath $requestedPage
33 public static function getBestEndPageId(MarkupPath $requestedPage): array
48 * @param MarkupPath $missingPage
52 public static function process(MarkupPath $missingPage): array
80 * @param MarkupPath[] $candidatePagesWithSameLastName
81 * @param MarkupPath $requestedPage
84 public static function getBestEndPageIdFromPages(array $candidatePagesWithSameLastName, MarkupPath $requestedPage): array
H A DSearch.php44 * @return MarkupPath[]
71 $pages[] = MarkupPath::createMarkupFromId($row["id"]);
/plugin/combo/action/
H A Dautofrontmatter.php5 use ComboStrap\MarkupPath; alias
40 $page = MarkupPath::createPageFromExecutingId();
H A Dbacklinkmenuitem.php10 use ComboStrap\MarkupPath; alias
118 $backlinkPages = MarkupPath::createMarkupFromId($id);
H A Dbacklinkmutation.php11 use ComboStrap\MarkupPath; alias
61 $reference = MarkupPath::createPageFromAbsoluteId($pagePath);
H A Dinstructionspostprocessing.php9 use ComboStrap\MarkupPath; alias
111 $isSlot = MarkupPath::createPageFromPathObject($requestedPath)->isSlot();
143 $executingMarkupPath = MarkupPath::createPageFromPathObject($executingPath);
/plugin/combo/syntax/
H A Dbrand.php19 use ComboStrap\MarkupPath; alias
/plugin/combo/ComboStrap/Meta/Field/
H A DFeaturedSvgImage.php7 use ComboStrap\MarkupPath; alias
21 public static function createFromResourcePage(MarkupPath $markupPath): FeaturedSvgImage
H A DPageTemplateName.php11 use ComboStrap\MarkupPath; alias
64 public static function createFromPage(MarkupPath $page): PageTemplateName
134 * @var MarkupPath $page
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDokuWikiStore.php17 use ComboStrap\MarkupPath; alias
148 if (!($resource instanceof MarkupPath)) {
167 if (!($resource instanceof MarkupPath)) {

123456