/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Filter/ |
H A D | DefaultFilter.php | 34 …($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 D | NullCoalesceExpression.php | 26 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 D | CallExpression.php | 124 …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 D | ArrayExpression.php | 62 $key = new ConstantExpression(++$this->index, $value->getTemplateLine());
|
H A D | BlockReferenceExpression.php | 72 ->repr($this->getTemplateLine())
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/ |
H A D | ErrorTest.php | 60 $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 D | ForTokenParser.php | 62 …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 D | SandboxTokenParser.php | 48 …Only "include" tags are allowed within a "sandbox" section.', $node->getTemplateLine(), $stream->g…
|
H A D | BlockTokenParser.php | 40 …ready been defined line %d.", $name, $this->parser->getBlock($name)->getTemplateLine()), $stream->…
|
/plugin/findologicxmlexport/vendor/twig/twig/src/ |
H A D | Compiler.php | 217 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 D | Parser.php | 132 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 D | Template.php | 224 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 D | DefinedTest.php | 48 $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 D | Trans.php | 143 … $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 D | CheckToStringNode.php | 31 parent::__construct(['expr' => $expr], [], $expr->getTemplateLine(), $expr->getNodeTag());
|
H A D | DeprecatedNode.php | 49 … ->string(sprintf(' ("%s" at line %d).', $this->getTemplateName(), $this->getTemplateLine()))
|
H A D | ImportNode.php | 48 ->repr($this->getTemplateLine())
|
H A D | EmbedNode.php | 44 ->repr($this->getTemplateLine())
|
H A D | ModuleNode.php | 148 ->repr($parent->getTemplateLine()) 209 ->repr($parent->getTemplateLine()) 480 ->repr($node->getTemplateLine())
|
H A D | CheckSecurityNode.php | 40 ${$type}[$name] = $node->getTemplateLine();
|
H A D | IncludeNode.php | 74 ->repr($this->getTemplateLine())
|
H A D | SetNode.php | 38 …tNode('values', new ConstantExpression($values->getAttribute('data'), $values->getTemplateLine()));
|
H A D | MacroNode.php | 30 …uments.', self::VARARGS_NAME, $name, self::VARARGS_NAME), $argument->getTemplateLine(), null, null…
|
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/ |
H A D | EscaperNodeVisitor.php | 101 $node->getTemplateLine() 153 $line = $node->getTemplateLine();
|
H A D | OptimizerNodeVisitor.php | 114 $nodes[] = new SetTempNode($name, $node->getTemplateLine()); 131 return new TempNameExpression($node->getAttribute('name'), $node->getTemplateLine());
|