Home
last modified time | relevance | path

Searched refs:MarkupPath (Results 1 – 25 of 133) sorted by last modified time

123456

/plugin/combo/ComboStrap/
H A DLdJson.php50 public static function createForPage(MarkupPath $page): LdJson
58 * @param MarkupPath $page
60 public static function addImage(array &$ldJson, MarkupPath $page)
185 if (($resourceCombo instanceof MarkupPath)) {
237 if (!($page instanceof MarkupPath)) {
H A DLocale.php17 public static function createForPage(MarkupPath $page, string $separator = "_"): Locale
46 if (!($page instanceof MarkupPath)) {
H A DLowQualityCalculatedIndicator.php16 public static function createFromPage(MarkupPath $page)
46 if (!($resource instanceof MarkupPath)) {
H A DBrandListTag.php83 $page = MarkupPath::createFromRequestedPage();
H A DLowQualityPageOverwrite.php26 public static function createForPage(MarkupPath $page)
H A DBrandTag.php246 $page = MarkupPath::createFromRequestedPage();
H A DMarkupCacheDependencies.php157 $page = MarkupPath::createMarkupFromStringPath($pathAddedOrDeleted);
219 $requestedPage = MarkupPath::createPageFromPathObject($path);
H A DMarkupFileSystem.php25 * @param MarkupPath $path
34 * @param MarkupPath $path
43 * @param MarkupPath $path
52 * @param MarkupPath $path
54 * @return MarkupPath[]
74 $childrenPage[] = MarkupPath::createPageFromPathObject($child);
H A DMarkupPath.php38 * * we want to be able to return a {@link MarkupPath} in the {@link MarkupPath::getParent()} function
49 class MarkupPath extends PathAbs implements ResourceCombo, Path class
181 * @var Path - {@link MarkupPath} has other hierachy system in regards with parent
207 public static function createPageFromExecutingId(): MarkupPath
214 public static function createMarkupFromId($id): MarkupPath
216 return new MarkupPath(WikiPath::createMarkupPathFromId($id));
221 * @return MarkupPath
223 public static function createMarkupFromStringPath(string $path): MarkupPath
226 return new MarkupPath(
[all...]
H A DCacheExpirationDate.php40 if (!($resourceCombo instanceof MarkupPath)) {
H A DCacheTag.php27 $requestPage = MarkupPath::createPageFromPathObject(
81 $requestPage = MarkupPath::createFromRequestedPage();
H A DCall.php318 LogUtility::msg("The call (" . print_r($this->call, true) . ") has an array and not a string as component (" . print_r($component, true) . "). Page: " . MarkupPath::createFromRequestedPage(), LogUtility::LVL_MSG_ERROR);
H A DCanonical.php27 public static function createForPage(MarkupPath $page): Canonical
94 if (!($resourceCombo instanceof MarkupPath)) {
139 * We don't use the {@link MarkupPath::isIndexPage()}
/plugin/combo/action/
H A Dcacheexpiration.php14 use ComboStrap\MarkupPath; alias
127 $slot = MarkupPath::createPageFromAbsoluteId($slotPath);
H A Dimgmove.php9 use ComboStrap\MarkupPath; alias
60 $affectedPage = MarkupPath::createMarkupFromId($affectedPageId)
177 $page = MarkupPath::createMarkupFromId("move-fake-id");
H A Dindexer.php24 use ComboStrap\MarkupPath;
104 $page = MarkupPath::createMarkupFromId($id);
152 $page = MarkupPath::createPageFromPathObject($wikiPath);
22 use ComboStrap\MarkupPath; global() alias
H A Dmetadescription.php6 use ComboStrap\MarkupPath; alias
58 $page = MarkupPath::createPageFromPathObject($wikiPath);
H A Dmetafacebook.php13 use ComboStrap\MarkupPath; alias
91 $page = MarkupPath::createPageFromPathObject($requestedPath);
H A Dmetagoogle.php8 use ComboStrap\MarkupPath; alias
61 $page = MarkupPath::createPageFromPathObject($requestedPath);
H A Dmetatitle.php7 use ComboStrap\MarkupPath; alias
39 $currentPage = MarkupPath::createFromRequestedPage();
H A Dmetatwitter.php18 use ComboStrap\MarkupPath; alias
104 $page = MarkupPath::createPageFromPathObject($templateForWebPage->getRequestedContextPath());
/plugin/combo/syntax/
H A Dfragment.php13 use ComboStrap\MarkupPath; alias
222 $page = MarkupPath::createFromRequestedPage();
H A Dfrontmatter.php30 use ComboStrap\MarkupPath; alias
153 $parsedPage = MarkupPath::createPageFromPathObject($wikiPath);
321 $page = MarkupPath::createPageFromPathObject($executingPath);
H A Diterator.php17 use ComboStrap\MarkupPath; alias
380 $contextualPage = MarkupPath::createPageFromAbsoluteId($path);
382 $contextualPage = MarkupPath::createPageFromPathObject($executionContext->getContextPath());
440 $contextualPage = MarkupPath::createMarkupFromId($id);
H A Drelated.php10 use ComboStrap\MarkupPath; alias

123456