Home
last modified time | relevance | path

Searched refs:getLine (Results 76 – 100 of 141) sorted by last modified time

123456

/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
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 DFlushTokenParser.php30 return new FlushNode($token->getLine(), $this->getTag());
H A DForTokenParser.php39 $lineno = $token->getLine();
H A DSandboxTokenParser.php53 return new SandboxNode($body, $token->getLine(), $this->getTag());
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 DWithTokenParser.php43 return new WithNode($body, $variables, $only, $token->getLine(), $this->getTag());
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Grammar/
H A DBoolean.php26 …new Twig_Node_Expression_Constant('true' === $token->getValue() ? true : false, $token->getLine());
H A DNumber.php26 return new Twig_Node_Expression_Constant($token->getValue(), $token->getLine());
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/
H A DSimpleTokenParser.php36 return $this->getNode($values, $token->getLine());
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/TokenParser/
H A DTrans.php19 $lineno = $token->getLine();
/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 DTokenStream.php72 …xError('Unexpected end of template.', $this->tokens[$this->current - 1]->getLine(), $this->source);
99 $line = $token->getLine();
123 …expected end of template.', $this->tokens[$this->current + $number - 1]->getLine(), $this->source);
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/test/Twig/Tests/
H A DErrorTest.php107 $this->assertEquals(3, $e->getLine());
126 $this->assertEquals(3, $e->getLine());
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Exception/
H A DUnrecognizedToken.php64 ->integer($result->getLine())
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DConsistency.php291 public function getLine(); function
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DNodeInterface.php31 public function getLine(); function
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DNode.php133 public function getLine() function in Twig\\Node\\Node
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/Token/
H A DStream.php374 'startLine' => $token->getLine(),
389 'startLine' => $token->getLine(),
414 'startLine' => $token->getLine(),
453 $classEndLine[count($classEndLine) - 1] == $token->getLine()) {
457 $traitEndLine == $token->getLine()) {
461 $interfaceEndLine == $token->getLine()) {
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/
H A DToken.php61 public function getLine() function in PHP_Token
94 $currentLineNumber = $tokens[$this->id]->getLine();
110 $line = $tokens[$i]->getLine();
169 return $this->tokenStream[$this->getEndTokenId()]->getLine();
371 $this->getLine(),
728 $this->getLine(),

123456