Searched refs:LazyOpenStream (Results 1 – 10 of 10) sorted by relevance
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/ |
H A D | LazyOpenStreamTest.php | 4 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 D | LazyOpenStream.php | 8 class LazyOpenStream implements StreamInterface class
|
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
H A D | LazyOpenStream.php | 13 class LazyOpenStream implements StreamInterface class
|
H A D | UploadedFile.php | 242 return new LazyOpenStream($this->file, 'r+'); 275 new LazyOpenStream($targetPath, 'w')
|
H A D | ServerRequest.php | 175 $body = new CachingStream(new LazyOpenStream('php://input', 'r+'));
|
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/ |
H A D | CHANGELOG.rst | 66 * LazyOpenStream now correctly returns the underlying stream resource when 78 * Added a LazyOpenStream
|
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/ |
H A D | CurlFactory.php | 7 use GuzzleHttp\Stream\LazyOpenStream; alias 405 $value = new LazyOpenStream($value, 'w+');
|
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/ |
H A D | CurlFactory.php | 8 use GuzzleHttp\Psr7\LazyOpenStream; alias 391 $sink = new LazyOpenStream($sink, 'w+');
|
H A D | StreamHandler.php | 153 ? new Psr7\LazyOpenStream($sink, 'w+')
|
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/ |
H A D | README.md | 141 ## LazyOpenStream section in Stream implementation 143 `GuzzleHttp\Psr7\LazyOpenStream` 151 $stream = new Psr7\LazyOpenStream('/path/to/file', 'r');
|