Home
last modified time | relevance | path

Searched refs:whence (Results 1 – 25 of 58) sorted by last modified time

123

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DAppendStream.php140 public function seek($offset, $whence = SEEK_SET) argument
142 if (!$this->seekable || $whence !== SEEK_SET) {
H A DCachingStream.php44 public function seek($offset, $whence = SEEK_SET) argument
46 if ($whence == SEEK_SET) {
48 } elseif ($whence == SEEK_CUR) {
H A DStreamInterface.php87 * @param int $whence Specifies how the cursor position will be calculated
89 * to the built-in PHP $whence values for `fseek()`.
97 public function seek($offset, $whence = SEEK_SET); argument
H A DNoSeekStream.php11 public function seek($offset, $whence = SEEK_SET) argument
H A DNullStream.php60 public function seek($offset, $whence = SEEK_SET) argument
H A DPumpStream.php92 public function seek($offset, $whence = SEEK_SET) argument
H A DStream.php227 public function seek($offset, $whence = SEEK_SET) argument
230 ? fseek($this->stream, $offset, $whence) === 0
H A DStreamDecoratorTrait.php118 public function seek($offset, $whence = SEEK_SET) argument
120 return $this->stream->seek($offset, $whence);
H A DBufferStream.php81 public function seek($offset, $whence = SEEK_SET) argument
H A DFnStream.php113 public function seek($offset, $whence = SEEK_SET) argument
115 return call_user_func($this->_fn_seek, $offset, $whence);
H A DGuzzleStreamWrapper.php88 public function stream_seek($offset, $whence) argument
90 return $this->stream->seek($offset, $whence);
H A DLimitStream.php75 public function seek($offset, $whence = SEEK_SET) argument
77 if ($whence !== SEEK_SET || $offset < 0) {
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DBufferStream.php84 public function seek($offset, $whence = SEEK_SET) argument
H A DCachingStream.php53 public function seek($offset, $whence = SEEK_SET) argument
55 if ($whence == SEEK_SET) {
57 } elseif ($whence == SEEK_CUR) {
59 } elseif ($whence == SEEK_END) {
H A DFnStream.php129 public function seek($offset, $whence = SEEK_SET) argument
131 call_user_func($this->_fn_seek, $offset, $whence);
H A DStream.php196 public function seek($offset, $whence = SEEK_SET) argument
198 $whence = (int) $whence;
206 if (fseek($this->stream, $offset, $whence) === -1) {
208 . $offset . ' with whence ' . var_export($whence, true));
H A DAppendStream.php153 public function seek($offset, $whence = SEEK_SET) argument
157 } elseif ($whence !== SEEK_SET) {
H A DNoSeekStream.php16 public function seek($offset, $whence = SEEK_SET) argument
H A DPumpStream.php101 public function seek($offset, $whence = SEEK_SET) argument
H A DStreamDecoratorTrait.php126 public function seek($offset, $whence = SEEK_SET) argument
128 $this->stream->seek($offset, $whence);
H A DStreamWrapper.php106 public function stream_seek($offset, $whence) argument
108 $this->stream->seek($offset, $whence);
H A DLimitStream.php73 public function seek($offset, $whence = SEEK_SET) argument
75 if ($whence !== SEEK_SET || $offset < 0) {
79 $whence
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php405 * @param int $whence
409 private function _stream_seek($offset, $whence) argument
411 switch ($whence) {
/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DStreamInterface.php80 * @param int $whence Specifies how the cursor position will be calculated
87 public function seek($offset, $whence = SEEK_SET); argument
/plugin/passpolicy/
H A Dwords.txt3982 whence

123