Home
last modified time | relevance | path

Searched refs:SEEK_SET (Results 1 – 25 of 64) sorted by relevance

123

/plugin/findologicxmlexport/vendor/hoa/stream/IStream/
DPointable.php54 const SEEK_SET = SEEK_SET; define
86 public function seek($offset, $whence = self::SEEK_SET);
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/IStream/
DPointable.php66 ->when($result = SUT::SEEK_SET)
69 ->isEqualTo(SEEK_SET)
/plugin/zip/pear/File/Archive/Reader/
DCache.php78 fseek($this->tmpFile, $this->files[$this->pos]['pos'], SEEK_SET);
180 fseek($this->tmpFile, 0, SEEK_SET);
197 fseek($this->tmpFile, $pos, SEEK_SET);
214 fseek($this->tmpFile, 0, SEEK_SET);
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
Ddemo.zip.php39 fseek($getid3->fp, $valuearray['entry_offset'], SEEK_SET);
45 fseek($getid3->fp, $LocalFileHeader['data_offset'], SEEK_SET);
Ddemo.mimeonly.php57 fseek($fp, $getID3->info['avdataoffset'], SEEK_SET);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
DCachingStream.php44 public function seek($offset, $whence = SEEK_SET)
46 if ($whence == SEEK_SET) {
DLimitStream.php75 public function seek($offset, $whence = SEEK_SET)
77 if ($whence !== SEEK_SET || $offset < 0) {
DAppendStream.php140 public function seek($offset, $whence = SEEK_SET)
142 if (!$this->seekable || $whence !== SEEK_SET) {
DNoSeekStream.php11 public function seek($offset, $whence = SEEK_SET)
DStreamInterface.php97 public function seek($offset, $whence = SEEK_SET);
DNullStream.php60 public function seek($offset, $whence = SEEK_SET)
DBufferStream.php81 public function seek($offset, $whence = SEEK_SET)
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
DLimitStream.php73 public function seek($offset, $whence = SEEK_SET)
75 if ($whence !== SEEK_SET || $offset < 0) {
DCachingStream.php53 public function seek($offset, $whence = SEEK_SET)
55 if ($whence == SEEK_SET) {
DAppendStream.php153 public function seek($offset, $whence = SEEK_SET)
157 } elseif ($whence !== SEEK_SET) {
DNoSeekStream.php16 public function seek($offset, $whence = SEEK_SET)
DBufferStream.php84 public function seek($offset, $whence = SEEK_SET)
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DLimitStream.php74 public function seek($offset, $whence = SEEK_SET): void
76 if ($whence !== SEEK_SET || $offset < 0) {
DCachingStream.php58 public function seek($offset, $whence = SEEK_SET): void
60 if ($whence === SEEK_SET) {
DNoSeekStream.php19 public function seek($offset, $whence = SEEK_SET): void
DAppendStream.php156 public function seek($offset, $whence = SEEK_SET): void
160 } elseif ($whence !== SEEK_SET) {
/plugin/html2pdf/html2pdf/html2ps/
Dot.class.php104 fseek($filehandle, $dir->_offset, SEEK_SET);
112 fseek($filehandle, $old_pos, SEEK_SET);
132 fseek($filehandle, $dir->_offset, SEEK_SET);
138 fseek($filehandle, $old_pos, SEEK_SET);
430 fseek($filehandle, $this->getBaseOffset() + $this->_offset, SEEK_SET);
433 fseek($filehandle, $old_offset, SEEK_SET);
/plugin/authgooglesheets/vendor/psr/http-message/src/
DStreamInterface.php87 public function seek($offset, $whence = SEEK_SET);
/plugin/matrixnotifierwas/vendor/psr/http-message/src/
DStreamInterface.php87 public function seek(int $offset, int $whence = SEEK_SET): void;
/plugin/findologicxmlexport/vendor/hoa/stream/Wrapper/IWrapper/
DStream.php179 public function stream_seek($offset, $whence = SEEK_SET);

123