Home
last modified time | relevance | path

Searched refs:DAVACL (Results 26 – 50 of 169) sorted by relevance

1234567

/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DAddressBookHome.php7 use Sabre\DAVACL; alias
19 class AddressBookHome extends DAV\Collection implements DAV\IExtendedCollection, DAVACL\IACL {
21 use DAVACL\ACLTrait;
H A DAddressBook.php6 use Sabre\DAVACL; alias
17 class AddressBook extends DAV\Collection implements IAddressBook, DAV\IProperties, DAVACL\IACL, DAV…
19 use DAVACL\ACLTrait;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarRoot.php5 use Sabre\DAVACL\PrincipalBackend;
20 class CalendarRoot extends \Sabre\DAVACL\AbstractPrincipalCollection {
H A DCalendarObject.php12 class CalendarObject extends \Sabre\DAV\File implements ICalendarObject, \Sabre\DAVACL\IACL {
14 use \Sabre\DAVACL\ACLTrait;
H A DCalendarHome.php8 use Sabre\DAVACL; alias
23 class CalendarHome implements DAV\IExtendedCollection, DAVACL\IACL {
25 use DAVACL\ACLTrait;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendarRoot.php5 use Sabre\DAVACL\PrincipalBackend;
20 class CalendarRoot extends \Sabre\DAVACL\AbstractPrincipalCollection {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/
H A DProxyWriteTest.php4 use Sabre\DAVACL; alias
10 $backend = new DAVACL\PrincipalBackend\Mock();
H A DProxyReadTest.php4 use Sabre\DAVACL; alias
12 $backend = new DAVACL\PrincipalBackend\Mock();
H A DUserTest.php4 use Sabre\DAVACL; alias
10 $backend = new DAVACL\PrincipalBackend\Mock();
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DOutbox.php7 use Sabre\DAVACL; alias
22 use DAVACL\ACLTrait;
H A DInbox.php8 use Sabre\DAVACL; alias
20 use DAVACL\ACLTrait;
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/FS/
H A DFile.php3 namespace Sabre\DAVACL\FS;
6 use Sabre\DAVACL\IACL;
H A DCollection.php3 namespace Sabre\DAVACL\FS;
6 use Sabre\DAVACL\IACL;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DCollection.php7 use Sabre\DAVACL; alias
23 class Collection extends DAV\Collection implements ICollection, DAVACL\IACL {
H A DNode.php8 use Sabre\DAVACL; alias
21 class Node extends DAV\File implements INode, DAVACL\IACL {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DOutbox.php7 use Sabre\DAVACL; alias
172 $default = DAVACL\Plugin::getDefaultSupportedPrivilegeSet();
H A DInbox.php7 use Sabre\DAVACL; alias
223 $default = DAVACL\Plugin::getDefaultSupportedPrivilegeSet();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/FS/
H A DHomeCollectionTest.php3 namespace Sabre\DAVACL\FS;
5 use Sabre\DAVACL\PrincipalBackend\Mock as PrincipalBackend;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DFreeBusyRequestTest.php7 Sabre\DAVACL, alias
61 $principalBackend = new DAVACL\PrincipalBackend\Mock();
65 new DAVACL\PrincipalCollection($principalBackend),
78 $this->aclPlugin = new DAVACL\Plugin();
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Subscriptions/
H A DSubscription.php9 use Sabre\DAVACL\ACLTrait;
10 use Sabre\DAVACL\IACL;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Principal/
H A DUser.php6 use Sabre\DAVACL; alias
19 class User extends DAVACL\Principal implements DAV\ICollection {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Principal/
H A DUser.php6 use Sabre\DAVACL; alias
19 class User extends DAVACL\Principal implements DAV\ICollection {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/
H A DPluginTest.php6 use Sabre\DAVACL; alias
32 $principalBackend = new DAVACL\PrincipalBackend\Mock();
49 $this->server->addPlugin(new DAVACL\Plugin());
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DCard.php5 use Sabre\DAVACL; alias
15 class Card extends DAV\File implements ICard, DAVACL\IACL {
H A DAddressBookHome.php7 use Sabre\DAVACL; alias
19 class AddressBookHome extends DAV\Collection implements DAV\IExtendedCollection, DAVACL\IACL {

1234567