Home
last modified time | relevance | path

Searched refs:create_notification (Results 1 – 25 of 32) sorted by relevance

12

/dports/net/ryu/ryu-4.26/ryu/services/protocols/bgp/
H A Dnet_ctrl.py150 def create_notification(self, method, params): member in RpcSession
176 rpc_msg = self.create_notification(method, params)
290 rpc_msg = rpc_session.create_notification(
294 rpc_msg = rpc_session.create_notification(
305 rpc_msg = rpc_session.create_notification(
309 rpc_msg = rpc_session.create_notification(
/dports/www/moodle310/moodle/message/tests/
H A Dprivacy_provider_test.php389 $this->create_notification($user1->id, $user2->id, time() - (9 * DAYSECS));
888 $this->create_notification($user2->id, $user1->id, $now + (8 * DAYSECS));
889 $this->create_notification($user1->id, $user2->id, $now + (7 * DAYSECS));
893 $this->create_notification($user1->id, $user3->id, $now + (5 * DAYSECS));
894 $this->create_notification($user3->id, $user1->id, $now + (4 * DAYSECS));
898 $this->create_notification($user2->id, $user3->id, $now + (2 * DAYSECS));
899 $this->create_notification($user3->id, $user2->id, $now + (1 * DAYSECS));
954 $n2 = $this->create_notification($user2->id, $user1->id, $now + (8 * DAYSECS));
955 $n3 = $this->create_notification($user2->id, $user3->id, $now + (7 * DAYSECS));
1073 $n2 = $this->create_notification($user2->id, $user1->id, $now + (8 * DAYSECS));
[all …]
/dports/www/moodle311/moodle/message/tests/
H A Dprivacy_provider_test.php389 $this->create_notification($user1->id, $user2->id, time() - (9 * DAYSECS));
888 $this->create_notification($user2->id, $user1->id, $now + (8 * DAYSECS));
889 $this->create_notification($user1->id, $user2->id, $now + (7 * DAYSECS));
893 $this->create_notification($user1->id, $user3->id, $now + (5 * DAYSECS));
894 $this->create_notification($user3->id, $user1->id, $now + (4 * DAYSECS));
898 $this->create_notification($user2->id, $user3->id, $now + (2 * DAYSECS));
899 $this->create_notification($user3->id, $user2->id, $now + (1 * DAYSECS));
954 $n2 = $this->create_notification($user2->id, $user1->id, $now + (8 * DAYSECS));
955 $n3 = $this->create_notification($user2->id, $user3->id, $now + (7 * DAYSECS));
1073 $n2 = $this->create_notification($user2->id, $user1->id, $now + (8 * DAYSECS));
[all …]
/dports/www/moodle39/moodle/message/tests/
H A Dprivacy_provider_test.php389 $this->create_notification($user1->id, $user2->id, time() - (9 * DAYSECS));
888 $this->create_notification($user2->id, $user1->id, $now + (8 * DAYSECS));
889 $this->create_notification($user1->id, $user2->id, $now + (7 * DAYSECS));
893 $this->create_notification($user1->id, $user3->id, $now + (5 * DAYSECS));
894 $this->create_notification($user3->id, $user1->id, $now + (4 * DAYSECS));
898 $this->create_notification($user2->id, $user3->id, $now + (2 * DAYSECS));
899 $this->create_notification($user3->id, $user2->id, $now + (1 * DAYSECS));
954 $n2 = $this->create_notification($user2->id, $user1->id, $now + (8 * DAYSECS));
955 $n3 = $this->create_notification($user2->id, $user3->id, $now + (7 * DAYSECS));
1073 $n2 = $this->create_notification($user2->id, $user1->id, $now + (8 * DAYSECS));
[all …]
/dports/deskutils/mate-notification-daemon/mate-notification-daemon-1.26.0/src/daemon/
H A Dengines.c42 GtkWindow* (*create_notification) (UrlClickedCb url_clicked_cb); member
91 BIND_REQUIRED_FUNC(create_notification); in load_theme_engine()
212 GtkWindow* nw = engine->create_notification(url_clicked_cb); in theme_create_notification()
/dports/net-im/fractal/fractal-4.4.0/fractal-gtk/src/appop/
H A Dnotify.rs86 let n = create_notification(&room_id, &title, &short_body, &avatar_path); in notify()
120 fn create_notification(room_id: &str, title: &str, body: &str, avatar: &Path) -> Notification { in create_notification() function
/dports/lang/spidermonkey60/firefox-60.9.0/dom/notification/test/mochitest/
H A Dmochitest.ini4 create_notification.html
/dports/www/firefox-esr/firefox-91.8.0/dom/notification/test/mochitest/
H A Dmochitest.ini5 create_notification.html
/dports/lang/spidermonkey78/firefox-78.9.0/dom/notification/test/mochitest/
H A Dmochitest.ini5 create_notification.html
/dports/www/firefox/firefox-99.0/dom/notification/test/mochitest/
H A Dmochitest.ini5 create_notification.html
/dports/mail/thunderbird/thunderbird-91.8.0/dom/notification/test/mochitest/
H A Dmochitest.ini5 create_notification.html
/dports/net/ryu/ryu-4.26/ryu/lib/
H A Drpc.py65 def create_notification(self, method, params): member in MessageEncoder
170 msg = self._encoder.create_notification(method, params)
/dports/x11/mako/mako-1.6/include/
H A Dnotification.h86 struct mako_notification *create_notification(struct mako_state *state);
/dports/devel/py-openstacksdk/openstacksdk-0.60.0/openstack/instance_ha/v1/
H A D_proxy.py52 def create_notification(self, **attrs): member in Proxy
/dports/devel/py-openstacksdk/openstacksdk-0.60.0/openstack/tests/unit/instance_ha/v1/
H A Dtest_proxy.py72 self.verify_create(self.proxy.create_notification,
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/rackspace/
H A Drax_mon_notification.py122 notification = cm.create_notification(notification_type,
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/cloud/rackspace/
H A Drax_mon_notification.py124 notification = cm.create_notification(notification_type,
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Drax_mon_notification.py124 notification = cm.create_notification(notification_type,
/dports/sysutils/gnome-settings-daemon/gnome-settings-daemon-3.38.2/plugins/power/
H A Dgsd-power-manager.c347 create_notification (const char *summary, in create_notification() function
413 create_notification (title, message->str, in engine_ups_discharging()
617 create_notification (title, message, in engine_charge_low()
804 create_notification (title, message, in engine_charge_critical()
909 create_notification (title, message, in engine_charge_action()
2178create_notification (_("Automatic logout"), _("You will soon log out because of inactivity."), in show_sleep_warning()
2183create_notification (_("Automatic suspend"), _("Computer will suspend very soon because of inactiv… in show_sleep_warning()
2188create_notification (_("Automatic hibernation"), _("Computer will suspend very soon because of ina… in show_sleep_warning()
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/html-preview/
H A Dhtml_preview.py166 notif = transfer.create_notification()
175 notif = transfer.create_notification()
/dports/deskutils/gnome-calendar/gnome-calendar-41.2/src/gui/
H A Dgcal-window.c638 create_notification (GcalWindow *window, in create_notification() function
771 create_notification (self, _("Another event deleted"), _("Undo")); in on_event_editor_dialog_remove_event_cb()
775 create_notification (self, _("Event deleted"), _("Undo")); in on_event_editor_dialog_remove_event_cb()
/dports/deskutils/mate-notification-daemon/mate-notification-daemon-1.26.0/src/themes/coco/
H A Dcoco-theme.c81 GtkWindow* create_notification(UrlClickedCb url_clicked);
376 create_notification(UrlClickedCb url_clicked) in create_notification() function
/dports/net/kamailio/kamailio-5.4.5/src/modules/ims_registrar_scscf/
H A Dregistrar_notify.c1478 int create_notification; in create_notifications() local
1511 create_notification = 0; in create_notifications()
1535 create_notification = 1; in create_notifications()
1542 create_notification = 1; in create_notifications()
1554 create_notification = 1; in create_notifications()
1558 if(create_notification) { in create_notifications()
/dports/deskutils/mate-notification-daemon/mate-notification-daemon-1.26.0/src/themes/slider/
H A Dtheme.c72 GtkWindow* create_notification(UrlClickedCb url_clicked);
309 GtkWindow* create_notification(UrlClickedCb url_clicked) in create_notification() function
/dports/x11/mako/mako-1.6/dbus/
H A Dxdg.c119 notif = create_notification(state); in handle_notify()

12