Home
last modified time | relevance | path

Searched refs:escape_and_nl2br (Results 1 – 2 of 2) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Dwith_filters.test6 (escape_and_nl2br is an escaper filter)
9 ( var is escaped by |escape_and_nl2br, line-breaks are added,
11 {{ var|escape_and_nl2br }}
14 ( var is escaped by |escape_and_nl2br, line-breaks are added,
16 {{ var|escape_and_nl2br|raw }}
19 ( var is escaped by |escape_and_nl2br, line-breaks are added,
21 {{ var|escape_and_nl2br|escape }}
29 ( var is escaped by |escape_and_nl2br, line-breaks are added,
32 {{ var|escape_and_nl2br|upper }}
38 {{ var|upper|escape_and_nl2br }}
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DIntegrationTest.php202 public function escape_and_nl2br($env, $value, $sep = '<br />') function in TwigTestExtension