| /plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/ |
| H A D | MockSharing.php | 12 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/ |
| D | ReportStateAndNotificationDevice.php | 25 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/ |
| D | CalendarListEntryNotificationSettings.php | 29 public function setNotifications($notifications) argument 31 $this->notifications = $notifications; 38 return $this->notifications;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/ |
| D | Settings.php | 29 public function setNotifications($notifications) argument 31 $this->notifications = $notifications; 38 return $this->notifications;
|
| /plugin/notification/helper/ |
| H A D | cron.php | 70 $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 D | list.php | 146 $notifications = $notifications_data['notifications']; 148 if (!$notifications) { 155 usort($notifications, function ($a, $b) { 162 foreach ($notifications as $notification) {
|
| /plugin/hipchat/ |
| D | README.md | 20 …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…
|
| D | composer.lock | 139 …"description": "PHP client for HipChat. Designed for incidental notifications from an application.…
|
| /plugin/webdav/vendor/sabre/dav/lib/CalDAV/Notifications/ |
| D | Collection.php | 62 $notifications = $this->caldavBackend->getNotificationsForPrincipal($this->principalUri); 64 foreach ($notifications as $notification) {
|
| D | Plugin.php | 51 return 'notifications'; 100 … $notificationPath = $caldavPlugin->getCalendarHomeForPrincipal($principalUrl) . '/notifications/';
|
| /plugin/davcal/vendor/sabre/dav/lib/CalDAV/Notifications/ |
| H A D | Collection.php | 60 $notifications = $this->caldavBackend->getNotificationsForPrincipal($this->principalUri); 62 foreach ($notifications as $notification) {
|
| H A D | Plugin.php | 51 return 'notifications'; 100 … $notificationPath = $caldavPlugin->getCalendarHomeForPrincipal($principalUrl) . '/notifications/';
|
| /plugin/approve/action/ |
| H A D | notification.php | 47 $notifications = $db->getPages($user, $states); 49 foreach ($notifications as $notification) {
|
| /plugin/tgnotify/ |
| D | CHANGELOG.rst | 13 * Feature: Silent messages added (no notifications to receivers) 42 * Bug: plugin last update fixed to prevent wrong Plugin Manager notifications
|
| /plugin/notification/ |
| H A D | plugin.info.txt | 6 desc Display notifications from other plugins to dokuwiki users.
|
| H A D | README | 3 Display notifications from other plugins to dokuwiki users.
|
| /plugin/blogtng/lang/en/ |
| D | subscribermail.txt | 13 You can unsubscribe from further notifications at
|
| /plugin/bez/action/ |
| H A D | default.php | 14 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/ |
| D | README.md | 27 3. Optionally set notifications only for a set of namespaces in the respective configuration sectio…
|
| /plugin/adhocwrap/ |
| H A D | README.md | 8 * Block-notifications like `box`, `tip`, `important`, `alert`, `help`, `download` and `todo`.
|
| /plugin/dokumicrobugtracker/ |
| D | CHANGELOG | 5 Version 2010-08-26 Fix bug on the dynamic captcha, notifications, clear description area after rep…
|
| D | README.md | 69 | 2010-08-26 | Fix bug on the dynamic captcha, notifications, clear description area after report |
|
| /plugin/diagramsnet/lib/styles/ |
| D | grapheditor.css | 1716 .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 {
|
| D | dark.css | 208 .geNotifPanel .notifications {
|
| /plugin/findologicxmlexport/vendor/hoa/stream/ |
| D | README.md | 31 * 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
|