Home
last modified time | relevance | path

Searched refs:getDefaultSupportedPrivilegeSet (Results 1 – 4 of 4) sorted by relevance

/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DOutbox.php172 $default = DAVACL\Plugin::getDefaultSupportedPrivilegeSet();
H A DInbox.php223 $default = DAVACL\Plugin::getDefaultSupportedPrivilegeSet();
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php391 $default = DAVACL\Plugin::getDefaultSupportedPrivilegeSet();
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php338 return self::getDefaultSupportedPrivilegeSet();
348 static function getDefaultSupportedPrivilegeSet() { function in Sabre\\DAVACL\\Plugin