Home
last modified time | relevance | path

Searched refs:escaper (Results 1 – 9 of 9) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
Dwith_filters.test6 (escape_and_nl2br is an escaper filter)
8 1. Don't escape escaper filter output
13 2. Don't escape escaper filter output
23 4. Escape non-escaper filter output
28 5. Escape if last filter is not an escaper
31 the output is auto-escaped as |upper is not an escaper )
34 6. Don't escape escaper filter output
37 the output is not escaped as |escape_and_nl2br is an escaper )
40 7. Escape if last filter is not an escaper
45 8. Escape if last filter is not an escaper
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/
Dapi.rst349 The core, escaper, and optimizer extensions do not need to be added to the
375 The ``escaper`` extension adds automatic output escaping to Twig. It defines a
378 When creating the escaper extension, you can switch on or off the global
381 $escaper = new \Twig\Extension\EscaperExtension('html');
382 $twig->addExtension($escaper);
Dadvanced_legacy.rst247 before printing. If your filter acts as an escaper (or explicitly outputs HTML
Dadvanced.rst220 before printing. If your filter acts as an escaper (or explicitly outputs HTML
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
Descape.rst94 ``core`` extension instance. The first argument is the escaper name (to be
/plugin/sequencediagram/bower_components/underscore/
Dunderscore.js1348 var escaper = function(match) { function
1357 return testRegexp.test(string) ? string.replace(replaceRegexp, escaper) : string;
1405 var escaper = /\\|'|\r|\n|\u2028|\u2029/g;
1430 source += text.slice(index, offset).replace(escaper, escapeChar);
Dunderscore-min.map1 …ime","escapeMap","&","<",">","\"","'","`","unescapeMap","createEscaper","escaper","match","join","…
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
Dunderscore.js1424 var escaper = function(match) { function
1433 return testRegexp.test(string) ? string.replace(replaceRegexp, escaper) : string;
/plugin/findologicxmlexport/vendor/twig/twig/
DCHANGELOG826 behavior by removing the extension via $env->removeExtension('escaper')
851 * fixed escaper when wrapping a Twig_Node_Print (the original class must be preserved)
890 * fixed js escaper to be stricter (now uses a whilelist-based js escaper)