Home
last modified time | relevance | path

Searched refs:getRemaining (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/
DQuotaStatus.php55 public function getRemaining() function in Google\\Service\\AnalyticsData\\QuotaStatus
/plugin/calendar/classes/
DRateLimiter.php166 public static function getRemaining($action, $isWrite = false) { function in CalendarRateLimiter
270 $info = self::getRemaining($action, $isWrite);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/Paging/
H A DPagingResponse.php64 public function getRemaining(): int function in FreeDSx\\Ldap\\Server\\Paging\\PagingResponse
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerPagingHandler.php106 $response->getRemaining(),
/plugin/calendar/
Daction.php110 'retry_after' => CalendarRateLimiter::getRemaining($action, $isWriteAction)['reset']