Home
last modified time | relevance | path

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

123

/plugin/findologicxmlexport/vendor/hoa/stream/IStream/
H A 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/
H A DPointable.php66 ->when($result = SUT::SEEK_SET)
69 ->isEqualTo(SEEK_SET)
/plugin/zip/pear/File/Archive/Reader/
H A 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/
H A Ddemo.zip.php39 fseek($getid3->fp, $valuearray['entry_offset'], SEEK_SET);
45 fseek($getid3->fp, $LocalFileHeader['data_offset'], SEEK_SET);
H A Ddemo.mimeonly.php57 fseek($fp, $getID3->info['avdataoffset'], SEEK_SET);
H A Ddemo.joinmp3.php97 fseek($fp_source, $start_offset_bytes, SEEK_SET);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DCachingStream.php44 public function seek($offset, $whence = SEEK_SET)
46 if ($whence == SEEK_SET) {
H A DLimitStream.php75 public function seek($offset, $whence = SEEK_SET)
77 if ($whence !== SEEK_SET || $offset < 0) {
H A DAppendStream.php136 * Attempts to seek to the given position. Only supports SEEK_SET.
140 public function seek($offset, $whence = SEEK_SET)
142 if (!$this->seekable || $whence !== SEEK_SET) {
H A DNoSeekStream.php11 public function seek($offset, $whence = SEEK_SET)
H A DStreamInterface.php90 * SEEK_SET: Set position equal to offset bytes
97 public function seek($offset, $whence = SEEK_SET);
H A DNullStream.php60 public function seek($offset, $whence = SEEK_SET)
H A DBufferStream.php81 public function seek($offset, $whence = SEEK_SET)
H A DStreamDecoratorTrait.php118 public function seek($offset, $whence = SEEK_SET)
H A DFnStream.php113 public function seek($offset, $whence = SEEK_SET)
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DLimitStream.php73 public function seek($offset, $whence = SEEK_SET)
75 if ($whence !== SEEK_SET || $offset < 0) {
H A DCachingStream.php53 public function seek($offset, $whence = SEEK_SET)
55 if ($whence == SEEK_SET) {
H A DNoSeekStream.php16 public function seek($offset, $whence = SEEK_SET)
H A DAppendStream.php153 public function seek($offset, $whence = SEEK_SET)
157 } elseif ($whence !== SEEK_SET) {
H A DBufferStream.php84 public function seek($offset, $whence = SEEK_SET)
H A DFnStream.php129 public function seek($offset, $whence = SEEK_SET)
H A DStreamDecoratorTrait.php126 public function seek($offset, $whence = SEEK_SET)
/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DStreamInterface.php87 public function seek($offset, $whence = SEEK_SET);
/plugin/html2pdf/html2pdf/html2ps/
H A 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/findologicxmlexport/vendor/hoa/stream/Wrapper/IWrapper/
H A DStream.php179 public function stream_seek($offset, $whence = SEEK_SET);

123