Home
last modified time | relevance | path

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

/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarHome.php151 if ($this->caldavBackend instanceof Backend\SharingSupport) {
198 if ($this->caldavBackend instanceof Backend\SharingSupport) {
346 if (!$this->caldavBackend instanceof Backend\SharingSupport) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendarHome.php149 if ($this->caldavBackend instanceof Backend\SharingSupport) {
200 if ($this->caldavBackend instanceof Backend\SharingSupport) {
398 if (!$this->caldavBackend instanceof Backend\SharingSupport) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DSharingSupport.php23 interface SharingSupport extends BackendInterface { interface
H A DPDO.php26 SharingSupport {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DSharingSupport.php172 interface SharingSupport extends NotificationSupport { interface
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DMockSharing.php9 class MockSharing extends Mock implements NotificationSupport, SharingSupport {