Home
last modified time | relevance | path

Searched refs:getLine (Results 76 – 100 of 141) sorted by path

123456

/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG194 * deprecated Twig_Node::getLine() in favor of Twig_Node::getTemplateLine()
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst479 return new Project_Set_Node($name, $value, $token->getLine(), $this->getTag());
H A Dadvanced_legacy.rst412 $lineno = $token->getLine();
H A Ddeprecated.rst134 * As of Twig 1.27, the ``\Twig\Node\Node::getFilename()/\Twig\Node\Node::getLine()``
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DNodeInterface.php31 public function getLine(); function
/plugin/findologicxmlexport/vendor/twig/twig/src/Error/
H A DError.php317 array_unshift($traces, ['file' => $e->getFile(), 'line' => $e->getLine()]);
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DExpressionParser.php88 $expr = new $class($expr, $expr1, $token->getLine());
163 $node = new ConstantExpression(true, $token->getLine());
175 $node = new ConstantExpression(null, $token->getLine());
219 $node = new $class($expr, $token->getLine());
272 $node = new ArrayExpression([], $stream->getCurrent()->getLine());
297 $node = new ArrayExpression([], $stream->getCurrent()->getLine());
408 $lineno = $token->getLine();
455 $arg = new ConstantExpression(0, $token->getLine());
466 $length = new ConstantExpression(null, $token->getLine());
473 …ew $class($node, new ConstantExpression('slice', $token->getLine()), $arguments, $token->getLine()…
[all …]
H A DParser.php133 $e->setTemplateLine($this->stream->getCurrent()->getLine());
155 $lineno = $this->getCurrentToken()->getLine();
161 $rv[] = new TextNode($token->getValue(), $token->getLine());
168 $rv[] = new PrintNode($expr, $token->getLine());
176 …throw new SyntaxError('A block must start with a tag name.', $token->getLine(), $this->stream->get…
194 … SyntaxError(sprintf('Unexpected "%s" tag', $token->getValue()), $token->getLine(), $this->stream-…
200 …ew SyntaxError(sprintf('Unknown "%s" tag.', $token->getValue()), $token->getLine(), $this->stream-…
216 …xer or parser ended up in unsupported state.', $this->getCurrentToken()->getLine(), $this->stream-…
H A DToken.php89 public function getLine() function in Twig\\Token
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DNode.php133 public function getLine() function in Twig\\Node\\Node
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DAutoEscapeTokenParser.php41 $lineno = $token->getLine();
49 …n escaping strategy must be a string or a bool.', $stream->getCurrent()->getLine(), $stream->getSo…
63 …ping strategy as you set autoescaping to false.', $stream->getCurrent()->getLine(), $stream->getSo…
H A DBlockTokenParser.php36 $lineno = $token->getLine();
40 …his->parser->getBlock($name)->getTemplateLine()), $stream->getCurrent()->getLine(), $stream->getSo…
52 …or block "%s" (but "%s" given).', $name, $value), $stream->getCurrent()->getLine(), $stream->getSo…
H A DDeprecatedTokenParser.php35 return new DeprecatedNode($expr, $token->getLine(), $this->getTag());
H A DDoTokenParser.php30 return new DoNode($expr, $token->getLine(), $this->getTag());
H A DEmbedTokenParser.php34 … $parentToken = $fakeParentToken = new Token(Token::STRING_TYPE, '__parent__', $token->getLine());
36 … $parentToken = new Token(Token::STRING_TYPE, $parent->getAttribute('value'), $token->getLine());
38 … $parentToken = new Token(Token::NAME_TYPE, $parent->getAttribute('name'), $token->getLine());
43 new Token(Token::BLOCK_START_TYPE, '', $token->getLine()),
44 new Token(Token::NAME_TYPE, 'extends', $token->getLine()),
46 new Token(Token::BLOCK_END_TYPE, '', $token->getLine()),
60 …odule->getAttribute('index'), $variables, $only, $ignoreMissing, $token->getLine(), $this->getTag(…
H A DExtendsTokenParser.php32 …throw new SyntaxError('Cannot extend from a block.', $token->getLine(), $stream->getSourceContext(…
36 …throw new SyntaxError('Multiple extends tags are forbidden.', $token->getLine(), $stream->getSourc…
H A DFilterTokenParser.php34 …ckReferenceExpression(new ConstantExpression($name, $token->getLine()), null, $token->getLine(), $…
42 $block = new BlockNode($name, $body, $token->getLine());
45 return new PrintNode($filter, $token->getLine(), $this->getTag());
H A DFlushTokenParser.php30 return new FlushNode($token->getLine(), $this->getTag());
H A DForTokenParser.php39 $lineno = $token->getLine();
H A DFromTokenParser.php52 … new AssignNameExpression($this->parser->getVarName(), $token->getLine()), $token->getLine(), $thi…
56 …nnot be an imported macro as it is a reserved keyword.', $name), $token->getLine(), $stream->getSo…
H A DIfTokenParser.php37 $lineno = $token->getLine();
66 …e the "if" block started at line %d).', $lineno), $stream->getCurrent()->getLine(), $stream->getSo…
H A DImportTokenParser.php31 …ameExpression($this->parser->getStream()->expect(Token::NAME_TYPE)->getValue(), $token->getLine());
36 return new ImportNode($macro, $var, $token->getLine(), $this->getTag());
H A DIncludeTokenParser.php33 …return new IncludeNode($expr, $variables, $only, $ignoreMissing, $token->getLine(), $this->getTag(…
H A DMacroTokenParser.php32 $lineno = $token->getLine();
45 …or macro "%s" (but "%s" given).', $name, $value), $stream->getCurrent()->getLine(), $stream->getSo…
H A DSandboxTokenParser.php53 return new SandboxNode($body, $token->getLine(), $this->getTag());

123456