Home
last modified time | relevance | path

Searched refs:escaper (Results 1 – 9 of 9) sorted by last modified time

/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js1424 var escaper = function(match) { function
1433 return testRegexp.test(string) ? string.replace(replaceRegexp, escaper) : string;
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore-min.map1 …ime","escapeMap","&","<",">","\"","'","`","unescapeMap","createEscaper","escaper","match","join","…
H A 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);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A 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
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
87 4. Escape non-escaper filter output
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst247 before printing. If your filter acts as an escaper (or explicitly outputs HTML
H A Dadvanced.rst220 before printing. If your filter acts as an escaper (or explicitly outputs HTML
H A 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);
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Descape.rst94 ``core`` extension instance. The first argument is the escaper name (to be
/plugin/findologicxmlexport/vendor/twig/twig/
H A 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)