Home
last modified time | relevance | path

Searched refs:twig (Results 151 – 175 of 196) sorted by relevance

12345678

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/
H A Dmultiline_function_with_undefined_variable.test12 Twig\Error\RuntimeError: Variable "with_context" does not exist in "index.twig" at line 3.
H A Dmultiline_tag_with_undefined_variable.test12 Twig\Error\RuntimeError: Variable "vars" does not exist in "index.twig" at line 3.
H A Dmultiline_array_with_undefined_variable_again.test18 Twig\Error\RuntimeError: Variable "foobar" does not exist in "index.twig" at line 7.
H A Dundefined_trait.test9 Twig\Error\RuntimeError: Block "foobar" is not defined in trait "foo" in "index.twig" at line 2.
H A Dmultiline_function_with_unknown_argument.test9 … "include(template, variables, with_context, ignore_missing, sandboxed)" in "index.twig" at line 4.
H A Dmultiline_array_with_undefined_variable.test18 Twig\Error\RuntimeError: Variable "foo2" does not exist in "index.twig" at line 11.
H A Dstrict_comparison_operator.test6 …se "===" or "!==" for strict comparison? Use "is same as(value)" instead in "index.twig" at line 2.
H A Dunclosed_tag.test20 …block" tag (expecting closing tag for the "if" tag defined near line 4) in "index.twig" at line 16.
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/
H A Dparent_without_extends.test8 … a template that does not extend nor "use" another template is forbidden in "index.twig" at line 3.
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dapi.rst28 $twig = new \Twig\Environment($loader, [
52 $template = $twig->load('index.html');
87 $twig = new \Twig\Environment($loader, ['debug' => true]);
210 $twig->render('@admin/index.html', []);
233 $twig = new \Twig\Environment($loader);
235 echo $twig->render('index.html', ['name' => 'Fabien']);
263 $twig = new \Twig\Environment($loader);
332 $twig->addExtension(new \Twig\Extension\SandboxExtension());
382 $twig->addExtension($escaper);
499 $twig->addExtension($sandbox);
[all …]
/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 …fined because the variable "varargs" is reserved for arbitrary arguments in "index.twig" at line 2.
/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 …r: The "loop.last" variable is not defined when looping with a condition in "index.twig" at line 3.
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Descape.rst99 $twig = new \Twig\Environment($loader);
100 $twig->getExtension('\Twig\Extension\CoreExtension')->setEscaper('csv', 'csv_escaper');
103 $twig->getExtension('core')->setEscaper('csv', 'csv_escaper');
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/with/
H A Dwith_only.test10 Twig\Error\RuntimeError: Variable "baz" does not exist in "index.twig" at line 3.
H A Dwith_no_hash.test10 Twig\Error\RuntimeError: Variables passed to the "with" tag must be a hash in "index.twig" at line …
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/
H A Dreserved_name.test10 …ror: "parent" cannot be used as a macro name as it is a reserved keyword in "index.twig" at line 2.
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dreplace_invalid_arg.test8 …lter expects an array or "Traversable" as replace values, got "stdClass" in "index.twig" at line 2.
H A Ddate_default_format_interval.test10 $twig->getExtension('\Twig\Extension\CoreExtension')->setDateFormat('Y-m-d', '%d days %h hours');
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Di18n.rst14 $twig->addExtension(new Twig_Extensions_Extension_I18n());
162 $twig = new Twig_Environment($loader, array(
166 $twig->addExtension(new Twig_Extensions_Extension_I18n());
174 $twig->loadTemplate(str_replace($tplDir.'/', '', $file));
/plugin/findologicxmlexport/vendor/twig/extensions/
H A DREADME.rst14 .. _documentation: http://twig-extensions.readthedocs.io/
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/
H A Dissue_1143.test2 error in twig extension
/plugin/findologicxmlexport/vendor/twig/twig/
H A DREADME.rst15 .. _documentation: https://twig.symfony.com/documentation
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DREADME.md286 $twig->addExtension(new AsseticExtension($factory));
325 // enable loading assets from twig templates
326 $am->setLoader('twig', new TwigFormulaLoader($twig));
331 $am->addResource($resource, 'twig');
345 [3]: http://twig.sensiolabs.org

12345678