Home
last modified time | relevance | path

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

12

/plugin/findologicxmlexport/vendor/hoa/stream/IStream/
DIn.php70 public function readString($length); function
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
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),
Daurora.js1222 Stream.prototype.readString = function(length, encoding) {
1786 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') {
1957 if (this.stream.readString(4) !== 'caff') {
1961 if (this.stream.readString(4) !== 'desc') {
1969 this.format.formatID = this.stream.readString(4);
1984 type: this.stream.readString(4),
[all …]
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/
DRead.php147 public function readString($length) function in Hoa\\File\\Link\\Read
DReadWrite.php154 public function readString($length) function in Hoa\\File\\Link\\ReadWrite
/plugin/findologicxmlexport/vendor/hoa/file/
DRead.php146 public function readString($length) function in Hoa\\File\\Read
DReadWrite.php153 public function readString($length) function in Hoa\\File\\ReadWrite
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
DRead.php147 public function readString($length) function in Hoa\\File\\Temporary\\Read
DReadWrite.php154 public function readString($length) function in Hoa\\File\\Temporary\\ReadWrite
/plugin/jukebox/id3/
Dmodule.audio-video.flv.php358 $value = $this->readString();
418 function readString() { function in AMFReader
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
Dmodule.audio-video.flv.php593 $value = $this->readString();
661 public function readString() { function in AMFReader
/plugin/asciidocjs/node_modules/acorn/src/
Dtokenize.js331 return this.readString(code)
529 pp.readString = function(quote) { function in pp
/plugin/eclipseupdateurl/
Dsyntax.php188 $PLUGINDESC = $reader->readString();
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/
Dtokenize.js344 return this.readString(code)
541 pp.readString = function(quote) { function in pp
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
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…
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/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dacorn.es.js2718 return this.readString(code)
2919 pp$7.readString = function(quote) { function
Dacorn.js2724 return this.readString(code)
2925 pp$7.readString = function(quote) {
/plugin/datatables/assets/jszip/
Djszip.min.js13readString:function(e){return n.transformTo("string",this.readData(e))},readData:function(){},last…
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/asciidocjs/node_modules/acorn/dist/
Dacorn.es.js2974 return this.readString(code)
3176 pp$7.readString = function(quote) { function
Dacorn.js2980 return this.readString(code)
3182 pp$7.readString = function(quote) {
/plugin/xlsx2dw/packages/jszip/
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/diagramsnet/lib/js/jszip/
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…

12