Home
last modified time | relevance | path

Searched refs:safe (Results 1 – 25 of 126) sorted by relevance

123456

/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 …]
/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 …]
/plugin/ckgedit/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 …]
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
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);
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);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
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
H A Dliteral.test21 6. Nested conditionals with a variable marked safe
44 6. Nested conditionals with a variable marked safe
/plugin/xcom/scripts/
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/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/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/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/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/ckgedit/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/ckgedit/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/findologicxmlexport/vendor/twig/twig/doc/filters/
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/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.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
H A DSearchQueriesNextPage.php129 public $safe; variable in Google\\Service\\CustomSearchAPI\\SearchQueriesNextPage
534 public function setSafe($safe) argument
536 $this->safe = $safe;
543 return $this->safe;
H A DSearchQueriesPreviousPage.php129 public $safe; variable in Google\\Service\\CustomSearchAPI\\SearchQueriesPreviousPage
534 public function setSafe($safe) argument
536 $this->safe = $safe;
543 return $this->safe;
H A DSearchQueriesRequest.php129 public $safe; variable in Google\\Service\\CustomSearchAPI\\SearchQueriesRequest
534 public function setSafe($safe) argument
536 $this->safe = $safe;
543 return $this->safe;
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCSS.Proprietary.txt
/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/for/
H A Dcontext.test2 "for" tag keeps the context safe
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/
H A DREADME.md34 …:validateCaFile($filename)`: Validates a CA file using openssl_x509_parse only if it is safe to use
35 - `CaBundle::isOpensslParseSafe()`: Test if it is safe to use the PHP function openssl_x509_parse()
/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.

123456