Home
last modified time | relevance | path

Searched refs:encode (Results 26 – 50 of 282) sorted by last modified time

12345678910>>...12

/plugin/combo/syntax/
H A Dpreformatted.php219 $renderer->doc .= Html::encode($text);
H A Dcode.php203 $renderer->doc .= Html::encode($payload);
/plugin/combo/action/
H A Dmetatitle.php56 return Html::encode($pageTitle);
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverKeys.php99 public static function encode($keys, $isW3cCompliant = false) function in Facebook\\WebDriver\\WebDriverKeys
/plugin/combo/ComboStrap/
H A DPluginUtility.php851 return Html::encode($payload);
H A DEditButton.php194 return self::EDIT_BUTTON_PREFIX . Html::encode(json_encode($data));
213 * We don't encode there is only internal information
H A DHtml.php76 public static function encode($text): string
74 public static function encode($text): string global() function in ComboStrap\\Html
H A DTagAttributes.php1313 * We follows the rule 2 to encode the unknown value
1314 * We encode the component attribute to the target output (ie HTML)
1322 * https://cheatsheetseries.owasp.org/cheatsheets/Cross_Site_Scripting_Prevention_Cheat_Sheet.html#rule-2-attribute-encode-before-inserting-untrusted-data-into-html-common-attributes
1333 $encodedName = Html::encode($name);
1369 $value = Html::encode($value);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxProfile.php115 public function encode() function in Facebook\\WebDriver\\Firefox\\FirefoxProfile
/plugin/data/
H A Daction.php
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md931 * `FEAT`: encode entities in body properties during XML export
/plugin/upgrade/
H A Dcomposer.lock34 "ext-iconv": "Used for proper filename encode handling",
/plugin/farmer/action/
H A Dajax.php
/plugin/openid/Auth/OpenID/
H A DServer.php1612 function encode($response) function in Auth_OpenID_Encoder
1667 function encode($response) function in Auth_OpenID_SigningEncoder
1685 return parent::encode($response);
1977 return $this->encoder->encode($response);
/plugin/authdrupal8/
H A Dpassword.inc41 * The string containing bytes to encode.
43 * The number of characters (bytes) to encode.
94 // We encode the final log2 iteration count in base 64.
/plugin/advanced/lang/en/config/
H A Dusers.txt13 … from a string you could use the script [[http://www.splitbrain.org/encode.php|encode/decode]]. Du…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dserializers.asciidoc8 The job of the serializer is to encode the outgoing request body and decode the
H A Dsearch-operations.asciidoc51 A quick method to check your PHP array (for more complex examples) is to encode
/plugin/ckgedit/ckeditor/
H A DCHANGES.md702 …keditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-emailProtection) is set to `encode`.
793 …he [Auto Link](https://ckeditor.com/cke4/addon/autolink) plugin does not encode double quotes in U…
H A Dckeditor.js.unc19642 c && "encode" != c && (b = {}, c.replace(/^([^(]+)\(([^)]+)\)$/, function(a, c, f) {
19827 a.match(t) && ("encode" == f ? a = a.replace(A, function(a, b, c) {
19895 case "encode":
19902 …"encode" == a ? (a = ["javascript:void(location.href\x3d'mailto:'+", q(f)], e && a.push("+'", p(e)…
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php47 public static function encode($filename) { function in SafeFN
182 return SafeFN::encode($file);
/plugin/ckgedit/scripts/
H A DsafeFN_class-cmpr.js1encode:function(a){return this.unicode_to_safe(this.get_u_array(a))},decode:function(b){var a=this… method in SafeFN
H A DsafeFN_class.js144 encode: function(filename) { method in SafeFN
238 return SafeFN.encode(filename);
H A DsafeFN_cmpr.js1encode:function(a){return this.unicode_to_safe(this.get_u_array(a))},decode:function(b){var a=this… method in SafeFN
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
H A DsafeFN_class.js140 encode: function(filename) { method in SafeFN
234 return SafeFN.encode(filename);

12345678910>>...12