Searched refs:FnStream (Results 1 – 17 of 17) sorted by relevance
| /plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/ |
| D | FnStreamTest.php | 6 use GuzzleHttp\Stream\FnStream; alias 18 (new FnStream([]))->seek(1); 23 $s = new FnStream([ 36 $s = new FnStream([ 50 $s = new FnStream([]); 57 $b = FnStream::decorate($a, []); 84 $b = FnStream::decorate($a, [
|
| D | UtilsTest.php | 5 use GuzzleHttp\Stream\FnStream; alias 27 $s1 = FnStream::decorate($s1, [ 54 $s2 = FnStream::decorate($s2, ['write' => function () { return 0; }]); 63 $s2 = FnStream::decorate($s2, ['write' => function () { return 0; }]); 71 $s1 = FnStream::decorate($s1, ['read' => function () { return ''; }]);
|
| D | AsyncReadStreamTest.php | 6 use GuzzleHttp\Stream\FnStream; alias 18 new AsyncReadStream(FnStream::decorate( 28 new AsyncReadStream(FnStream::decorate(
|
| D | LimitStreamTest.php | 5 use GuzzleHttp\Stream\FnStream; alias 120 $a = new FnStream([
|
| /plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
| D | FnStream.php | 15 class FnStream implements StreamInterface class 76 * @return FnStream
|
| D | CachingStream.php | 142 $target = new FnStream(['write' => 'strlen']);
|
| /plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/ |
| D | FnStream.php | 10 class FnStream implements StreamInterface class 60 * @return FnStream
|
| D | AsyncReadStream.php | 154 $buffer = FnStream::decorate($buffer, [
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/ |
| D | FnStream.php | 16 final class FnStream implements StreamInterface class 78 * @return FnStream
|
| D | CachingStream.php | 148 $target = new FnStream(['write' => 'strlen']);
|
| /plugin/elasticsearch/vendor/ezimuel/guzzlestreams/ |
| D | CHANGELOG.rst | 56 * Added ``FnStream`` to easily decorate stream behavior with callables.
|
| /plugin/authgooglesheets/vendor/guzzlehttp/psr7/ |
| D | README.md | 102 ## FnStream section in Stream implementation 104 `GuzzleHttp\Psr7\FnStream` 116 $fnStream = Psr7\FnStream::decorate($stream, [
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/ |
| D | README.md | 116 ## FnStream section in PSR-7 Message Implementation 118 `GuzzleHttp\Psr7\FnStream` 130 $fnStream = Psr7\FnStream::decorate($stream, [
|
| /plugin/authgooglesheets/vendor/guzzlehttp/guzzle/ |
| D | UPGRADING.md | 207 FnStream that has access to the transaction being sent. For example, when the
|
| D | CHANGELOG.md | 427 FnStream that has access to the transaction being sent. For example, when the
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/ |
| D | UPGRADING.md | 257 FnStream that has access to the transaction being sent. For example, when the
|
| D | CHANGELOG.md | 723 FnStream that has access to the transaction being sent. For example, when the
|