Home
last modified time | relevance | path

Searched refs:getLine (Results 101 – 125 of 141) sorted by last modified time

123456

/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/Token/
H A DClosureTest.php62 $this->assertEquals(2, $this->functions[0]->getLine());
63 $this->assertEquals(3, $this->functions[1]->getLine());
64 $this->assertEquals(4, $this->functions[2]->getLine());
65 $this->assertEquals(5, $this->functions[3]->getLine());
73 $this->assertEquals(2, $this->functions[0]->getLine());
74 $this->assertEquals(3, $this->functions[1]->getLine());
75 $this->assertEquals(4, $this->functions[2]->getLine());
76 $this->assertEquals(5, $this->functions[3]->getLine());
H A DFunctionTest.php72 $this->assertEquals(5, $this->functions[0]->getLine());
73 $this->assertEquals(10, $this->functions[1]->getLine());
74 $this->assertEquals(17, $this->functions[2]->getLine());
75 $this->assertEquals(21, $this->functions[3]->getLine());
76 $this->assertEquals(29, $this->functions[4]->getLine());
H A DNamespaceTest.php36 $this->assertSame(2, $token->getLine());
55 $this->assertSame(2, $token->getLine());
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst412 $lineno = $token->getLine();
H A Dadvanced.rst479 return new Project_Set_Node($name, $value, $token->getLine(), $this->getTag());
H A Ddeprecated.rst134 * As of Twig 1.27, the ``\Twig\Node\Node::getFilename()/\Twig\Node\Node::getLine()``
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Exception/
H A DIllegalToken.php64 ->integer($result->getLine())
H A DUnexpectedToken.php64 ->integer($result->getLine())
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DIdle.php241 $this->getLine() . '.';
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
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 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 DMacroTokenParser.php32 $lineno = $token->getLine();
45 …or macro "%s" (but "%s" given).', $name, $value), $stream->getCurrent()->getLine(), $stream->getSo…
H A DSetTokenParser.php34 $lineno = $token->getLine();
45 …e the same number of variables and assignments.', $stream->getCurrent()->getLine(), $stream->getSo…
51 …t with a block, you cannot have a multi-target.', $stream->getCurrent()->getLine(), $stream->getSo…
H A DSpacelessTokenParser.php33 $lineno = $token->getLine();
H A DUseTokenParser.php41 …ferences in a "use" statement must be a string.', $stream->getCurrent()->getLine(), $stream->getSo…
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Call/
H A DCall.php112 public function getLine() function in Prophecy\\Call\\Call
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DCodeCoverage.php775 $_line = trim($lines[$token->getLine() - 1]);
790 $start = $token->getLine();
819 $this->ignoredLines[$filename][] = $token->getLine();
824 for ($i = $token->getLine(); $i <= $endLine; $i++) {
831 for ($i = $token->getLine();
852 for ($i = $token->getLine();
875 $this->ignoredLines[$filename][] = $token->getLine();
880 $this->ignoredLines[$filename][] = $token->getLine();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DExceptionWrapper.php43 $this->line = $e->getLine();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DFilter.php46 $eLine = $e->getLine();
53 $eLine = $e->getLine();
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Grammar/
H A DSwitch.php26 return new Twig_Node_Expression_Constant(true, $token->getLine());
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG194 * deprecated Twig_Node::getLine() in favor of Twig_Node::getTemplateLine()
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DLexerTest.php91 $this->assertSame(1, $stream->expect(Token::TEXT_TYPE)->getLine());
93 $this->assertSame(10, $stream->expect(Token::TEXT_TYPE)->getLine());
95 $this->assertSame(11, $stream->expect(Token::VAR_START_TYPE)->getLine());
97 $this->assertSame(12, $stream->expect(Token::NAME_TYPE)->getLine());
111 $this->assertSame(1, $stream->expect(Token::TEXT_TYPE)->getLine());
113 $this->assertSame(10, $stream->expect(Token::VAR_START_TYPE)->getLine());
115 $this->assertSame(11, $stream->expect(Token::NAME_TYPE)->getLine());
/plugin/letsencrypt/
H A Dadmin.php68 msg($e->getMessage(), -1, $e->getLine(), $e->getFile());
/plugin/authfacebook/
H A Dauth.php194 msg('1: Auth Facebook Error: '. $e->getFile() .':'.$e->getLine().': '.$e->getMessage());

123456