Home
last modified time | relevance | path

Searched refs:ftell (Results 26 – 50 of 67) sorted by relevance

123

/plugin/loglog/helper/
H A Dlogging.php86 $pos = ftell($fp);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.misc.pdf.php56 $XREFoffset = $this->ftell();
H A Dmodule.audio.optimfrog.php110 while (!feof($this->getid3->fp) && ($this->ftell() < $info['avdataend'])) {
111 $BlockOffset = $this->ftell();
H A Dmodule.tag.xmp.php146 $segdatastart = ftell($filehnd);
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 Dwrite.apetag.php109 ftruncate($fp, ftell($fp));
H A Dmodule.audio.bonk.php48 $BonkTagOffset = $this->ftell();
H A Dmodule.audio-video.flv.php131 …while ((($this->ftell() + 16) < $info['avdataend']) && (($tagParseCount++ <= $this->max_frames) ||…
139 $NextOffset = $this->ftell() - 1 + $DataLength;
H A Dmodule.audio-video.real.php36 while ($this->ftell() < $info['avdataend']) {
72 $thisfile_real_chunks_currentchunk['offset'] = $this->ftell() - 8;
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 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…
/plugin/jukebox/id3/
H A Dmodule.audio-video.flv.php69 while ((ftell($fd) + 1) < $ThisFileInfo['avdataend']) {
83 $NextOffset = ftell($fd) - 1 + $DataLength;
H A Dgetid3.php206 if ((($this->info['filesize'] != 0) && (ftell($fp) == 0)) ||
208 (ftell($fp) < 0)) {
/plugin/badbehaviour/
H A Dadmin.php172 $pos = ftell($fp);
/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/combo/vendor/symfony/process/
H A DProcess.php606 $this->incrementalOutputOffset = ftell($this->stdout);
643 $this->incrementalOutputOffset = ftell($this->stdout);
657 $this->incrementalErrorOutputOffset = ftell($this->stderr);
723 $this->incrementalErrorOutputOffset = ftell($this->stderr);
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DZip.php153 $pos_entry = ftell($this->fh); // position of the next file in central file directory
552 $pos = ftell($this->fh);
836 return ftell($this->fh);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DStream.php182 $result = ftell($this->stream);
/plugin/zip/pear/File/Archive/Writer/
H A DFiles.php167 ftruncate($this->handle, ftell($this->handle));
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DStream.php217 return $this->stream ? ftell($this->stream) : false;
/plugin/odp/
H A DZipLib.class.php192 $header['index'] = $i; $pos_entry = ftell($zip);
275 $pos = ftell($zip); $bytes = 0x00000000;
/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/freechat/phpfreechat/src/containers/
H A Dfile.class.php220 ftruncate($fh, ftell($fh));
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/
H A DLintCommand.php204 if (0 !== ftell(STDIN)) {
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DWrapper.php331 return ftell($this->getStream());

123