Home
last modified time | relevance | path

Searched refs:ftell (Results 26 – 50 of 67) sorted by last modified time

123

/plugin/jplayer/vendor/symfony/process/
H A DProcess.php548 $this->incrementalOutputOffset = ftell($this->stdout);
584 $this->incrementalOutputOffset = ftell($this->stdout);
598 $this->incrementalErrorOutputOffset = ftell($this->stderr);
664 $this->incrementalErrorOutputOffset = ftell($this->stderr);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.archive.zip.php234 $LocalFileHeader['offset'] = $this->ftell();
292 $LocalFileHeader['data_offset'] = $this->ftell();
299 …('invalid Local File Header Data Descriptor Signature at offset '.($this->ftell() - 16).' - expect…
332 $CentralDirectory['offset'] = $this->ftell();
391 $EndOfCentralDirectory['offset'] = $this->ftell();
H A Dmodule.audio.dsdiff.php55 $thisChunk['offset'] = $this->ftell() - 12;
68 …$this->error('Expecting "DSD " at offset '.($this->ftell() - 4).', found "'.getid3_lib::PrintHexBy…
76 …$this->error('Expecting "SND " at offset '.($this->ftell() - 4).', found "'.getid3_lib::PrintHexBy…
208 …$endOfID3v2 = $this->ftell() + $datasize; // we will need to reset the filepointer after parsing I…
214 $getid3_id3v2->StartingOffset = $this->ftell();
H A Dmodule.audio.mp3.php1289 while ($this->ftell() < $info['avdataend']) {
1326 $WhereWeWere = $this->ftell();
1345 …$pct_data_scanned = ($this->ftell() - $info['avdataoffset']) / ($info['avdataend'] - $info['avdata…
1561 if ($this->ftell() >= $info['avdataend']) {
1564 …$scan_start_offset[$current_segment] = max($this->ftell(), $info['avdataoffset'] + round($current_…
1596 …$this_pct_scanned = ($this->ftell() - $scan_start_offset[$current_segment]) / ($info['avdataend'] …
H A Dmodule.audio.wavpack.php34 if ($this->ftell() >= $info['avdataend']) {
48 $blockheader_offset = $this->ftell() - 32;
151 …while (!feof($this->getid3->fp) && ($this->ftell() < ($blockheader_offset + $blockheader_size + 8)…
153 $metablock = array('offset'=>$this->ftell());
H A Dmodule.graphic.gif.php177 …$this->warning('Expecting 03 01 at offset '.($this->ftell() - 4).', found "'.getid3_lib::PrintHexB…
187 $info['gif']['terminator_offset'] = $this->ftell() - 1;
H A Dmodule.graphic.png.php59 while ((($this->ftell() - (strlen($PNGfiledata) - $offset)) < $info['filesize'])) {
67 …while (((strlen($PNGfiledata) - $offset) < ($chunk['data_length'] + 4)) && ($this->ftell() < $info…
H A Dwrite.apetag.php109 ftruncate($fp, ftell($fp));
H A Dmodule.audio-video.asf.php91 $NextObjectOffset = $this->ftell();
1158 while ($this->ftell() < $info['avdataend']) {
1209 $info['avdataoffset'] = $this->ftell();
1211 $info['avdataend'] = $this->ftell();
1334 …$this->warning('unknown GUID {'.$NextObjectGUIDtext.'} in ASF body at offset '.($this->ftell() - 1…
H A Dmodule.audio-video.quicktime.php1828 $previous_offset = $this->ftell();
H A Dmodule.audio.midi.php70 …$this->error('Unabled to read more file data at '.$this->ftell().' (trying to seek to : '.$offset.…
H A Dmodule.misc.pdf.php56 $XREFoffset = $this->ftell();
H A Dmodule.audio-video.real.php36 while ($this->ftell() < $info['avdataend']) {
72 $thisfile_real_chunks_currentchunk['offset'] = $this->ftell() - 8;
H A Dmodule.audio.optimfrog.php110 while (!feof($this->getid3->fp) && ($this->ftell() < $info['avdataend'])) {
111 $BlockOffset = $this->ftell();
H A Dmodule.audio.voc.php65 $BlockOffset = $this->ftell();
80 $info['avdataoffset'] = $this->ftell();
125 $info['avdataoffset'] = $this->ftell();
H A Dmodule.audio.vqf.php60 while ($this->ftell() < $info['avdataend']) {
62 $ChunkBaseOffset = $this->ftell();
73 if ($ChunkSize > ($info['avdataend'] - $this->ftell())) {
H A Dmodule.tag.apetag.php97 $thisfile_ape['tag_offset_start'] = $this->ftell();
H A Dmodule.tag.lyrics3.php189 …$this->error('"LYRICSEND" expected at '.($this->ftell() - 11 + $length - 9).' but found "'.substr(…
237 …$this->error('"LYRICS200" expected at '.($this->ftell() - 11 + $length - 9).' but found "'.substr(…
H A Dmodule.tag.xmp.php146 $segdatastart = ftell($filehnd);
/plugin/codemirror/dist/modes/
H A Dphp.min.js.map1 …close feof fgetc fgets fgetss fread fopen fpassthru ftruncate fstat fseek ftell fflush fwrite fput…
H A Dfortran.min.js.map1 …"fput\", \"fraction\",\n \"fseek\", \"fstat\", \"ftell\", \"gerror\", \"g…
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1ftell ' +\n 'fwrite getc getchar gets perror printf putc putchar puts remove ' +\n 'rename r…
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/
H A DLintCommand.php204 if (0 !== ftell(STDIN)) {
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DWrapper.php455 ->integer(ftell($wrapper->getStream()));
506 $this->function->ftell = function ($resource) use (&$_resource) {
509 return ftell($resource);
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DWrapper.php331 return ftell($this->getStream());

123