Home
last modified time | relevance | path

Searched refs:StreamInterface (Results 51 – 56 of 56) sorted by path

123

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DUtils.php51 * @param StreamInterface $stream Stream to read
56 public static function copyToString(StreamInterface $stream, $maxLen = -1)
88 * @param StreamInterface $source Stream to read from
89 * @param StreamInterface $dest Stream to write to
94 StreamInterface $source,
95 StreamInterface $dest,
124 * @param StreamInterface $stream Stream to calculate the hash for
132 StreamInterface $stream,
156 * @param StreamInterface $stream Stream to read from
162 public static function readline(StreamInterface
[all...]
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DStreamDecoratorTraitTest.php6 use GuzzleHttp\Stream\StreamInterface; alias
12 class Str implements StreamInterface
37 $s = $this->getMockBuilder('GuzzleHttp\Stream\StreamInterface')
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlFactory.php8 use GuzzleHttp\Stream\StreamInterface; alias
266 if ($body instanceof StreamInterface) {
408 if ($value instanceof StreamInterface) {
417 . 'GuzzleHttp\Stream\StreamInterface or resource');
H A DStreamHandler.php9 use GuzzleHttp\Stream\StreamInterface; alias
88 * @param string|resource|StreamInterface $dest
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/
H A DCore.php4 use GuzzleHttp\Stream\StreamInterface; alias
232 if ($message['body'] instanceof StreamInterface) {
262 if ($message['body'] instanceof StreamInterface) {
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DGuzzle.php18 use Psr\Http\Message\StreamInterface; alias
201 private function streamFor($data): StreamInterface

123