Home
last modified time | relevance | path

Searched refs:DAVACL (Results 1 – 25 of 169) sorted by path

1234567

/plugin/davcal/
H A Dcalendarserver.php69 $aclPlugin = new Sabre\DAVACL\Plugin();
H A DprincipalBackendDokuwiki.php8 class DokuWikiSabrePrincipalBackend extends Sabre\DAVACL\PrincipalBackend\AbstractBackend {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php6 use Sabre\DAVACL; alias
391 $default = DAVACL\Plugin::getDefaultSupportedPrivilegeSet();
H A DCalendarHome.php8 use Sabre\DAVACL; alias
23 class CalendarHome implements DAV\IExtendedCollection, DAVACL\IACL {
H A DCalendarObject.php12 class CalendarObject extends \Sabre\DAV\File implements ICalendarObject, \Sabre\DAVACL\IACL {
H A DCalendarRoot.php5 use Sabre\DAVACL\PrincipalBackend;
20 class CalendarRoot extends \Sabre\DAVACL\AbstractPrincipalCollection {
H A DICalendar.php5 use Sabre\DAVACL; alias
16 interface ICalendar extends ICalendarObjectContainer, DAVACL\IACL {
H A DPlugin.php10 use Sabre\DAVACL; alias
325 if ($node instanceof DAVACL\IPrincipal) {
/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 {
H A DPlugin.php10 use Sabre\DAVACL; alias
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Principal/
H A DCollection.php5 use Sabre\DAVACL; alias
19 class Collection extends DAVACL\PrincipalCollection {
H A DIProxyRead.php5 use Sabre\DAVACL; alias
17 interface IProxyRead extends DAVACL\IPrincipal {
H A DIProxyWrite.php5 use Sabre\DAVACL; alias
17 interface IProxyWrite extends DAVACL\IPrincipal {
H A DProxyRead.php5 use Sabre\DAVACL; alias
31 * @var DAVACL\PrincipalBackend\BackendInterface
40 * @param DAVACL\PrincipalBackend\BackendInterface $principalBackend
43 …function __construct(DAVACL\PrincipalBackend\BackendInterface $principalBackend, array $principalI…
H A DProxyWrite.php5 use Sabre\DAVACL; alias
31 * @var DAVACL\PrincipalBackend\BackendInterface
40 * @param DAVACL\PrincipalBackend\BackendInterface $principalBackend
43 …function __construct(DAVACL\PrincipalBackend\BackendInterface $principalBackend, array $principalI…
H A DUser.php6 use Sabre\DAVACL; alias
19 class User extends DAVACL\Principal implements DAV\ICollection {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DIInbox.php13 interface IInbox extends \Sabre\CalDAV\ICalendarObjectContainer, \Sabre\DAVACL\IACL {
H A DIOutbox.php13 interface IOutbox extends \Sabre\DAV\ICollection, \Sabre\DAVACL\IACL {
H A DInbox.php7 use Sabre\DAVACL; alias
223 $default = DAVACL\Plugin::getDefaultSupportedPrivilegeSet();
H A DOutbox.php7 use Sabre\DAVACL; alias
172 $default = DAVACL\Plugin::getDefaultSupportedPrivilegeSet();
H A DPlugin.php18 use Sabre\DAVACL; alias
202 if (!$node instanceof DAVACL\IPrincipal) return;
428 …if (!$aclPlugin->checkPrivileges($inboxPath, $caldavNS . $privilege, DAVACL\Plugin::R_PARENT, fals…
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Subscriptions/
H A DSubscription.php9 use Sabre\DAVACL\IACL;
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DAddressBook.php6 use Sabre\DAVACL; alias
17 class AddressBook extends DAV\Collection implements IAddressBook, DAV\IProperties, DAVACL\IACL, DAV…
H A DAddressBookHome.php7 use Sabre\DAVACL; alias
19 class AddressBookHome extends DAV\Collection implements DAV\IExtendedCollection, DAVACL\IACL {

1234567