Searched refs:SEEK_SET (Results 1 – 25 of 64) sorted by relevance
123
| /plugin/findologicxmlexport/vendor/hoa/stream/IStream/ |
| D | Pointable.php | 54 const SEEK_SET = SEEK_SET; define 86 public function seek($offset, $whence = self::SEEK_SET);
|
| /plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/IStream/ |
| D | Pointable.php | 66 ->when($result = SUT::SEEK_SET) 69 ->isEqualTo(SEEK_SET)
|
| /plugin/zip/pear/File/Archive/Reader/ |
| D | Cache.php | 78 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/ |
| D | demo.zip.php | 39 fseek($getid3->fp, $valuearray['entry_offset'], SEEK_SET); 45 fseek($getid3->fp, $LocalFileHeader['data_offset'], SEEK_SET);
|
| D | demo.mimeonly.php | 57 fseek($fp, $getID3->info['avdataoffset'], SEEK_SET);
|
| /plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/ |
| D | CachingStream.php | 44 public function seek($offset, $whence = SEEK_SET) 46 if ($whence == SEEK_SET) {
|
| D | LimitStream.php | 75 public function seek($offset, $whence = SEEK_SET) 77 if ($whence !== SEEK_SET || $offset < 0) {
|
| D | AppendStream.php | 140 public function seek($offset, $whence = SEEK_SET) 142 if (!$this->seekable || $whence !== SEEK_SET) {
|
| D | NoSeekStream.php | 11 public function seek($offset, $whence = SEEK_SET)
|
| D | StreamInterface.php | 97 public function seek($offset, $whence = SEEK_SET);
|
| D | NullStream.php | 60 public function seek($offset, $whence = SEEK_SET)
|
| D | BufferStream.php | 81 public function seek($offset, $whence = SEEK_SET)
|
| /plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
| D | LimitStream.php | 73 public function seek($offset, $whence = SEEK_SET) 75 if ($whence !== SEEK_SET || $offset < 0) {
|
| D | CachingStream.php | 53 public function seek($offset, $whence = SEEK_SET) 55 if ($whence == SEEK_SET) {
|
| D | AppendStream.php | 153 public function seek($offset, $whence = SEEK_SET) 157 } elseif ($whence !== SEEK_SET) {
|
| D | NoSeekStream.php | 16 public function seek($offset, $whence = SEEK_SET)
|
| D | BufferStream.php | 84 public function seek($offset, $whence = SEEK_SET)
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/ |
| D | LimitStream.php | 74 public function seek($offset, $whence = SEEK_SET): void 76 if ($whence !== SEEK_SET || $offset < 0) {
|
| D | CachingStream.php | 58 public function seek($offset, $whence = SEEK_SET): void 60 if ($whence === SEEK_SET) {
|
| D | NoSeekStream.php | 19 public function seek($offset, $whence = SEEK_SET): void
|
| D | AppendStream.php | 156 public function seek($offset, $whence = SEEK_SET): void 160 } elseif ($whence !== SEEK_SET) {
|
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | ot.class.php | 104 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/ |
| D | StreamInterface.php | 87 public function seek($offset, $whence = SEEK_SET);
|
| /plugin/matrixnotifierwas/vendor/psr/http-message/src/ |
| D | StreamInterface.php | 87 public function seek(int $offset, int $whence = SEEK_SET): void;
|
| /plugin/findologicxmlexport/vendor/hoa/stream/Wrapper/IWrapper/ |
| D | Stream.php | 179 public function stream_seek($offset, $whence = SEEK_SET);
|
123