Home
last modified time | relevance | path

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

1234

/plugin/findologicxmlexport/vendor/jms/serializer/src/Type/Exception/
H A DSyntaxError.php7 final class SyntaxError extends \RuntimeException implements Exception class
/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…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/verbatim/
H A Dmixed_usage_with_raw.test10 Twig\Error\SyntaxError: Unexpected end of file: Unclosed "verbatim" block in "index.twig" at line 2.
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/raw/
H A Dmixed_usage_with_raw.legacy.test10 Twig\Error\SyntaxError: Unexpected end of file: Unclosed "raw" block in "index.twig" at line 2.
/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/sandbox/
H A Dnot_valid1.test11 Twig\Error\SyntaxError: Only "include" tags are allowed within a "sandbox" section in "index.twig" …
H A Dnot_valid2.test14 Twig\Error\SyntaxError: Only "include" tags are allowed within a "sandbox" section in "index.twig" …
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/
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 Dunclosed_tag.test20 Twig\Error\SyntaxError: Unexpected "endblock" tag (expecting closing tag for the "if" tag defined n…
H A Dsyntax_error_in_reused_template.test10 Twig\Error\SyntaxError: Unexpected token "operator" of value "=" ("end of statement block" expected…
H A Dchild_contents_outside_blocks.test15 Twig\Error\SyntaxError: A template that extends another one cannot include content outside Twig blo…
/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/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/for/
H A Dloop_not_defined_cond.test9 Twig\Error\SyntaxError: The "loop" variable cannot be used in a looping condition in "index.twig" a…
H A Dloop_not_defined.test10 Twig\Error\SyntaxError: The "loop.last" variable is not defined when looping with a condition in "i…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/
H A Dfrom_with_reserved_name.test9 Twig\Error\SyntaxError: "templateName" cannot be an imported macro as it is a reserved keyword in "…
H A Dreserved_name.test10 Twig\Error\SyntaxError: "parent" cannot be used as a macro name as it is a reserved keyword in "ind…
H A Dimport_with_reserved_nam.test11 Twig\Error\SyntaxError: "parent" cannot be called as macro as it is a reserved keyword in "index.tw…
/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/src/Error/
H A DSyntaxError.php20 class SyntaxError extends Error class
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js350 throw new SyntaxError("invalid duplicate regular expression flag");
355 throw new SyntaxError("can't use flag g or y in mode modifier");
362 throw new SyntaxError("invalid regular expression flag " + m[0]);
1050 throw new SyntaxError("backreference to undefined group " + $0);
1076 throw new SyntaxError("backreference to undefined group " + $0);
1080 throw new SyntaxError("invalid token " + $0);
1157 throw new SyntaxError("invalid escape " + match[0]);
1189 throw new SyntaxError("backreference to undefined group " + match[0]);
1234 throw new SyntaxError("can't use integer as capture name " + match[0]);
1250 … throw new SyntaxError("can't use octal escape or backreference to undefined group " + match[0]);
H A DshCore.min.js17SyntaxError("invalid duplicate regular expression flag");for(n=p.replace.call(n,/^\(\?([\w$]+)\)/,…
/plugin/sequencediagram/bower_components/lodash/vendor/json-js/
H A Djson2.js516 throw new SyntaxError('JSON.parse');

1234