Home
last modified time | relevance | path

Searched refs:LazyOpenStream (Results 1 – 10 of 10) sorted by last modified time

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DCHANGELOG.rst66 * LazyOpenStream now correctly returns the underlying stream resource when
78 * Added a LazyOpenStream
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DLazyOpenStreamTest.php4 use GuzzleHttp\Stream\LazyOpenStream; alias
29 $l = new LazyOpenStream($this->fname, 'w+');
40 $l = new LazyOpenStream($this->fname, 'r');
58 $l = new LazyOpenStream($this->fname, 'r');
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DLazyOpenStream.php8 class LazyOpenStream implements StreamInterface class
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlFactory.php7 use GuzzleHttp\Stream\LazyOpenStream; alias
405 $value = new LazyOpenStream($value, 'w+');
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DLazyOpenStream.php13 class LazyOpenStream implements StreamInterface class
H A DServerRequest.php175 $body = new CachingStream(new LazyOpenStream('php://input', 'r+'));
H A DUploadedFile.php242 return new LazyOpenStream($this->file, 'r+');
275 new LazyOpenStream($targetPath, 'w')
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DStreamHandler.php153 ? new Psr7\LazyOpenStream($sink, 'w+')
H A DCurlFactory.php8 use GuzzleHttp\Psr7\LazyOpenStream; alias
391 $sink = new LazyOpenStream($sink, 'w+');
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md141 ## LazyOpenStream section in Stream implementation
143 `GuzzleHttp\Psr7\LazyOpenStream`
151 $stream = new Psr7\LazyOpenStream('/path/to/file', 'r');