/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/ |
H A D | Utils.php | 61 while (!$stream->eof()) { 72 while (!$stream->eof() && $len < $maxLen) { 99 while (!$source->eof()) { 108 while (!$source->eof()) { 143 while (!$stream->eof()) { 168 while (!$stream->eof()) {
|
H A D | AppendStream.php | 128 public function eof() function in GuzzleHttp\\Stream\\AppendStream 132 $this->streams[$this->current]->eof()); 161 while ($this->pos < $offset && !$this->eof()) { 181 if ($this->streams[$this->current]->eof()) {
|
H A D | CachingStream.php | 110 public function eof() function in GuzzleHttp\\Stream\\CachingStream 112 return $this->stream->eof() && $this->remoteStream->eof();
|
H A D | StreamDecoratorTrait.php | 93 public function eof() function 95 return $this->stream->eof();
|
H A D | PumpStream.php | 82 public function eof() function in GuzzleHttp\\Stream\\PumpStream 131 while (!$this->eof()) {
|
H A D | LimitStream.php | 36 public function eof() function in GuzzleHttp\\Stream\\LimitStream 39 if ($this->stream->eof()) {
|
H A D | StreamInterface.php | 74 public function eof(); function
|
H A D | NullStream.php | 50 public function eof() function in GuzzleHttp\\Stream\\NullStream
|
H A D | GuzzleStreamWrapper.php | 85 return $this->stream->eof();
|
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
H A D | CachingStream.php | 74 while ($diff > 0 && !$this->remoteStream->eof()) { 127 public function eof() function in GuzzleHttp\\Psr7\\CachingStream 129 return $this->stream->eof() && $this->remoteStream->eof();
|
H A D | AppendStream.php | 136 public function eof() function in GuzzleHttp\\Psr7\\AppendStream 140 $this->streams[$this->current]->eof()); 174 while ($this->pos < $offset && !$this->eof()) { 197 if ($progressToNext || $this->streams[$this->current]->eof()) {
|
H A D | Utils.php | 52 while (!$source->eof()) { 59 while ($remaining > 0 && !$source->eof()) { 88 while (!$stream->eof()) { 100 while (!$stream->eof() && $len < $maxLen) { 136 while (!$stream->eof()) { 252 while (!$stream->eof()) {
|
H A D | StreamDecoratorTrait.php | 96 public function eof() function 98 return $this->stream->eof();
|
H A D | PumpStream.php | 86 public function eof() function in GuzzleHttp\\Psr7\\PumpStream 140 while (!$this->eof()) {
|
H A D | LimitStream.php | 39 public function eof() function in GuzzleHttp\\Psr7\\LimitStream 42 if ($this->stream->eof()) {
|
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/ |
H A D | LimitStreamTest.php | 32 $this->assertTrue($body->eof()); 34 $this->assertFalse($body->eof()); 37 $this->assertTrue($body->eof()); 102 $this->assertFalse($this->body->eof()); 104 $this->assertTrue($this->body->eof());
|
H A D | StreamTest.php | 30 $this->assertFalse($stream->eof()); 68 $this->assertFalse($stream->eof()); 70 $this->assertTrue($stream->eof()); 145 $this->assertTrue($stream->eof()); 234 $this->assertFalse($p->eof()); 238 $this->assertFalse($p->eof()); 240 $this->assertTrue($p->eof());
|
H A D | BufferStreamTest.php | 26 $this->assertFalse($b->eof()); 28 $this->assertTrue($b->eof()); 49 $this->assertTrue($b->eof());
|
H A D | NullStreamTest.php | 27 $this->assertTrue($b->eof()); 29 $this->assertTrue($b->eof());
|
H A D | FnStreamTest.php | 66 $this->assertEquals($b->eof(), true); 67 $this->assertEquals($a->eof(), true);
|
H A D | AppendStreamTest.php | 107 $this->assertFalse($a->eof()); 113 $this->assertTrue($a->eof()); 149 ->method('eof') 152 $this->assertFalse($a->eof());
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/ |
H A D | Stream.php | 96 private $eof; variable in phpseclib3\\Net\\SFTP\\Stream 271 $this->eof = false; 329 $this->eof = true; 368 $this->eof = false; 398 return $this->eof; 425 $this->eof = false; 730 $this->eof = false;
|
/plugin/findologicxmlexport/vendor/hoa/stream/IStream/ |
H A D | In.php | 54 public function eof(); function
|
/plugin/authgooglesheets/vendor/psr/http-message/src/ |
H A D | StreamInterface.php | 66 public function eof(); function
|
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ |
H A D | PhpParser.php | 81 while (!$file->eof()) {
|