Home
last modified time | relevance | path

Searched refs:copyToStream (Results 1 – 8 of 8) sorted by relevance

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DUtilsTest.php40 Utils::copyToStream($s1, $s2);
44 Utils::copyToStream($s1, $s2, 3);
46 Utils::copyToStream($s1, $s2, 3);
55 Utils::copyToStream($s1, $s2);
64 Utils::copyToStream($s1, $s2, 10);
73 Utils::copyToStream($s1, $s2, 10);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DCachingStream.php143 Utils::copyToStream($this, $target);
H A Dfunctions.php217 return Utils::copyToStream($source, $dest, $maxLen);
H A DUploadedFile.php273 Utils::copyToStream(
H A DUtils.php47 … public static function copyToStream(StreamInterface $source, StreamInterface $dest, $maxLen = -1) function in GuzzleHttp\\Psr7\\Utils
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DUtils.php93 public static function copyToStream( function in GuzzleHttp\\Stream\\Utils
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DStreamHandler.php111 Utils::copyToStream($stream, $dest);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md422 ## `GuzzleHttp\Psr7\Utils::copyToStream`
424 `public static function copyToStream(StreamInterface $source, StreamInterface $dest, int $maxLen = …
571 | `copy_to_stream` | `Utils::copyToStream` |