Home
last modified time | relevance | path

Searched refs:safe (Results 76 – 100 of 126) sorted by path

123456

/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst253 Some filters may need to work on input that is already escaped or safe, for
254 example when adding (safe) HTML tags to originally unsafe output. In such a
H A Dapi.rst342 environment, making it safe to evaluate untrusted code.
419 * Expressions which the result is always a literal or a variable marked safe
450 safe for the current context (e.g. ``html`` or ``js``). ``escape`` and
451 ``escape('html')`` are marked safe for HTML, ``escape('js')`` is marked
452 safe for JavaScript, ``raw`` is marked safe for everything.
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Descape.rst11 The ``escape`` filter escapes a string for safe insertion into the final
H A Draw.rst4 The ``raw`` filter marks the value as being "safe", which means that in an
32 safe and Twig does not escape static values (see
34 if ``hello`` is marked as safe, ``hola`` remains unsafe and so is the whole
35 expression. The third ternary statement is marked as safe and the result is
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dautoescape.rst49 values explicitly marked as safe. Those can be marked in the template by using
59 :doc:`parent<../functions/parent>`) always return safe markup.
H A Dset.rst54 content to be safe when capturing chunks of text.
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DEscaperNodeVisitor.php126 $safe = $this->safeAnalysis->getSafe($expression);
128 if (null === $safe) {
136 $safe = $this->safeAnalysis->getSafe($expression);
139 return \in_array($type, $safe) || \in_array('all', $safe);
H A DSafeAnalysisNodeVisitor.php59 protected function setSafe(\Twig_NodeInterface $node, array $safe) argument
65 $bucket['value'] = $safe;
73 'value' => $safe,
95 …$safe = $this->intersectSafe($this->getSafe($node->getNode('expr2')), $this->getSafe($node->getNod…
96 $this->setSafe($node, $safe);
102 $safe = $filter->getSafe($args);
103 if (null === $safe) {
104 …$safe = $this->intersectSafe($this->getSafe($node->getNode('node')), $filter->getPreservesSafety()…
106 $this->setSafe($node, $safe);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/
H A Dautoescaping.test2 "include" function is safe for auto-escaping
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Dliteral.test21 6. Nested conditionals with a variable marked safe
44 6. Nested conditionals with a variable marked safe
H A Dwith_pre_escape_filters.test6 (nl2br is pre_escaped for "html" and declared safe for "html")
16 3. Don't escape safe values
20 4. Don't escape safe values
28 6. Still escape when using filters not declared safe
37 (nl2br is pre_escaped for "html" and declared safe for "html")
49 3. Don't escape safe values
54 4. Don't escape safe values
64 6. Still escape when using filters not declared safe
H A Dwith_preserves_safety_filters.test12 2. Safe values are still safe
20 4. Still escape when using filters not declared safe
36 2. Safe values are still safe
46 4. Still escape when using filters not declared safe
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/
H A Dcontext.test2 "for" tag keeps the context safe
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DREADME.md15 needed to write a safe implementation.
/plugin/html2pdf/html2pdf/html2ps/templates/
H A Derror._missing_afm.tpl42 <td>PHP safe_mode <a href="http://php.net/manual/features.safe-mode.php#ini.open-basedir">open_base…
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1 …ck::before{content:"\FD0A"}.mdi-sack-percent::before{content:"\FD0B"}.mdi-safe::before{content:"\F…
/plugin/jplayer/vendor/james-heinrich/getid3/
H A DREADME.md242 and safe. That being said, there is still the chance there is an
H A Dchangelog.txt497 data to make binary-safe. Existing cached data must be
H A Dreadme.txt253 and safe. That being said, there is still the chance there is an
/plugin/latex-was/
H A DREADME9 PHP safe mode will almost always break the plugin.
/plugin/latex/
H A DREADME9 PHP safe mode will almost always break the plugin.
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/passpolicy/
H A Dwords.txt3041 safe
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js1650 (module.exports = function (O, key, val, safe) {
1658 } else if (!safe) {
2708 var safe = false;
2716 done: safe = true
2727 return safe;
3791 module.exports = function (target, src, safe) {
3793 redefine(target, key, src[key], safe);
H A Dpdf.js.map1safe","iter","assign","DESCRIPTORS","gOPS","pIE","$assign","A","B","K","T","getSymbols","isEnum","…

123456