Home
last modified time | relevance | path

Searched refs:FnStream (Results 1 – 17 of 17) sorted by relevance

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
DFnStreamTest.php6 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, [
DUtilsTest.php5 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 ''; }]);
DAsyncReadStreamTest.php6 use GuzzleHttp\Stream\FnStream; alias
18 new AsyncReadStream(FnStream::decorate(
28 new AsyncReadStream(FnStream::decorate(
DLimitStreamTest.php5 use GuzzleHttp\Stream\FnStream; alias
120 $a = new FnStream([
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
DFnStream.php15 class FnStream implements StreamInterface class
76 * @return FnStream
DCachingStream.php142 $target = new FnStream(['write' => 'strlen']);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
DFnStream.php10 class FnStream implements StreamInterface class
60 * @return FnStream
DAsyncReadStream.php154 $buffer = FnStream::decorate($buffer, [
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DFnStream.php16 final class FnStream implements StreamInterface class
78 * @return FnStream
DCachingStream.php148 $target = new FnStream(['write' => 'strlen']);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
DCHANGELOG.rst56 * Added ``FnStream`` to easily decorate stream behavior with callables.
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
DREADME.md102 ## FnStream section in Stream implementation
104 `GuzzleHttp\Psr7\FnStream`
116 $fnStream = Psr7\FnStream::decorate($stream, [
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/
DREADME.md116 ## FnStream section in PSR-7 Message Implementation
118 `GuzzleHttp\Psr7\FnStream`
130 $fnStream = Psr7\FnStream::decorate($stream, [
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
DUPGRADING.md207 FnStream that has access to the transaction being sent. For example, when the
DCHANGELOG.md427 FnStream that has access to the transaction being sent. For example, when the
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/
DUPGRADING.md257 FnStream that has access to the transaction being sent. For example, when the
DCHANGELOG.md723 FnStream that has access to the transaction being sent. For example, when the