Home
last modified time | relevance | path

Searched refs:isReadable (Results 1 – 25 of 37) sorted by last modified time

12

/plugin/combo/vendor/symfony/yaml/Command/
H A DLintCommand.php122 if (!$this->isReadable($filename)) {
270 private function isReadable(string $fileOrDirectory): bool function in Symfony\\Component\\Yaml\\Command\\LintCommand
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DAppendStream.php51 if (!$stream->isReadable()) {
196 public function isReadable() function in GuzzleHttp\\Stream\\AppendStream
H A DStreamInterface.php122 public function isReadable(); function
H A DNullStream.php35 public function isReadable() function in GuzzleHttp\\Stream\\NullStream
H A DPumpStream.php107 public function isReadable() function in GuzzleHttp\\Stream\\PumpStream
H A DStream.php195 public function isReadable() function in GuzzleHttp\\Stream\\Stream
H A DStreamDecoratorTrait.php103 public function isReadable() function
105 return $this->stream->isReadable();
H A DAsyncReadStream.php72 if (!$buffer->isReadable() || !$buffer->isWritable()) {
H A DBufferStream.php66 public function isReadable() function in GuzzleHttp\\Stream\\BufferStream
H A DFnStream.php18 'isReadable', 'read', 'getContents', 'getMetadata'];
128 public function isReadable() function in GuzzleHttp\\Stream\\FnStream
H A DGuzzleStreamWrapper.php30 if ($stream->isReadable()) {
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DAppendStreamTest.php21 ->method('isReadable')
38 ->method('isReadable')
90 $this->assertTrue($a->isReadable());
132 ->method('isReadable')
146 ->method('isReadable')
H A DLazyOpenStreamTest.php44 $this->assertTrue($l->isReadable());
H A DPumpStreamTest.php59 $this->assertTrue($p->isReadable());
H A DStreamDecoratorTraitTest.php68 $this->assertEquals($this->a->isReadable(), $this->b->isReadable());
103 $this->assertFalse($this->b->isReadable());
H A DStreamTest.php24 $this->assertTrue($stream->isReadable());
134 $this->assertTrue($stream->isReadable());
138 $this->assertFalse($stream->isReadable());
153 $this->assertTrue($stream->isReadable());
168 $this->assertFalse($stream->isReadable());
H A DAsyncReadStreamTest.php20 ['isReadable' => function () { return false; }]
76 $this->assertTrue($a->isReadable());
H A DBufferStreamTest.php13 $this->assertTrue($b->isReadable());
H A DFnStreamTest.php60 $this->assertEquals($b->isReadable(), true);
H A DNullStreamTest.php22 $this->assertTrue($b->isReadable());
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DBufferStream.php64 public function isReadable() function in GuzzleHttp\\Psr7\\BufferStream
H A DFnStream.php144 public function isReadable() function in GuzzleHttp\\Psr7\\FnStream
H A DStream.php152 public function isReadable() function in GuzzleHttp\\Psr7\\Stream
H A DAppendStream.php53 if (!$stream->isReadable()) {
222 public function isReadable() function in GuzzleHttp\\Psr7\\AppendStream
H A DPumpStream.php116 public function isReadable() function in GuzzleHttp\\Psr7\\PumpStream

12