Home
last modified time | relevance | path

Searched refs:get_user_notifications (Results 1 – 6 of 6) sorted by relevance

/dports/www/seahub/seahub-8.0.7-server/seahub/api2/endpoints/admin/
H A Dnotifications.py58 total_count = UserNotification.objects.get_user_notifications(user_name).count()
59 … notification_list = UserNotification.objects.get_user_notifications(user_name)[start:end]
/dports/www/seahub/seahub-8.0.7-server/seahub/api2/endpoints/
H A Dnotifications.py52 notice_list = UserNotification.objects.get_user_notifications(username)[start:end]
93 unseen_notices = UserNotification.objects.get_user_notifications(username,
/dports/www/piwigo/piwigo/admin/include/
H A Dfunctions_notification_by_mail.inc.php87 function get_user_notifications($action, $check_key_list = array(), $enabled_filter_value = '') function
384 $data_users = get_user_notifications('subscribe', $check_key_list, !$is_subscribe);
/dports/www/piwigo/piwigo/admin/
H A Dnotification_by_mail.php225 $data_users = get_user_notifications('send', $check_key_list);
639 $data_users = get_user_notifications('subscribe');
/dports/www/phpbb3/phpBB3/phpbb/notification/
H A Dmanager.php593 protected function get_user_notifications($user_id) function in phpbb\\notification\\manager
627 $user_notifications = $this->get_user_notifications($user_id);
/dports/www/seahub/seahub-8.0.7-server/seahub/notifications/
H A Dmodels.py175 def get_user_notifications(self, username, seen=None): member in UserNotificationManager
194 self.get_user_notifications(username).delete()