| /plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/ |
| D | SafeAnalysisNodeVisitor.php | 59 protected function setSafe(\Twig_NodeInterface $node, array $safe) argument 65 $bucket['value'] = $safe; 73 'value' => $safe, 85 // constants are marked safe for all 88 // blocks are safe by definition 91 // parent block is safe by definition 95 …$safe = $this->intersectSafe($this->getSafe($node->getNode('expr2')), $this->getSafe($node->getNod… 96 $this->setSafe($node, $safe); 98 // filter expression is safe when the filter is safe 102 $safe = $filter->getSafe($args); [all …]
|
| /plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/ |
| D | SafeFN.class.php | 18 // 'safe' characters are a superset of $plain, $pre_indicator and $post_indicator 24 * Convert an UTF-8 string to a safe ASCII String 43 * @return string an encoded representation of $filename using only 'safe' ASCII characters 71 * @param string $filename a 'safe' encoded ASCII string, 84 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; [all …]
|
| /plugin/fckg/fckeditor/editor/filemanager/connectors/php/ |
| D | SafeFN.class.php | 17 // 'safe' characters are a superset of $plain, $pre_indicator and $post_indicator 23 * Convert an UTF-8 string to a safe ASCII String 42 * @return string an encoded representation of $filename using only 'safe' ASCII characters 70 * @param string $filename a 'safe' encoded ASCII string, 83 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; [all …]
|
| /plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/ |
| D | SafeFN.class.php | 18 // 'safe' characters are a superset of $plain, $pre_indicator and $post_indicator 24 * Convert an UTF-8 string to a safe ASCII String 43 * @return string an encoded representation of $filename using only 'safe' ASCII characters 71 * @param string $filename a 'safe' encoded ASCII string, 84 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; [all …]
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/ |
| D | with_pre_escape_filters.test | 6 (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
|
| D | with_preserves_safety_filters.test | 12 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/ckgdoku/scripts/ |
| D | safeFN_class.js | 61 * @param string safe a filename in 'safe_filename' format 66 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; [all …]
|
| /plugin/fckg/scripts/ |
| D | safeFN_class.js | 61 * @param string safe a filename in 'safe_filename' format 66 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; [all …]
|
| /plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/ |
| D | safeFN_class.js | 57 * @param string safe a filename in 'safe_filename' format 62 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; [all …]
|
| /plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/js/ |
| D | safeFN_class.js | 57 * @param string safe a filename in 'safe_filename' format 62 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; [all …]
|
| /plugin/fckg/fckeditor/editor/filemanager/browser/default/js/ |
| D | safeFN_class.js | 57 * @param string safe a filename in 'safe_filename' format 62 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; [all …]
|
| /plugin/ckgedit/scripts/ |
| D | safeFN_class.js | 61 * @param string safe a filename in 'safe_filename' format 66 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; [all …]
|
| /plugin/xcom/scripts/ |
| D | safeFN_class.js | 57 * @param string safe a filename in 'safe_filename' format 62 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; [all …]
|
| /plugin/scrape/vendor/symfony/css-selector/XPath/Extension/ |
| D | NodeExtension.php | 120 $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/findologicxmlexport/vendor/twig/twig/doc/filters/ |
| D | raw.rst | 4 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/ |
| D | README | 3 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/diagramsnet/lib/math/extensions/ |
| D | Safe.js | 2 * /MathJax-v2/extensions/Safe.js 19 …Safe",{allow:{URLs:"safe",classes:"safe",cssIDs:"safe",styles:"safe",fontsize:"all",require:"safe"…
|
| /plugin/asciidocjs/node_modules/core-js/library/modules/ |
| D | _iter-detect.js | 13 var safe = false; 17 iter.next = function () { return { done: safe = true }; }; 21 return safe;
|
| /plugin/asciidocjs/node_modules/core-js/modules/ |
| D | _iter-detect.js | 13 var safe = false; 17 iter.next = function () { return { done: safe = true }; }; 21 return safe;
|
| /plugin/asciidocjs/node_modules/@asciidoctor/cli/lib/ |
| D | options.js | 9 const safeMode = args['safe-mode'] 59 safe: safeMode, property 109 'safe-mode': typeof this.options.safe !== 'undefined' ? this.options.safe : 'unsafe' 140 .option('safe-mode', { 142 …describe: 'set safe mode level explicitly, disables potentially dangerous macros in source files, … 143 choices: ['unsafe', 'safe', 'server', 'secure']
|
| /plugin/diagramsnet/lib/math/config/ |
| D | Safe.js | 2 * /MathJax-v2/config/Safe.js 19 …nsions=[]}MathJax.Hub.config.extensions.push("Safe.js")});MathJax.Ajax.loadComplete("[MathJax]/con…
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/ |
| D | Iframe.php | 6 * @note This module is not considered safe unless an Iframe 21 public $safe = false; variable in HTMLPurifier_HTMLModule_Iframe 29 $this->safe = true;
|
| /plugin/asciidocjs/node_modules/core-js/es6/ |
| D | number.js | 8 require('../modules/es6.number.is-safe-integer'); 9 require('../modules/es6.number.max-safe-integer'); 10 require('../modules/es6.number.min-safe-integer');
|
| /plugin/asciidocjs/node_modules/core-js/library/es6/ |
| D | number.js | 8 require('../modules/es6.number.is-safe-integer'); 9 require('../modules/es6.number.max-safe-integer'); 10 require('../modules/es6.number.min-safe-integer');
|
| /plugin/asciidocjs/node_modules/lodash/ |
| D | isSafeInteger.js | 7 * Checks if `value` is a safe integer. An integer is safe if it's an IEEE-754 18 * @returns {boolean} Returns `true` if `value` is a safe integer, else `false`.
|