Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
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/
DMultipartStream.php70 $stream = new AppendStream();
82 private function addElement(AppendStream $stream, array $element)
DAppendStream.php14 class AppendStream implements StreamInterface class
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DMultipartStream.php71 $stream = new AppendStream();
86 private function addElement(AppendStream $stream, array $element): void
DAppendStream.php14 final class AppendStream implements StreamInterface class
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
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/
DAppendStream.php11 class AppendStream implements StreamInterface class
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
DCHANGELOG.md133 - Fix `AppendStream::detach` to not close streams
DREADME.md17 ## AppendStream section in Stream implementation
19 `GuzzleHttp\Psr7\AppendStream`
28 $composed = new Psr7\AppendStream([$a, $b]);
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/
DREADME.md31 ## AppendStream section in PSR-7 Message Implementation
33 `GuzzleHttp\Psr7\AppendStream`
42 $composed = new Psr7\AppendStream([$a, $b]);
DCHANGELOG.md269 - Fix `AppendStream::detach` to not close streams