Home
last modified time | relevance | path

Searched refs:encode (Results 76 – 100 of 282) sorted by relevance

12345678910>>...12

/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteWebElement.php390 $encodedValues = explode(WebDriverKeys::NULL, WebDriverKeys::encode($value, true));
399 'value' => WebDriverKeys::encode($value),
420 'value' => WebDriverKeys::encode($this->upload($local_file)),
H A DRemoteKeyboard.php43 'value' => WebDriverKeys::encode($keys),
/plugin/fckg/scripts/
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
H A DsafeFN_class.js144 encode: function(filename) { method in SafeFN
238 return SafeFN.encode(filename);
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/js/
H A DsafeFN_class.js140 encode: function(filename) { method in SafeFN
234 return SafeFN.encode(filename);
/plugin/fckg/fckeditor/editor/filemanager/browser/default/js/
H A DsafeFN_class.js140 encode: function(filename) { method in SafeFN
234 return SafeFN.encode(filename);
/plugin/ckgdoku/scripts/
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/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);
/plugin/freechat/phpfreechat/src/commands/
H A Dwho.class.php67 $js = $json->encode($chanmeta);
H A Dwhois.class.php73 $js = $json->encode($usermeta);
/plugin/showpageafterlogin/
H A Daction.php81 $json = $json->encode($data);
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DVideoEncoder.java162 Dimension encode(Config config, Movie movie, OutputStream out) throws Exception; in encode() method
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md8 A simple library to encode and decode JSON Web Tokens (JWT) in PHP, conforming to [RFC 7519](https:…
46 $jwt = JWT::encode($payload, $key, 'HS256');
108 $jwt = JWT::encode($payload, $privateKey, 'RS256');
149 $jwt = JWT::encode($payload, $privateKey, 'RS256');
183 $jwt = JWT::encode($payload, $privateKey, 'EdDSA');
279 - Add support for adding custom, optional JWT headers to `JWT::encode()`. See
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A DREADME.md21 $tokens = $encoder->encode($prompt); // [32, 72, 318, 3608]
/plugin/linksenhanced/
H A Daction.php74 echo $json->encode($data);
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/
H A DREADME.md70 echo Base64::encode($data), "\n";
71 echo Base32::encode($data), "\n";
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DCramMD5Encoder.php29 public function encode(Message $message, SaslContext $context): string function in FreeDSx\\Sasl\\Encoder\\CramMD5Encoder
/plugin/explorertree/
H A Daction.php71 echo $json->encode($data);
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Challenge/
H A DAnonymousChallenge.php79 $this->context->setResponse($this->encoder->encode(new Message($data), $this->context));
H A DDigestMD5Challenge.php120 return $response === null ? null : $this->encoder->encode($response, $this->context);
190 return $this->encoder->encode($response, $this->context);
/plugin/diagramsnet/lib/plugins/
H A Dreplay.js124 var node = codec.encode(changes);
139 var node = codec.encode(model);

12345678910>>...12