Home
last modified time | relevance | path

Searched refs:getTemplateLine (Results 1 – 25 of 30) sorted by relevance

12

/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Filter/
H A DDefaultFilter.php34 …($node, new ConstantExpression('default', $node->getTemplateLine()), $arguments, $node->getTemplat…
37 $test = new DefinedTest(clone $node, 'defined', new Node(), $node->getTemplateLine());
38 …\count($arguments) ? $arguments->getNode(0) : new ConstantExpression('', $node->getTemplateLine());
40 $node = new ConditionalExpression($test, $default, $false, $node->getTemplateLine());
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DNullCoalesceExpression.php26 new DefinedTest(clone $left, 'defined', new Node(), $left->getTemplateLine()),
27 …otUnary(new NullTest($left, 'null', new Node(), $left->getTemplateLine()), $left->getTemplateLine(…
28 $left->getTemplateLine()
H A DCallExpression.php124 …d after named arguments for %s "%s".', $callType, $callName), $this->getTemplateLine(), null, null…
156 …is defined twice for %s "%s".', $name, $callType, $callName), $this->getTemplateLine(), null, null…
163 ), $this->getTemplateLine(), null, null, false);
185 …"%s" is required for %s "%s".', $name, $callType, $callName), $this->getTemplateLine(), null, null…
218 …), $unknownParameter ? $unknownParameter->getTemplateLine() : $this->getTemplateLine(), null, null…
H A DArrayExpression.php62 $key = new ConstantExpression(++$this->index, $value->getTemplateLine());
H A DBlockReferenceExpression.php72 ->repr($this->getTemplateLine())
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DErrorTest.php60 $this->assertEquals(3, $e->getTemplateLine());
88 $this->assertEquals(3, $e->getTemplateLine());
105 $this->assertEquals(3, $e->getTemplateLine());
124 $this->assertEquals(3, $e->getTemplateLine());
147 $this->assertEquals($line, $e->getTemplateLine());
157 $this->assertEquals($line, $e->getTemplateLine());
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DForTokenParser.php62 …Target = new AssignNameExpression($keyTarget->getAttribute('name'), $keyTarget->getTemplateLine());
64 …et = new AssignNameExpression($valueTarget->getAttribute('name'), $valueTarget->getTemplateLine());
68 …et = new AssignNameExpression($valueTarget->getAttribute('name'), $valueTarget->getTemplateLine());
93 …'The "loop" variable cannot be used in a looping condition.', $node->getTemplateLine(), $stream->g…
112 …oping with a condition.', $attribute->getAttribute('value')), $node->getTemplateLine(), $stream->g…
H A DSandboxTokenParser.php48 …Only "include" tags are allowed within a "sandbox" section.', $node->getTemplateLine(), $stream->g…
H A DBlockTokenParser.php40 …ready been defined line %d.", $name, $this->parser->getBlock($name)->getTemplateLine()), $stream->…
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DCompiler.php217 if ($node->getTemplateLine() != $this->lastLine) {
218 $this->write(sprintf("// line %d\n", $node->getTemplateLine()));
232 $this->debugInfo[$this->sourceLine] = $node->getTemplateLine();
234 $this->lastLine = $node->getTemplateLine();
H A DParser.php132 if (!$e->getTemplateLine()) {
279 $this->blocks[$name] = new BodyNode([$value], [], $value->getTemplateLine());
290 …e used as a macro name as it is a reserved keyword.', $name), $node->getTemplateLine(), $this->str…
409 …Did you forget to put the content inside a {% block %} tag?', $node->getTemplateLine(), $this->str…
H A DTemplate.php224 if (-1 === $e->getTemplateLine()) {
369 if ($e->getTemplateLine() > 0) {
435 if (-1 === $e->getTemplateLine()) {
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Test/
H A DDefinedTest.php48 $node = new ConstantExpression(true, $node->getTemplateLine());
50 …Error('The "defined" test only works with simple variables.', $this->getTemplateLine(), null, null…
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Node/
H A DTrans.php143 … $vars[] = new Twig_Node_Expression_Name($n->getAttribute('name'), $n->getTemplateLine());
152 … Twig_Node(array(new Twig_Node_Expression_Constant(trim($msg), $body->getTemplateLine()))), $vars);
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DCheckToStringNode.php31 parent::__construct(['expr' => $expr], [], $expr->getTemplateLine(), $expr->getNodeTag());
H A DDeprecatedNode.php49 … ->string(sprintf(' ("%s" at line %d).', $this->getTemplateName(), $this->getTemplateLine()))
H A DImportNode.php48 ->repr($this->getTemplateLine())
H A DEmbedNode.php44 ->repr($this->getTemplateLine())
H A DModuleNode.php148 ->repr($parent->getTemplateLine())
209 ->repr($parent->getTemplateLine())
480 ->repr($node->getTemplateLine())
H A DCheckSecurityNode.php40 ${$type}[$name] = $node->getTemplateLine();
H A DIncludeNode.php74 ->repr($this->getTemplateLine())
H A DSetNode.php38 …tNode('values', new ConstantExpression($values->getAttribute('data'), $values->getTemplateLine()));
H A DMacroNode.php30 …uments.', self::VARARGS_NAME, $name, self::VARARGS_NAME), $argument->getTemplateLine(), null, null…
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DEscaperNodeVisitor.php101 $node->getTemplateLine()
153 $line = $node->getTemplateLine();
H A DOptimizerNodeVisitor.php114 $nodes[] = new SetTempNode($name, $node->getTemplateLine());
131 return new TempNameExpression($node->getAttribute('name'), $node->getTemplateLine());

12