Home
last modified time | relevance | path

Searched refs:getTemplateLine (Results 26 – 30 of 30) sorted by path

12

/template/twigstarter/vendor/twig/twig/src/
H A DParser.php107 if (!$e->getTemplateLine()) {
234 $this->blocks[$name] = new BodyNode([$value], [], $value->getTemplateLine());
351 …Did you forget to put the content inside a {% block %} tag?', $node->getTemplateLine(), $this->str…
362 …error in 3.0.', $this->stream->getSourceContext()->getName(), $node->getTemplateLine()), \E_USER_D…
370 …error in 3.0.', $this->stream->getSourceContext()->getName(), $node->getTemplateLine()), \E_USER_D…
H A DTemplate.php190 if (-1 === $e->getTemplateLine()) {
339 if ($e->getTemplateLine() > 0) {
413 if (-1 === $e->getTemplateLine()) {
/template/twigstarter/vendor/twig/twig/src/TokenParser/
H A DBlockTokenParser.php38 …ready been defined line %d.", $name, $this->parser->getBlock($name)->getTemplateLine()), $stream->…
H A DForTokenParser.php63 …Target = new AssignNameExpression($keyTarget->getAttribute('name'), $keyTarget->getTemplateLine());
65 …et = new AssignNameExpression($valueTarget->getAttribute('name'), $valueTarget->getTemplateLine());
69 …et = new AssignNameExpression($valueTarget->getAttribute('name'), $valueTarget->getTemplateLine());
94 …'The "loop" variable cannot be used in a looping condition.', $node->getTemplateLine(), $stream->g…
113 …oping with a condition.', $attribute->getAttribute('value')), $node->getTemplateLine(), $stream->g…
H A DSandboxTokenParser.php46 …Only "include" tags are allowed within a "sandbox" section.', $node->getTemplateLine(), $stream->g…

12