Home
last modified time | relevance | path

Searched refs:throttle_check (Results 1 – 10 of 10) sorted by relevance

/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Catalog/
H A DSeafileAdapter.php138 $libraries = $this->throttle_check(function () {
164 private function throttle_check($func) function in Ampache\\Module\\Catalog\\SeafileAdapter
228 $directory = $this->throttle_check(function () use ($path) {
307 $url = $this->throttle_check(function () use ($file) {
317 $response = $this->throttle_check(function () use ($url, $opts) {
/dports/www/py-django-tastypie/django-tastypie-0.14.4/docs/
H A Dthrottling.rst103 Using throttling with something like search, requires that you call ``throttle_check``
125 self.throttle_check(request)
H A Dcookbook.rst375 self.throttle_check(request)
H A Dresources.rst98 * & the user has not exceeded their throttle (``throttle_check``).
997 ``throttle_check``
1000 .. method:: Resource.throttle_check(self, request)
/dports/mail/postfix-policyd-sf/policyd-1.82/
H A Dthrottle.c39 throttle_check (unsigned int fd) in throttle_check() function
H A Dpolicyd.h249 int throttle_check(unsigned int fd);
H A Dpolicyd.c499 switch (throttle_check(fd)) in chk_pol()
H A DChangeLog.163 * throttle.c: throttle_check() max % value raised. report by Tavis Gustafson.
/dports/www/py-django-tastypie/django-tastypie-0.14.4/tastypie/
H A Dresources.py496 self.throttle_check(request)
586 def throttle_check(self, request): member in Resource
1744 self.throttle_check(request)
1765 self.throttle_check(request)
/dports/net-p2p/ncdc/ncdc-1.22.1/src/
H A Dcc.c177 static gboolean throttle_check(cc_t *cc, char *tth, guint64 offset) { in throttle_check() function
661 else if(!cc->slot_granted && throttle_check(cc, root, G_MAXUINT64)) { in handle_adcget()
757 if(f && !cc->slot_granted && throttle_check(cc, f->tth, start)) { in handle_adcget()