/plugin/findologicxmlexport/vendor/hoa/stream/IStream/ |
H A 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/ |
H A D | Pointable.php | 66 ->when($result = SUT::SEEK_SET) 69 ->isEqualTo(SEEK_SET)
|
/plugin/zip/pear/File/Archive/Reader/ |
H A 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/ |
H A D | demo.zip.php | 39 fseek($getid3->fp, $valuearray['entry_offset'], SEEK_SET); 45 fseek($getid3->fp, $LocalFileHeader['data_offset'], SEEK_SET);
|
H A D | demo.mimeonly.php | 57 fseek($fp, $getID3->info['avdataoffset'], SEEK_SET);
|
H A D | demo.joinmp3.php | 97 fseek($fp_source, $start_offset_bytes, SEEK_SET);
|
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/ |
H A D | CachingStream.php | 44 public function seek($offset, $whence = SEEK_SET) 46 if ($whence == SEEK_SET) {
|
H A D | LimitStream.php | 75 public function seek($offset, $whence = SEEK_SET) 77 if ($whence !== SEEK_SET || $offset < 0) {
|
H A D | AppendStream.php | 136 * 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 D | NoSeekStream.php | 11 public function seek($offset, $whence = SEEK_SET)
|
H A D | StreamInterface.php | 90 * SEEK_SET: Set position equal to offset bytes 97 public function seek($offset, $whence = SEEK_SET);
|
H A D | NullStream.php | 60 public function seek($offset, $whence = SEEK_SET)
|
H A D | BufferStream.php | 81 public function seek($offset, $whence = SEEK_SET)
|
H A D | StreamDecoratorTrait.php | 118 public function seek($offset, $whence = SEEK_SET)
|
H A D | FnStream.php | 113 public function seek($offset, $whence = SEEK_SET)
|
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
H A D | LimitStream.php | 73 public function seek($offset, $whence = SEEK_SET) 75 if ($whence !== SEEK_SET || $offset < 0) {
|
H A D | CachingStream.php | 53 public function seek($offset, $whence = SEEK_SET) 55 if ($whence == SEEK_SET) {
|
H A D | NoSeekStream.php | 16 public function seek($offset, $whence = SEEK_SET)
|
H A D | AppendStream.php | 153 public function seek($offset, $whence = SEEK_SET) 157 } elseif ($whence !== SEEK_SET) {
|
H A D | BufferStream.php | 84 public function seek($offset, $whence = SEEK_SET)
|
H A D | FnStream.php | 129 public function seek($offset, $whence = SEEK_SET)
|
H A D | StreamDecoratorTrait.php | 126 public function seek($offset, $whence = SEEK_SET)
|
/plugin/authgooglesheets/vendor/psr/http-message/src/ |
H A D | StreamInterface.php | 87 public function seek($offset, $whence = SEEK_SET);
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A 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/findologicxmlexport/vendor/hoa/stream/Wrapper/IWrapper/ |
H A D | Stream.php | 179 public function stream_seek($offset, $whence = SEEK_SET);
|