Home
last modified time | relevance | path

Searched refs:notify_send (Results 1 – 25 of 170) sorted by relevance

1234567

/dports/mail/neomutt/neomutt-20211029/index/
H A Dshared_data.c60 notify_send(shared->notify, NT_INDEX, NT_INDEX_CONTEXT, shared); in index_shared_context_observer()
85 notify_send(shared->notify, NT_INDEX, NT_INDEX_ACCOUNT, shared); in index_shared_account_observer()
110 notify_send(shared->notify, NT_INDEX, NT_INDEX_MAILBOX, shared); in index_shared_mailbox_observer()
145 notify_send(shared->notify, NT_INDEX, NT_INDEX_EMAIL, shared); in index_shared_email_observer()
219 notify_send(shared->notify, NT_INDEX, subtype, shared); in index_shared_data_set_context()
246 notify_send(shared->notify, NT_INDEX, NT_INDEX_EMAIL, shared); in index_shared_data_set_email()
279 notify_send(shared->notify, NT_INDEX, NT_INDEX_DELETE, shared); in index_shared_data_free()
306 notify_send(shared->notify, NT_INDEX, NT_INDEX_ADD, shared); in index_shared_data_new()
/dports/mail/neomutt/neomutt-20211029/compose/
H A Dfunctions.c460 notify_send(shared->notify, NT_COMPOSE, NT_COMPOSE_ATTACH, NULL); in op_compose_attach_file()
484 notify_send(shared->notify, NT_COMPOSE, NT_COMPOSE_ATTACH, NULL); in op_compose_attach_key()
599 notify_send(shared->notify, NT_COMPOSE, NT_COMPOSE_ATTACH, NULL); in op_compose_attach_message()
656 notify_send(shared->notify, NT_COMPOSE, NT_COMPOSE_ENVELOPE, NULL); in op_compose_edit_bcc()
674 notify_send(shared->notify, NT_COMPOSE, NT_COMPOSE_ENVELOPE, NULL); in op_compose_edit_cc()
779 notify_send(shared->notify, NT_COMPOSE, NT_COMPOSE_ATTACH, NULL); in op_compose_edit_file()
795 notify_send(shared->notify, NT_COMPOSE, NT_COMPOSE_ENVELOPE, NULL); in op_compose_edit_from()
1184 notify_send(shared->notify, NT_COMPOSE, NT_COMPOSE_ATTACH, NULL); in op_compose_ispell()
1302 notify_send(shared->notify, NT_COMPOSE, NT_COMPOSE_ATTACH, NULL); in op_compose_new_mime()
1648 notify_send(shared->notify, NT_COMPOSE, NT_COMPOSE_ATTACH, NULL); in op_delete()
[all …]
/dports/mail/neomutt/neomutt-20211029/core/
H A Daccount.c83 notify_send(a->notify, NT_MAILBOX, NT_MAILBOX_ADD, &ev_m); in account_mailbox_add()
105 notify_send(a->notify, NT_MAILBOX, NT_MAILBOX_DELETE_ALL, &ev_m); in account_mailbox_remove()
148 notify_send(a->notify, NT_ACCOUNT, NT_ACCOUNT_DELETE, &ev_a); in account_free()
H A Dmailbox.c96 notify_send(m->notify, NT_MAILBOX, NT_MAILBOX_DELETE, &ev_m); in mailbox_free()
100 notify_send(m->notify, NT_EMAIL, NT_EMAIL_DELETE_ALL, &ev_e); in mailbox_free()
218 notify_send(m->notify, NT_MAILBOX, action, &ev_m); in mailbox_changed()
H A Dneomutt.c94 notify_send(n->notify, NT_ACCOUNT, NT_ACCOUNT_ADD, &ev_a); in neomutt_account_add()
115 notify_send(n->notify, NT_ACCOUNT, NT_ACCOUNT_DELETE_ALL, &ev_a); in neomutt_account_remove()
/dports/mail/neomutt/neomutt-20211029/
H A Dalternates.c113 notify_send(AlternatesNotify, NT_ALTERN, NT_ALTERN_ADD, NULL); in parse_alternates()
142 notify_send(AlternatesNotify, NT_ALTERN, NT_ALTERN_DELETE, NULL); in parse_unalternates()
H A Dsubjectrx.c172 notify_send(SubjRxNotify, NT_SUBJRX, NT_SUBJRX_ADD, NULL); in parse_subjectrx_list()
189 notify_send(SubjRxNotify, NT_SUBJRX, NT_SUBJRX_DELETE, NULL); in parse_unsubjectrx_list()
H A Dkeymap.c1385 notify_send(NeoMutt->notify, NT_BINDING, NT_BINDING_DELETE, &ev_b); in mutt_parse_bind()
1407 notify_send(NeoMutt->notify, NT_BINDING, NT_BINDING_ADD, &ev_b); in mutt_parse_bind()
1429 notify_send(NeoMutt->notify, NT_BINDING, NT_BINDING_ADD, &ev_b); in mutt_parse_bind()
1557 notify_send(NeoMutt->notify, NT_BINDING, in mutt_parse_unbind()
1570 notify_send(NeoMutt->notify, NT_BINDING, in mutt_parse_unbind()
1624 notify_send(NeoMutt->notify, NT_BINDING, NT_MACRO_ADD, &ev_b); in mutt_parse_macro()
1645 notify_send(NeoMutt->notify, NT_BINDING, NT_MACRO_ADD, &ev_b); in mutt_parse_macro()
/dports/mail/neomutt/neomutt-20211029/gui/
H A Ddialog.c119 notify_send(dlg->notify, NT_WINDOW, NT_WINDOW_DIALOG, &ev_w); in dialog_push()
150 notify_send(last->notify, NT_WINDOW, NT_WINDOW_DIALOG, &ev_w); in dialog_pop()
H A Dmutt_window.c136 notify_send(win->notify, NT_WINDOW, NT_WINDOW_STATE, &ev_w); in window_notify()
212 notify_send(win->notify, NT_WINDOW, NT_WINDOW_DELETE, &ev_w); in mutt_window_free()
450 notify_send(child->notify, NT_WINDOW, NT_WINDOW_ADD, &ev_w); in mutt_window_add_child()
673 notify_send(win->notify, NT_WINDOW, NT_WINDOW_FOCUS, &ev_w); in window_set_focus()
/dports/devel/p5-UI-Dialog/UI-Dialog-1.21/lib/UI/Dialog/Backend/
H A DNotifySend.pod9 $ns->notify_send( subject => "Subject of notification." );
97 =head2 notify_send( )
105 $ns->notify_send( subject => "Notification subject",
H A DNotifySend.pm125 sub notify_send { subroutine
/dports/dns/yadifa/yadifa-2.5.3-10333/test/notify-test/
H A Dmain.c80 static void *notify_send(void* args_) in notify_send() function
261 thread_pool_enqueue_call(tp, notify_send, &args, NULL, "notify"); in main()
/dports/x11-wm/awesome/awesome-4.3/tests/examples/shims/
H A Ddbus.lua3 function dbus.notify_send(...) function
/dports/mail/neomutt/neomutt-20211029/pager/
H A Dfunctions.c213 notify_send(priv->notify, NT_PAGER, NT_PAGER_VIEW, priv); in jump_to_bottom()
623 notify_send(priv->notify, NT_PAGER, NT_PAGER_VIEW, priv); in op_half_down()
649 notify_send(priv->notify, NT_PAGER, NT_PAGER_VIEW, priv); in op_half_up()
760 notify_send(priv->notify, NT_PAGER, NT_PAGER_VIEW, priv); in op_next_line()
781 notify_send(priv->notify, NT_PAGER, NT_PAGER_VIEW, priv); in op_next_page()
827 notify_send(priv->notify, NT_PAGER, NT_PAGER_VIEW, priv); in op_pager_hide_quoted()
866 notify_send(priv->notify, NT_PAGER, NT_PAGER_VIEW, priv); in op_pager_skip_headers()
901 notify_send(priv->notify, NT_PAGER, NT_PAGER_VIEW, priv); in op_pager_skip_quoted()
967 notify_send(priv->notify, NT_PAGER, NT_PAGER_VIEW, priv); in op_pager_skip_quoted()
1017 notify_send(priv->notify, NT_PAGER, NT_PAGER_VIEW, priv); in op_prev_line()
[all …]
H A Dprivate_data.c47 notify_send(priv->notify, NT_PAGER, NT_PAGER_DELETE, priv); in pager_private_data_free()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/h2-0.3.9/src/proto/streams/
H A Dstream.rs278 self.notify_send(); in assign_capacity()
289 self.notify_send(); in notify_if_can_buffer_more()
319 pub fn notify_send(&mut self) { in notify_send() method
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/h2-0.3.9/src/proto/streams/
H A Dstream.rs278 self.notify_send(); in assign_capacity()
289 self.notify_send(); in notify_if_can_buffer_more()
319 pub fn notify_send(&mut self) { in notify_send() method
/dports/devel/cutter/cutter-1.2.6/module/ui/
H A Dcut-console-ui-factory.c330 const gchar *notify_send = "notify-send"; in search_notify_command() local
334 if (program_exist(notify_send) && in search_notify_command()
336 return notify_send; in search_notify_command()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/h2-0.3.9/src/proto/streams/
H A Dstream.rs278 self.notify_send();
289 self.notify_send();
319 pub fn notify_send(&mut self) {
/dports/mail/neomutt/neomutt-20211029/mutt/
H A Dnotify.h36 bool notify_send(struct Notify *notify, enum NotifyType event_type, int event_subtype, void *event_…
/dports/dns/opendnssec2/opendnssec-2.1.10/signer/src/wire/
H A Dnotify.h92 extern void notify_send(notify_type* notify);
/dports/mail/neomutt/neomutt-20211029/color/
H A Dcommand.c441 notify_send(ColorsNotify, NT_COLOR, NT_COLOR_RESET, &ev_c); in parse_uncolor()
475 notify_send(ColorsNotify, NT_COLOR, NT_COLOR_RESET, &ev_c); in parse_uncolor()
523 notify_send(ColorsNotify, NT_COLOR, NT_COLOR_RESET, &ev_c); in parse_uncolor()
671 notify_send(ColorsNotify, NT_COLOR, NT_COLOR_SET, &ev_c); in parse_color()
/dports/mail/neomutt/neomutt-20211029/attach/
H A Dattachments.c377 notify_send(AttachmentsNotify, NT_ATTACH, NT_ATTACH_ADD, NULL); in parse_attach_list()
444 notify_send(AttachmentsNotify, NT_ATTACH, NT_ATTACH_DELETE, NULL); in parse_unattach_list()
556 notify_send(AttachmentsNotify, NT_ATTACH, NT_ATTACH_DELETE_ALL, NULL); in parse_unattachments()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/h2-0.3.4/src/proto/streams/
H A Dstream.rs278 self.notify_send(); in assign_capacity()
308 pub fn notify_send(&mut self) { in notify_send() method

1234567