Home
last modified time | relevance | path

Searched refs:toByteArray (Results 1 – 25 of 32) sorted by relevance

12

/plugin/gtime/gtlib/http/
H A DGTHttpClient.php71 $bytes = GTUtil::toByteArray($bytes);
110 $bytes = GTUtil::toByteArray($bytes);
189 $bytes = GTUtil::toByteArray($bytes);
324 return new GTPublicationsFile(GTUtil::toByteArray($bytes));
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DMappedImage.java59 byte[] imageBytes = baos.toByteArray(); in MappedImage()
77 return baos.toByteArray(); in getImageBytes()
H A DCaptureFrame.java243 final byte[] imageBytes = baos.toByteArray(); in capture()
H A DSwfEncoder.java288 decoder.read(new ByteArrayInputStream(baos.toByteArray())); in encode()
/plugin/gtime/gtlib/asn1/
H A DASN1String.php53 $bytes = GTUtil::toByteArray($this->value);
/plugin/gtime/gtlib/util/
H A DGTUtil.php212 return GTUtil::toByteArray($data);
439 public static function toByteArray($string) { function in GTUtil
H A DGTBigInteger.php339 $bytes = GTUtil::toByteArray($result);
/plugin/gtime/gtlib/tsp/
H A DGTDataHash.php229 $this->hashedMessage = GTUtil::toByteArray(hash_final($this->hashContext, true));
/plugin/gtime/gtlib/asn1/x509/
H A DX509Certificate.php199 GTUtil::write($untrustedFile, GTUtil::toByteArray($cert->encodePEM()));
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java671 iBaos.toByteArray(), in actionPerformed()
689 baos.toByteArray(), in actionPerformed()
H A DEditorActions.java.bak671 iBaos.toByteArray(),
689 baos.toByteArray(),
/plugin/jcapture/lib/
H A Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.min.js1toByteArray({data:d.data.slice(d.data.indexOf(",")+1,d.data.length)})),e=d.getByteArray?d.data:new…
H A Dexport.js1787 cfg.data = _this.toByteArray( {
2183 toByteArray: function( options, callback ) { method in AmCharts._this
/plugin/diagramsnet/lib/js/socket.io/
H A Dsimplepeer9.10.0.min.js1 ….byteLength=function(e){var t=r(e),n=t[0],a=t[1];return 3*(n+a)/4-a},n.toByteArray=o,n.fromByteArr…
6 …(d),r=n>>8,a=n%256,o.push(a),o.push(r);return o}function z(e){return $.toByteArray(q(e))}function …
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js1723 return base64.toByteArray(base64clean(str))
1861 exports.toByteArray = b64ToByteArray

12