Home
last modified time | relevance | path

Searched refs:fseek (Results 76 – 100 of 141) sorted by relevance

123456

/plugin/swiftmail/Swift/
H A DFile.php205 fseek($this->handle, 0);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.avr.php71 $this->fseek($info['avdataoffset']);
H A Dmodule.audio.dss.php29 $this->fseek($info['avdataoffset']);
H A Dmodule.audio.lpac.php30 $this->fseek($info['avdataoffset']);
H A Dmodule.audio.tta.php34 $this->fseek($info['avdataoffset']);
H A Dmodule.audio-video.real.php34 $this->fseek($info['avdataoffset']);
82 $this->fseek($thisfile_real_chunks_currentchunk['offset'] + $ChunkSize);
356 $this->fseek($thisfile_real_chunks_currentchunk['next_index_header']);
H A Dmodule.audio-video.swf.php36 $this->fseek($info['avdataoffset']);
H A Dmodule.audio.vqf.php42 $this->fseek($info['avdataoffset']);
H A Dmodule.graphic.gif.php39 $this->fseek($info['avdataoffset']);
H A Dmodule.audio.dsf.php35 $this->fseek($info['avdataoffset']);
H A Dmodule.graphic.jpg.php35 $this->fseek($info['avdataoffset']);
H A Dmodule.audio.dts.php52 $this->fseek($info['avdataoffset']);
H A Dmodule.tag.id3v1.php34 $this->fseek(-256, SEEK_END);
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFile.php335 return fseek($this->getStream(), $offset, $whence);
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DWrapper.php96 fseek($wrapper->getStream(), 0, SEEK_SET)
434 …$this->function->fseek = function ($resource, $offset, $whence) use (&$_resource, &$_offset, &$_wh…
439 return fseek($resource, $offset, $whence);
895 fseek($openedPath, 0, SEEK_SET);
/plugin/booking/
H A Dhelper.php161 fseek($fh, -1 * $len, SEEK_CUR); // jump back to beginning of line
/plugin/quickstats/GEOIP/
H A Dgeoip.inc1463 fseek($gi->filehandle, -3, SEEK_END);
1513 fseek($gi->filehandle, -4, SEEK_CUR);
1523 fseek($gi->filehandle, $filepos, SEEK_SET);
1695 fseek($gi->filehandle, 2 * $gi->record_length * $offset, SEEK_SET) == 0
1696 or die("fseek failed");
1742 fseek($gi->filehandle, 2 * $gi->record_length * $offset, SEEK_SET) == 0
1743 or die("fseek failed");
1774 fseek($gi->filehandle, $record_pointer, SEEK_SET);
/plugin/jukebox/id3/
H A Dgetid3.php205 fseek($fp, 0, SEEK_END);
245 fseek($fp, 0, SEEK_SET);
289 fseek($fp, $this->info['avdataoffset'], SEEK_SET);
H A Dmodule.tag.id3v1.php22 fseek($fd, -256, SEEK_END);
/plugin/move/helper/
H A Dplan.php848 fseek($handle, 0, SEEK_END);
852 while(fseek($handle, -1, SEEK_CUR) >= 0) {
855 fseek($handle, -1, SEEK_CUR); // reset the position to the character that was read
/plugin/gdpr/action/
H A Ddelusers.php179 fseek($handle, 0);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DStream.php206 if (fseek($this->stream, $offset, $whence) === -1) {
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DStreamDecoratorTraitTest.php30 fseek($this->c, 0);
/plugin/zip/pear/File/Archive/Reader/
H A DGzip.php253 fseek($tmp, 0);
H A DBzip2.php232 fseek($tmp, 0);

123456