Home
last modified time | relevance | path

Searched refs:getParent (Results 1 – 25 of 293) sorted by last modified time

12345678910>>...12

/plugin/columns/
H A Daction.php132 $this->currentBlock = $this->currentBlock->getParent();
154 public function getParent() { function in columns_root_block
243 public function getParent() { function in columns_block
/plugin/combo/ComboStrap/
H A DLocalFileSystem.php197 $parent = $parent->getParent();
H A DLocalPath.php212 public function getParent(): Path function in ComboStrap\\LocalPath
H A DMarkupCacheDependencies.php224 $parentPath = $requestedPage->getPathObject()->getParent();
H A DMarkupFileSystem.php64 $parent = $pathObject->getParent();
H A DMarkupPath.php34 * ie the {@link Path::getParent()} is not the same than on an normal file system.
38 * * we want to be able to return a {@link MarkupPath} in the {@link MarkupPath::getParent()} function
836 $parentPath = $this->path->getParent();
981 * @deprecated / shortcut for {@link WikiPath::getParent()}
987 return $this->getParent()->toAbsoluteId();
1434 public function getParent(): MarkupPath function in ComboStrap\\MarkupPath
2152 $parent = $this->getParent();
H A DPageExplorerTag.php331 $namespacePath = $requestedContextPath->getParent();
438 $parentPage = $currentIndexPage->getParent();
H A DFetcherVignette.php135 $parentPage = $this->page->getParent();
H A DTreeNode.php111 $parent = $parent->getParent();
136 public function getParent(): TreeNode function in ComboStrap\\TreeNode
H A DBreadcrumbTag.php81 $actualPath = $actualPath->getParent();
109 $actualPath = $actualPath->getParent();
H A DClassUtility.php72 $parent = ClassUtility::getClassPath(ClassUtility::class)->getParent();
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadata.php133 public function getParent(): Metadata function in ComboStrap\\Meta\\Api\\Metadata
199 $parent = $this->getParent();
/plugin/combo/action/
H A Dmetatitle.php45 $parentPage = $currentPage->getParent();
H A Drouter.php399 if ($requestedMarkupPath->getParent() === null) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php512 $newContext = $config->context->getParent($i);// "pop" return state
H A DParserATNSimulator.php1667 $newContext = $config->context->getParent($i);// "pop" return state
H A DATN.php223 $context = $context->getParent();
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DTerminalNodeImpl.php37 public function getParent() : ?Tree function in Antlr\\Antlr4\\Runtime\\Tree\\TerminalNodeImpl
H A DTree.php17 public function getParent() : ?Tree; function
H A DTrees.php110 $tree = $tree->getParent();
115 $tree = $tree->getParent();
/plugin/combo/ComboStrap/Web/
H A DUrl.php675 function getParent(): Url
664 function getParent(): Url global() function in ComboStrap\\Web\\Url
/plugin/combo/ComboStrap/Xml/
H A DXmlElement.php324 public function getParent(): XmlElement function in ComboStrap\\Xml\\XmlElement
/plugin/combo/ComboStrap/Meta/Field/
H A DAncestorImage.php72 $actual = $actual->getParent();
H A DSocialCardImage.php74 $actual = $actual->getParent();
/plugin/combo/ComboStrap/Meta/Form/
H A DFormMetaField.php140 $metadata->getParent();

12345678910>>...12