Home
last modified time | relevance | path

Searched refs:DroppingStream (Results 1 – 7 of 7) sorted by relevance

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
DDroppingStreamTest.php5 use GuzzleHttp\Stream\DroppingStream; alias
13 $drop = new DroppingStream($stream, 5);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
DDroppingStream.php8 class DroppingStream implements StreamInterface class
DAsyncReadStream.php148 $buffer = new DroppingStream($buffer, $options['max_buffer']);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
DDroppingStream.php13 class DroppingStream implements StreamInterface class
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DDroppingStream.php13 final class DroppingStream implements StreamInterface class
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
DREADME.md81 ## DroppingStream section in Stream implementation
83 `GuzzleHttp\Psr7\DroppingStream`
95 $dropping = new Psr7\DroppingStream($stream, 10);
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/
DREADME.md95 ## DroppingStream section in PSR-7 Message Implementation
97 `GuzzleHttp\Psr7\DroppingStream`
109 $dropping = new Psr7\DroppingStream($stream, 10);