Home
last modified time | relevance | path

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

12

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DPumpStream.php116 public function isReadable() function in GuzzleHttp\\Psr7\\PumpStream
H A DMessage.php62 if (!$body->isSeekable() || !$body->isReadable()) {
H A DStream.php152 public function isReadable() function in GuzzleHttp\\Psr7\\Stream
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DAsyncReadStream.php72 if (!$buffer->isReadable() || !$buffer->isWritable()) {
H A DStream.php195 public function isReadable() function in GuzzleHttp\\Stream\\Stream
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DFnStreamTest.php60 $this->assertEquals($b->isReadable(), true);
H A DAppendStreamTest.php21 ->method('isReadable')
38 ->method('isReadable')
90 $this->assertTrue($a->isReadable());
132 ->method('isReadable')
146 ->method('isReadable')
H A DAsyncReadStreamTest.php20 ['isReadable' => function () { return false; }]
76 $this->assertTrue($a->isReadable());
/plugin/findologicxmlexport/vendor/hoa/file/
H A DGeneric.php229 public function isReadable() function in Hoa\\File\\Generic
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php2511 public static function isReadable() function in PHPUnit_Framework_Assert
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md116 `getStatistics`, `getATime`, `getCTime`, `isReadable` etc.,
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DConstraintTest.php115 $constraint = PHPUnit_Framework_Assert::isReadable();

12