Home
last modified time | relevance | path

Searched refs:notify_message (Results 51 – 75 of 376) sorted by relevance

12345678910>>...16

/dports/print/ghostscript8-base/ghostscript-8.71/psi/
H A Ddwsetup.cpp351 WORD notify_message; in DirDlgProc() local
360 notify_message = HIWORD(wParam); in DirDlgProc()
363 if (notify_message == LBN_DBLCLK) { in DirDlgProc()
/dports/print/ghostscript8-x11/ghostscript-8.71/psi/
H A Ddwsetup.cpp351 WORD notify_message; in DirDlgProc() local
360 notify_message = HIWORD(wParam); in DirDlgProc()
363 if (notify_message == LBN_DBLCLK) { in DirDlgProc()
/dports/net-im/profanity/profanity-0.11.1/src/ui/
H A Dprivwin.c91 notify_message(jidp->resourcepart, num, message->plain); in privwin_incoming_msg()
H A Dchatwin.c332 notify_message(display_name, num, message->plain); in chatwin_incoming_msg()
H A Dui.h406 void notify_message(const char* const name, int win, const char* const text);
/dports/net-im/libpurple/pidgin-2.14.8/libpurple/
H A Dnotify.c71 if (ops != NULL && ops->notify_message != NULL) { in purple_notify_message()
72 void *ui_handle = ops->notify_message(type, title, primary, in purple_notify_message()
/dports/net-im/pidgin/pidgin-2.14.8/libpurple/
H A Dnotify.c71 if (ops != NULL && ops->notify_message != NULL) { in purple_notify_message()
72 void *ui_handle = ops->notify_message(type, title, primary, in purple_notify_message()
/dports/net-im/finch/pidgin-2.14.8/libpurple/
H A Dnotify.c71 if (ops != NULL && ops->notify_message != NULL) { in purple_notify_message()
72 void *ui_handle = ops->notify_message(type, title, primary, in purple_notify_message()
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/master/
H A Dservice.c91 struct notify_message notifymsg; in notify_master()
H A Dmaster.c1426 static int read_msg(int fd, struct notify_message *msg) in read_msg()
1430 int s = sizeof(struct notify_message); in read_msg()
1448 static void process_msg(int si, struct notify_message *msg) in process_msg()
2631 struct notify_message msg;
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/master/
H A Dservice.c91 struct notify_message notifymsg; in notify_master()
H A Dmaster.c1395 static int read_msg(int fd, struct notify_message *msg) in read_msg()
1399 int s = sizeof(struct notify_message); in read_msg()
1417 static void process_msg(int si, struct notify_message *msg) in process_msg()
2555 struct notify_message msg; in main()
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/master/
H A Dservice.c91 struct notify_message notifymsg; in notify_master()
H A Dmaster.c1388 static int read_msg(int fd, struct notify_message *msg) in read_msg()
1392 int s = sizeof(struct notify_message); in read_msg()
1410 static void process_msg(int si, struct notify_message *msg) in process_msg()
2417 struct notify_message msg;
/dports/audio/bslizr-lv2/BSlizr-1.2.16/src/
H A DBSlizr.cpp267 lv2_atom_forge_key(&forge, uris.notify_message); in notifyMessageToGui()
H A DBSlizr_GUI.cpp375 lv2_atom_object_get(obj, uris.notify_message, &data, 0); in portEvent()
/dports/astro/py-indiweb/indiweb-0.1.7/indiweb/views/
H A Dform.tpl102 <div id="notify_message"></div>
/dports/net-im/profanity/profanity-0.11.1/tests/unittests/ui/
H A Dstub_ui.c1348 notify_message(const char* const name, int win, const char* const text) in notify_message() function
/dports/x11/mlterm/mlterm-3.9.1/vtemu/
H A Dzmodem.c5717 char notify_message[DIALOG_MESSAGE_SIZE]; in zmodem_stop() local
5730 snprintf(notify_message, sizeof(notify_message), in zmodem_stop()
5734 notify_form(notify_message, 0); in zmodem_stop()
/dports/audio/bchoppr-lv2/BChoppr-1.10.10/src/
H A DBChoppr.cpp461 lv2_atom_forge_key(&forge, uris.notify_message); in notifyMessageToGui()
/dports/net-im/py-unmessage/unmessage-0.2.0/unmessage/
H A Dgui.py412 def notify_message(self, notification): member in ChatTab
H A Dcli.py627 def notify_message(self, notification): member in _ConversationHandler
/dports/deskutils/semantik/semantik-1.2.7/src/
H A Dcanvas_view.cpp1384 m_oMediator->notify_message(i18n("No destination file selected"), 5000); in export_map_size()
1408 m_oMediator->notify_message(i18n("Exported '%1'", url.fileName()), 2000); in export_map_size()
/dports/net-p2p/c-lightning/lightning-0.10.2/contrib/pyln-client/pyln/client/
H A Dplugin.py690 def notify_message(self, request: Request, message: str, member in Plugin
/dports/www/otrs/otrs-rel-6_0_29/scripts/database/
H A Dotrs-schema.mysql.sql255 notify_message VARCHAR (250) NULL, field

12345678910>>...16