Home
last modified time | relevance | path

Searched refs:URGENCY_NORMAL (Results 1 – 23 of 23) sorted by relevance

/dports/deskutils/notify-osd/notify-osd-0.9.34/tests/
H A Dtest-notification.c490 notification_set_urgency (n, URGENCY_NORMAL); in test_notification_setget_urgency()
491 g_assert_cmpint (notification_get_urgency (n), ==, URGENCY_NORMAL); in test_notification_setget_urgency()
495 g_assert_cmpint (notification_get_urgency (n), ==, URGENCY_NORMAL); in test_notification_setget_urgency()
497 g_assert_cmpint (notification_get_urgency (n), ==, URGENCY_NORMAL); in test_notification_setget_urgency()
499 g_assert_cmpint (notification_get_urgency (n), ==, URGENCY_NORMAL); in test_notification_setget_urgency()
/dports/deskutils/mate-notification-daemon/mate-notification-daemon-1.26.0/src/daemon/
H A Ddaemon.h41 URGENCY_NORMAL, enumerator
/dports/net-im/scudcloud/scudcloud-1.65/scudcloud/
H A Dnotify2.py45 URGENCY_NORMAL = 1 variable
47 urgency_levels = [URGENCY_LOW, URGENCY_NORMAL, URGENCY_CRITICAL]
/dports/devel/py-notify2/notify2-0.3.1/examples/
H A Dnotify2.py48 URGENCY_NORMAL = 1 variable
50 urgency_levels = [URGENCY_LOW, URGENCY_NORMAL, URGENCY_CRITICAL]
/dports/devel/py-notify2/notify2-0.3.1/
H A Dnotify2.py48 URGENCY_NORMAL = 1 variable
50 urgency_levels = [URGENCY_LOW, URGENCY_NORMAL, URGENCY_CRITICAL]
H A Dtest_notify2.py65 nn.set_urgency(notify2.URGENCY_NORMAL)
/dports/deskutils/notify-osd/notify-osd-0.9.34/examples/
H A Dnormal-urgency.py125 n.set_urgency (pynotify.URGENCY_NORMAL)
/dports/print/hplip/hplip-3.20.6/ui5/
H A Dsystemtray.py102 ERROR_STATE_WARNING: (warn, pynotify.URGENCY_NORMAL),
104 ERROR_STATE_LOW_SUPPLIES: (warn, pynotify.URGENCY_NORMAL),
105 ERROR_STATE_BUSY: (warn, pynotify.URGENCY_NORMAL),
106 ERROR_STATE_LOW_PAPER: (warn, pynotify.URGENCY_NORMAL),
776 (getPynotifyIcon('info'), pynotify.URGENCY_NORMAL))
/dports/x11/fnott/fnott/
H A Dnotification.h36 enum urgency { URGENCY_LOW, URGENCY_NORMAL, URGENCY_CRITICAL }; enumerator
H A Ddbus.c193 enum urgency urgency = URGENCY_NORMAL; in notify()
H A Dnotification.c327 .urgency = URGENCY_NORMAL, in notif_mgr_create_notif()
/dports/deskutils/notify-osd/notify-osd-0.9.34/src/
H A Dnotification.h54 URGENCY_NORMAL, enumerator
H A Dnotification.c779 urgency != URGENCY_NORMAL && in notification_set_urgency()
/dports/print/hplip/hplip-3.20.6/ui4/
H A Dsystemtray.py104 ERROR_STATE_WARNING: (warn, pynotify.URGENCY_NORMAL),
106 ERROR_STATE_LOW_SUPPLIES: (warn, pynotify.URGENCY_NORMAL),
107 ERROR_STATE_BUSY: (warn, pynotify.URGENCY_NORMAL),
108 ERROR_STATE_LOW_PAPER: (warn, pynotify.URGENCY_NORMAL),
775 (getPynotifyIcon('info'), pynotify.URGENCY_NORMAL))
/dports/devel/py-notify2/notify2-0.3.1/docs/
H A Dindex.rst79 URGENCY_NORMAL
/dports/deskutils/mate-notification-daemon/mate-notification-daemon-1.26.0/src/themes/nodoka/
H A Dnodoka-theme.c89 URGENCY_NORMAL, enumerator
452 case URGENCY_NORMAL: // NORMAL in draw_stripe()
744 windata->urgency = URGENCY_NORMAL; in create_notification()
/dports/deskutils/mate-notification-daemon/mate-notification-daemon-1.26.0/src/themes/standard/
H A Dtheme.c81 URGENCY_NORMAL, enumerator
237 case URGENCY_NORMAL: // NORMAL in draw_stripe()
660 windata->urgency = URGENCY_NORMAL; in create_notification()
/dports/deskutils/mate-notification-daemon/mate-notification-daemon-1.26.0/src/themes/coco/
H A Dcoco-theme.c73 URGENCY_NORMAL, enumerator
387 windata->urgency = URGENCY_NORMAL; in create_notification()
/dports/devel/py-logbook/Logbook-1.1.0/logbook/
H A Dnotifiers.py180 return pn.URGENCY_NORMAL
/dports/deskutils/mate-notification-daemon/mate-notification-daemon-1.26.0/src/themes/slider/
H A Dtheme.c64 URGENCY_NORMAL, enumerator
322 windata->urgency = URGENCY_NORMAL; in create_notification()
/dports/sysutils/battray/battray-version-2.3/battray/
H A D__init__.py222 'normal': notify2.URGENCY_NORMAL,
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/notifications/
H A Dnotification_platform_bridge_linux.cc106 URGENCY_NORMAL = 1, enumerator
155 return URGENCY_NORMAL; in NotificationPriorityToFdoUrgency()
/dports/deskutils/xfce4-notifyd/xfce4-notifyd-0.6.2/xfce4-notifyd/
H A Dxfce-notify-daemon.c94 URGENCY_NORMAL, enumerator