Home
last modified time | relevance | path

Searched refs:ACCESS_NOTSHARED (Results 1 – 5 of 5) sorted by relevance

/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DSharedCalendar.php26 …s->calendarInfo['share-access']) ? $this->calendarInfo['share-access'] : SPlugin::ACCESS_NOTSHARED;
115 case SPlugin::ACCESS_NOTSHARED :
190 case SPlugin::ACCESS_NOTSHARED :
H A DSharingPlugin.php203 …n::ACCESS_SHAREDOWNER || $node->getShareAccess() === \Sabre\DAV\Sharing\Plugin::ACCESS_NOTSHARED) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DShareAccess.php82 case SharingPlugin::ACCESS_NOTSHARED :
129 return new self(SharingPlugin::ACCESS_NOTSHARED);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sharing/
H A DPlugin.php29 const ACCESS_NOTSHARED = 0; define in Sabre\\DAV\\Sharing\\Plugin
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php261 …if ($shareAccess !== Sharing\Plugin::ACCESS_NOTSHARED && $shareAccess !== Sharing\Plugin::ACCESS_S…