Home
last modified time | relevance | path

Searched refs:autoescape (Results 1 – 25 of 37) sorted by relevance

12

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Dtype.test5 1. autoescape 'html' |escape('js')
7 {% autoescape 'html' %}
11 2. autoescape 'html' |escape('js')
13 {% autoescape 'html' %}
17 3. autoescape 'js' |escape('js')
19 {% autoescape 'js' %}
25 {% autoescape false %}
31 {% autoescape false %}
37 {% autoescape 'html' %}
45 1. autoescape 'html' |escape('js')
[all …]
H A Dfunctions.test2 "autoescape" tag applies escaping after calling functions
5 autoescape false
6 {% autoescape false %}
16 autoescape 'html'
17 {% autoescape 'html' %}
39 autoescape js
40 {% autoescape 'js' %}
50 autoescape false
59 autoescape 'html'
80 autoescape js
H A Dbasic.test2 "autoescape" tag applies escaping on its children
4 {% autoescape %}
7 {% autoescape 'html' %}
10 {% autoescape false %}
13 {% autoescape true %}
16 {% autoescape false %}
H A Dnested.test2 "autoescape" tags can be nested at will
5 {% autoescape 'html' %}
7 {% autoescape false %}
9 {% autoescape 'html' %}
H A Dstrategy.test2 "autoescape" tag accepts an escaping strategy
4 {% autoescape 'js' %}{{ var }}{% endautoescape %}
6 {% autoescape 'html' %}{{ var }}{% endautoescape %}
H A Dstrategy.legacy.test2 "autoescape" tag accepts an escaping strategy
4 {% autoescape true js %}{{ var }}{% endautoescape %}
6 {% autoescape true html %}{{ var }}{% endautoescape %}
H A Ddouble_escaping.test2 "autoescape" tag does not double-escape
4 {% autoescape 'html' %}
H A Dblocks.test2 "autoescape" tag applies escaping on embedded blocks
4 {% autoescape 'html' %}
H A Draw.test2 "autoescape" tag does not escape when raw is used as a filter
4 {% autoescape 'html' %}
H A Dobjects.test2 "autoescape" tag applies escaping to object method calls
4 {% autoescape 'html' %}
H A Dwith_filters_arguments.test2 "autoescape" tag do not applies escaping on filter arguments
4 {% autoescape 'html' %}
H A Dliteral.test2 "autoescape" tag does not apply escaping on literals
4 {% autoescape 'html' %}
H A Dwith_preserves_safety_filters.test2 "autoescape" tag handles filters preserving the safety
4 {% autoescape 'html' %}
H A Dwith_pre_escape_filters.test2 "autoescape" tag applies escaping after calling filters, and before calling pre_escape filters
4 {% autoescape 'html' %}
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dautoescape.rst1 ``autoescape``
5 template to be escaped or not by using the ``autoescape`` tag:
9 {% autoescape %}
14 {% autoescape 'html' %}
19 {% autoescape 'js' %}
24 {% autoescape false %}
34 {% autoescape true %}
39 {% autoescape false %}
43 {% autoescape true js %}
54 {% autoescape %}
H A Dindex.rst7 autoescape
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/LegacyFixtures/autoescape/
H A Dfilename.legacy.test2 "filename" autoescape strategy
14 return ['autoescape' => 'filename']
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Draw.rst10 {% autoescape %}
20 {% autoescape %}
33 :doc:`escape<../tags/autoescape>`). In the second ternary statement, even
H A Descape.rst74 {% autoescape 'html' %}
86 {% autoescape 'html' %}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/autoescape/
H A Dname.test2 "name" autoescape strategy
17 return ['autoescape' => 'name']
H A Dblock.test2 blocks and autoescape
19 return ['autoescape' => 'name']
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/sandbox/
H A Darray.test13 return ['autoescape' => false, 'debug' => true]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Ddump.test11 return ['debug' => true, 'autoescape' => false]
H A Ddump_array.test10 return ['debug' => true, 'autoescape' => false]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dforce_escape.test10 {% autoescape true %}

12