Searched refs:copyToStream (Results 1 – 8 of 8) sorted by relevance
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/ |
H A D | UtilsTest.php | 40 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 D | CachingStream.php | 143 Utils::copyToStream($this, $target);
|
H A D | functions.php | 217 return Utils::copyToStream($source, $dest, $maxLen);
|
H A D | UploadedFile.php | 273 Utils::copyToStream(
|
H A D | Utils.php | 47 … public static function copyToStream(StreamInterface $source, StreamInterface $dest, $maxLen = -1) function in GuzzleHttp\\Psr7\\Utils
|
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/ |
H A D | Utils.php | 93 public static function copyToStream( function in GuzzleHttp\\Stream\\Utils
|
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/ |
H A D | StreamHandler.php | 111 Utils::copyToStream($stream, $dest);
|
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/ |
H A D | README.md | 422 ## `GuzzleHttp\Psr7\Utils::copyToStream` 424 `public static function copyToStream(StreamInterface $source, StreamInterface $dest, int $maxLen = … 571 | `copy_to_stream` | `Utils::copyToStream` |
|