Home
last modified time | relevance | path

Searched refs:decode (Results 201 – 225 of 269) sorted by path

1234567891011

/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/jplayer/vendor/james-heinrich/getid3/
H A DREADME.md371 * decode GEOB ID3v2 structure as encoded by RealJukebox,
372 decode NCON ID3v2 structure as encoded by MusicMatch
H A Dchangelog.txt57 * Quicktime decode 'uuid' atom for 360fly cameras
H A Dreadme.txt378 * decode GEOB ID3v2 structure as encoded by RealJukebox,
379 decode NCON ID3v2 structure as encoded by MusicMatch
/plugin/letsencrypt/
H A DLescript.php540 public static function decode($input) function in Analogic\\ACME\\Base64UrlSafeEncoder
/plugin/mantis/lib/
H A Dchangelog55 - soap_parser: use XML type information to pick a PHP data type; also decode base64
H A Dclass.soap_val.php99 function decode(){ function in soapval
H A Dnusoap.php2102 function decode(){ function in soapval
H A Dnusoapmime.php237 $structure = Mail_mimeDecode::decode($params);
478 $structure = Mail_mimeDecode::decode($params);
/plugin/move/admin/
H A Dmain.php134 $data = $json->decode($INPUT->str('json'));
/plugin/odt/action/
H A Dexport.php296 $list = $json->decode($INPUT->post->str('selection', '', true));
/plugin/ol3/
H A Dscript.js1decode:_,encode:b},decode:S,encode:E,toASCII:function(t){return v(t,(function(t){return h.test(t)?…
8decode,qi=function(){var t=!1;try{var e=Object.defineProperty({},"passive",{get:function(){t=!0}})…
/plugin/openid/Auth/OpenID/
H A DServer.php1723 function decode($query) function in Auth_OpenID_Decoder
1993 return $this->decoder->decode($query);
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js23381 value = decoder.decode(new Uint8Array(bytes));
H A Dpdf.js.map1decode',\n DISPLAY: 'display',\n};\n\n// Permission flags from Table 22, Section 7.6.3.2 of the P…
H A Dpdf.worker.js20924 decode: function decode(reader) {
27561 if (decode[i] !== 0 || decode[i + 1] !== 1) {
30730 inverseDecode: !!decode && decode[0] > 0
48982 var decode = this.context.decode;
48984 …return [xi * scale * (decode[1] - decode[0]) + decode[0], yi * scale * (decode[3] - decode[2]) + d…
48990 var decode = this.context.decode;
48995 components[i] = ci * scale * (decode[j + 1] - decode[j]) + decode[j];
53168 if (!decode) {
53169 decode = range;
53171 decode = toMultiArray(decode);
[all …]
H A Dpdf.worker.js.map1decode","assignPrefixCodes","linesLength","prefixLengthMax","histogram","currentLength","firstCode…
/plugin/prettytables/
H A Dscript.js141 this.decode = function(){ method in prettytable
157 this.decode();
/plugin/pureldap/vendor/freedsx/asn1/
H A DREADME.md41 To decode an ASN.1 structure you can get an encoder and call decode then parse it out:
52 # Get a BER encoder instance, call decode on it, and $pdu will now be a sequence object.
53 $pdu = Encoders::ber()->decode($bytes);
55 # You could also decode using DER, if that's what you're expecting...
56 $pdu = Encoders::der()->decode($bytes);
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php150 public function decode($binary, array $tagMap = []): AbstractType
154 throw new InvalidArgumentException('The data to decode cannot be empty.');
346 'Not enough data to decode the high tag number. No ending byte encountered for the VLQ bytes.'
502 throw new EncoderException(sprintf('Unable to decode value to a type for tag %s.', $tagType));
524 throw new PartialPduException('Not enough data to decode the length.');
577 throw new EncoderException('Expected an ending byte to decode a VLQ, but none was found.');
956 throw new EncoderException('Unable to decode time to a DateTime object.');
997 # We could potentially have nothing left to decode at this point.
111 public function decode($binary, array $tagMap = []) : AbstractType global() function in FreeDSx\\Asn1\\Encoder\\BerEncoder
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/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DControl.php239 return (new LdapEncoder())->decode($value);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrl.php293 $url->setDn((isset($pieces['path']) && $pieces['path'] !== '/') ? self::decode(ltrim($pieces['path'], '/')) : null);
299 $url->setFilter(isset($query[2]) && $query[2] !== '' ? self::decode($query[2]) : null);
H A DLdapUrlExtension.php149 $name = str_ireplace('%2c', ',', self::decode($pieces[0]));
150 $value = isset($pieces[1]) ? str_ireplace('%2c', ',', self::decode($pieces[1])) : null;

1234567891011