Home
last modified time | relevance | path

Searched refs:MSG_ALL (Results 1 – 25 of 152) sorted by relevance

1234567

/dports/net/py-ldap0/python-ldap0-68c70989a8992cf656764e0b8acad9797895055f/tests/
H A Dtest_cext.py118 self.assertIsNotNone(_libldap0.MSG_ALL)
330 r = ldap_conn.result(msg_id, _libldap0.MSG_ALL, self.timeout)
340 r = ldap_conn.result(msg_id, _libldap0.MSG_ALL, self.timeout)
350 r = ldap_conn.result(msg_id, _libldap0.MSG_ALL, self.timeout)
364 r = ldap_conn.result(msg_id, _libldap0.MSG_ALL, self.timeout)
397 r = ldap_conn.result(msg_id, _libldap0.MSG_ALL, self.timeout)
412 r = ldap_conn.result(msg_id, _libldap0.MSG_ALL, self.timeout)
542 ldap_res = ldap_conn.result(msg_id, _libldap0.MSG_ALL, self.timeout)
609 r = ldap_conn.result(msg_id, _libldap0.MSG_ALL, self.timeout)
627 r = ldap_conn.result(msg_id, _libldap0.MSG_ALL, self.timeout)
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/
H A Dtnc.py50 MSG_ALL = MSG_ITER + MSG_INFO + MSG_VERS + MSG_EXIT variable
58 MSG_ALL: "All messages"
89 messages=MSG_ALL, maxCGit=-1, maxfun=None, eta=-1,
258 4:MSG_EXIT, 5:MSG_ALL}.get(messages, MSG_ALL)
369 4:MSG_EXIT, 5:MSG_ALL}.get(mesg_num, MSG_ALL)
371 messages = MSG_ALL
/dports/games/xonotic/Xonotic/source/qcsrc/common/effects/qc/
H A Dcasings.qc26 WriteHeader(MSG_ALL, casings);
27 WriteByte(MSG_ALL, casingtype);
28 WriteCoord(MSG_ALL, org.x);
29 WriteCoord(MSG_ALL, org.y);
30 WriteCoord(MSG_ALL, org.z);
31 WriteShort(MSG_ALL, compressShortVector(vel)); // actually compressed velocity
32 WriteByte(MSG_ALL, ang.x * 256 / 360);
33 WriteByte(MSG_ALL, ang.y * 256 / 360);
34 WriteByte(MSG_ALL, ang.z * 256 / 360);
/dports/net/py-ldap/python-ldap-3.4.0/Tests/
H A Dt_cext.py163 self.assertIsNotNone(_ldap.MSG_ALL)
434 r = l.result4(m, _ldap.MSG_ALL, self.timeout)
444 r = l.result4(m, _ldap.MSG_ALL, self.timeout)
454 r = l.result4(m, _ldap.MSG_ALL, self.timeout)
468 r = l.result4(m, _ldap.MSG_ALL, self.timeout)
507 r = l.result4(m, _ldap.MSG_ALL, self.timeout)
526 r = l.result4(m, _ldap.MSG_ALL, self.timeout)
711 r = l.result4(m, _ldap.MSG_ALL, self.timeout)
791 r = l.result4(m, _ldap.MSG_ALL, self.timeout)
810 r = l.result4(m, _ldap.MSG_ALL, self.timeout)
[all …]
/dports/games/qcc/send/v101qc/
H A Dclient.qc161 WriteByte (MSG_ALL, 2);
162 WriteByte (MSG_ALL, 3);
178 WriteByte (MSG_ALL, 2);
179 WriteByte (MSG_ALL, 3);
181 WriteByte (MSG_ALL, SVC_FINALE);
188 WriteByte (MSG_ALL, 2);
189 WriteByte (MSG_ALL, 3);
198 WriteByte (MSG_ALL, 2);
199 WriteByte (MSG_ALL, 3);
260 WriteByte (MSG_ALL, 3);
[all …]
H A Dboss.qc190 WriteByte (MSG_ALL, SVC_KILLEDMONSTER); // FIXME: reliable broadcast
317 WriteByte (MSG_ALL, SVC_TEMPENTITY);
318 WriteByte (MSG_ALL, TE_LIGHTNING3);
319 WriteEntity (MSG_ALL, world);
320 WriteCoord (MSG_ALL, p1_x);
321 WriteCoord (MSG_ALL, p1_y);
322 WriteCoord (MSG_ALL, p1_z);
323 WriteCoord (MSG_ALL, p2_x);
324 WriteCoord (MSG_ALL, p2_y);
325 WriteCoord (MSG_ALL, p2_z);
H A Doldone.qc126 WriteByte (MSG_ALL, SVC_FINALE);
127 WriteString (MSG_ALL, "");
220 WriteByte (MSG_ALL, SVC_FINALE);
221 …WriteString (MSG_ALL, "Congratulations and well done! You have\nbeaten the hideous Shub-Niggurath,…
234 WriteByte (MSG_ALL, SVC_CDTRACK);
235 WriteByte (MSG_ALL, 3);
236 WriteByte (MSG_ALL, 3);
/dports/games/quake-source/quake-source-1.01_1/send/v101qc/
H A Dclient.qc161 WriteByte (MSG_ALL, 2);
162 WriteByte (MSG_ALL, 3);
178 WriteByte (MSG_ALL, 2);
179 WriteByte (MSG_ALL, 3);
181 WriteByte (MSG_ALL, SVC_FINALE);
188 WriteByte (MSG_ALL, 2);
189 WriteByte (MSG_ALL, 3);
198 WriteByte (MSG_ALL, 2);
199 WriteByte (MSG_ALL, 3);
260 WriteByte (MSG_ALL, 3);
[all …]
H A Dboss.qc190 WriteByte (MSG_ALL, SVC_KILLEDMONSTER); // FIXME: reliable broadcast
317 WriteByte (MSG_ALL, SVC_TEMPENTITY);
318 WriteByte (MSG_ALL, TE_LIGHTNING3);
319 WriteEntity (MSG_ALL, world);
320 WriteCoord (MSG_ALL, p1_x);
321 WriteCoord (MSG_ALL, p1_y);
322 WriteCoord (MSG_ALL, p1_z);
323 WriteCoord (MSG_ALL, p2_x);
324 WriteCoord (MSG_ALL, p2_y);
325 WriteCoord (MSG_ALL, p2_z);
H A Doldone.qc126 WriteByte (MSG_ALL, SVC_FINALE);
127 WriteString (MSG_ALL, "");
220 WriteByte (MSG_ALL, SVC_FINALE);
221 …WriteString (MSG_ALL, "Congratulations and well done! You have\nbeaten the hideous Shub-Niggurath,…
234 WriteByte (MSG_ALL, SVC_CDTRACK);
235 WriteByte (MSG_ALL, 3);
236 WriteByte (MSG_ALL, 3);
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-vectorizer.c110 dump_printf (MSG_ALL, "\nAnalyzing loop at %s:%d\n", in vectorize_loops()
121 dump_printf (MSG_ALL, "\n\nVectorizing loop at %s:%d\n", in vectorize_loops()
132 dump_printf_loc (MSG_ALL, vect_location, in vectorize_loops()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-vectorizer.c110 dump_printf (MSG_ALL, "\nAnalyzing loop at %s:%d\n", in vectorize_loops()
121 dump_printf (MSG_ALL, "\n\nVectorizing loop at %s:%d\n", in vectorize_loops()
132 dump_printf_loc (MSG_ALL, vect_location, in vectorize_loops()
/dports/games/quake-dpmod/quake-dpmod-20130301/dpmod/qc/
H A Dm_oldone.qc134 WriteByte (MSG_ALL, SVC_FINALE);
135 WriteString (MSG_ALL, "");
235 WriteByte (MSG_ALL, SVC_FINALE);
236 …WriteString (MSG_ALL, "Congratulations and well done! You have\nbeaten the hideous Shub-Niggurath,…
249 WriteByte (MSG_ALL, SVC_CDTRACK);
250 WriteByte (MSG_ALL, 3);
251 WriteByte (MSG_ALL, 3);
H A Dclient.qc171 WriteByte (MSG_ALL, 2);
172 WriteByte (MSG_ALL, 3);
188 WriteByte (MSG_ALL, 2);
189 WriteByte (MSG_ALL, 3);
191 WriteByte (MSG_ALL, SVC_FINALE);
198 WriteByte (MSG_ALL, 2);
199 WriteByte (MSG_ALL, 3);
208 WriteByte (MSG_ALL, 2);
209 WriteByte (MSG_ALL, 3);
271 WriteByte (MSG_ALL, 3);
[all …]
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/include/
H A Dec_ui.h39 #define MSG_ALL INT_MAX macro
46 #define INSTANT_USER_MSG(x, ...) do { ui_msg(x, ## __VA_ARGS__ ); ui_msg_flush(MSG_ALL); } while(0)
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/src/interfaces/text/
H A Dec_text.c119 ui_msg_flush(MSG_ALL); in text_cleanup()
303 ui_msg_flush(MSG_ALL); in text_interface()
454 ui_msg_flush(MSG_ALL); in text_run_plugin()
515 ui_msg_flush(MSG_ALL); in text_run_filter()
705 ui_msg_flush(MSG_ALL); in text_redirects()
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/src/
H A Dec_exit.c46 ui_msg_flush(MSG_ALL); in clean_exit()
/dports/mail/mailutils/mailutils-3.13/mail/
H A Dhold.c41 return util_foreach_msg (argc, argv, MSG_ALL, hold0, NULL); in mail_hold()
H A Dsize.c42 return util_foreach_msg (argc, argv, MSG_ALL, size0, NULL); in mail_size()
H A Dundelete.c41 return util_foreach_msg (argc, argv, MSG_ALL, undelete0, NULL); in mail_undelete()
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/src/lua/
H A Dec_lua.c116 ui_msg_flush(MSG_ALL); in ec_lua_init()
182 ui_msg_flush(MSG_ALL); in ec_lua_fini()
/dports/textproc/yodl/yodl-5fa97b175c85581d01329013cfdb4239f019b023/yodl/src/message/
H A Dmessagesetverbosity.c30 mask = (unsigned)MSG_ALL; in message_setverbosity()
/dports/textproc/yodl/yodl-5fa97b175c85581d01329013cfdb4239f019b023/yodl/src/process/demo/
H A Ddemo.c67 message_setseverity(MSG_ALL); in main()
/dports/games/quakeforge/quakeforge-0.7.2/ruamoko/include/
H A Dmessage.h19 #define MSG_ALL 2 macro
/dports/net/py-ldap0/python-ldap0-68c70989a8992cf656764e0b8acad9797895055f/ldap0/
H A Dldapobject.py307 res = self.result(msgid, _libldap0.MSG_ALL, self.timeout)
338 res = self.result(msgid, _libldap0.MSG_ALL, self.timeout)
376 res = self.result(msgid, _libldap0.MSG_ALL, self.timeout)
483 res = self.result(msgid, _libldap0.MSG_ALL, self.timeout)
510 res = self.result(msgid, _libldap0.MSG_ALL, self.timeout)
594 res = self.result(msgid, _libldap0.MSG_ALL, self.timeout)
749 res = self.result(msgid, _libldap0.MSG_ALL, self.timeout)
756 all_results: int = _libldap0.MSG_ALL,
1036 res = self.result(msgid, _libldap0.MSG_ALL, self.timeout)

1234567