Home
last modified time | relevance | path

Searched refs:downloadSize (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/RealTimeBidding/
DPolicyTopicEvidence.php96 public function setDownloadSize(DownloadSizeEvidence $downloadSize) argument
98 $this->downloadSize = $downloadSize;
105 return $this->downloadSize;
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/Handler/
DCurlFactory.php524 …$conf[\CURLOPT_PROGRESSFUNCTION] = static function ($resource, int $downloadSize, int $downloaded,…
525 $progress($downloadSize, $downloaded, $uploadSize, $uploaded);