Home
last modified time | relevance | path

Searched refs:safe (Results 76 – 100 of 126) sorted by last modified time

123456

/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/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 Dadvanced.rst226 Some filters may need to work on input that is already escaped or safe, for
227 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.
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG707 …* added the possibility to force the escaping of a string already marked as safe (instance of Twig…
785 * changed the way {% set %} works when capturing (the content is now marked as safe)
861 * the "safe" filter has been renamed to "raw"
/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/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php84 public static function validate_safe($safe) { argument
98 $safe = '';
104 $safe .= self::$post_indicator;
107 $safe .= chr($codepoint);
110 $safe .= self::$pre_indicator;
117 if($converted) $safe .= self::$post_indicator;
118 return $safe;
124 * @param string $safe a filename in 'safe_filename' format
129 private static function safe_to_unicode($safe) { argument
173 function dwiki_encodeFN($file,$safe=true){ argument
[all …]
H A Dcommands.php570 $safe = false;
574 $safe = true;
582 if(!$safe) {
604 if(!$safe) {
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/js/
H A DsafeFN_class.js62 safe_to_unicode: function(safe) { argument
65 var split_array = safe.split(regex);
99 var safe = '';
113 safe += this.post_indicator;
116 safe += String.fromCharCode(codepoint);
119 safe += this.pre_indicator;
122 safe += this.pre_indicator + this.changeSafeBase((codepoint-32), 10, 36);
126 if(converted) safe += this.post_indicator;
128 return safe;
/plugin/ckgdoku/scripts/
H A DsafeFN_class.js66 safe_to_unicode: function(safe) { argument
69 var split_array = safe.split(regex);
103 var safe = '';
117 safe += this.post_indicator;
120 safe += String.fromCharCode(codepoint);
123 safe += this.pre_indicator;
126 safe += this.pre_indicator + this.changeSafeBase((codepoint-32), 10, 36);
130 if(converted) safe += this.post_indicator;
132 return safe;
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md463 … these engines put into the clipboard. Internal and cross-editor paste is safe due to the change e…
/plugin/fckg/
H A DREADME3 This version of fckgLite supports the Dokuwiki 'safe' file system encoding for non-Roman
12 'safe' encoding was implemented in Dokuwiki's Anteater distribution, dated 2010-11-07.
17 This distribution of fckgLite employs the corrected implementation of 'safe' encoding.
19 If you are using 'safe' encoding and are still using Anteater, you have two choices.
21 2. You can revert to the Anteater implementation of safe encoding.
H A DChanges21 Corrected url in Anteater safe encodig message (meta.php)
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php83 public function validate_safe($safe) { argument
97 $safe = '';
103 $safe .= self::$post_indicator;
106 $safe .= chr($codepoint);
109 $safe .= self::$pre_indicator;
116 if($converted) $safe .= self::$post_indicator;
117 return $safe;
123 * @param string $safe a filename in 'safe_filename' format
128 private function safe_to_unicode($safe) { argument
171 function dwiki_encodeFN($file,$safe=true){ argument
[all …]
H A Dcommands.php554 $safe = false;
558 $safe = true;
566 if(!$safe) {
588 if(!$safe) {
/plugin/fckg/scripts/
H A DsafeFN_class.js66 safe_to_unicode: function(safe) { argument
69 var split_array = safe.split(regex);
103 var safe = '';
117 safe += this.post_indicator;
120 safe += String.fromCharCode(codepoint);
123 safe += this.pre_indicator;
126 safe += this.pre_indicator + this.changeSafeBase((codepoint-32), 10, 36);
130 if(converted) safe += this.post_indicator;
132 return safe;
/plugin/fckg/fckeditor/editor/filemanager/browser/default/js/
H A DsafeFN_class.js62 safe_to_unicode: function(safe) { argument
65 var split_array = safe.split(regex);
99 var safe = '';
113 safe += this.post_indicator;
116 safe += String.fromCharCode(codepoint);
119 safe += this.pre_indicator;
122 safe += this.pre_indicator + this.changeSafeBase((codepoint-32), 10, 36);
126 if(converted) safe += this.post_indicator;
128 return safe;
/plugin/fetchmedia/
H A Dyarn.lock867 safe-buffer "^5.0.1"
997 safe-buffer "^5.0.1"
1964 json-stringify-safe@~5.0.1:
2414 safe-buffer "^5.0.1"
2524 safe-buffer "^5.1.0"
2558 safe-buffer "~5.1.1"
2646 json-stringify-safe "~5.0.1"
2651 safe-buffer "^5.0.1"
2724 safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
2864 safe-buffer "~5.1.0"
[all …]

123456