Searched refs:is_safe (Results 1 – 4 of 4) sorted by relevance
/plugin/findologicxmlexport/vendor/twig/twig/doc/ |
D | advanced_legacy.rst | 249 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.
|
D | advanced.rst | 222 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/ |
D | compress.js | 272 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/ |
D | CHANGELOG | 567 * 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
|