Home
last modified time | relevance | path

Searched refs:sizeEstimate (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/
DMessage.php48 public $sizeEstimate; variable in Google\\Service\\Gmail\\Message
145 public function setSizeEstimate($sizeEstimate) argument
147 $this->sizeEstimate = $sizeEstimate;
154 return $this->sizeEstimate;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DProxyPagingHandler.php60 $paging->sizeEstimate() ?? 0
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DPaging.php145 public function sizeEstimate(): ?int function in FreeDSx\\Ldap\\Search\\Paging