Home
last modified time | relevance | path

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

12345678

/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
DSafeFN.class.php84 public static function validate_safe($safe) { argument
85 … return !preg_match('#[^'.self::$plain.self::$post_indicator.self::$pre_indicator.']#',$safe);
98 $safe = '';
104 $safe .= self::$post_indicator;
107 $safe .= chr($codepoint);
110 $safe .= self::$pre_indicator;
113 $safe .= self::$pre_indicator.base_convert((string)($codepoint-32),10,36);
117 if($converted) $safe .= self::$post_indicator;
118 return $safe;
124 * @param string $safe a filename in 'safe_filename' format
[all …]
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
DSafeFN.class.php83 public function validate_safe($safe) { argument
84 … return !preg_match('#[^'.self::$plain.self::$post_indicator.self::$pre_indicator.']#',$safe);
97 $safe = '';
103 $safe .= self::$post_indicator;
106 $safe .= chr($codepoint);
109 $safe .= self::$pre_indicator;
112 $safe .= self::$pre_indicator.base_convert((string)($codepoint-32),10,36);
116 if($converted) $safe .= self::$post_indicator;
117 return $safe;
123 * @param string $safe a filename in 'safe_filename' format
[all …]
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
DSafeFN.class.php84 public static function validate_safe($safe) { argument
85 … return !preg_match('#[^'.self::$plain.self::$post_indicator.self::$pre_indicator.']#',$safe);
98 $safe = '';
104 $safe .= self::$post_indicator;
107 $safe .= chr($codepoint);
110 $safe .= self::$pre_indicator;
113 $safe .= self::$pre_indicator.base_convert((string)($codepoint-32),10,36);
117 if($converted) $safe .= self::$post_indicator;
118 return $safe;
124 * @param string $safe a filename in 'safe_filename' format
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
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);
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/
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
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/xcom/scripts/
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/scrape/vendor/symfony/css-selector/XPath/Extension/
DNodeExtension.php120 $safe = $this->isSafeName($name);
128 $safe = $safe && $this->isSafeName($node->getNamespace());
131 …$attribute = $safe ? '@'.$name : sprintf('attribute::*[name() = %s]', Translator::getXpathLiteral(…
165 $safe = $this->isSafeName($element);
168 $safe = true;
173 $safe = $safe && $this->isSafeName($node->getNamespace());
178 if (!$safe) {
/plugin/ckgdoku/scripts/
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/scripts/
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/
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/fckeditor/editor/filemanager/browser/default/js/
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/
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/ckgedit/scripts/
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/asciidocjs/node_modules/core-js/library/modules/
D_iter-detect.js13 var safe = false;
17 iter.next = function () { return { done: safe = true }; };
21 return safe;
/plugin/asciidocjs/node_modules/core-js/modules/
D_iter-detect.js13 var safe = false;
17 iter.next = function () { return { done: safe = true }; };
21 return safe;
D_redefine-all.js2 module.exports = function (target, src, safe) { argument
3 for (var key in src) redefine(target, key, src[key], safe);
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
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/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/
DIframe.php21 public $safe = false; variable in HTMLPurifier_HTMLModule_Iframe
29 $this->safe = true;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
DSearchQueriesNextPage.php129 public $safe; variable in Google\\Service\\CustomSearchAPI\\SearchQueriesNextPage
534 public function setSafe($safe) argument
536 $this->safe = $safe;
543 return $this->safe;
DSearchQueriesPreviousPage.php129 public $safe; variable in Google\\Service\\CustomSearchAPI\\SearchQueriesPreviousPage
534 public function setSafe($safe) argument
536 $this->safe = $safe;
543 return $this->safe;
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/fckg/
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/asciidocjs/node_modules/core-js/modules/library/
D_redefine-all.js2 module.exports = function (target, src, safe) { argument
4 if (safe && target[key]) target[key] = src[key];

12345678