/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/ |
H A D | DroppingStreamTest.php | 16 $this->assertEquals(5, $drop->getSize()); 18 $this->assertEquals(0, $drop->getSize()); 20 $this->assertEquals(5, $stream->getSize()); 21 $this->assertEquals(5, $drop->getSize()); 23 $this->assertEquals(0, $drop->getSize());
|
H A D | StreamTest.php | 29 $this->assertEquals(4, $stream->getSize()); 80 $this->assertEquals(10, $stream->getSize()); 89 $this->assertEquals($size, $stream->getSize()); 91 $this->assertEquals($size, $stream->getSize()); 100 $this->assertEquals(3, $stream->getSize()); 102 $this->assertEquals(7, $stream->getSize()); 103 $this->assertEquals(7, $stream->getSize()); 146 $this->assertNull($stream->getSize()); 170 $this->assertNull($stream->getSize()); 225 $this->assertEquals(10, $s->getSize()); [all...] |
H A D | AsyncReadStreamTest.php | 80 $this->assertEquals(10, $a->getSize()); 88 $this->assertNull($a->getSize()); 124 $this->assertEquals(6, $buffer->getSize()); 132 $this->assertEquals(3, $buffer->getSize()); 136 $this->assertEquals(0, $buffer->getSize()); 169 $this->assertEquals(5, $buffer->getSize());
|
H A D | LimitStreamTest.php | 109 $this->assertEquals(10, $this->body->getSize()); 121 'getSize' => function () { return null; }, 125 $this->assertNull($b->getSize()); 132 $this->assertEquals(3, $b->getSize());
|
H A D | PumpStreamTest.php | 21 $this->assertEquals(100, $p->getSize()); 62 $this->assertNull($p->getSize());
|
H A D | AppendStreamTest.php | 74 $this->assertSame(0, $a->getSize()); 124 $this->assertEquals(6, $a->getSize()); 135 $this->assertNull($a->getSize());
|
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
H A D | CachingStream.php | 37 public function getSize() function in GuzzleHttp\\Psr7\\CachingStream 39 $remoteSize = $this->remoteStream->getSize(); 45 return max($this->stream->getSize(), $remoteSize); 60 $size = $this->remoteStream->getSize(); 69 $diff = $byte - $this->stream->getSize(); 76 $diff = $byte - $this->stream->getSize();
|
H A D | StreamDecoratorTrait.php | 91 public function getSize() function 93 return $this->stream->getSize();
|
H A D | LimitStream.php | 58 public function getSize() function in GuzzleHttp\\Psr7\\LimitStream 60 if (null === ($length = $this->stream->getSize())) {
|
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/ |
H A D | CachingStream.php | 34 public function getSize() function in GuzzleHttp\\Stream\\CachingStream 36 return max($this->stream->getSize(), $this->remoteStream->getSize()); 55 if ($byte > $this->stream->getSize()) { 60 . ' contains %d bytes', $byte, $this->stream->getSize())
|
H A D | AsyncReadStream.php | 166 public function getSize() function in GuzzleHttp\\Stream\\AsyncReadStream 184 $this->needsDrain = $this->stream->getSize() >= $this->hwm; 190 if ($this->needsDrain && $this->stream->getSize() === 0) {
|
H A D | StreamDecoratorTrait.php | 88 public function getSize() function 90 return $this->stream->getSize();
|
H A D | LimitStream.php | 60 public function getSize() function in GuzzleHttp\\Stream\\LimitStream 62 if (null === ($length = $this->stream->getSize())) {
|
H A D | AppendStream.php | 113 public function getSize() function in GuzzleHttp\\Stream\\AppendStream 118 $s = $stream->getSize();
|
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/ |
H A D | PrepareBodyMiddleware.php | 36 if ($request->getBody()->getSize() === 0) { 55 $size = $request->getBody()->getSize(); 105 $size = $body->getSize();
|
/plugin/findologicxmlexport/vendor/hoa/file/ |
H A D | Finder.php | 344 return $current->getSize() < $number; 351 return $current->getSize() <= $number; 358 return $current->getSize() > $number; 365 return $current->getSize() >= $number; 372 return $current->getSize() === $number; 557 return $a->getSize() < $b->getSize();
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/ |
H A D | CardTest.php | 123 $this->assertEquals(4, $this->card->getSize()); 124 $this->assertEquals(4, $this->card->getSize()); 144 $this->assertEquals(4, $card->getSize());
|
/plugin/farm/ |
H A D | overview.class.php | 53 …for($i=0; $i<count($animals); $i++) $l[sprintf('%020d', $animals[$i]->getInfos()->getSize()).uniqi… 120 $s = $a->getInfos()->getSize('all', false); 128 …(' '.$this->manager->getLang('animal_info_size').' : '.$a->getInfos()->getSize('all', true).', '… 132 …(' '.$this->manager->getLang('animal_info_size').' : '.$a->getInfos()->getSize('all', true).'<br… 147 …ptln(' '.$this->manager->getLang('animal_info_cachesize').' : '.$a->getInfos()->getSize('cache',… 148 …ptln(' '.$this->manager->getLang('animal_info_indexsize').' : '.$a->getInfos()->getSize('index',…
|
/plugin/jcapture/src/com/hammurapi/jcapture/ |
H A D | ComponentMover.java | 226 int width = source.getSize().width - dragInsets.left - dragInsets.right; in mousePressed() 227 int height = source.getSize().height - dragInsets.top in mousePressed() 329 return source.getParent().getSize(); in getBoundingSize()
|
/plugin/combo/ComboStrap/ |
H A D | WikiFileSystem.php | 85 public function getSize(Path $path) function in ComboStrap\\WikiFileSystem 87 return FileSystems::getSize($path->toLocalPath());
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/ |
H A D | CalendarObjectTest.php | 149 $size = $obj->getSize(); 378 $this->assertEquals(3, $obj->getSize()); 392 $this->assertEquals(4, $obj->getSize());
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/ |
H A D | SchedulingObjectTest.php | 148 $size = $obj->getSize(); 341 $this->assertEquals(3, $obj->getSize()); 355 $this->assertEquals(4, $obj->getSize());
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/ |
H A D | IFile.php | 79 function getSize(); function
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/ |
H A D | IFile.php | 79 function getSize(); function
|
/plugin/authgooglesheets/vendor/psr/http-message/src/ |
H A D | UploadedFileInterface.php | 76 public function getSize(); function
|