Home
last modified time | relevance | path

Searched refs:is_safe (Results 1 – 4 of 4) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/twig/doc/
Dadvanced_legacy.rst249 case, set the ``is_safe`` option::
251 $filter = new Twig_Filter_Function('nl2br', ['is_safe' => ['html']]);
258 … $filter = new Twig_Filter_Function('somefilter', ['pre_escape' => 'html', 'is_safe' => ['html']]);
325 Functions also support ``needs_environment`` and ``is_safe`` parameters.
Dadvanced.rst222 case, set the ``is_safe`` option::
224 $filter = new \Twig\TwigFilter('nl2br', 'nl2br', ['is_safe' => ['html']]);
231 …$filter = new \Twig\TwigFilter('somefilter', 'somefilter', ['pre_escape' => 'html', 'is_safe' => […
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dcompress.js272 if (d.fixed === undefined || !is_safe(d)
308 if (!toplevel && d.global || is_safe(d)) {
431 function is_safe(def) { function
/plugin/findologicxmlexport/vendor/twig/twig/
DCHANGELOG567 * fixed "is_safe" value for the "dump" function when "html_errors" is not defined in php.ini
839 …r' option for filters (a left over from the previous version) -- you must use 'is_safe' now instead