Home
last modified time | relevance | path

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

12

/plugin/findologicxmlexport/vendor/hoa/stream/IStream/
H A DIn.php70 public function readString($length); function
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
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),
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 Dmp3.js188 var tag = stream.readString(4);
212 tag = stream.readString(4);
3748 ret.language = stream.readString(3);
3755 ret[key] = stream.readString(i === len ? rest : null, 'latin1');
3759 ret[key] = stream.readString(i === len ? rest : null, ENCODINGS[encoding]);
3790 var val = stream.readString(8);
3795 ret[key] = stream.readString(4);
3815 var identifier = this.stream.readString(4);
4217 var id = this.stream.readString(3);
/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/jukebox/id3/
H A Dmodule.audio-video.flv.php358 $value = $this->readString();
418 function readString() { function in AMFReader
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.flv.php593 $value = $this->readString();
661 public function readString() { function in AMFReader
/plugin/eclipseupdateurl/
H A Dsyntax.php188 $PLUGINDESC = $reader->readString();
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
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…
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 …]
/plugin/datatables/assets/jszip/dist/
H A Djszip.min.js
/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/xlsx2dw/packages/jszip/
H A Djszip.js1869 readString: function(size) {
3567 var signature = this.reader.readString(4);
3580 var signature = this.reader.readString(4);
3912 this.compressionMethod = reader.readString(2);
/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
/plugin/openlayersmap/ol7/
H A Dol.js.map
/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 DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js34159 readString: function readString() {
34193 stream.readString();
34197 useCMap = stream.readString();

12