Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DStreamHandler.php108 $stream = Psr7\stream_for($stream);
154 : Psr7\stream_for($sink);
166 Psr7\stream_for($stream)
H A DCurlFactory.php382 $sink = \GuzzleHttp\Psr7\stream_for($sink);
400 $easy->sink = Psr7\stream_for($conf[CURLOPT_FILE]);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A Dfunctions.php82 function stream_for($resource = '', array $options = []) function
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DGuzzle.php209 : Psr7\stream_for($data)
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DClient.php416 $modify['body'] = Psr7\stream_for($options['body']);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md228 - Support for stream_for from scalars.
H A DREADME.md564 | `stream_for` | `Utils::streamFor` |