Home
last modified time | relevance | path

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

123

/plugin/ajaxpeon/
H A Dhelper.php179 fseek($outlog,0,SEEK_SET);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
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 DCachingStream.php53 public function seek($offset, $whence = SEEK_SET)
55 if ($whence == SEEK_SET) {
H A DFnStream.php129 public function seek($offset, $whence = SEEK_SET)
H A DLimitStream.php73 public function seek($offset, $whence = SEEK_SET)
75 if ($whence !== SEEK_SET || $offset < 0) {
H A DNoSeekStream.php16 public function seek($offset, $whence = SEEK_SET)
H A DPumpStream.php101 public function seek($offset, $whence = SEEK_SET)
H A DStream.php196 public function seek($offset, $whence = SEEK_SET)
H A DStreamDecoratorTrait.php126 public function seek($offset, $whence = SEEK_SET)
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php412 case SEEK_SET:
/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DStreamInterface.php87 public function seek($offset, $whence = SEEK_SET);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php176 fseek($body, $start, SEEK_SET);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D53.53.js.map1 …n 'EXIT_SUCCESS',\n 'RAND_MAX',\n 'EOF',\n 'SEEK_SET',\n 'SEEK_…
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
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 DBufferStream.php81 public function seek($offset, $whence = SEEK_SET)
H A DCachingStream.php44 public function seek($offset, $whence = SEEK_SET)
46 if ($whence == SEEK_SET) {
H A DFnStream.php113 public function seek($offset, $whence = SEEK_SET)
H A DLimitStream.php75 public function seek($offset, $whence = SEEK_SET)
77 if ($whence !== SEEK_SET || $offset < 0) {
H A DNoSeekStream.php11 public function seek($offset, $whence = SEEK_SET)
H A DNullStream.php60 public function seek($offset, $whence = SEEK_SET)
H A DPumpStream.php92 public function seek($offset, $whence = SEEK_SET)
H A DStream.php227 public function seek($offset, $whence = SEEK_SET)
H A DStreamDecoratorTrait.php118 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);

123