Home
last modified time | relevance | path

Searched refs:readString (Results 1 – 25 of 35) sorted by path

12

/plugin/aceeditor/
H A Dbuild.js1 …available(),i.nsIConverterInputStream.DEFAULT_REPLACEMENT_CHARACTER),s.readString(n.available(),o)…
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js306 readString: function(size) {
2284 var signature = this.reader.readString(4);
2304 this.zipComment = this.reader.readString(this.zipCommentLength);
2317 this.versionMadeBy = this.reader.readString(2);
2335 extraFieldValue = this.reader.readString(extraFieldLength);
2375 while (this.reader.readString(4) === sig.CENTRAL_FILE_HEADER) {
2579 this.fileName = reader.readString(this.fileNameLength);
2615 this.compressionMethod = reader.readString(2);
2632 this.fileName = reader.readString(this.fileNameLength);
2635 this.fileComment = reader.readString(this.fileCommentLength);
[all …]
H A Djszip.min.js12readString:function(a){return d.transformTo("string",this.readData(a))},readData:function(){},last…
13 …t(1)?null:g.crc32(this.fileComment)!==b.readInt(4)?null:g.utf8decode(b.readString(a.length-5))}ret…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js29446 if (data.readString(4) === 'ttcf') {
29606 Data.prototype.readString = function(length) {
29626 return this.readString(length);
29748 type = data.readString(4);
29776 entry.name = data.readString(len);
29844 tag: data.readString(4),
29966 text = data.readString(entry.length);
30850 _results.push(this.names.push(data.readString(length)));
30998 this.vendorID = data.readString(4);
H A Dpdfmake.min.js14readString(4)){if(!e)throw new Error("Must specify a font name for TTC files.");for(h=n.readInt(),… method in t
H A Dpdfmake.min.js.map1readString","readInt","dfont","getNamedFont","ttf","directory","hhea","maxp","hmtx","loca","glyf",…
/plugin/datatables/assets/jszip/dist/
H A Djszip.min.js
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1696 …+a-1;b>=this.index;b--)c=(c<<8)+this.byteAt(b);return this.index+=a,c},readString:function(a){retu…
1697readString(4);throw new Error("Corrupted zip or bug : unexpected signature ("+f.pretty(b)+", expec…
/plugin/diagramsnet/lib/js/jszip/
H A Djszip.min.js12 …+a-1;b>=this.index;b--)c=(c<<8)+this.byteAt(b);return this.index+=a,c},readString:function(a){retu…
13readString(4);throw new Error("Corrupted zip or bug : unexpected signature ("+f.pretty(b)+", expec…
/plugin/eclipseupdateurl/
H A Dsyntax.php188 $PLUGINDESC = $reader->readString();
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DRead.php147 public function readString($length) function in Hoa\\File\\Link\\Read
H A DReadWrite.php154 public function readString($length) function in Hoa\\File\\Link\\ReadWrite
/plugin/findologicxmlexport/vendor/hoa/file/
H A DRead.php146 public function readString($length) function in Hoa\\File\\Read
H A DReadWrite.php153 public function readString($length) function in Hoa\\File\\ReadWrite
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DRead.php147 public function readString($length) function in Hoa\\File\\Temporary\\Read
H A DReadWrite.php154 public function readString($length) function in Hoa\\File\\Temporary\\ReadWrite
/plugin/findologicxmlexport/vendor/hoa/stream/IStream/
H A DIn.php70 public function readString($length); function
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jmol2/jmol/
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js1786 if (this.stream.readString(4) !== 'FORM') {
1790 this.fileType = this.stream.readString(4);
1798 this.type = this.stream.readString(4);
1818 format = this.stream.readString(4);
1894 if (this.stream.readString(4) !== '.snd') {
1984 type: this.stream.readString(4),
2036 key = this.stream.readString(null);
2142 this.type = this.stream.readString(4);
2203 this.track.type = this.stream.readString(4);
2237 format.formatID = this.stream.readString(4);
[all …]
H A Dflac.js598 if (stream.readString(4) !== 'fLaC')
691 this.metadata.vendor = stream.readString(len);
696 var str = stream.readString(len, 'utf8'),
711 mime = stream.readString(mimeLen),
713 description = stream.readString(descLen),

12