Home
last modified time | relevance | path

Searched refs:ftell (Results 1 – 25 of 67) sorted by last modified time

123

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtlDump.php4046 $savepos = ftell($this->fh);
H A DTTFontFile.php4504 $savepos = ftell($this->fh);
/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/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DStreamTest.php116 $this->assertSame(ftell($handle), $stream->tell());
H A DGuzzleStreamWrapperTest.php19 $this->assertSame(3, ftell($handle));
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DStream.php217 return $this->stream ? ftell($this->stream) : false;
/plugin/indexmenu/inc/
H A Dpclzip.lib.php2037 //--(MAGIC-PclTrace)--//PclTraceFctMessage(__FILE__, __LINE__, 5, "Position in file : ".ftell($this->zip_fd)."'");
2039 //--(MAGIC-PclTrace)--//PclTraceFctMessage(__FILE__, __LINE__, 5, "Position in file : ".ftell($this->zip_fd)."'");
2089 $v_offset = @ftell($this->zip_fd);
2138 $v_size = @ftell($this->zip_fd) - $v_offset;
2265 $v_offset = @ftell($this->zip_fd);
2292 $v_size = @ftell($this->zip_fd) - $v_offset;
2732 $p_header['offset'] = ftell($this->zip_fd);
2914 //--(MAGIC-PclTrace)--//PclTraceFctMessage(__FILE__, __LINE__, 3, "Position in file : ".ftell($this->zip_fd)."'");
2916 //--(MAGIC-PclTrace)--//PclTraceFctMessage(__FILE__, __LINE__, 3, "Position in file : ".ftell($this->zip_fd)."'");
2927 //--(MAGIC-PclTrace)--//PclTraceFctMessage(__FILE__, __LINE__, 3, "Position in file : ".ftell(
[all...]
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md652 - `ftell` has been renamed to `tell`.
H A DCHANGELOG.md1145 * Added a StreamInterface, EntityBodyInterface, and added ftell() to Guzzle\Common\Stream
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DStream.php182 $result = ftell($this->stream);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php4367 … fseek($this->realtime_log_file, ftell($this->realtime_log_file) - strlen($temp));
/plugin/move/helper/
H A Dplan.php516 ftruncate($doclist, ftell($doclist));
548 ftruncate($doclist, ftell($doclist));
/plugin/quickstats/GEOIP/
H A Dgeoip.inc1462 $filepos = ftell($gi->filehandle);
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/
H A DUtil.php18 if (ftell($stream) - $offset === $numberOfBytes) {
/plugin/loglog/helper/
H A Dlogging.php86 $pos = ftell($fp);
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.joinmp3.php71 $CurrentOutputPosition = ftell($fp_output);
98 while (!feof($fp_source) && (ftell($fp_source) < $end_offset_bytes)) {
99 fwrite($fp_output, fread($fp_source, min(32768, $end_offset_bytes - ftell($fp_source))));
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.php494 if (($fseek < 0) || (($this->info['filesize'] != 0) && (ftell($this->fp) == 0)) ||
496 (ftell($this->fp) < 0)) {
2025 protected function ftell() { function in getid3_handler
2029 return ftell($this->getid3->fp);
2044 $pos = $this->ftell() + $bytes;
2046 …throw new getid3_exception('cannot fread('.$bytes.' from '.$this->ftell().') because beyond PHP fi…
2061 …throw new getid3_exception('cannot fread('.$bytes.' from '.$this->ftell().') that is more than ava…
2098 $pos = $this->ftell() + $bytes;
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.riff.php64 $offset = $this->ftell();
1196 $old_offset = $this->ftell();
1219 $old_offset = $this->ftell();
1521 while ($this->ftell() < $maxoffset) {
1544 $RIFFchunk[$listname]['offset'] = $this->ftell() - 4;
1548 $WhereWeWere = $this->ftell();
1561 $getid3_temp->info['avdataoffset'] = $this->ftell() - 4;
1583 $getid3_temp->info['avdataoffset'] = $this->ftell() - 4;
1610 $LISTchunkMaxOffset = $this->ftell() - 4 + $chunksize;
1627 $RIFFchunk[$chunkname][$thisindex]['offset'] = $this->ftell() - 8;
[all …]
H A Dmodule.audio.aac.php326 …$this->warning('Unable to parse AAC file beyond '.$this->ftell().' (PHP does not support file oper…
335 …$this->error('Failed to read 7 bytes at offset '.($this->ftell() - $substringlength).' (only read …
345 …$this->error('Synch pattern (0x0FFF) not found at offset '.($this->ftell() - $substringlength).' (…
H A Dmodule.audio.flac.php55 $BlockOffset = $this->ftell();
135 $info['avdataoffset'] = $this->ftell();
422 str_replace('/', '_', $picture['picturetype']).'_'.$this->ftell(),
423 $this->ftell(),
H A Dmodule.audio.mpc.php79 $offset = $this->ftell();
H A Dmodule.audio.ogg.php53 if ($this->ftell() >= $this->getid3->fread_buffer_size()) {
354 $info['avdataend'] = $this->ftell();
532 $oggheader['page_start_offset'] = $this->ftell(); // where we started from in the file
537 if (($this->ftell() - $oggheader['page_start_offset']) >= $this->getid3->fread_buffer_size()) {
589 $OriginalOffset = $this->ftell();
645 if ($this->ftell() < ($ThisFileInfo_ogg_comments_raw[$i]['dataoffset'] + 4)) {
701 …$this->warning('undefined Vorbis Comment page "'.$VorbisCommentPage.'" at offset '.$this->ftell());
706 …->warning('invalid length Vorbis Comment page "'.$VorbisCommentPage.'" at offset '.$this->ftell());
H A Dmodule.audio.bonk.php48 $BonkTagOffset = $this->ftell();

123