Home
last modified time | relevance | path

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

1234567891011

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
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());
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());
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());
DLimitStreamTest.php109 $this->assertEquals(10, $this->body->getSize());
125 $this->assertNull($b->getSize());
132 $this->assertEquals(3, $b->getSize());
DPumpStreamTest.php21 $this->assertEquals(100, $p->getSize());
62 $this->assertNull($p->getSize());
DAppendStreamTest.php74 $this->assertSame(0, $a->getSize());
124 $this->assertEquals(6, $a->getSize());
135 $this->assertNull($a->getSize());
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
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();
DStreamDecoratorTrait.php91 public function getSize() function
93 return $this->stream->getSize();
DLimitStream.php58 public function getSize() function in GuzzleHttp\\Psr7\\LimitStream
60 if (null === ($length = $this->stream->getSize())) {
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DCachingStream.php42 public function getSize(): ?int function in GuzzleHttp\\Psr7\\CachingStream
44 $remoteSize = $this->remoteStream->getSize();
50 return max($this->stream->getSize(), $remoteSize);
65 $size = $this->remoteStream->getSize();
74 $diff = $byte - $this->stream->getSize();
81 $diff = $byte - $this->stream->getSize();
DStreamDecoratorTrait.php97 public function getSize(): ?int function
99 return $this->stream->getSize();
DLimitStream.php60 public function getSize(): ?int function in GuzzleHttp\\Psr7\\LimitStream
62 if (null === ($length = $this->stream->getSize())) {
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
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())
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) {
DStreamDecoratorTrait.php88 public function getSize() function
90 return $this->stream->getSize();
DLimitStream.php60 public function getSize() function in GuzzleHttp\\Stream\\LimitStream
62 if (null === ($length = $this->stream->getSize())) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/Paging/
H A DPagingRequest.php167 public function getSize(): int function in FreeDSx\\Ldap\\Server\\Paging\\PagingRequest
169 return $this->control->getSize();
179 return $this->control->getSize() === 0
195 && $this->control->getSize() >= 0;
/plugin/findologicxmlexport/vendor/hoa/file/
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/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/
DPrepareBodyMiddleware.php34 if ($request->getBody()->getSize() === 0) {
53 $size = $request->getBody()->getSize();
99 $size = $body->getSize();
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
DPrepareBodyMiddleware.php36 if ($request->getBody()->getSize() === 0) {
55 $size = $request->getBody()->getSize();
105 $size = $body->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/
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/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DProxyPagingHandler.php53 $entries = $paging->getEntries($pagingRequest->getSize());
82 $pagingRequest->getSize()
/plugin/jcapture/src/com/hammurapi/jcapture/
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());

1234567891011