Home
last modified time | relevance | path

Searched refs:escape (Results 301 – 325 of 527) sorted by last modified time

1...<<11121314151617181920>>...22

/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DescapedCharacters.yml61 test: escape
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Descape.test2 "escape" filter
H A Dforce_escape.test2 "escape" filter
H A Descape_html_attr.test2 "escape" filter does not escape with the html strategy when using the html_attr strategy
4 {{ '<br />'|escape('html_attr') }}
H A Descape_javascript.test2 "escape" filter
H A Descape_non_supported_charset.test2 "escape" filter
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Djquery.min.js2escape=function(a){return(a+"").replace(ba,ca)},ga.error=function(a){throw new Error("Syntax error…
H A Dbootstrap.min.js6escape(),this.resize(),this.$element.on("click.dismiss.bs.modal",'[data-dismiss="modal"]',a.proxy(… method in c
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Ddouble_escaping.test2 "autoescape" tag does not double-escape
5 {{ var|escape }}
H A Dfunctions.test28 safe_br()|escape
29 {{ (safe_br())|escape }}
34 unsafe_br()|escape
35 {{ (unsafe_br())|escape }}
70 safe_br()|escape
76 unsafe_br()|escape
H A Draw.test2 "autoescape" tag does not escape when raw is used as a filter
H A Dwith_filters.test8 1. Don't escape escaper filter output
13 2. Don't escape escaper filter output
18 3. Explicit escape
21 {{ var|escape_and_nl2br|escape }}
34 6. Don't escape escaper filter output
51 9. Don't escape escaper filter output
56 10. Don't escape escaper filter output
69 1. Don't escape escaper filter output
75 2. Don't escape escaper filter output
81 3. Explicit escape
[all …]
H A Dwith_filters_arguments.test6 {{ var|nl2br("<br />"|escape) }}
9 {{ var|nl2br(sep|escape) }}
H A Dwith_pre_escape_filters.test8 1. Pre-escape and don't post-escape
9 ( var|escape|nl2br )
12 2. Don't double-pre-escape
13 ( var|escape|nl2br )
14 {{ var|escape|nl2br }}
21 ( var|escape|nl2br|nl2br )
29 ( var|escape|nl2br|upper|escape )
39 1. Pre-escape and don't post-escape
40 ( var|escape|nl2br )
45 ( var|escape|nl2br )
[all …]
H A Dwith_preserves_safety_filters.test9 ( var|preserves_safety|escape )
13 ( var|escape|preserves_safety )
14 {{ var|escape|preserves_safety }}
17 ( var|escape_something|preserves_safety|escape )
20 4. Still escape when using filters not declared safe
21 ( var|escape|preserves_safety|replace({'FABIEN': 'FABPOT'})|escape )
32 ( var|preserves_safety|escape )
37 ( var|escape|preserves_safety )
42 ( var|escape_something|preserves_safety|escape )
46 4. Still escape when using filters not declared safe
[all …]
H A Dtype.test2 escape types
5 1. autoescape 'html' |escape('js')
17 3. autoescape 'js' |escape('js')
23 4. no escape
29 5. |escape('js')|escape('html')
32 <a onclick="alert(&quot;{{ msg|escape('js')|escape('html') }}&quot;)"></a>
35 6. autoescape 'html' |escape('js')|escape('html')
38 <a onclick="alert(&quot;{{ msg|escape('js')|escape('html') }}&quot;)"></a>
57 4. no escape
62 5. |escape('js')|escape('html')
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst255 case, set the ``pre_escape`` option to escape the input data before it is run
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md860 - Make it possible to escape special characters on serialization [\#265](https://github.com/schmitt…
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Descape.rst1 ``escape``
11 The ``escape`` filter escapes a string for safe insertion into the final
19 {{ user.username|escape }}
27 The ``escape`` filter can also be used in other contexts than HTML thanks to
36 And here is how to escape variables included in JavaScript code:
40 {{ user.username|escape('js') }}
43 The ``escape`` filter supports the following escaping strategies:
67 escape filter; but that does not work when using a variable as the
75 {{ var|escape('html') }} {# won't be double-escaped #}
76 {{ var|escape(strategy) }} {# will be double-escaped #}
[all …]
H A Dindex.rst14 escape
H A Draw.rst32 safe and Twig does not escape static values (see
33 :doc:`escape<../tags/autoescape>`). In the second ternary statement, even
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dautoescape.rst63 Twig is smart enough to not escape an already escaped value by the
64 :doc:`escape<../filters/escape>` filter.
68 Twig does not escape static expressions:
H A Dfilter.rst17 {% filter lower|escape('html') %}
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DCHANGELOG.md165 * When surrounding strings with double-quotes, you must now escape `\` characters. Not
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG56 * fixed multi-byte UFT-8 in escape('html_attr')
452 * made the escape filter 20% faster for happy path (escaping string for html with UTF-8)
694 * made the escape filter smarter when the encoding is not supported by PHP
781 * made the charset configurable for the escape filter
974 'escape' => array('twig_escape_filter', true),
978 'escape' => new Twig_Filter_Function('twig_escape_filter', array('needs_environment' => true)),

1...<<11121314151617181920>>...22