| /plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/ |
| 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()) {
|
| 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()) {
|
| D | CachingStream.php | 110 public function eof() function in GuzzleHttp\\Stream\\CachingStream 112 return $this->stream->eof() && $this->remoteStream->eof();
|
| D | StreamDecoratorTrait.php | 93 public function eof() function 95 return $this->stream->eof();
|
| D | PumpStream.php | 82 public function eof() function in GuzzleHttp\\Stream\\PumpStream 131 while (!$this->eof()) {
|
| D | LimitStream.php | 36 public function eof() function in GuzzleHttp\\Stream\\LimitStream 39 if ($this->stream->eof()) {
|
| /plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
| 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();
|
| 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()) {
|
| 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()) {
|
| D | StreamDecoratorTrait.php | 96 public function eof() function 98 return $this->stream->eof();
|
| D | LimitStream.php | 39 public function eof() function in GuzzleHttp\\Psr7\\LimitStream 42 if ($this->stream->eof()) {
|
| D | PumpStream.php | 86 public function eof() function in GuzzleHttp\\Psr7\\PumpStream 140 while (!$this->eof()) {
|
| /plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/ |
| 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());
|
| 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());
|
| D | BufferStreamTest.php | 26 $this->assertFalse($b->eof()); 28 $this->assertTrue($b->eof()); 49 $this->assertTrue($b->eof());
|
| D | NullStreamTest.php | 27 $this->assertTrue($b->eof()); 29 $this->assertTrue($b->eof());
|
| D | AppendStreamTest.php | 107 $this->assertFalse($a->eof()); 113 $this->assertTrue($a->eof()); 152 $this->assertFalse($a->eof());
|
| D | FnStreamTest.php | 66 $this->assertEquals($b->eof(), true); 67 $this->assertEquals($a->eof(), true);
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/ |
| D | CachingStream.php | 79 while ($diff > 0 && !$this->remoteStream->eof()) { 132 public function eof(): bool function in GuzzleHttp\\Psr7\\CachingStream 134 return $this->stream->eof() && $this->remoteStream->eof();
|
| D | AppendStream.php | 141 public function eof(): bool function in GuzzleHttp\\Psr7\\AppendStream 145 && $this->streams[$this->current]->eof()); 177 while ($this->pos < $offset && !$this->eof()) { 197 if ($progressToNext || $this->streams[$this->current]->eof()) {
|
| D | Utils.php | 52 while (!$source->eof()) { 59 while ($remaining > 0 && !$source->eof()) { 86 while (!$stream->eof()) { 98 while (!$stream->eof() && $len < $maxLen) { 131 while (!$stream->eof()) { 239 while (!$stream->eof()) {
|
| D | StreamDecoratorTrait.php | 102 public function eof(): bool function 104 return $this->stream->eof();
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/ |
| 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/asciidocjs/node_modules/with/node_modules/acorn/src/loose/ |
| D | state.js | 11 this.tok = this.last = {type: tt.eof, start: 0, end: 0} 94 return this.tok.type === tt.eof || this.tok.type === tt.braceR || 135 if (this.tok.type === closeTok || this.tok.type === tt.eof) return true
|
| /plugin/asciidocjs/node_modules/acorn/src/loose/ |
| D | state.js | 11 this.tok = this.last = {type: tt.eof, start: 0, end: 0} 95 return this.tok.type === tt.eof || this.tok.type === tt.braceR || 136 if (this.tok.type === closeTok || this.tok.type === tt.eof) return true
|