Searched refs:escape_and_nl2br (Results 1 – 2 of 2) 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) 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 }} 36 the output is escaped by |escape_and_nl2br, line-breaks are added, [all …]
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/ |
D | IntegrationTest.php | 202 public function escape_and_nl2br($env, $value, $sep = '<br />') function in TwigTestExtension
|