Home
last modified time | relevance | path

Searched refs:decode (Results 176 – 200 of 269) sorted by path

1234567891011

/plugin/gtime/gtlib/http/
H A DGTHttpClient.php74 $response->decode(ASN1DER::decode($bytes));
113 $response->decode(ASN1DER::decode($bytes));
195 $response->decode(ASN1DER::decode($bytes));
/plugin/gtime/gtlib/tsp/
H A DGTPublicationsFile.php394 $contentInfo->decode(ASN1DER::decode($bytes));
517 $bytes = GTBase32::decode($publicationString);
H A DGTTimestamp.php304 $timeSignature->decode($signedData->getSignerInfo()->getSignature());
378 $timeSignature->decode($signerInfo->getSignature());
500 $timeSignature->decode($this->token->getContent()->getSignerInfo()->getSignature());
571 $content->decode(ASN1DER::decode($bytes));
H A DGTVerifier.php54 $timeSignature->decode($signerInfo->getSignature());
106 $timeSignature->decode($signerInfo->getSignature());
134 $timeSignature->decode($signerInfo->getSignature());
/plugin/gtime/gtlib/util/
H A DGTBase16.php83 public static function decode($string) { function in GTBase16
84 return self::getInstance()->decode($string);
H A DGTBase32.php69 public static function decode($string) { function in GTBase32
70 return self::getInstance()->decode($string);
H A DGTBase64.php56 public static function decode($string) { function in GTBase64
57 return self::getInstance()->decode($string);
H A DGTBaseX.php223 public function decode($string) { function in GTBaseX
/plugin/html5video2/script/
H A Dvideo.min.js12 …"utf-8")}(t.headers&&t.headers["content-type"]);try{e=new TextDecoder(t).decode(i)}catch(e){}}else…
20decode:function(e){if(!e)return"";if("string"!=typeof e)throw new Error("Error - expected string d…
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md65 * #288: Only decode `CHARSET` if we're reading vCard 2.1. If it appears
436 * Fixed: Issue #68. Couldn't decode properties ending in a colon.
/plugin/idoit/
H A Dsyntax.php108 return 'JSON decode error: Maximum stack depth exceeded';
110 return 'JSON decode error: Underflow or the modes mismatch';
112 return 'JSON decode error: Unexpected control character found';
114 return 'JSON decode error: Syntax error, malformed JSON';
116 return 'JSON decode error: Malformed UTF-8 characters, possibly incorrectly encoded';
118 return 'JSON decode error: unknown';
/plugin/jcapture/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dcommons-codec-1.3.jar ... .codec.Decoder { public abstract byte[] decode (byte[]) throws org.apache. ...
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dcommons-codec-1.3.jar ... .codec.Decoder { public abstract byte[] decode (byte[]) throws org.apache. ...
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java544 codec.decode(doc.getDocumentElement(), graph.getStylesheet()); in CustomGraphComponent()
H A DGraphEditor.java.bak415 codec.decode(doc.getDocumentElement(), graph.getStylesheet());
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java267 codec.decode(doc.getDocumentElement(), graph in actionPerformed()
1362 codec.decode(document.getDocumentElement(), graph.getModel()); in actionPerformed()
H A DEditorActions.java.bak267 codec.decode(doc.getDocumentElement(), graph
1362 codec.decode(document.getDocumentElement(), graph.getModel());
/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 …]
H A Daurora.js75 Asset.prototype.start = function(decode) { argument
79 if (decode != null) {
80 this.shouldDecode = decode;
118 return this.decoder.decode();
225 while (this.decoder.decode() && this.active) {
1403 return _this.decode();
1411 return _this.decode();
1424 Decoder.prototype.decode = function() { method in Decoder

1234567891011