Home
last modified time | relevance | path

Searched refs:MarkupPath (Results 76 – 100 of 133) sorted by last modified time

123456

/plugin/combo/ComboStrap/
H A DDatabasePageRow.php72 * @var MarkupPath
99 public static function getFromPageObject(MarkupPath $page): DatabasePageRow
220 * @param MarkupPath $page
225 public static function getOrCreateFromPageObject(MarkupPath $page): DatabasePageRow
314 $databasePage->markupPath = MarkupPath::createMarkupFromId($id);
451 function getDatabaseRowFromPage(MarkupPath $markupPath): array
543 * Same data as {@link MarkupPath::getMetadataForRendering()}
758 * @param MarkupPath $page
762 function deleteIfExistsAndAddRedirectAlias(MarkupPath $page): void
951 function setMarkupPath(MarkupPath
[all...]
H A DEndDate.php16 public static function createFromPage(MarkupPath $page)
H A DMetaManagerForm.php34 private MarkupPath $page;
91 public static function createForPage(MarkupPath $page): MetaManagerForm
H A DOutline.php94 private ?MarkupPath $markupPath = null;
100 * @param MarkupPath|null $markup - needed to store the parsed toc, h1, ... (null if the markup is dynamic)
104 public function __construct(CallStack $callStack, MarkupPath $markup = null, bool $isFragment = false)
117 * @param MarkupPath|null $markupPath - needed to store the parsed toc, h1, ... (null if the markup is dynamic)
121 public static function createFromCallStack(CallStack $callStack, MarkupPath $markupPath = null, bool $isFragment = false): Outline
623 public static function createFromMarkupPath(MarkupPath $markupPath): Outline
880 function getMarkupPath(): ?MarkupPath
H A DExecutionContext.php949 $markupPath = MarkupPath::createMarkupFromId($ID);
1079 return MarkupPath::createPageFromPathObject($this->getContextPath())->getMetadataForRendering();
H A DOutlineVisitor.php15 private ?MarkupPath $markupPath;
H A DFeaturedIcon.php55 * @var MarkupPath $page
H A DPageSqlTreeListener.php79 * @var MarkupPath|null
81 private ?MarkupPath $requestedPage;
90 * @param MarkupPath|null $pageContext
92 public function __construct(PageSqlLexer $lexer, PageSqlParser $parser, string $sql, MarkupPath $pageContext = null)
98 $this->requestedPage = MarkupPath::createPageFromPathObject(ExecutionContext::getActualOrCreateFromEnv()->getContextPath());
H A DPageType.php102 if (!($resource instanceof MarkupPath)) {
H A DPageUrlType.php46 if (!($resourceCombo instanceof MarkupPath)) {
H A DPathAbs.php95 if ($this instanceof MarkupPath) {
116 if ($this instanceof MarkupPath) {
H A DPipelineUtility.php302 $page = MarkupPath::createPageFromPathObject($path);
H A DQualityDynamicMonitoringOverwrite.php20 public static function createFromPage(MarkupPath $page): QualityDynamicMonitoringOverwrite
H A DReference.php21 public static function createFromResource(MarkupPath $page)
H A DReplicationDate.php21 public static function createFromPage(MarkupPath $page)
H A DResourceName.php93 if ($resourceCombo instanceof MarkupPath) {
/plugin/combo/ComboStrap/Meta/Field/
H A DFacebookImage.php5 use ComboStrap\MarkupPath; alias
21 public static function createFromResource(MarkupPath $page)
H A DFeaturedRasterImage.php8 use ComboStrap\MarkupPath; alias
28 public static function createFromResourcePage(MarkupPath $page): FeaturedRasterImage
123 * @var MarkupPath $markupPath
H A DPageImage.php8 use ComboStrap\MarkupPath; alias
34 * @var MarkupPath
41 public function __construct(WikiPath $image, MarkupPath $page)
49 * @param MarkupPath $page
96 * @return MarkupPath
98 public function getPage(): MarkupPath
H A DPageImages.php12 use ComboStrap\MarkupPath; alias
46 public static function createForPage(MarkupPath $page): PageImages
72 * @var MarkupPath $page ;
H A DRegion.php8 use ComboStrap\MarkupPath; alias
23 public static function createForPage(MarkupPath $page)
H A DSocialCardImage.php8 use ComboStrap\MarkupPath; alias
31 public static function createFromResourcePage(MarkupPath $page): SocialCardImage
H A DTwitterImage.php5 use ComboStrap\MarkupPath; alias
18 public static function createFromResource(MarkupPath $page)
/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
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDbStore.php16 use ComboStrap\MarkupPath; alias
106 if (!($resource instanceof MarkupPath)) {
116 $pageMetaFromFileSystem = MarkupPath::createPageFromAbsoluteId($resource->getPathObject()->toAbsoluteId());

123456