Home
last modified time | relevance | path

Searched refs:decode (Results 51 – 75 of 269) sorted by relevance

1234567891011

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrlTrait.php64 * Percent-decode values from the URL.
69 protected static function decode(string $value): string
61 protected static function decode(string $value): string global() function
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Filter/
H A DAsciiHex.php25 public function decode($data) function in setasign\\Fpdi\\PdfParser\\Filter\\AsciiHex
H A DFlate.php39 public function decode($data) function in setasign\\Fpdi\\PdfParser\\Filter\\Flate
/plugin/actickets/
H A Dacclient.php44 return $json->decode($this->client->get($this->base_url . '&' .
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DAnonymousEncoder.php39 public function decode(string $data, SaslContext $context): Message function in FreeDSx\\Sasl\\Encoder\\AnonymousEncoder
H A DPlainEncoder.php49 public function decode(string $data, SaslContext $context): Message function in FreeDSx\\Sasl\\Encoder\\PlainEncoder
/plugin/supa/lib/
H A DSupa.jarMETA-INF/MANIFEST.MF META-INF/SUPA.SF META-INF/SUPA ...
H A DSupa.jar.unsignedMETA-INF/ META-INF/MANIFEST.MF de/ de/christophlinder/ de/ ...
/plugin/freechat/phpfreechat/src/
H A Dpfccontainerinterface.class.php89 function decode($str) function in pfcContainerInterface
/plugin/commonmark/vendor/league/commonmark/src/Inline/Parser/
H A DEntityParser.php
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DHtml5Entities.php
H A DHtml5EntityDecoder.php27 public static function decode(string $entity): string
19 public static function decode(string $entity): string global() function in League\\CommonMark\\Util\\Html5EntityDecoder
/plugin/sfauth/
H A Dhelper.php163 $resp = $json->decode($http->resp_body);
238 $resp = $json->decode($resp);
267 $resp = $json->decode($resp);
/plugin/gtime/gtlib/tsp/
H A DGTVerifier.php54 $timeSignature->decode($signerInfo->getSignature());
106 $timeSignature->decode($signerInfo->getSignature());
134 $timeSignature->decode($signerInfo->getSignature());
H A DGTPublicationsFile.php394 $contentInfo->decode(ASN1DER::decode($bytes));
517 $bytes = GTBase32::decode($publicationString);
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DEncoderInterface.php54 public function decode($binary, array $tagMap = []): AbstractType; function
57 * Get the last position of the binary byte stream after a decode operation.
/plugin/gtime/gtlib/asn1/x509/
H A DX509GeneralName.php78 public function decode($object) { function in X509GeneralName
H A DX509AlgorithmIdentifier.php55 public function decode($object) { function in X509AlgorithmIdentifier
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daac.js128 decode: function(stream, config) { method in CCEElement
158 this.ics.decode(stream, config, false);
289 left.info.decode(stream, config, true);
319 left.decode(stream, config, this.commonWindow);
320 right.decode(stream, config, this.commonWindow);
476 ics.decode(stream, config, false);
484 cpe.decode(stream, config);
491 cce.decode(stream, config);
2739 this.tns.decode(stream, this.info);
4535 TNS.prototype.decode = function(stream, info) { method in TNS
[all …]
/plugin/xcom/scripts/
H A DsafeFN_class-cmpr.js1decode:function(b){var a=this.safe_to_unicode(b);var d=new Array();for(var c=0;c<a.length;c++){d[c… method in SafeFN
H A DsafeFN_class.js153 decode: function (filename) { method in SafeFN
238 return SafeFN.decode(filename);
/plugin/gtime/gtlib/asn1/cmp/
H A DPKIStatusInfo.php110 public function decode($object) { function in PKIStatusInfo
/plugin/mantis/lib/
H A Dclass.soap_val.php99 function decode(){ function in soapval
/plugin/ac/
H A Dac.php21 return $json->decode($client->get($this->base_url . '&' .
/plugin/fckg/scripts/
H A DsafeFN_cmpr.js1decode:function(b){var a=this.safe_to_unicode(b);var d=new Array();for(var c=0;c<a.length;c++){d[c… method in SafeFN

1234567891011