Home
last modified time | relevance | path

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

12

/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DSplFileInfo.php138 ->boolean($result->isReadable())
148 ->boolean($result->isReadable())
158 ->boolean($result->isReadable())
168 ->boolean($result->isReadable())
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
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 DStreamDecoratorTraitTest.php68 $this->assertEquals($this->a->isReadable(), $this->b->isReadable());
103 $this->assertFalse($this->b->isReadable());
H A DNullStreamTest.php22 $this->assertTrue($b->isReadable());
H A DLazyOpenStreamTest.php44 $this->assertTrue($l->isReadable());
H A DBufferStreamTest.php13 $this->assertTrue($b->isReadable());
H A DPumpStreamTest.php59 $this->assertTrue($p->isReadable());
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DStreamDecoratorTrait.php106 public function isReadable() function
108 return $this->stream->isReadable();
H A DAppendStream.php53 if (!$stream->isReadable()) {
222 public function isReadable() function in GuzzleHttp\\Psr7\\AppendStream
H A DBufferStream.php64 public function isReadable() function in GuzzleHttp\\Psr7\\BufferStream
H A DStreamWrapper.php36 if ($stream->isReadable()) {
H A DFnStream.php144 public function isReadable() function in GuzzleHttp\\Psr7\\FnStream
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DStreamDecoratorTrait.php103 public function isReadable() function
105 return $this->stream->isReadable();
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 DGuzzleStreamWrapper.php30 if ($stream->isReadable()) {
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 DPumpStream.php107 public function isReadable() function in GuzzleHttp\\Stream\\PumpStream
/plugin/findologicxmlexport/vendor/hoa/stream/IStream/
H A DStatable.php117 public function isReadable(); function
/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DStreamInterface.php122 public function isReadable(); function
/plugin/prolog/
H A Dattribute_include.php76 if(!$this->isReadable($path))
111 function isReadable($file = null) function in AttributeInclude
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/
H A DLintCommand.php100 if (!$this->isReadable($filename)) {
241 private function isReadable($fileOrDirectory) function in Symfony\\Component\\Yaml\\Command\\LintCommand
/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

12