Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DAppendStreamTest.php4 use GuzzleHttp\Stream\AppendStream; alias
17 $a = new AppendStream();
28 $a = new AppendStream();
34 $a = new AppendStream();
52 $a = new AppendStream([
70 $a = new AppendStream([$s1, $s2]);
80 $a = new AppendStream([$s1]);
87 $a = new AppendStream([Stream::factory('foo')]);
96 $a = new AppendStream();
102 $a = new AppendStream([
[all...]
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMultipartStream.php70 $stream = new AppendStream();
82 private function addElement(AppendStream $stream, array $element)
H A DAppendStream.php14 class AppendStream implements StreamInterface class
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DCHANGELOG.rst64 * Properly closing all underlying streams when AppendStream is closed.
83 * Added an AppendStream to stream over multiple stream one after the other.
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DAppendStream.php11 class AppendStream implements StreamInterface class
43 * Add a stream to the AppendStream
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md133 - Fix `AppendStream::detach` to not close streams
H A DREADME.md17 ## AppendStream section in Stream implementation
19 `GuzzleHttp\Psr7\AppendStream`
28 $composed = new Psr7\AppendStream([$a, $b]);