Home
last modified time | relevance | path

Searched refs:getSize (Results 76 – 100 of 241) sorted by relevance

12345678910

/plugin/webdav/vendor/sabre/dav/lib/DAV/FSExt/
H A DFile.php146 function getSize() { function in Sabre\\DAV\\FSExt\\File
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DBufferStream.php59 public function getSize() function in GuzzleHttp\\Psr7\\BufferStream
H A DStreamWrapper.php138 'size' => $this->stream->getSize() ?: 0,
H A DFnStream.php104 public function getSize() function in GuzzleHttp\\Psr7\\FnStream
/plugin/davcal/vendor/sabre/dav/lib/DAV/FSExt/
H A DFile.php146 function getSize() { function in Sabre\\DAV\\FSExt\\File
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DBufferStream.php61 public function getSize() function in GuzzleHttp\\Stream\\BufferStream
H A DFnStream.php17 'getSize', 'tell', 'eof', 'isSeekable', 'seek', 'isWritable', 'write',
93 public function getSize() function in GuzzleHttp\\Stream\\FnStream
H A DPumpStream.php72 public function getSize() function in GuzzleHttp\\Stream\\PumpStream
/plugin/combo/vendor/php-webdriver/webdriver/lib/Support/Events/
H A DEventFiringWebElement.php245 public function getSize() function in Facebook\\WebDriver\\Support\\Events\\EventFiringWebElement
248 return $this->element->getSize();
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DTar.php286 if (!$fileinfo->getIsdir() && $fileinfo->getSize() > 0) {
306 if ($read != $fileinfo->getSize()) {
308 throw new ArchiveCorruptedException("The size of $file changed while reading, archive corrupted. read $read expected ".$fileinfo->getSize());
512 $fileinfo->getSize(),
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DPagingControl.php68 public function getSize(): int
65 public function getSize(): int global() function in FreeDSx\\Ldap\\Control\\PagingControl
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php379 public function getSize() function in PHPUnit_Framework_TestCase
381 return PHPUnit_Util_Test::getSize(
392 return $this->getSize() !== PHPUnit_Util_Test::UNKNOWN;
400 return $this->getSize() === PHPUnit_Util_Test::SMALL;
408 return $this->getSize() === PHPUnit_Util_Test::MEDIUM;
416 return $this->getSize() === PHPUnit_Util_Test::LARGE;
2075 $this->getSize() != PHPUnit_Util_Test::UNKNOWN &&
2076 $passed[$dependency]['size'] > $this->getSize()) {
H A DTestResult.php408 'size' => PHPUnit_Util_Test::getSize(
655 $test->getSize() == PHPUnit_Util_Test::SMALL &&
666 $test->getSize() != PHPUnit_Util_Test::UNKNOWN &&
669 switch ($test->getSize()) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DRequest.php219 public function getSize() function in Google\\Service\\ServiceControl\\Request
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/FSExt/
H A DFileTest.php108 $this->assertEquals(8,$file->getSize());
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DLazyOpenStreamTest.php50 $this->assertEquals(3, $l->getSize());
H A DBufferStreamTest.php25 $this->assertEquals(3, $b->getSize());
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DCard.php163 function getSize() { function in Sabre\\CardDAV\\Card
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarObject.php173 function getSize() { function in Sabre\\CalDAV\\CalendarObject
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/
H A DCompany.php224 public function getSize() function in Google\\Service\\CloudTalentSolution\\Company
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DInstanceGroup.php224 public function getSize() function in Google\\Service\\Compute\\InstanceGroup
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DRevision.php269 public function getSize() function in Google\\Service\\Drive\\Revision
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DCard.php161 function getSize() { function in Sabre\\CardDAV\\Card
/plugin/farm/
H A Danimalmanager.class.php219 $s = $this->animal->getInfos()->getSize('all', false);
226 …s->manager->getLang('animal_info_size').' : '.$this->animal->getInfos()->getSize('all', true).'<br…
255 …nager->getLang('animal_info_cachesize').' : '.$this->animal->getInfos()->getSize('cache', true).'<…
256 …nager->getLang('animal_info_indexsize').' : '.$this->animal->getInfos()->getSize('index', true).'<…
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendarObject.php171 function getSize() { function in Sabre\\CalDAV\\CalendarObject

12345678910