Home
last modified time | relevance | path

Searched refs:decode (Results 126 – 150 of 269) sorted by relevance

1234567891011

/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/
H A DBase64.php126 public static function decode(string $encodedString, bool $strictPadding = false): string function in ParagonIE\\ConstantTime\\Base64
H A DBase32.php43 public static function decode(string $encodedString, bool $strictPadding = false): string function in ParagonIE\\ConstantTime\\Base32
/plugin/gtime/gtlib/asn1/x509/
H A DX509Certificate.php248 $bytes = GTBase64::decode($string);
/plugin/yql/
H A Dsyntax.php149 $json_result = $json_parser->decode($client->resp_body);
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DRegexHelper.php157 return \preg_replace_callback('/' . self::PARTIAL_ENTITY . '/i', static fn ($e) => Html5EntityDecoder::decode($e[0]), $escaped);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DMSBLOB.php93 $key = Base64::decode($key);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dfckcommands.py96 errorMsg = str(e).decode('iso-8859-1').encode('utf-8') # warning with encodigns!!!
/plugin/ghissues/helper/
H A DapiCacheInterface.php188 $response = $json->decode($rawJSON);
/plugin/gtime/gtlib/util/
H A DGTBaseX.php223 public function decode($string) { function in GTBaseX
/plugin/authgooglesheets/vendor/google/auth/src/
H A DAccessToken.php263 $payload = $this->callJwtStatic('decode', [
/plugin/freechat/phpfreechat/src/containers/
H A Dfile.class.php296 function decode($str) function in pfcContainer_File
H A Dmysql.class.php312 function decode($str) function in pfcContainer_Mysql
H A Doracle.class.php391 function decode($str) function in pfcContainer_Oracle
/plugin/freechat/phpfreechat/src/
H A Dpfccommand.class.php146 $ret = $ct->getOnlineNick($ct->decode($chan));
/plugin/move/admin/
H A Dmain.php134 $data = $json->decode($INPUT->str('json'));
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DDigestMD5Encoder.php73 public function decode(string $data, SaslContext $context): Message function in FreeDSx\\Sasl\\Encoder\\DigestMD5Encoder
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfStream.php270 $stream = $filterObject->decode($stream);
300 $stream = $filterObject->decode($stream);
308 $stream = $filterObject->decode($stream);
314 $stream = $filterObject->decode($stream);
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tcpdf/
H A DFpdi.php246 $string = $filter->decode($value->value);
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Challenge/
H A DDigestMD5Challenge.php73 $received = $received === null ? null : $this->encoder->decode($received, $this->context);
/plugin/diagramsnet/lib/plugins/
H A Dreplay.js24 var change = codec2.decode(changeNode);
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dmp3.js35 frame.decode(stream);
45 frame.decode(stream);
145 header = MP3FrameHeader.decode(s);
261 var header = MP3FrameHeader.decode(s);
312 MP3Frame.prototype.decode = function(stream) { method in MP3Frame
314 this.header = MP3FrameHeader.decode(stream);
328 decoder.decode(stream, this);
453 MP3FrameHeader.prototype.decode = function(stream) { method in MP3FrameHeader
536 MP3FrameHeader.decode = function(stream) { function
570 header.decode(stream);
[all …]
/plugin/siteexport/inc/
H A Dfunctions.php436 public function parseStringToRequestArray($inputArray, $decode=false) argument
450 if ( $decode)
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.js2195 function decode( elt ) { function
2239 …tmp = ( decode( b64.charAt( i ) ) << 18 ) | ( decode( b64.charAt( i + 1 ) ) << 12 ) | ( decode( b6…
2246 tmp = ( decode( b64.charAt( i ) ) << 2 ) | ( decode( b64.charAt( i + 1 ) ) >> 4 )
2249 …tmp = ( decode( b64.charAt( i ) ) << 10 ) | ( decode( b64.charAt( i + 1 ) ) << 4 ) | ( decode( b64…
/plugin/combo/ComboStrap/
H A DEditButton.php264 $json = Html::decode($matches[1]);
/plugin/letsencrypt/
H A DLescript.php540 public static function decode($input) function in Analogic\\ACME\\Base64UrlSafeEncoder

1234567891011