Home
last modified time | relevance | path

Searched refs:catch_up (Results 1 – 25 of 87) sorted by relevance

1234

/dports/devel/py-foolscap/foolscap-21.7.0/src/foolscap/logging/
H A Dpublish.py29 def subscribe(self, catch_up): argument
36 if catch_up:
101 def subscribe(self, catch_up=False, since=None): argument
105 if catch_up:
106 self.catch_up(since)
108 def catch_up(self, since): member in IncidentSubscription
181 def remote_subscribe_to_all(self, observer, catch_up=False): argument
183 eventually(s.subscribe, catch_up)
244 def remote_subscribe_to_incidents(self, observer, catch_up=False, since=""): argument
247 eventually(s.subscribe, catch_up, since)
H A Dinterfaces.py59 catch_up=Optional(bool, False)): argument
92 catch_up=Optional(bool, False), argument
H A Dtail.py156 catch_up = bool(self.options["catch-up"])
157 if catch_up:
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/accessibility/speakup/
H A Dthread.c34 (synth && synth->catch_up && synth->alive && in speakup_thread()
50 if (synth && synth->catch_up && synth->alive) { in speakup_thread()
55 synth->catch_up(synth); in speakup_thread()
H A Dspeakup_bns.c95 .catch_up = spk_do_catch_up,
H A Dspeakup_txprt.c94 .catch_up = spk_do_catch_up,
H A Dspeakup_acntsa.c98 .catch_up = spk_do_catch_up,
H A Dspeakup_dummy.c107 .catch_up = spk_do_catch_up_unicode,
H A Dspeakup_spkout.c100 .catch_up = spk_do_catch_up,
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/accessibility/speakup/
H A Dthread.c34 (synth && synth->catch_up && synth->alive && in speakup_thread()
50 if (synth && synth->catch_up && synth->alive) { in speakup_thread()
55 synth->catch_up(synth); in speakup_thread()
H A Dspeakup_txprt.c94 .catch_up = spk_do_catch_up,
H A Dspeakup_bns.c95 .catch_up = spk_do_catch_up,
H A Dspeakup_acntsa.c98 .catch_up = spk_do_catch_up,
H A Dspeakup_dummy.c107 .catch_up = spk_do_catch_up_unicode,
H A Dspeakup_spkout.c100 .catch_up = spk_do_catch_up,
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/accessibility/speakup/
H A Dthread.c34 (synth && synth->catch_up && synth->alive && in speakup_thread()
50 if (synth && synth->catch_up && synth->alive) { in speakup_thread()
55 synth->catch_up(synth); in speakup_thread()
H A Dspeakup_txprt.c94 .catch_up = spk_do_catch_up,
H A Dspeakup_bns.c95 .catch_up = spk_do_catch_up,
/dports/net-im/purple-googlechat/purple-googlechat-56ba7f7/
H A Dgooglechat_connection.h85 GOOGLECHAT_DEFINE_API_REQUEST_RESPONSE_FUNC(catch_up_group, CatchUpGroup, catch_up, CatchUp, "catch…
86 GOOGLECHAT_DEFINE_API_REQUEST_RESPONSE_FUNC(catch_up_user, CatchUpUser, catch_up, CatchUp, "catch_u…
/dports/dns/py-namebench/namebench-1.3.1/libnamebench/
H A Dcli.py75 catch_up = int(math.ceil((count - last_count) / 2.0))
76 sys.stdout.write('.' * catch_up)
/dports/news/trn/trn-3.6/
H A Drcln.h20 void catch_up _((NG_NUM,int));
/dports/news/trn4/trn-4.0-test77/
H A Drcln.h16 void catch_up _((NGDATA*,int,int));
/dports/games/minetest_game/minetest_game-5.4.1/mods/default/
H A Dfunctions.lua168 catch_up = false,
593 catch_up = false,
633 catch_up = false,
671 catch_up = false,
/dports/games/minetest_game/minetest_game-5.4.1/mods/fire/
H A Dinit.lua275 catch_up = false,
291 catch_up = false,
/dports/news/nn/nn-6.7.3/
H A Dnn.c45 static void catch_up(void);
385 catch_up(void) in catch_up() function
1116 catch_up(); in main()

1234