Home
last modified time | relevance | path

Searched refs:NotificationSupport (Results 1 – 11 of 11) sorted by path

/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DNotificationSupport.php25 interface NotificationSupport extends BackendInterface { interface
H A DSharingSupport.php172 interface SharingSupport extends NotificationSupport {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendarHome.php142 … if ($name === 'notifications' && $this->caldavBackend instanceof Backend\NotificationSupport) {
217 if ($this->caldavBackend instanceof Backend\NotificationSupport) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DCollection.php45 function __construct(CalDAV\Backend\NotificationSupport $caldavBackend, $principalUri) {
H A DNode.php51 …function __construct(CalDAV\Backend\NotificationSupport $caldavBackend, $principalUri, Notificatio…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DMockSharing.php9 class MockSharing extends Mock implements NotificationSupport, SharingSupport {
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1249 * Added: Experimental NotificationSupport interface to add caldav notifications.
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DNotificationSupport.php25 interface NotificationSupport extends BackendInterface { interface
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarHome.php144 … if ($name === 'notifications' && $this->caldavBackend instanceof Backend\NotificationSupport) {
211 if ($this->caldavBackend instanceof Backend\NotificationSupport) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DCollection.php47 function __construct(CalDAV\Backend\NotificationSupport $caldavBackend, $principalUri) {
H A DNode.php53 …function __construct(CalDAV\Backend\NotificationSupport $caldavBackend, $principalUri, Notificatio…