Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DDroppingStreamTest.php5 use GuzzleHttp\Stream\DroppingStream; alias
13 $drop = new DroppingStream($stream, 5);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DDroppingStream.php8 class DroppingStream implements StreamInterface class
H A DAsyncReadStream.php116 * DroppingStream decorator to ensure that buffer does not exceed a given
148 $buffer = new DroppingStream($buffer, $options['max_buffer']);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DDroppingStream.php13 class DroppingStream implements StreamInterface class
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md81 ## DroppingStream section in Stream implementation
83 `GuzzleHttp\Psr7\DroppingStream`
95 $dropping = new Psr7\DroppingStream($stream, 10);