Home
last modified time | relevance | path

Searched refs:isWritable (Results 1 – 25 of 33) sorted by last modified time

12

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DAppendStream.php201 public function isWritable() function in GuzzleHttp\\Stream\\AppendStream
H A DStreamInterface.php104 public function isWritable(); function
H A DNullStream.php40 public function isWritable() function in GuzzleHttp\\Stream\\NullStream
H A DPumpStream.php97 public function isWritable() function in GuzzleHttp\\Stream\\PumpStream
H A DStream.php200 public function isWritable() function in GuzzleHttp\\Stream\\Stream
H A DStreamDecoratorTrait.php108 public function isWritable() function
110 return $this->stream->isWritable();
H A DAsyncReadStream.php72 if (!$buffer->isReadable() || !$buffer->isWritable()) {
171 public function isWritable() function in GuzzleHttp\\Stream\\AsyncReadStream
H A DBufferStream.php71 public function isWritable() function in GuzzleHttp\\Stream\\BufferStream
H A DFnStream.php17 'getSize', 'tell', 'eof', 'isSeekable', 'seek', 'isWritable', 'write',
118 public function isWritable() function in GuzzleHttp\\Stream\\FnStream
H A DGuzzleStreamWrapper.php31 $mode = $stream->isWritable() ? 'r+' : 'r';
32 } elseif ($stream->isWritable()) {
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DAppendStreamTest.php88 $this->assertFalse($a->isWritable());
H A DLazyOpenStreamTest.php46 $this->assertFalse($l->isWritable());
H A DPumpStreamTest.php61 $this->assertFalse($p->isWritable());
H A DStreamDecoratorTraitTest.php69 $this->assertEquals($this->a->isWritable(), $this->b->isWritable());
H A DStreamTest.php25 $this->assertTrue($stream->isWritable());
140 $this->assertFalse($stream->isWritable());
154 $this->assertTrue($stream->isWritable());
169 $this->assertFalse($stream->isWritable());
H A DAsyncReadStreamTest.php30 ['isWritable' => function () { return false; }]
78 $this->assertFalse($a->isWritable());
H A DBufferStreamTest.php14 $this->assertTrue($b->isWritable());
H A DFnStreamTest.php59 $this->assertEquals($b->isWritable(), true);
H A DNullStreamTest.php23 $this->assertTrue($b->isWritable());
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DBufferStream.php69 public function isWritable() function in GuzzleHttp\\Psr7\\BufferStream
H A DFnStream.php134 public function isWritable() function in GuzzleHttp\\Psr7\\FnStream
H A DStream.php157 public function isWritable() function in GuzzleHttp\\Psr7\\Stream
H A DAppendStream.php227 public function isWritable() function in GuzzleHttp\\Psr7\\AppendStream
H A DPumpStream.php106 public function isWritable() function in GuzzleHttp\\Psr7\\PumpStream
H A DStreamDecoratorTrait.php111 public function isWritable() function
113 return $this->stream->isWritable();

12