Home
last modified time | relevance | path

Searched refs:Backend (Results 26 – 50 of 174) sorted by path

1234567

/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendarObject.php49 * @param Backend\BackendInterface $caldavBackend
53 …function __construct(Backend\BackendInterface $caldavBackend, array $calendarInfo, array $objectDa…
H A DCalendarRoot.php40 * @param Backend\BackendInterface $caldavBackend
43 …function __construct(PrincipalBackend\BackendInterface $principalBackend, Backend\BackendInterface…
H A DSharedCalendar.php17 * @param Backend\BackendInterface $caldavBackend
20 function __construct(Backend\BackendInterface $caldavBackend, $calendarInfo) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DCollection.php45 function __construct(CalDAV\Backend\NotificationSupport $caldavBackend, $principalUri) {
H A DNode.php51 …function __construct(CalDAV\Backend\NotificationSupport $caldavBackend, $principalUri, Notificatio…
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DInbox.php8 use Sabre\CalDAV\Backend; alias
23 * @var Backend\BackendInterface
37 * @param Backend\SchedulingSupport $caldavBackend
40 function __construct(Backend\SchedulingSupport $caldavBackend, $principalUri) {
H A DSchedulingObject.php5 use Sabre\CalDAV\Backend; alias
20 * @var Backend\SchedulingSupport
45 * @param Backend\BackendInterface $caldavBackend
48 function __construct(Backend\SchedulingSupport $caldavBackend, array $objectData) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Subscriptions/
H A DSubscription.php10 use Sabre\CalDAV\Backend\SubscriptionSupport;
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DAddressBook.php29 * @var Backend\BackendInterface
36 * @param Backend\BackendInterface $carddavBackend
39 function __construct(Backend\BackendInterface $carddavBackend, array $addressBookInfo) {
350 $this->carddavBackend instanceof Backend\SyncSupport &&
356 $this->carddavBackend instanceof Backend\SyncSupport &&
421 if (!$this->carddavBackend instanceof Backend\SyncSupport) {
H A DAddressBookHome.php31 * @var Backend\BackendInterface
38 * @param Backend\BackendInterface $carddavBackend
41 function __construct(Backend\BackendInterface $carddavBackend, $principalUri) {
H A DAddressBookRoot.php28 * @var Backend\BackendInterface
43 * @param Backend\BackendInterface $carddavBackend
46 …function __construct(DAVACL\PrincipalBackend\BackendInterface $principalBackend, Backend\BackendIn…
H A DCard.php20 * @var Backend\BackendInterface
41 * @param Backend\BackendInterface $carddavBackend
45 …function __construct(Backend\BackendInterface $carddavBackend, array $addressBookInfo, array $card…
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Backend/
H A DAbstractBackend.php3 namespace Sabre\CardDAV\Backend;
H A DBackendInterface.php3 namespace Sabre\CardDAV\Backend;
H A DPDO.php3 namespace Sabre\CardDAV\Backend;
H A DSyncSupport.php3 namespace Sabre\CardDAV\Backend;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DAbstractBasic.php3 namespace Sabre\DAV\Auth\Backend;
H A DAbstractDigest.php3 namespace Sabre\DAV\Auth\Backend;
H A DApache.php3 namespace Sabre\DAV\Auth\Backend;
H A DBackendInterface.php3 namespace Sabre\DAV\Auth\Backend;
H A DBasicCallBack.php3 namespace Sabre\DAV\Auth\Backend;
H A DFile.php3 namespace Sabre\DAV\Auth\Backend;
H A DPDO.php3 namespace Sabre\DAV\Auth\Backend;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/
H A DPlugin.php44 * @param Backend\BackendInterface $authBackend
46 function __construct(Backend\BackendInterface $authBackend = null) {
57 * @param Backend\BackendInterface $authBackend
60 function addBackend(Backend\BackendInterface $authBackend) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DAbstractBackend.php3 namespace Sabre\DAV\Locks\Backend;

1234567