/dports/sysutils/py-salt/salt-3004.1/salt/modules/ |
H A D | smtp.py | 76 def send_msg( function 78 message, argument
|
H A D | xmpp.py | 115 def send_msg(recipient, message, jid=None, password=None, profile=None): function 144 message, argument
|
/dports/net-im/tkabber/tkabber-1.1.2/ |
H A D | messages.tcl | 3 namespace eval message { namespace 513 proc message::send_msg {xlib to args} { procedure
|
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/tests/loggen/socket_plugin/ |
H A D | socket_plugin.c | 322 char *message = g_malloc0(MAX_MESSAGE_LENGTH+1); in active_thread_func() local 441 send_msg(int fd, char *msg, size_t msg_len) in send_msg() function
|
/dports/devel/py-oslo.messaging/oslo.messaging-12.11.0/tools/ |
H A D | simulator.py | 116 def update_message(message, **kwargs): argument 314 def info(self, ctxt, message): argument 333 def sync_start(self, ctx, message): argument 340 def sync_done(self, ctx, message): argument 386 def send_msg(self): member in Client 430 def send_msg(self): member in RPCClient
|
/dports/net/latd/latd-1.31/ |
H A D | latcp.cc | 320 char message[520]; in set_rating() local 366 char message[1024]; in set_ident() local 530 char message[520]; in set_node() local 665 char message[520]; in add_service() local 684 char message[520]; in add_service() local 741 char message[520]; in del_service() local 906 bool send_msg(int fd, int cmd, char *buf, int len) in send_msg() function
|
/dports/net/ryu/ryu-4.26/ryu/tests/switch/ |
H A D | tester.py | 621 def _test_msg_install(self, datapath, message): argument 633 def _test_exist_check(self, method, message): argument 1152 def send_msg(self, msg): member in OpenFlowSw 1476 def send_msg(self, _): member in DummyDatapath
|
/dports/net-im/libpurple/pidgin-2.14.8/finch/ |
H A D | gntpounce.c | 86 GntWidget *send_msg; member 186 const char *message, *command, *reason; in save_pounce_cb() local 870 const char *message; in pounce_cb() local
|
/dports/net-im/pidgin/pidgin-2.14.8/finch/ |
H A D | gntpounce.c | 86 GntWidget *send_msg; member 186 const char *message, *command, *reason; in save_pounce_cb() local 870 const char *message; in pounce_cb() local
|
/dports/net-im/finch/pidgin-2.14.8/finch/ |
H A D | gntpounce.c | 86 GntWidget *send_msg; member 186 const char *message, *command, *reason; in save_pounce_cb() local 870 const char *message; in pounce_cb() local
|
/dports/net-im/libpurple/pidgin-2.14.8/pidgin/ |
H A D | gtkpounce.c | 94 GtkWidget *send_msg; member 258 char *message; in save_pounce_cb() local 399 message_recv_toggle(GtkButton *message_recv, GtkWidget *send_msg) in message_recv_toggle() 1460 const char *message; in pounce_cb() local
|
/dports/net-im/pidgin/pidgin-2.14.8/pidgin/ |
H A D | gtkpounce.c | 94 GtkWidget *send_msg; member 258 char *message; in save_pounce_cb() local 399 message_recv_toggle(GtkButton *message_recv, GtkWidget *send_msg) in message_recv_toggle() 1460 const char *message; in pounce_cb() local
|
/dports/net-im/finch/pidgin-2.14.8/pidgin/ |
H A D | gtkpounce.c | 94 GtkWidget *send_msg; member 258 char *message; in save_pounce_cb() local 399 message_recv_toggle(GtkButton *message_recv, GtkWidget *send_msg) in message_recv_toggle() 1460 const char *message; in pounce_cb() local
|
/dports/mail/balsa/balsa-2.5.1/src/ |
H A D | balsa-message.c | 1105 LibBalsaMessage *message; in balsa_message_set() local 2367 handle_mdn_request(GtkWindow *parent, LibBalsaMessage *message) in handle_mdn_request() 2479 LibBalsaMessage *message; in create_mdn_reply() local 2556 LibBalsaMessage * send_msg, LibBalsaIdentity *mdn_ident) in create_mdn_dialog() 2588 LibBalsaMessage *send_msg = in mdn_dialog_response() local 2668 LibBalsaMessage * message) in balsa_message_scan_signatures() 2765 libbalsa_msg_try_decrypt(LibBalsaMessage * message, LibBalsaMessageBody * body, in libbalsa_msg_try_decrypt() 2993 libbalsa_msg_part_2440(LibBalsaMessage * message, LibBalsaMessageBody * body, in libbalsa_msg_part_2440() 3101 libbalsa_msg_perform_crypto_real(LibBalsaMessage * message, in libbalsa_msg_perform_crypto_real() 3152 balsa_message_perform_crypto(LibBalsaMessage * message, in balsa_message_perform_crypto() [all …]
|
/dports/x11-fm/rox-filer/rox-filer-2.11/ROX-Filer/src/ |
H A D | action.c | 103 static GString *message = NULL; variable 538 static gboolean send_msg(void) in send_msg() function 2236 static void log_info_paths_leaf(const gchar *message, GList *paths, in log_info_paths_leaf() 2416 GString *message; in remove_pinned_ok() local
|
/dports/databases/py-cassandra-driver/cassandra-driver-3.18.0/cassandra/ |
H A D | connection.py | 258 def __init__(self, message, endpoint=None): argument 604 …def send_msg(self, msg, request_id, cb, encoder=ProtocolHandler.encode_message, decoder=ProtocolHa… member in Connection
|
/dports/games/dose-response/dose-response-179c326/cargo-crates/zmq-0.8.2/src/ |
H A D | lib.rs | 37 mod message; module 639 pub fn send_msg(&self, mut msg: Message, flags: i32) -> Result<()> { in send_msg() method
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/frame_host/ |
H A D | render_frame_host_manager.cc | 2226 std::string message = base::StringPrintf( in CreateSpeculativeRenderFrame() local 3018 auto send_msg = [instance_to_skip](IPC::Sender* sender, int routing_id, in SendPageMessage() local
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/net/ |
H A D | nettest.c | 936 static int send_msg(int sd, void *addr, socklen_t alen, struct sock_args *args) in send_msg() function 1400 static void ipc_write(int fd, int message) in ipc_write()
|
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/net/ |
H A D | nettest.c | 936 static int send_msg(int sd, void *addr, socklen_t alen, struct sock_args *args) in send_msg() function 1400 static void ipc_write(int fd, int message) in ipc_write()
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/net/ |
H A D | nettest.c | 936 static int send_msg(int sd, void *addr, socklen_t alen, struct sock_args *args) in send_msg() function 1400 static void ipc_write(int fd, int message) in ipc_write()
|
/dports/games/quakeforge/quakeforge-0.7.2/tools/qfcc/source/ |
H A D | expr.c | 2831 message_expr (expr_t *receiver, keywordarg_t *message) in message_expr() 2843 expr_t *send_msg; in message_expr() local
|
/dports/games/mangband/mangband-1.5.3/src/client/ |
H A D | net-client.c | 362 int send_msg(cptr message) in send_msg() function
|