Searched refs:LimitStream (Results 1 – 12 of 12) sorted by relevance
| /plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/ |
| D | LimitStreamTest.php | 7 use GuzzleHttp\Stream\LimitStream; alias 16 /** @var LimitStream */ 25 $this->body = new LimitStream($this->decorated, 10, 3); 30 $body = new LimitStream(Stream::factory('foo'), -1, 1); 43 $limited = new LimitStream($body, 3, 4); 50 $limited = new LimitStream($body, 0, 10); 95 $c = new LimitStream($b); 114 $body = new LimitStream(Stream::factory('foobazbar'), 3, 3); 124 $b = new LimitStream($a); 131 $b = new LimitStream($a, -1, 4);
|
| D | PumpStreamTest.php | 5 use GuzzleHttp\Stream\LimitStream; alias 52 $s = new LimitStream($p, 5);
|
| /plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/ |
| D | InflateStream.php | 22 $stream = new LimitStream($stream, -1, 10);
|
| D | LimitStream.php | 9 class LimitStream implements StreamInterface class
|
| /plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
| D | InflateStream.php | 30 $stream = new LimitStream($stream, -1, 10 + $filenameHeaderLength);
|
| D | LimitStream.php | 12 class LimitStream implements StreamInterface class
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/ |
| D | LimitStream.php | 12 final class LimitStream implements StreamInterface class
|
| /plugin/elasticsearch/vendor/ezimuel/guzzlestreams/ |
| D | CHANGELOG.rst | 93 * Added a fix to LimitStream
|
| /plugin/authgooglesheets/vendor/guzzlehttp/psr7/ |
| D | README.md | 159 ## LimitStream section in Stream implementation 161 `GuzzleHttp\Psr7\LimitStream` 163 LimitStream can be used to read a subset or slice of an existing stream object. 175 $stream = new Psr7\LimitStream($original, 1024, 2048);
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/ |
| D | README.md | 172 ## LimitStream section in PSR-7 Message Implementation 174 `GuzzleHttp\Psr7\LimitStream` 176 LimitStream can be used to read a subset or slice of an existing stream object. 188 $stream = new Psr7\LimitStream($original, 1024, 2048);
|
| /plugin/authgooglesheets/vendor/guzzlehttp/guzzle/ |
| D | UPGRADING.md | 491 - `Guzzle\Http\ReadLimitEntityBody` is now `GuzzleHttp\Stream\LimitStream`
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/ |
| D | UPGRADING.md | 541 - `Guzzle\Http\ReadLimitEntityBody` is now `GuzzleHttp\Stream\LimitStream`
|