Home
last modified time | relevance | path

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

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/
H A DCurrentUserPrivilegeSetTest.php18 $prop = new CurrentUserPrivilegeSet($privileges);
72 $prop = new CurrentUserPrivilegeSet($privileges);
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DCurrentUserPrivilegeSet.php21 class CurrentUserPrivilegeSet implements Element, HtmlOutput { class
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DCurrentUserPrivilegeSet.php21 class CurrentUserPrivilegeSet implements Element, HtmlOutput { class
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php914 return new Xml\Property\CurrentUserPrivilegeSet($val);
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php1060 return new Xml\Property\CurrentUserPrivilegeSet($val);
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1127 * Added: deserializer for Sabre\DAVACL\Property\CurrentUserPrivilegeSet.