Home
last modified time | relevance | path

Searched refs:PumpStream (Results 1 – 9 of 9) sorted by relevance

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
DPumpStreamTest.php6 use GuzzleHttp\Stream\PumpStream; alias
14 $p = new PumpStream(function () {}, [
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
DStream.php71 return new PumpStream($resource, $options);
75 return new PumpStream(function () use ($resource) {
DPumpStream.php16 class PumpStream implements StreamInterface class
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
DUtils.php332 return new PumpStream(function () use ($resource) {
349 return new PumpStream($resource, $options);
DPumpStream.php19 class PumpStream implements StreamInterface class
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DUtils.php320 return new PumpStream(function () use ($resource) {
338 return new PumpStream($resource, $options);
DPumpStream.php19 final class PumpStream implements StreamInterface class
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
DREADME.md213 ## PumpStream section in Stream implementation
215 `GuzzleHttp\Psr7\PumpStream`
219 When invoking the provided callable, the PumpStream will pass the amount of
223 the read() function of the PumpStream. The provided callable MUST return
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/
DREADME.md226 ## PumpStream section in PSR-7 Message Implementation
228 `GuzzleHttp\Psr7\PumpStream`
232 When invoking the provided callable, the PumpStream will pass the amount of
236 the read() function of the PumpStream. The provided callable MUST return