Home
last modified time | relevance | path

Searched refs:isReadable (Results 1 – 25 of 50) sorted by relevance

12

/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
DSplFileInfo.php138 ->boolean($result->isReadable())
148 ->boolean($result->isReadable())
158 ->boolean($result->isReadable())
168 ->boolean($result->isReadable())
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
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());
DStreamDecoratorTraitTest.php68 $this->assertEquals($this->a->isReadable(), $this->b->isReadable());
103 $this->assertFalse($this->b->isReadable());
DNullStreamTest.php22 $this->assertTrue($b->isReadable());
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
DStreamDecoratorTrait.php103 public function isReadable() function
105 return $this->stream->isReadable();
DAppendStream.php51 if (!$stream->isReadable()) {
196 public function isReadable() function in GuzzleHttp\\Stream\\AppendStream
DStreamInterface.php122 public function isReadable(); function
DNullStream.php35 public function isReadable() function in GuzzleHttp\\Stream\\NullStream
DGuzzleStreamWrapper.php30 if ($stream->isReadable()) {
DBufferStream.php66 public function isReadable() function in GuzzleHttp\\Stream\\BufferStream
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
DStreamDecoratorTrait.php106 public function isReadable() function
108 return $this->stream->isReadable();
DAppendStream.php53 if (!$stream->isReadable()) {
222 public function isReadable() function in GuzzleHttp\\Psr7\\AppendStream
DBufferStream.php64 public function isReadable() function in GuzzleHttp\\Psr7\\BufferStream
DStreamWrapper.php36 if ($stream->isReadable()) {
DFnStream.php144 public function isReadable() function in GuzzleHttp\\Psr7\\FnStream
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DStreamDecoratorTrait.php112 public function isReadable(): bool function
114 return $this->stream->isReadable();
DAppendStream.php64 if (!$stream->isReadable()) {
221 public function isReadable(): bool function in GuzzleHttp\\Psr7\\AppendStream
DBufferStream.php67 public function isReadable(): bool function in GuzzleHttp\\Psr7\\BufferStream
/plugin/findologicxmlexport/vendor/hoa/stream/IStream/
DStatable.php117 public function isReadable(); function
/plugin/authgooglesheets/vendor/psr/http-message/src/
DStreamInterface.php122 public function isReadable(); function
/plugin/matrixnotifierwas/vendor/psr/http-message/src/
DStreamInterface.php122 public function isReadable(): bool; function
/plugin/prolog/
Dattribute_include.php76 if(!$this->isReadable($path))
111 function isReadable($file = null) function in AttributeInclude
/plugin/top/
Daction.php81 if (!$hlp->isReadable($page['page'])) continue;
Dsyntax.php90 if (!$hlp->isReadable($item['page'])) continue;
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/
DLintCommand.php100 if (!$this->isReadable($filename)) {
241 private function isReadable($fileOrDirectory) function in Symfony\\Component\\Yaml\\Command\\LintCommand

12