/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/ |
H A D | SplFileInfo.php | 138 ->boolean($result->isReadable()) 148 ->boolean($result->isReadable()) 158 ->boolean($result->isReadable()) 168 ->boolean($result->isReadable())
|
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/ |
H A D | StreamTest.php | 24 $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 D | StreamDecoratorTraitTest.php | 68 $this->assertEquals($this->a->isReadable(), $this->b->isReadable()); 103 $this->assertFalse($this->b->isReadable());
|
H A D | NullStreamTest.php | 22 $this->assertTrue($b->isReadable());
|
H A D | LazyOpenStreamTest.php | 44 $this->assertTrue($l->isReadable());
|
H A D | BufferStreamTest.php | 13 $this->assertTrue($b->isReadable());
|
H A D | PumpStreamTest.php | 59 $this->assertTrue($p->isReadable());
|
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
H A D | StreamDecoratorTrait.php | 106 public function isReadable() function 108 return $this->stream->isReadable();
|
H A D | AppendStream.php | 53 if (!$stream->isReadable()) { 222 public function isReadable() function in GuzzleHttp\\Psr7\\AppendStream
|
H A D | BufferStream.php | 64 public function isReadable() function in GuzzleHttp\\Psr7\\BufferStream
|
H A D | StreamWrapper.php | 36 if ($stream->isReadable()) {
|
H A D | FnStream.php | 144 public function isReadable() function in GuzzleHttp\\Psr7\\FnStream
|
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/ |
H A D | StreamDecoratorTrait.php | 103 public function isReadable() function 105 return $this->stream->isReadable();
|
H A D | AppendStream.php | 51 if (!$stream->isReadable()) { 196 public function isReadable() function in GuzzleHttp\\Stream\\AppendStream
|
H A D | StreamInterface.php | 122 public function isReadable(); function
|
H A D | NullStream.php | 35 public function isReadable() function in GuzzleHttp\\Stream\\NullStream
|
H A D | GuzzleStreamWrapper.php | 30 if ($stream->isReadable()) {
|
H A D | BufferStream.php | 66 public function isReadable() function in GuzzleHttp\\Stream\\BufferStream
|
H A D | FnStream.php | 18 'isReadable', 'read', 'getContents', 'getMetadata']; 128 public function isReadable() function in GuzzleHttp\\Stream\\FnStream
|
H A D | PumpStream.php | 107 public function isReadable() function in GuzzleHttp\\Stream\\PumpStream
|
/plugin/findologicxmlexport/vendor/hoa/stream/IStream/ |
H A D | Statable.php | 117 public function isReadable(); function
|
/plugin/authgooglesheets/vendor/psr/http-message/src/ |
H A D | StreamInterface.php | 122 public function isReadable(); function
|
/plugin/prolog/ |
H A D | attribute_include.php | 76 if(!$this->isReadable($path)) 111 function isReadable($file = null) function in AttributeInclude
|
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/ |
H A D | LintCommand.php | 100 if (!$this->isReadable($filename)) { 241 private function isReadable($fileOrDirectory) function in Symfony\\Component\\Yaml\\Command\\LintCommand
|
/plugin/combo/vendor/symfony/yaml/Command/ |
H A D | LintCommand.php | 122 if (!$this->isReadable($filename)) { 270 private function isReadable(string $fileOrDirectory): bool function in Symfony\\Component\\Yaml\\Command\\LintCommand
|