Home
last modified time | relevance | path

Searched refs:getParent (Results 1 – 25 of 76) sorted by relevance

1234

/template/templar/js/
Dbootstrap-dropdown.js48 $parent = getParent($this)
80 $parent = getParent($this)
108 getParent($(this)).removeClass('open')
112 function getParent($this) { function
/template/twigstarter/vendor/twig/twig/src/
DTemplate.php90 public function getParent(array $context) function in Twig\\Template
144 } elseif (false !== $parent = $this->getParent($context)) {
201 } elseif (false !== $parent = $this->getParent($context)) {
281 if (false !== $parent = $this->getParent($context)) {
303 if (false !== $parent = $this->getParent($context)) {
/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/
H A DBailErrorStrategy.php55 $context = $context->getParent();
71 for ($context = $recognizer->getContext(); $context; $context = $context->getParent()) {
/template/strap/ComboStrap/
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 DWikiPath.php177 $rootRelativePath = $currentPagePath->getParent();
285 return $contextPath->getParent()->getParent();
294 return $contextPath->getParent();
1034 function getParent(): Path function in ComboStrap\\WikiPath
1124 … $contextId = $this->getParent()->getWikiId() . self::NAMESPACE_SEPARATOR_DOUBLE_POINT;
H A DPath.php69 function getParent(): Path; function
H A DPageUrlPath.php274 $parentPage = $parentPage->getParent();
290 $parentPage = $page->getParent();
H A DClassUtility.php72 $parent = ClassUtility::getClassPath(ClassUtility::class)->getParent();
H A DFile.php106 public function getParent(): ?File function in ComboStrap\\File
H A DPageKeywords.php67 $parentPage = $parentPage->getParent();
H A DResourceName.php99 $path = $path->getParent();
H A DMarkupFileSystem.php64 $parent = $pathObject->getParent();
/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DParser.php569 $parent = $this->context()->getParent();
612 $parent = $this->context()->getParent();
627 $parent = $this->context()->getParent();
693 $parent = $this->context()->getParent();
722 $p = $p->getParent();
806 $ctx = $ctx->getParent();
870 $p = $p->getParent();
/template/strap/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DPredictionContext.php83 if ($outerContext->getParent() === null || $outerContext === RuleContext::emptyContext()) {
88 $parent = self::fromRuleContext($atn, $outerContext->getParent());
124 abstract public function getParent(int $index) : ?self; function in Antlr\\Antlr4\\Runtime\\PredictionContexts\\PredictionContext
586 $parentContext = $context->getParent($i);
599 $parents[$j] = $context->getParent($j);
H A DEmptyPredictionContext.php24 public function getParent(int $index) : ?PredictionContext function in Antlr\\Antlr4\\Runtime\\PredictionContexts\\EmptyPredictionContext
H A DSingletonPredictionContext.php46 public function getParent(int $index) : ?PredictionContext function in Antlr\\Antlr4\\Runtime\\PredictionContexts\\SingletonPredictionContext
/template/strap/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DTree.php17 public function getParent() : ?Tree; function
H A DTrees.php110 $tree = $tree->getParent();
115 $tree = $tree->getParent();
H A DParseTree.php14 public function getParent() : ?Tree; function
H A DTerminalNodeImpl.php37 public function getParent() : ?Tree function in Antlr\\Antlr4\\Runtime\\Tree\\TerminalNodeImpl
/template/twigstarter/vendor/twig/twig/src/TokenParser/
DExtendsTokenParser.php36 if (null !== $this->parser->getParent()) {
/template/strap/action/
H A Dmetatitle.php45 $parentPage = $currentPage->getParent();
/template/strap/ComboStrap/Meta/Field/
H A DAncestorImage.php72 $actual = $actual->getParent();
H A DSocialCardImage.php74 $actual = $actual->getParent();

1234