Searched refs:escaper (Results 1 – 9 of 9) sorted by relevance
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/ |
| D | with_filters.test | 6 (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/ |
| D | api.rst | 349 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);
|
| D | advanced_legacy.rst | 247 before printing. If your filter acts as an escaper (or explicitly outputs HTML
|
| D | advanced.rst | 220 before printing. If your filter acts as an escaper (or explicitly outputs HTML
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/filters/ |
| D | escape.rst | 94 ``core`` extension instance. The first argument is the escaper name (to be
|
| /plugin/sequencediagram/bower_components/underscore/ |
| D | underscore.js | 1348 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);
|
| D | underscore-min.map | 1 …ime","escapeMap","&","<",">","\"","'","`","unescapeMap","createEscaper","escaper","match","join","…
|
| /plugin/sequencediagram/bower_components/lodash/vendor/underscore/ |
| D | underscore.js | 1424 var escaper = function(match) { function 1433 return testRegexp.test(string) ? string.replace(replaceRegexp, escaper) : string;
|
| /plugin/findologicxmlexport/vendor/twig/twig/ |
| D | CHANGELOG | 826 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)
|