Home
last modified time | relevance | path

Searched refs:notif (Results 1 – 25 of 1582) sorted by relevance

12345678910>>...64

/dports/net-mgmt/librenms/librenms-21.5.1/includes/html/pages/
H A Dnotifications.inc.php79 if (is_numeric($notif['source'])) {
80 … $notif['source'] = dbFetchCell('select username from users where user_id =?', [$notif['source']]);
103 …<footer><?php echo $notif['datetime']; ?> | Source: <code><?php echo $notif['source']; ?></code></…
115 if (is_numeric($notif['source'])) {
120 d_echo($notif);
122 if ($notif['severity'] == 1) {
127 …echo "<h4 class='$class' id='${notif['notifications_id']}'>${notif['title']}<span class='pull-righ…
142 …<footer><?php echo $notif['datetime']; ?> | Source: <code><?php echo $notif['source']; ?></code></…
165 if ($notif['severity'] == 1) {
170 echo " id='${notif['notifications_id']}'>${notif['title']}";
[all …]
/dports/x11/mako/mako-1.6/
H A Dnotification.c44 notif->timer = NULL; in reset_notification()
49 free(notif->body); in reset_notification()
52 free(notif->tag); in reset_notification()
90 return notif; in create_notification()
98 free(notif); in destroy_notification()
108 notif, &notif->style.group_criteria_spec); in close_notification()
123 wl_list_insert(&notif->state->history, &notif->link); in close_notification()
137 return notif; in get_notification()
147 if (notif->tag && strlen(notif->tag) != 0 && in get_tagged_notification()
150 return notif; in get_tagged_notification()
[all …]
/dports/x11/fnott/fnott/
H A Dnotification.c189 struct notif *notif = data; in surface_enter() local
210 notif_show(notif, notif->y); in surface_enter()
217 struct notif *notif = data; in surface_leave() local
231 struct notif *notif = data; in layer_surface_configure() local
242 struct notif *notif = data; in layer_surface_closed() local
320 struct notif *notif = malloc(sizeof(*notif)); in notif_mgr_create_notif() local
322 *notif = (struct notif) { in notif_mgr_create_notif()
401 notif_destroy(struct notif *notif) in notif_destroy() argument
441 get_dpi(const struct notif *notif) in get_dpi() argument
538 struct notif *notif = data; in fdm_timeout() local
[all …]
H A Dnotification.h38 struct notif;
45 void notif_destroy(struct notif *notif);
46 uint32_t notif_id(const struct notif *notif);
47 const struct monitor *notif_monitor(const struct notif *notif);
50 void notif_set_summary(struct notif *notif, const char *text);
51 void notif_set_body(struct notif *notif, const char *text);
53 void notif_set_image(struct notif *notif, pixman_image_t *pix);
54 void notif_set_timeout(struct notif *notif, int timeout_ms);
56 void notif_play_sound(struct notif *notif);
58 char *notif_get_summary(const struct notif *notif);
[all …]
/dports/x11/mako/mako-1.6/dbus/
H A Dxdg.c89 notif->timer = NULL; in handle_notification_timer()
113 if (notif) { in handle_notify()
122 if (notif == NULL) { in handle_notify()
126 free(notif->app_name); in handle_notify()
127 free(notif->app_icon); in handle_notify()
128 free(notif->summary); in handle_notify()
129 free(notif->body); in handle_notify()
364 if (notif->tag) { in handle_notify()
414 notif->icon = create_icon(notif); in handle_notify()
424 notif, &notif->style.group_criteria_spec); in handle_notify()
[all …]
H A Dmako.c62 set_dirty(notif->surface); in handle_dismiss_last_notification()
136 set_dirty(notif->surface); in handle_restore_action()
165 "s", notif->app_name); in handle_list_notifications()
171 "s", notif->app_icon); in handle_list_notifications()
177 "s", notif->category); in handle_list_notifications()
183 "s", notif->summary); in handle_list_notifications()
189 "s", notif->body); in handle_list_notifications()
195 "u", notif->id); in handle_list_notifications()
280 notif->group_index = -1; in reapply_config()
283 notif->surface = NULL; in reapply_config()
[all …]
/dports/devel/geany-plugin-utilslib/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-scinotification.c19 self->notif = NULL; in Notification_init()
31 if (!self->notif) in Notification_get_property()
46 return Py_BuildValue("c", self->notif->ch); in Notification_get_property()
52 return PyString_FromString(self->notif->text); in Notification_get_property()
54 return PyInt_FromLong((glong) self->notif->length); in Notification_get_property()
60 return PyLong_FromLong(self->notif->wParam); in Notification_get_property()
62 return PyLong_FromLong(self->notif->lParam); in Notification_get_property()
64 return PyInt_FromLong((glong) self->notif->line); in Notification_get_property()
74 return PyInt_FromLong((glong) self->notif->x); in Notification_get_property()
76 return PyInt_FromLong((glong) self->notif->y); in Notification_get_property()
[all …]
/dports/devel/geany-plugin-xmlsnippets/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-scinotification.c19 self->notif = NULL; in Notification_init()
31 if (!self->notif) in Notification_get_property()
46 return Py_BuildValue("c", self->notif->ch); in Notification_get_property()
52 return PyString_FromString(self->notif->text); in Notification_get_property()
54 return PyInt_FromLong((glong) self->notif->length); in Notification_get_property()
60 return PyLong_FromLong(self->notif->wParam); in Notification_get_property()
62 return PyLong_FromLong(self->notif->lParam); in Notification_get_property()
64 return PyInt_FromLong((glong) self->notif->line); in Notification_get_property()
74 return PyInt_FromLong((glong) self->notif->x); in Notification_get_property()
76 return PyInt_FromLong((glong) self->notif->y); in Notification_get_property()
[all …]
/dports/devel/geany-plugin-workbench/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-scinotification.c19 self->notif = NULL; in Notification_init()
31 if (!self->notif) in Notification_get_property()
46 return Py_BuildValue("c", self->notif->ch); in Notification_get_property()
52 return PyString_FromString(self->notif->text); in Notification_get_property()
54 return PyInt_FromLong((glong) self->notif->length); in Notification_get_property()
60 return PyLong_FromLong(self->notif->wParam); in Notification_get_property()
62 return PyLong_FromLong(self->notif->lParam); in Notification_get_property()
64 return PyInt_FromLong((glong) self->notif->line); in Notification_get_property()
74 return PyInt_FromLong((glong) self->notif->x); in Notification_get_property()
76 return PyInt_FromLong((glong) self->notif->y); in Notification_get_property()
[all …]
/dports/devel/geany-plugins-l10n/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-scinotification.c19 self->notif = NULL; in Notification_init()
31 if (!self->notif) in Notification_get_property()
46 return Py_BuildValue("c", self->notif->ch); in Notification_get_property()
52 return PyString_FromString(self->notif->text); in Notification_get_property()
54 return PyInt_FromLong((glong) self->notif->length); in Notification_get_property()
60 return PyLong_FromLong(self->notif->wParam); in Notification_get_property()
62 return PyLong_FromLong(self->notif->lParam); in Notification_get_property()
64 return PyInt_FromLong((glong) self->notif->line); in Notification_get_property()
74 return PyInt_FromLong((glong) self->notif->x); in Notification_get_property()
76 return PyInt_FromLong((glong) self->notif->y); in Notification_get_property()
[all …]
/dports/devel/geany-plugin-pairtaghighlighter/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-scinotification.c19 self->notif = NULL; in Notification_init()
31 if (!self->notif) in Notification_get_property()
46 return Py_BuildValue("c", self->notif->ch); in Notification_get_property()
52 return PyString_FromString(self->notif->text); in Notification_get_property()
54 return PyInt_FromLong((glong) self->notif->length); in Notification_get_property()
60 return PyLong_FromLong(self->notif->wParam); in Notification_get_property()
62 return PyLong_FromLong(self->notif->lParam); in Notification_get_property()
64 return PyInt_FromLong((glong) self->notif->line); in Notification_get_property()
74 return PyInt_FromLong((glong) self->notif->x); in Notification_get_property()
76 return PyInt_FromLong((glong) self->notif->y); in Notification_get_property()
[all …]
/dports/devel/geany-plugin-prj/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-scinotification.c19 self->notif = NULL; in Notification_init()
31 if (!self->notif) in Notification_get_property()
46 return Py_BuildValue("c", self->notif->ch); in Notification_get_property()
52 return PyString_FromString(self->notif->text); in Notification_get_property()
54 return PyInt_FromLong((glong) self->notif->length); in Notification_get_property()
60 return PyLong_FromLong(self->notif->wParam); in Notification_get_property()
62 return PyLong_FromLong(self->notif->lParam); in Notification_get_property()
64 return PyInt_FromLong((glong) self->notif->line); in Notification_get_property()
74 return PyInt_FromLong((glong) self->notif->x); in Notification_get_property()
76 return PyInt_FromLong((glong) self->notif->y); in Notification_get_property()
[all …]
/dports/devel/geany-plugin-tableconvert/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-scinotification.c19 self->notif = NULL; in Notification_init()
31 if (!self->notif) in Notification_get_property()
46 return Py_BuildValue("c", self->notif->ch); in Notification_get_property()
52 return PyString_FromString(self->notif->text); in Notification_get_property()
54 return PyInt_FromLong((glong) self->notif->length); in Notification_get_property()
60 return PyLong_FromLong(self->notif->wParam); in Notification_get_property()
62 return PyLong_FromLong(self->notif->lParam); in Notification_get_property()
64 return PyInt_FromLong((glong) self->notif->line); in Notification_get_property()
74 return PyInt_FromLong((glong) self->notif->x); in Notification_get_property()
76 return PyInt_FromLong((glong) self->notif->y); in Notification_get_property()
[all …]
/dports/devel/geany-plugin-vimode/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-scinotification.c19 self->notif = NULL; in Notification_init()
31 if (!self->notif) in Notification_get_property()
46 return Py_BuildValue("c", self->notif->ch); in Notification_get_property()
52 return PyString_FromString(self->notif->text); in Notification_get_property()
54 return PyInt_FromLong((glong) self->notif->length); in Notification_get_property()
60 return PyLong_FromLong(self->notif->wParam); in Notification_get_property()
62 return PyLong_FromLong(self->notif->lParam); in Notification_get_property()
64 return PyInt_FromLong((glong) self->notif->line); in Notification_get_property()
74 return PyInt_FromLong((glong) self->notif->x); in Notification_get_property()
76 return PyInt_FromLong((glong) self->notif->y); in Notification_get_property()
[all …]
/dports/devel/geany-plugin-spellcheck/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-scinotification.c19 self->notif = NULL; in Notification_init()
31 if (!self->notif) in Notification_get_property()
46 return Py_BuildValue("c", self->notif->ch); in Notification_get_property()
52 return PyString_FromString(self->notif->text); in Notification_get_property()
54 return PyInt_FromLong((glong) self->notif->length); in Notification_get_property()
60 return PyLong_FromLong(self->notif->wParam); in Notification_get_property()
62 return PyLong_FromLong(self->notif->lParam); in Notification_get_property()
64 return PyInt_FromLong((glong) self->notif->line); in Notification_get_property()
74 return PyInt_FromLong((glong) self->notif->x); in Notification_get_property()
76 return PyInt_FromLong((glong) self->notif->y); in Notification_get_property()
[all …]
/dports/devel/geany-plugin-projectorganizer/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-scinotification.c19 self->notif = NULL; in Notification_init()
31 if (!self->notif) in Notification_get_property()
46 return Py_BuildValue("c", self->notif->ch); in Notification_get_property()
52 return PyString_FromString(self->notif->text); in Notification_get_property()
54 return PyInt_FromLong((glong) self->notif->length); in Notification_get_property()
60 return PyLong_FromLong(self->notif->wParam); in Notification_get_property()
62 return PyLong_FromLong(self->notif->lParam); in Notification_get_property()
64 return PyInt_FromLong((glong) self->notif->line); in Notification_get_property()
74 return PyInt_FromLong((glong) self->notif->x); in Notification_get_property()
76 return PyInt_FromLong((glong) self->notif->y); in Notification_get_property()
[all …]
/dports/devel/geany-plugin-pohelper/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-scinotification.c19 self->notif = NULL; in Notification_init()
31 if (!self->notif) in Notification_get_property()
46 return Py_BuildValue("c", self->notif->ch); in Notification_get_property()
52 return PyString_FromString(self->notif->text); in Notification_get_property()
54 return PyInt_FromLong((glong) self->notif->length); in Notification_get_property()
60 return PyLong_FromLong(self->notif->wParam); in Notification_get_property()
62 return PyLong_FromLong(self->notif->lParam); in Notification_get_property()
64 return PyInt_FromLong((glong) self->notif->line); in Notification_get_property()
74 return PyInt_FromLong((glong) self->notif->x); in Notification_get_property()
76 return PyInt_FromLong((glong) self->notif->y); in Notification_get_property()
[all …]
/dports/devel/geany-plugin-shiftcolumn/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-scinotification.c19 self->notif = NULL; in Notification_init()
31 if (!self->notif) in Notification_get_property()
46 return Py_BuildValue("c", self->notif->ch); in Notification_get_property()
52 return PyString_FromString(self->notif->text); in Notification_get_property()
54 return PyInt_FromLong((glong) self->notif->length); in Notification_get_property()
60 return PyLong_FromLong(self->notif->wParam); in Notification_get_property()
62 return PyLong_FromLong(self->notif->lParam); in Notification_get_property()
64 return PyInt_FromLong((glong) self->notif->line); in Notification_get_property()
74 return PyInt_FromLong((glong) self->notif->x); in Notification_get_property()
76 return PyInt_FromLong((glong) self->notif->y); in Notification_get_property()
[all …]
/dports/devel/geany-plugin-pretty-printer/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-scinotification.c19 self->notif = NULL; in Notification_init()
31 if (!self->notif) in Notification_get_property()
46 return Py_BuildValue("c", self->notif->ch); in Notification_get_property()
52 return PyString_FromString(self->notif->text); in Notification_get_property()
54 return PyInt_FromLong((glong) self->notif->length); in Notification_get_property()
60 return PyLong_FromLong(self->notif->wParam); in Notification_get_property()
62 return PyLong_FromLong(self->notif->lParam); in Notification_get_property()
64 return PyInt_FromLong((glong) self->notif->line); in Notification_get_property()
74 return PyInt_FromLong((glong) self->notif->x); in Notification_get_property()
76 return PyInt_FromLong((glong) self->notif->y); in Notification_get_property()
[all …]
/dports/devel/geany-plugin-treebrowser/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-scinotification.c19 self->notif = NULL; in Notification_init()
31 if (!self->notif) in Notification_get_property()
46 return Py_BuildValue("c", self->notif->ch); in Notification_get_property()
52 return PyString_FromString(self->notif->text); in Notification_get_property()
54 return PyInt_FromLong((glong) self->notif->length); in Notification_get_property()
60 return PyLong_FromLong(self->notif->wParam); in Notification_get_property()
62 return PyLong_FromLong(self->notif->lParam); in Notification_get_property()
64 return PyInt_FromLong((glong) self->notif->line); in Notification_get_property()
74 return PyInt_FromLong((glong) self->notif->x); in Notification_get_property()
76 return PyInt_FromLong((glong) self->notif->y); in Notification_get_property()
[all …]
/dports/devel/geany-plugin-pg/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-scinotification.c19 self->notif = NULL; in Notification_init()
31 if (!self->notif) in Notification_get_property()
46 return Py_BuildValue("c", self->notif->ch); in Notification_get_property()
52 return PyString_FromString(self->notif->text); in Notification_get_property()
54 return PyInt_FromLong((glong) self->notif->length); in Notification_get_property()
60 return PyLong_FromLong(self->notif->wParam); in Notification_get_property()
62 return PyLong_FromLong(self->notif->lParam); in Notification_get_property()
64 return PyInt_FromLong((glong) self->notif->line); in Notification_get_property()
74 return PyInt_FromLong((glong) self->notif->x); in Notification_get_property()
76 return PyInt_FromLong((glong) self->notif->y); in Notification_get_property()
[all …]
/dports/devel/geany-plugin-vc/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-scinotification.c19 self->notif = NULL; in Notification_init()
31 if (!self->notif) in Notification_get_property()
46 return Py_BuildValue("c", self->notif->ch); in Notification_get_property()
52 return PyString_FromString(self->notif->text); in Notification_get_property()
54 return PyInt_FromLong((glong) self->notif->length); in Notification_get_property()
60 return PyLong_FromLong(self->notif->wParam); in Notification_get_property()
62 return PyLong_FromLong(self->notif->lParam); in Notification_get_property()
64 return PyInt_FromLong((glong) self->notif->line); in Notification_get_property()
74 return PyInt_FromLong((glong) self->notif->x); in Notification_get_property()
76 return PyInt_FromLong((glong) self->notif->y); in Notification_get_property()
[all …]
/dports/devel/geany-plugin-updatechecker/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-scinotification.c19 self->notif = NULL; in Notification_init()
31 if (!self->notif) in Notification_get_property()
46 return Py_BuildValue("c", self->notif->ch); in Notification_get_property()
52 return PyString_FromString(self->notif->text); in Notification_get_property()
54 return PyInt_FromLong((glong) self->notif->length); in Notification_get_property()
60 return PyLong_FromLong(self->notif->wParam); in Notification_get_property()
62 return PyLong_FromLong(self->notif->lParam); in Notification_get_property()
64 return PyInt_FromLong((glong) self->notif->line); in Notification_get_property()
74 return PyInt_FromLong((glong) self->notif->x); in Notification_get_property()
76 return PyInt_FromLong((glong) self->notif->y); in Notification_get_property()
[all …]
/dports/devel/geany-plugin-git-changebar/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-scinotification.c19 self->notif = NULL; in Notification_init()
31 if (!self->notif) in Notification_get_property()
46 return Py_BuildValue("c", self->notif->ch); in Notification_get_property()
52 return PyString_FromString(self->notif->text); in Notification_get_property()
54 return PyInt_FromLong((glong) self->notif->length); in Notification_get_property()
60 return PyLong_FromLong(self->notif->wParam); in Notification_get_property()
62 return PyLong_FromLong(self->notif->lParam); in Notification_get_property()
64 return PyInt_FromLong((glong) self->notif->line); in Notification_get_property()
74 return PyInt_FromLong((glong) self->notif->x); in Notification_get_property()
76 return PyInt_FromLong((glong) self->notif->y); in Notification_get_property()
[all …]
/dports/devel/geany-plugin-insertnum/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-scinotification.c19 self->notif = NULL; in Notification_init()
31 if (!self->notif) in Notification_get_property()
46 return Py_BuildValue("c", self->notif->ch); in Notification_get_property()
52 return PyString_FromString(self->notif->text); in Notification_get_property()
54 return PyInt_FromLong((glong) self->notif->length); in Notification_get_property()
60 return PyLong_FromLong(self->notif->wParam); in Notification_get_property()
62 return PyLong_FromLong(self->notif->lParam); in Notification_get_property()
64 return PyInt_FromLong((glong) self->notif->line); in Notification_get_property()
74 return PyInt_FromLong((glong) self->notif->x); in Notification_get_property()
76 return PyInt_FromLong((glong) self->notif->y); in Notification_get_property()
[all …]

12345678910>>...64