Home
last modified time | relevance | path

Searched refs:isWritable (Results 1 – 25 of 33) sorted by relevance

12

/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DSplFileInfo.php140 ->boolean($result->isWritable())
150 ->boolean($result->isWritable())
160 ->boolean($result->isWritable())
170 ->boolean($result->isWritable())
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DGuzzleStreamWrapper.php31 $mode = $stream->isWritable() ? 'r+' : 'r';
32 } elseif ($stream->isWritable()) {
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 DStreamInterface.php104 public function isWritable(); function
H A DNullStream.php40 public function isWritable() function in GuzzleHttp\\Stream\\NullStream
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 DPumpStream.php97 public function isWritable() function in GuzzleHttp\\Stream\\PumpStream
H A DAppendStream.php201 public function isWritable() function in GuzzleHttp\\Stream\\AppendStream
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DStreamWrapper.php37 $mode = $stream->isWritable() ? 'r+' : 'r';
38 } elseif ($stream->isWritable()) {
H A DStreamDecoratorTrait.php111 public function isWritable() function
113 return $this->stream->isWritable();
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 DPumpStream.php106 public function isWritable() function in GuzzleHttp\\Psr7\\PumpStream
H A DMultipartStream.php47 public function isWritable() function in GuzzleHttp\\Psr7\\MultipartStream
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
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 DStreamDecoratorTraitTest.php69 $this->assertEquals($this->a->isWritable(), $this->b->isWritable());
H A DNullStreamTest.php23 $this->assertTrue($b->isWritable());
H A DLazyOpenStreamTest.php46 $this->assertFalse($l->isWritable());
H A DBufferStreamTest.php14 $this->assertTrue($b->isWritable());
H A DPumpStreamTest.php61 $this->assertFalse($p->isWritable());
H A DFnStreamTest.php59 $this->assertEquals($b->isWritable(), true);
/plugin/findologicxmlexport/vendor/hoa/stream/IStream/
H A DStatable.php124 public function isWritable(); function
/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DStreamInterface.php106 public function isWritable(); function

12