Home
last modified time | relevance | path

Searched refs:LimitStream (Results 1 – 12 of 12) sorted by relevance

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
DLimitStreamTest.php7 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);
DPumpStreamTest.php5 use GuzzleHttp\Stream\LimitStream; alias
52 $s = new LimitStream($p, 5);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
DInflateStream.php22 $stream = new LimitStream($stream, -1, 10);
DLimitStream.php9 class LimitStream implements StreamInterface class
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
DInflateStream.php30 $stream = new LimitStream($stream, -1, 10 + $filenameHeaderLength);
DLimitStream.php12 class LimitStream implements StreamInterface class
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DLimitStream.php12 final class LimitStream implements StreamInterface class
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
DCHANGELOG.rst93 * Added a fix to LimitStream
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
DREADME.md159 ## 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/
DREADME.md172 ## 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/
DUPGRADING.md491 - `Guzzle\Http\ReadLimitEntityBody` is now `GuzzleHttp\Stream\LimitStream`
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/
DUPGRADING.md541 - `Guzzle\Http\ReadLimitEntityBody` is now `GuzzleHttp\Stream\LimitStream`