Home
last modified time | relevance | path

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

12

/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dapi.rst125 * ``autoescape`` *string* or *boolean*
376 tag, ``autoescape``, and a filter, ``raw``.
391 You can also change the escaping mode locally by using the ``autoescape`` tag
392 (see the :doc:`autoescape<tags/autoescape>` doc for the syntax used before
397 {% autoescape 'html' %}
405 The ``autoescape`` tag has no effect on included files.
456 {% autoescape 'js' %}
H A Dtemplates.rst430 :ref:`autoescape<environment_options>` option and defaults to ``html``.
460 template to be escaped or not by using the :doc:`autoescape<tags/autoescape>`
465 {% autoescape %}
475 {% autoescape 'js' %}
H A Ddeprecated.rst209 * As of Twig 1.21, setting the environment option ``autoescape`` to ``true`` is
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Dwith_filters.test2 "autoescape" tag applies escaping after calling filters
4 {% autoescape 'html' %}
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php998 …* @param bool $autoescape Whether the function is called by the auto-escaping feature (true) or …
1002 …_escape_filter(Environment $env, $string, $strategy = 'html', $charset = null, $autoescape = false) argument
1004 if ($autoescape && $string instanceof Markup) {
/plugin/codemirror/dist/modes/
H A Dtornado.min.js.map1 …inner\", function() {\n var keywords = [\"and\",\"as\",\"assert\",\"autoescape\",\"block\",\"br…
H A Dtwig.min.js.map1 …e(\"twig:inner\", function() {\n var keywords = [\"and\", \"as\", \"autoescape\", \"endautoesca…
H A Ddjango.min.js.map1 …irstof\", \"debug\", \"cycle\",\n \"csrf_token\", \"autoescape\", \"endautoesca…
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dembed.rst176 ``autoescape`` tag.
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG574 …* simplified usage of the autoescape tag; the only (optional) argument is now the escaping strateg…
576 …* changed the autoescape option to also accept a supported escaping strategy (for BC, true is equi…
803 * the "autoescape" first argument is now "true"/"false" (instead of "on"/"off")
827 or just set the 'autoescape' option to 'false'.
846 * added the autoescape option to enable/disable autoescaping
960 * added support for escaping strategy in the autoescape tag
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D65.65.js.map1 … keywords: [\n // (opening) tags\n 'apply',\n 'autoescape',\n 'bloc…
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dspecs.md16 * [Automatic Escaping for Special Characters](#autoescape)
122 <h3 id="autoescape">Automatic Escaping for Special Characters</h3>

12