Home
last modified time | relevance | path

Searched refs:notifications (Results 1 – 25 of 98) sorted by relevance

1234

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DMockSharing.php12 private $notifications; variable in Sabre\\CalDAV\\Backend\\MockSharing
14 … function __construct(array $calendars = [], array $calendarData = [], array $notifications = []) { argument
17 $this->notifications = $notifications;
32 if (isset($this->notifications[$principalUri])) {
33 return $this->notifications[$principalUri];
50 foreach($this->notifications[$principalUri] as $key=>$value) {
52 unset($this->notifications[$principalUri][$key]);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HomeGraphService/
DReportStateAndNotificationDevice.php25 public $notifications; variable in Google\\Service\\HomeGraphService\\ReportStateAndNotificationDevice
34 public function setNotifications($notifications) argument
36 $this->notifications = $notifications;
43 return $this->notifications;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
DCalendarListEntryNotificationSettings.php29 public function setNotifications($notifications) argument
31 $this->notifications = $notifications;
38 return $this->notifications;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/
DSettings.php29 public function setNotifications($notifications) argument
31 $this->notifications = $notifications;
38 return $this->notifications;
/plugin/notification/helper/
H A Dcron.php70 $notifications = $notifications_data['notifications'];
73 … $notifications_data['notifications'] = array_filter($notifications, function ($notification) {
94 $notifications = $notification_data['notifications'];
112 foreach ($notifications as $notification) {
181 * @param array $notifications
183 public function storeSentNotifications($user, $notifications) argument
189 foreach ($notifications as $notification) {
/plugin/notification/syntax/
H A Dlist.php146 $notifications = $notifications_data['notifications'];
148 if (!$notifications) {
155 usort($notifications, function ($a, $b) {
162 foreach ($notifications as $notification) {
/plugin/hipchat/
DREADME.md20 …ter an API token, room name (or ID number), and the name you want the notifications to appear from…
22 …evel namespaces to limit notifications to only those namespaces (without this setting, all namespa…
Dcomposer.lock139 …"description": "PHP client for HipChat. Designed for incidental notifications from an application.…
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Notifications/
DCollection.php62 $notifications = $this->caldavBackend->getNotificationsForPrincipal($this->principalUri);
64 foreach ($notifications as $notification) {
DPlugin.php51 return 'notifications';
100 … $notificationPath = $caldavPlugin->getCalendarHomeForPrincipal($principalUrl) . '/notifications/';
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DCollection.php60 $notifications = $this->caldavBackend->getNotificationsForPrincipal($this->principalUri);
62 foreach ($notifications as $notification) {
H A DPlugin.php51 return 'notifications';
100 … $notificationPath = $caldavPlugin->getCalendarHomeForPrincipal($principalUrl) . '/notifications/';
/plugin/approve/action/
H A Dnotification.php47 $notifications = $db->getPages($user, $states);
49 foreach ($notifications as $notification) {
/plugin/tgnotify/
DCHANGELOG.rst13 * Feature: Silent messages added (no notifications to receivers)
42 * Bug: plugin last update fixed to prevent wrong Plugin Manager notifications
/plugin/notification/
H A Dplugin.info.txt6 desc Display notifications from other plugins to dokuwiki users.
H A DREADME3 Display notifications from other plugins to dokuwiki users.
/plugin/blogtng/lang/en/
Dsubscribermail.txt13 You can unsubscribe from further notifications at
/plugin/bez/action/
H A Ddefault.php14 protected $notifications = array(); variable in action_plugin_bez_default
40 $this->notifications = unserialize($_COOKIE[BEZ_NOTIFICATIONS_COOKIE_NAME]);
276 foreach ($this->notifications as $note) {
/plugin/webexteamsnotifier/
DREADME.md27 3. Optionally set notifications only for a set of namespaces in the respective configuration sectio…
/plugin/adhocwrap/
H A DREADME.md8 * Block-notifications like `box`, `tip`, `important`, `alert`, `help`, `download` and `todo`.
/plugin/dokumicrobugtracker/
DCHANGELOG5 Version 2010-08-26 Fix bug on the dynamic captcha, notifications, clear description area after rep…
DREADME.md69 | 2010-08-26 | Fix bug on the dynamic captcha, notifications, clear description area after report |
/plugin/diagramsnet/lib/styles/
Dgrapheditor.css1716 .geNotifPanel .notifications {
1722 .geNotifPanel .notifications .line {
1730 .geNotifPanel .notifications .notification {
1735 .geNotifPanel .notifications .notification:nth-child(n+1) {
1739 .geNotifPanel .notifications .notification:hover {
1743 .geNotifPanel .notifications .notification .circle {
1758 .geNotifPanel .notifications .notification .circle.active {
1762 .geNotifPanel .notifications .notification .time {
1768 .geNotifPanel .notifications .notification p {
1773 .geNotifPanel .notifications .notification p b {
Ddark.css208 .geNotifPanel .notifications {
/plugin/findologicxmlexport/vendor/hoa/stream/
DREADME.md31 * Stream notifications: Depending of the stream wrapper, the
89 notifications will be detailed in the next section. Finally, wrappers
225 ### Events, listeners, and notifications
228 mostly represent “stream notifications”.
272 —in the context of stream— refers to them as notifications. Let's take

1234