Home
last modified time | relevance | path

Searched refs:Backend (Results 76 – 100 of 174) sorted by last modified time

1234567

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/
H A DMock.php3 namespace Sabre\DAV\Locks\Backend;
H A DPDOMySQLTest.php3 namespace Sabre\DAV\Locks\Backend;
H A DPDOTest.php3 namespace Sabre\DAV\Locks\Backend;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/
H A DMSWordTest.php20 $locksBackend = new Backend\File(SABRE_TEMPDIR . '/locksdb');
H A DPluginTest.php20 $locksBackend = new Backend\File(SABRE_TEMPDIR . '/locksdb');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/
H A DAbstractPDOTest.php3 namespace Sabre\DAV\PropertyStorage\Backend;
H A DMock.php3 namespace Sabre\DAV\PropertyStorage\Backend;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/
H A DDAVServerTest.php140 $authBackend = new DAV\Auth\Backend\Mock();
207 …$this->caldavBackend = new CalDAV\Backend\MockSharing($this->caldavCalendars, $this->caldavCalenda…
210 …$this->caldavBackend = new CalDAV\Backend\MockSubscriptionSupport($this->caldavCalendars, $this->c…
214 …$this->caldavBackend = new CalDAV\Backend\MockScheduling($this->caldavCalendars, $this->caldavCale…
216 …$this->caldavBackend = new CalDAV\Backend\Mock($this->caldavCalendars, $this->caldavCalendarObject…
220 … $this->carddavBackend = new CardDAV\Backend\Mock($this->carddavAddressBooks, $this->carddavCards);
226 $this->locksBackend = new DAV\Locks\Backend\Mock();
/plugin/davcal/
H A DcalendarBackendDokuwiki.php17 class DokuWikiSabreCalendarBackend extends \Sabre\CalDAV\Backend\AbstractBackend
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DSyncSupport.php3 namespace Sabre\CalDAV\Backend;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendarHome.php42 * @param Backend\BackendInterface $caldavBackend
45 function __construct(Backend\BackendInterface $caldavBackend, $principalInfo) {
136 if ($name === 'inbox' && $this->caldavBackend instanceof Backend\SchedulingSupport) {
149 if ($this->caldavBackend instanceof Backend\SharingSupport) {
161 if ($this->caldavBackend instanceof Backend\SubscriptionSupport) {
200 if ($this->caldavBackend instanceof Backend\SharingSupport) {
211 if ($this->caldavBackend instanceof Backend\SchedulingSupport) {
217 if ($this->caldavBackend instanceof Backend\NotificationSupport) {
222 if ($this->caldavBackend instanceof Backend\SubscriptionSupport) {
265 if (!$this->caldavBackend instanceof Backend\SubscriptionSupport) {
[all …]
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DNode.php51 …function __construct(CalDAV\Backend\NotificationSupport $caldavBackend, $principalUri, Notificatio…
/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/CardDAV/
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/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) {

1234567