Home
last modified time | relevance | path

Searched refs:refresh_limit (Results 1 – 25 of 36) sorted by relevance

12

/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Application/LocalPlay/
H A DAbstractLocalPlayAction.php65 $refresh_limit = $this->configContainer->get(ConfigurationKeyEnum::REFRESH_LIMIT) ?? 0;
66 if ($refresh_limit > 5) {
/dports/editors/cooledit/cooledit-3.17.28/rxvt/
H A Drxvtlib.c57 static int refresh_count = 0, refresh_limit = 1, refresh_type = SLOW_REFRESH; variable
254 o->refresh_limit = refresh_limit; in rxvtlib_init()
H A Drxvtlib_command.c1437 if (o->refresh_count >= (o->refresh_limit * (o->TermWin.nrow - 1))) { in rxvtlib_cmd_getc()
1438 if (o->refresh_limit < REFRESH_PERIOD) in rxvtlib_cmd_getc()
1439 o->refresh_limit++; in rxvtlib_cmd_getc()
1503 o->refresh_limit = 1; in rxvtlib_cmd_getc()
1523 if (o->refresh_count >= (o->refresh_limit * (o->TermWin.nrow - 1))) { in rxvtlib_update_screen()
1524 if (o->refresh_limit < REFRESH_PERIOD) in rxvtlib_update_screen()
1525 o->refresh_limit++; in rxvtlib_update_screen()
1544 o->refresh_limit = 1; in rxvtlib_update_screen()
1583 o->refresh_limit = 1; in rxvt_process_x_event()
2187 o->refresh_count = o->refresh_limit = 0; in rxvtlib_process_x_event()
[all …]
/dports/audio/ampache/ampache-php74-5.0.0/public/templates/
H A Djavascript_refresh.inc.php29 var refreshInterval=<?php echo $refresh_limit ?>;
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/samples/sample_fei/include/
H A Dencoding_task_pool.h47 mfxU16 refresh_limit; variable
59 , refresh_limit(limit) in last_encoded_task()
74 refresh_limit = limit; in Init()
113 if (task_pool.size() >= refresh_limit) in UpdatePool()
/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Application/Index/
H A DShowAction.php75 $refresh_limit = $refreshLimit;
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/include/fluent-bit/
H A Dflb_aws_util.h100 time_t refresh_limit; member
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/spanner/internal/
H A Dsession_pool.cc142 auto refresh_limit = now - options_.keep_alive_interval(); in RefreshExpiringSessions() local
145 if (last_use_time_lower_bound_ <= refresh_limit) { in RefreshExpiringSessions()
149 if (last_use_time <= refresh_limit) { in RefreshExpiringSessions()
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/spanner/internal/
H A Dsession_pool.cc144 auto refresh_limit = now - options_.keep_alive_interval(); in RefreshExpiringSessions() local
147 if (last_use_time_lower_bound_ <= refresh_limit) { in RefreshExpiringSessions()
151 if (last_use_time <= refresh_limit) { in RefreshExpiringSessions()
/dports/chinese/eterm/Eterm-0.9.6/src/
H A Dcommand.h344 extern int refresh_count, refresh_limit, refresh_type;
H A Dcommand.c152 int refresh_count = 0, refresh_limit = 1, refresh_type = FAST_REFRESH; variable
3328 if (refresh_count >= (refresh_limit * (TERM_WINDOW_GET_ROWS() - 1))) {
3329 …count %d >= limit %d * rows. (Refresh period %d.)\n", refresh_count, refresh_limit, REFRESH_PERIO…
3330 if (refresh_limit < REFRESH_PERIOD)
3331 refresh_limit++;
3479 refresh_limit = 1;
3663 if (++refresh_count >= (refresh_limit * (TERM_WINDOW_GET_ROWS() - 1)))
/dports/x11/eterm/Eterm-0.9.6/src/
H A Dcommand.h344 extern int refresh_count, refresh_limit, refresh_type;
H A Dcommand.c152 int refresh_count = 0, refresh_limit = 1, refresh_type = FAST_REFRESH; variable
3328 if (refresh_count >= (refresh_limit * (TERM_WINDOW_GET_ROWS() - 1))) {
3329 …count %d >= limit %d * rows. (Refresh period %d.)\n", refresh_count, refresh_limit, REFRESH_PERIO…
3330 if (refresh_limit < REFRESH_PERIOD)
3331 refresh_limit++;
3479 refresh_limit = 1;
3663 if (++refresh_count >= (refresh_limit * (TERM_WINDOW_GET_ROWS() - 1)))
/dports/japanese/eterm/Eterm-0.9.6/src/
H A Dcommand.h344 extern int refresh_count, refresh_limit, refresh_type;
H A Dcommand.c152 int refresh_count = 0, refresh_limit = 1, refresh_type = FAST_REFRESH; variable
3324 if (refresh_count >= (refresh_limit * (TERM_WINDOW_GET_ROWS() - 1))) {
3325 …count %d >= limit %d * rows. (Refresh period %d.)\n", refresh_count, refresh_limit, REFRESH_PERIO…
3326 if (refresh_limit < REFRESH_PERIOD)
3327 refresh_limit++;
3475 refresh_limit = 1;
3659 if (++refresh_count >= (refresh_limit * (TERM_WINDOW_GET_ROWS() - 1)))
/dports/x11/multi-aterm/multi-aterm-0.2.1/src/
H A Dcommand.c339 static int refresh_count = 0, refresh_limit = 1; variable
2176 if (refresh_count >= (refresh_limit * (TermWin.nrow - 1)) )
2178 if (refresh_limit < REFRESH_PERIOD)
2179 refresh_limit++;
2305 refresh_limit = 1;
3047 refresh_count = refresh_limit = 0;
3774 if (++refresh_count >= (refresh_limit * (TermWin.nrow - 1)))
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/src/aws/
H A Dflb_aws_util.c178 if (aws_client->has_auth && time(NULL) > aws_client->refresh_limit) { in flb_aws_client_request()
182 aws_client->refresh_limit = time(NULL) in flb_aws_client_request()
/dports/chinese/aterm/aterm-1.0.1/src/
H A Dcommand.c376 static int refresh_count = 0, refresh_limit = 1, variable
2083 if (refresh_count >= (refresh_limit * (TermWin.nrow - 1))) {
2084 if (refresh_limit < REFRESH_PERIOD)
2085 refresh_limit++;
2193 refresh_limit = 1;
2975 refresh_count = refresh_limit = 0;
3747 if (++refresh_count >= (refresh_limit * (TermWin.nrow - 1)))
/dports/x11/aterm/aterm-1.0.1/src/
H A Dcommand.c376 static int refresh_count = 0, refresh_limit = 1, variable
2085 if (refresh_count >= (refresh_limit * (TermWin.nrow - 1))) {
2086 if (refresh_limit < REFRESH_PERIOD)
2087 refresh_limit++;
2195 refresh_limit = 1;
2977 refresh_count = refresh_limit = 0;
3749 if (++refresh_count >= (refresh_limit * (TermWin.nrow - 1)))
/dports/x11/xvt/xvt-3.0.1/src/
H A Dcommand.c739 h->refresh_limit = 1;
1199 h->refresh_limit = 0;
3046 || (h->refresh_count >= (h->refresh_limit
3070 && h->refresh_limit < REFRESH_PERIOD)
3071 h->refresh_limit++;
H A Dxvt.h938 refresh_limit, member
/dports/x11-clocks/rclock/rxvt-2.7.10/src/
H A Dcommand.c739 h->refresh_limit = 1;
1199 h->refresh_limit = 0;
3046 || (h->refresh_count >= (h->refresh_limit
3070 && h->refresh_limit < REFRESH_PERIOD)
3071 h->refresh_limit++;
H A Drxvt.h938 refresh_limit, member
/dports/x11/mrxvt-devel/mrxvt-0.5.4/src/
H A Dinit.c971 r->h->refresh_limit = atol( r->h->rs[Rs_refreshLimit] ); in rxvt_set_jumpscroll()
972 if( r->h->refresh_limit < 0 ) in rxvt_set_jumpscroll()
973 r->h->refresh_limit = 0; in rxvt_set_jumpscroll()
976 r->h->refresh_limit = DEFAULT_REFRESH_LIMIT; in rxvt_set_jumpscroll()
/dports/x11/mrxvt/mrxvt-0.4.2/src/
H A Drxvt.h1534 refresh_limit, member

12