Home
last modified time | relevance | path

Searched refs:getSize (Results 1 – 25 of 241) sorted by relevance

12345678910

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DDroppingStreamTest.php16 $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 DStreamTest.php29 $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 DAsyncReadStreamTest.php80 $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 DLimitStreamTest.php109 $this->assertEquals(10, $this->body->getSize());
121 'getSize' => function () { return null; },
125 $this->assertNull($b->getSize());
132 $this->assertEquals(3, $b->getSize());
H A DPumpStreamTest.php21 $this->assertEquals(100, $p->getSize());
62 $this->assertNull($p->getSize());
H A DAppendStreamTest.php74 $this->assertSame(0, $a->getSize());
124 $this->assertEquals(6, $a->getSize());
135 $this->assertNull($a->getSize());
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DCachingStream.php37 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 DStreamDecoratorTrait.php91 public function getSize() function
93 return $this->stream->getSize();
H A DLimitStream.php58 public function getSize() function in GuzzleHttp\\Psr7\\LimitStream
60 if (null === ($length = $this->stream->getSize())) {
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DCachingStream.php34 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 DAsyncReadStream.php166 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 DStreamDecoratorTrait.php88 public function getSize() function
90 return $this->stream->getSize();
H A DLimitStream.php60 public function getSize() function in GuzzleHttp\\Stream\\LimitStream
62 if (null === ($length = $this->stream->getSize())) {
H A DAppendStream.php113 public function getSize() function in GuzzleHttp\\Stream\\AppendStream
118 $s = $stream->getSize();
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DPrepareBodyMiddleware.php36 if ($request->getBody()->getSize() === 0) {
55 $size = $request->getBody()->getSize();
105 $size = $body->getSize();
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFinder.php344 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 DCardTest.php123 $this->assertEquals(4, $this->card->getSize());
124 $this->assertEquals(4, $this->card->getSize());
144 $this->assertEquals(4, $card->getSize());
/plugin/farm/
H A Doverview.class.php53 …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 DComponentMover.java226 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 DWikiFileSystem.php85 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 DCalendarObjectTest.php149 $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 DSchedulingObjectTest.php148 $size = $obj->getSize();
341 $this->assertEquals(3, $obj->getSize());
355 $this->assertEquals(4, $obj->getSize());
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DIFile.php79 function getSize(); function
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DIFile.php79 function getSize(); function
/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DUploadedFileInterface.php76 public function getSize(); function

12345678910