Home
last modified time | relevance | path

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

12345

/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/
H A 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/
H A DCalendarListEntryNotificationSettings.php29 public function setNotifications($notifications) argument
31 $this->notifications = $notifications;
38 return $this->notifications;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/
H A DSettings.php29 public function setNotifications($notifications) argument
31 $this->notifications = $notifications;
38 return $this->notifications;
/plugin/notification/action/
H A Dcron.php52 //no user to send notifications to
58 // get new notifications from plugins
61 //no notifications - nothing to send
62 if (empty($notification_data['notifications'])) return;
66 // no notifications left - nothing to send
71 //mark notifications as sent
/plugin/notification/syntax/
H A Dlist.php141 'notifications' => []
145 $notifications = $notifications_data['notifications'];
147 if (!$notifications) {
148 $renderer->doc .= $this->getLang('no notifications');
154 usort($notifications, function ($a, $b) {
161 foreach ($notifications as $notification) {
/plugin/hipchat/
H A 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…
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DCollection.php62 $notifications = $this->caldavBackend->getNotificationsForPrincipal($this->principalUri);
64 foreach ($notifications as $notification) {
H A 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) {
66 $event->data['notifications'][] = [
/plugin/tgnotify/
H A DCHANGELOG.rst13 * Feature: Silent messages added (no notifications to receivers)
42 * Bug: plugin last update fixed to prevent wrong Plugin Manager notifications
/plugin/findologicxmlexport/vendor/sebastian/environment/
H A D.travis.yml15 notifications:
/plugin/findologicxmlexport/vendor/sebastian/global-state/
H A D.travis.yml19 notifications:
/plugin/findologicxmlexport/vendor/sebastian/recursion-context/
H A D.travis.yml19 notifications:
/plugin/notification/
H A Dplugin.info.txt6 desc Display notifications from other plugins to dokuwiki users.
/plugin/findologicxmlexport/vendor/sebastian/exporter/
H A D.travis.yml15 notifications:
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/
H A D.travis.yml21 notifications:
/plugin/findologicxmlexport/vendor/phpunit/php-timer/
H A D.travis.yml26 notifications:
/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/
H A D.travis.yml23 notifications:
/plugin/blogtng/lang/en/
H A Dsubscribermail.txt13 You can unsubscribe from further notifications at
/plugin/findologicxmlexport/vendor/sebastian/comparator/
H A D.travis.yml18 notifications:
/plugin/404manager/
H A D.travis.yml14 notifications:
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/
H A D.travis.yml24 notifications:

12345