Home
last modified time | relevance | path

Searched refs:parent (Results 226 – 250 of 257) sorted by path

1234567891011

/template/twigstarter/vendor/twig/twig/src/Node/Expression/
H A DTestExpression.php26 parent::__construct($nodes, ['name' => $name], $lineno);
H A DVariadicExpression.php22 parent::compile($compiler);
/template/twigstarter/vendor/twig/twig/src/Node/Expression/Unary/
H A DAbstractUnary.php23 parent::__construct(['node' => $node], [], $lineno);
/template/twigstarter/vendor/twig/twig/src/Node/
H A DFlushNode.php25 parent::__construct([], [], $lineno, $tag);
H A DForLoopNode.php25parent::__construct([], ['with_loop' => false, 'ifexpr' => false, 'else' => false], $lineno, $tag);
H A DForNode.php41parent::__construct($nodes, ['with_loop' => true, 'ifexpr' => null !== $ifexpr], $lineno, $tag);
H A DIfNode.php31 parent::__construct($nodes, [], $lineno, $tag);
H A DImportNode.php27 parent::__construct(['expr' => $expr, 'var' => $var], ['global' => $global], $lineno, $tag);
H A DIncludeNode.php32parent::__construct($nodes, ['only' => (bool) $only, 'ignore_missing' => (bool) $ignoreMissing], $…
H A DMacroNode.php34parent::__construct(['body' => $body, 'arguments' => $arguments], ['name' => $name], $lineno, $tag…
H A DModuleNode.php50 if (null !== $parent) {
51 $nodes['parent'] = $parent;
55 parent::__construct($nodes, [
112 $parent = $this->getNode('parent');
117 ->addDebugInfo($parent)
122 $compiler->subcompile($parent);
126 ->subcompile($parent)
130 ->repr($parent->getTemplateLine())
320 $parent = $this->getNode('parent');
322 $compiler->addDebugInfo($parent);
[all …]
H A DPrintNode.php27 parent::__construct(['expr' => $expr], [], $lineno, $tag);
H A DSandboxNode.php25 parent::__construct(['body' => $body], [], $lineno, $tag);
H A DSetNode.php26parent::__construct(['names' => $names, 'values' => $values], ['capture' => $capture, 'safe' => fa…
H A DSpacelessNode.php29 parent::__construct(['body' => $body], [], $lineno, $tag);
H A DTextNode.php26 parent::__construct([], ['data' => $data], $lineno);
H A DWithNode.php30 parent::__construct($nodes, ['only' => $only], $lineno, $tag);
/template/twigstarter/vendor/twig/twig/src/
H A DParser.php39 private $parent; variable in Twig\\Parser
88 $this->parent = null;
99 if (null !== $this->parent && null === $body = $this->filterBodyNodes($body)) {
114 …$node = new ModuleNode(new BodyNode([$body]), $this->parent, new Node($this->blocks), new Node($th…
310 return $this->parent;
313 public function setParent($parent) argument
315 $this->parent = $parent;
/template/twigstarter/vendor/twig/twig/src/Profiler/Dumper/
H A DBlackfireDumper.php43 private function dumpChildren(string $parent, Profile $profile, &$data) argument
51 $this->dumpProfile(sprintf('%s==>%s', $parent, $name), $p, $data);
H A DHtmlDumper.php30 return '<pre>'.parent::dump($profile).'</pre>';
/template/twigstarter/vendor/twig/twig/src/Profiler/Node/
H A DEnterProfileNode.php26parent::__construct([], ['extension_name' => $extensionName, 'name' => $name, 'type' => $type, 'va…
H A DLeaveProfileNode.php26 parent::__construct([], ['var_name' => $varName]);
/template/twigstarter/vendor/twig/twig/src/Sandbox/
H A DSecurityNotAllowedFilterError.php36 parent::__construct($message, $lineno, $filename, $previous);
H A DSecurityNotAllowedFunctionError.php36 parent::__construct($message, $lineno, $filename, $previous);
H A DSecurityNotAllowedMethodError.php37 parent::__construct($message, $lineno, $filename, $previous);

1234567891011