/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
D | CachingStream.php | 53 public function seek($offset, $whence = SEEK_SET) argument 55 if ($whence == SEEK_SET) { 57 } elseif ($whence == SEEK_CUR) { 59 } elseif ($whence == SEEK_END) {
|
D | Stream.php | 196 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));
|
D | LimitStream.php | 73 public function seek($offset, $whence = SEEK_SET) argument 75 if ($whence !== SEEK_SET || $offset < 0) { 79 $whence
|
D | StreamWrapper.php | 106 public function stream_seek($offset, $whence) argument 108 $this->stream->seek($offset, $whence);
|
D | StreamDecoratorTrait.php | 126 public function seek($offset, $whence = SEEK_SET) argument 128 $this->stream->seek($offset, $whence);
|
D | FnStream.php | 129 public function seek($offset, $whence = SEEK_SET) argument 131 call_user_func($this->_fn_seek, $offset, $whence);
|
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/ |
D | CachingStream.php | 58 public function seek($offset, $whence = SEEK_SET): void argument 60 if ($whence === SEEK_SET) { 62 } elseif ($whence === SEEK_CUR) { 64 } elseif ($whence === SEEK_END) {
|
D | Stream.php | 201 public function seek($offset, $whence = SEEK_SET): void argument 203 $whence = (int) $whence; 211 if (fseek($this->stream, $offset, $whence) === -1) { 213 .$offset.' with whence '.var_export($whence, true));
|
D | LimitStream.php | 74 public function seek($offset, $whence = SEEK_SET): void argument 76 if ($whence !== SEEK_SET || $offset < 0) { 80 $whence
|
D | StreamWrapper.php | 106 public function stream_seek(int $offset, int $whence): bool argument 108 $this->stream->seek($offset, $whence);
|
D | FnStream.php | 143 public function seek($offset, $whence = SEEK_SET): void argument 145 ($this->_fn_seek)($offset, $whence);
|
D | StreamDecoratorTrait.php | 132 public function seek($offset, $whence = SEEK_SET): void argument 134 $this->stream->seek($offset, $whence);
|
/plugin/findologicxmlexport/vendor/hoa/stream/IStream/ |
D | Pointable.php | 83 * @param int $whence Whence, use the self::SEEK_* constants. 86 public function seek($offset, $whence = self::SEEK_SET); argument
|
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/ |
D | StreamInterface.php | 87 * @param int $whence Specifies how the cursor position will be calculated 97 public function seek($offset, $whence = SEEK_SET); argument
|
D | CachingStream.php | 44 public function seek($offset, $whence = SEEK_SET) argument 46 if ($whence == SEEK_SET) { 48 } elseif ($whence == SEEK_CUR) {
|
D | GuzzleStreamWrapper.php | 88 public function stream_seek($offset, $whence) argument 90 return $this->stream->seek($offset, $whence);
|
D | StreamDecoratorTrait.php | 118 public function seek($offset, $whence = SEEK_SET) argument 120 return $this->stream->seek($offset, $whence);
|
D | FnStream.php | 113 public function seek($offset, $whence = SEEK_SET) argument 115 return call_user_func($this->_fn_seek, $offset, $whence);
|
D | LimitStream.php | 75 public function seek($offset, $whence = SEEK_SET) argument 77 if ($whence !== SEEK_SET || $offset < 0) {
|
/plugin/authgooglesheets/vendor/psr/http-message/src/ |
D | StreamInterface.php | 80 * @param int $whence Specifies how the cursor position will be calculated 87 public function seek($offset, $whence = SEEK_SET); argument
|
/plugin/matrixnotifierwas/vendor/psr/http-message/src/ |
D | StreamInterface.php | 80 * @param int $whence Specifies how the cursor position will be calculated 87 public function seek(int $offset, int $whence = SEEK_SET): void; argument
|
/plugin/findologicxmlexport/vendor/hoa/stream/Wrapper/IWrapper/ |
D | Stream.php | 170 * @param int $whence Possible values: 179 public function stream_seek($offset, $whence = SEEK_SET); argument
|
/plugin/findologicxmlexport/vendor/hoa/file/ |
D | File.php | 329 * @param int $whence Whence, use the 333 public function seek($offset, $whence = Stream\IStream\Pointable::SEEK_SET) argument 335 return fseek($this->getStream(), $offset, $whence);
|
/plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/ |
D | stringio.js | 47 $def(self, '$seek', function $$seek(pos, whence) { argument 51 if (whence == null) whence = $$$($$('IO'), 'SEEK_SET'); 53 if ($eqeqeq($$$($$('IO'), 'SEEK_SET'), ($ret_or_1 = whence))) {
|
/plugin/combo/vendor/bin/ |
D | yaml-lint | 69 public function stream_seek($offset, $whence) 71 if (0 === fseek($this->handle, $offset, $whence)) {
|