Home
last modified time | relevance | path

Searched refs:SyntaxError (Results 26 – 50 of 76) sorted by path

1234

/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DBlockTokenParser.php15 use Twig\Error\SyntaxError; alias
40 …throw new SyntaxError(sprintf("The block '%s' has already been defined line %d.", $name, $this->pa…
52 …throw new SyntaxError(sprintf('Expected endblock for block "%s" (but "%s" given).', $name, $value)…
H A DExtendsTokenParser.php15 use Twig\Error\SyntaxError; alias
32 …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 DForTokenParser.php15 use Twig\Error\SyntaxError; alias
93 …throw new SyntaxError('The "loop" variable cannot be used in a looping condition.', $node->getTemp…
112 …throw new SyntaxError(sprintf('The "loop.%s" variable is not defined when looping with a condition…
H A DFromTokenParser.php14 use Twig\Error\SyntaxError; alias
56 …throw new SyntaxError(sprintf('"%s" cannot be an imported macro as it is a reserved keyword.', $na…
H A DIfTokenParser.php15 use Twig\Error\SyntaxError; alias
66 …throw new SyntaxError(sprintf('Unexpected end of template. Twig was looking for the following tags…
H A DMacroTokenParser.php14 use Twig\Error\SyntaxError; alias
45 …throw new SyntaxError(sprintf('Expected endmacro for macro "%s" (but "%s" given).', $name, $value)…
H A DSandboxTokenParser.php14 use Twig\Error\SyntaxError; alias
48 …throw new SyntaxError('Only "include" tags are allowed within a "sandbox" section.', $node->getTem…
H A DSetTokenParser.php14 use Twig\Error\SyntaxError; alias
45 …throw new SyntaxError('When using set, you must have the same number of variables and assignments.…
51 …throw new SyntaxError('When using set with a block, you cannot have a multi-target.', $stream->get…
H A DTokenParserInterface.php14 use Twig\Error\SyntaxError; alias
35 * @throws SyntaxError
H A DUseTokenParser.php14 use Twig\Error\SyntaxError; alias
41 …throw new SyntaxError('The template references in a "use" statement must be a string.', $stream->g…
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTokenStream.php15 use Twig\Error\SyntaxError; alias
72 …throw new SyntaxError('Unexpected end of template.', $this->tokens[$this->current - 1]->getLine(),…
100 … throw new SyntaxError(sprintf('%sUnexpected token "%s" of value "%s" ("%s" expected%s).',
123 …throw new SyntaxError('Unexpected end of template.', $this->tokens[$this->current + $number - 1]->…
/plugin/findologicxmlexport/vendor/twig/twig/src/Util/
H A DDeprecationCollector.php15 use Twig\Error\SyntaxError; alias
68 } catch (SyntaxError $e) {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/
H A Dchild_contents_outside_blocks.test15 Twig\Error\SyntaxError: A template that extends another one cannot include content outside Twig blo…
H A Dmultiline_function_with_unknown_argument.test9 Twig\Error\SyntaxError: Unknown argument "invalid" for function "include(template, variables, with_…
H A Dstrict_comparison_operator.test6 Twig\Error\SyntaxError: Unexpected operator of value "=". Did you try to use "===" or "!==" for str…
H A Dsyntax_error_in_reused_template.test10 Twig\Error\SyntaxError: Unexpected token "operator" of value "=" ("end of statement block" expected…
H A Dunclosed_tag.test20 Twig\Error\SyntaxError: Unexpected "endblock" tag (expecting closing tag for the "if" tag defined n…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
H A Dtwo_word_operators_as_variables.test8 Twig\Error\SyntaxError: Unexpected token "operator" of value "starts with" in "index.twig" at line …
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Dblock_without_name.test12 Twig\Error\SyntaxError: The "block" function takes one argument (the block name) in "base.twig" at …
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/macros/
H A Dvarargs_argument.test7 Twig\Error\SyntaxError: The argument "varargs" in macro "test" cannot be defined because the variab…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/block/
H A Dblock_unique_name.test11 Twig\Error\SyntaxError: The block 'content' has already been defined line 2 in "index.twig" at line…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/
H A Dloop_not_defined.test10 Twig\Error\SyntaxError: The "loop.last" variable is not defined when looping with a condition in "i…
H A Dloop_not_defined_cond.test9 Twig\Error\SyntaxError: The "loop" variable cannot be used in a looping condition in "index.twig" a…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/
H A Dparent_in_a_block.test8 Twig\Error\SyntaxError: Cannot extend from a block in "index.twig" at line 3.
H A Dparent_without_extends.test8 Twig\Error\SyntaxError: Calling "parent" on a template that does not extend nor "use" another templ…

1234