Home
last modified time | relevance | path

Searched refs:BackendInterface (Results 1 – 25 of 78) sorted by path

1234

/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DAbstractBackend.php17 abstract class AbstractBackend implements BackendInterface {
H A DBackendInterface.php12 interface BackendInterface { interface
H A DNotificationSupport.php25 interface NotificationSupport extends BackendInterface {
H A DSchedulingSupport.php13 interface SchedulingSupport extends BackendInterface {
H A DSubscriptionSupport.php14 interface SubscriptionSupport extends BackendInterface {
H A DSyncSupport.php21 interface SyncSupport extends BackendInterface {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php41 function __construct(Backend\BackendInterface $caldavBackend, $calendarInfo) {
H A DCalendarHome.php45 function __construct(Backend\BackendInterface $caldavBackend, $principalInfo) {
H A DCalendarObject.php53 …function __construct(Backend\BackendInterface $caldavBackend, array $calendarInfo, array $objectDa…
H A DCalendarRoot.php43 …function __construct(PrincipalBackend\BackendInterface $principalBackend, Backend\BackendInterface
H A DSharedCalendar.php20 function __construct(Backend\BackendInterface $caldavBackend, $calendarInfo) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Principal/
H A DProxyRead.php43 …function __construct(DAVACL\PrincipalBackend\BackendInterface $principalBackend, array $principalI…
H A DProxyWrite.php43 …function __construct(DAVACL\PrincipalBackend\BackendInterface $principalBackend, array $principalI…
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DAddressBook.php39 function __construct(Backend\BackendInterface $carddavBackend, array $addressBookInfo) {
H A DAddressBookHome.php41 function __construct(Backend\BackendInterface $carddavBackend, $principalUri) {
H A DAddressBookRoot.php46 …function __construct(DAVACL\PrincipalBackend\BackendInterface $principalBackend, Backend\BackendIn…
H A DCard.php45 …function __construct(Backend\BackendInterface $carddavBackend, array $addressBookInfo, array $card…
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Backend/
H A DAbstractBackend.php16 abstract class AbstractBackend implements BackendInterface {
H A DBackendInterface.php18 interface BackendInterface { interface
H A DSyncSupport.php21 interface SyncSupport extends BackendInterface {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DAbstractBasic.php22 abstract class AbstractBasic implements BackendInterface {
H A DAbstractDigest.php21 abstract class AbstractDigest implements BackendInterface {
H A DApache.php20 class Apache implements BackendInterface {
H A DBackendInterface.php15 interface BackendInterface { interface
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/
H A DPlugin.php46 function __construct(Backend\BackendInterface $authBackend = null) {
60 function addBackend(Backend\BackendInterface $authBackend) {

1234