Home
last modified time | relevance | path

Searched refs:Backend (Results 126 – 150 of 174) sorted by path

1234567

/plugin/remotescript/lib/JsHttpRequest/
H A Dprotocol.txt10 Backend -> Frontend
77 Frontend -> Backend
/plugin/submgr/lang/de/
H A Dnousers.txt3 Mit dem momentan verwendeten Authentifizierungs-Backend ist es nicht möglich eine Liste an Nutzern …
/plugin/webdav/core/Backend/
H A DAuth.php11 namespace dokuwiki\plugin\webdav\core\Backend;
14 use Sabre\DAV\Auth\Backend\AbstractBasic;
H A DLocksFile.php11 namespace dokuwiki\plugin\webdav\core\Backend;
15 class LocksFile extends DAV\Locks\Backend\File
/plugin/webdav/core/
H A DServer.php78 $auth_backend = new Backend\Auth();
86 …$this->server->addPlugin(new DAV\Locks\Plugin(new Backend\LocksFile($conf['cachedir'] . '/webdav.l…
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md463 * Renamed `Sabre\DAV\Auth\Backend\BackendInterface::requireAuth` to
484 * `Sabre\DAV\Locks\Backend\FS`
1708 * Change: Slightly changed CalDAV Backend API's, to allow for heavy
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DAbstractBackend.php3 namespace Sabre\CalDAV\Backend;
H A DBackendInterface.php3 namespace Sabre\CalDAV\Backend;
H A DNotificationSupport.php3 namespace Sabre\CalDAV\Backend;
H A DPDO.php3 namespace Sabre\CalDAV\Backend;
H A DSchedulingSupport.php3 namespace Sabre\CalDAV\Backend;
H A DSharingSupport.php3 namespace Sabre\CalDAV\Backend;
H A DSimplePDO.php3 namespace Sabre\CalDAV\Backend;
H A DSubscriptionSupport.php3 namespace Sabre\CalDAV\Backend;
H A DSyncSupport.php3 namespace Sabre\CalDAV\Backend;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php33 * @var Backend\BackendInterface
40 * @param Backend\BackendInterface $caldavBackend
43 function __construct(Backend\BackendInterface $caldavBackend, $calendarInfo) {
388 $this->caldavBackend instanceof Backend\SyncSupport &&
394 $this->caldavBackend instanceof Backend\SyncSupport &&
459 if (!$this->caldavBackend instanceof Backend\SyncSupport) {
H A DCalendarHome.php30 * @var Backend\BackendInterface
44 * @param Backend\BackendInterface $caldavBackend
47 function __construct(Backend\BackendInterface $caldavBackend, $principalInfo) {
151 if ($this->caldavBackend instanceof Backend\SharingSupport) {
159 if ($this->caldavBackend instanceof Backend\SubscriptionSupport) {
198 if ($this->caldavBackend instanceof Backend\SharingSupport) {
205 if ($this->caldavBackend instanceof Backend\SchedulingSupport) {
211 if ($this->caldavBackend instanceof Backend\NotificationSupport) {
216 if ($this->caldavBackend instanceof Backend\SubscriptionSupport) {
259 if (!$this->caldavBackend instanceof Backend\SubscriptionSupport) {
[all …]
H A DCalendarObject.php19 * @var Backend\AbstractBackend
51 * @param Backend\BackendInterface $caldavBackend
55 …function __construct(Backend\BackendInterface $caldavBackend, array $calendarInfo, array $objectDa…
H A DCalendarRoot.php25 * @var Backend\BackendInterface
40 * @param Backend\BackendInterface $caldavBackend
43 …function __construct(PrincipalBackend\BackendInterface $principalBackend, Backend\BackendInterface…
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DCollection.php47 function __construct(CalDAV\Backend\NotificationSupport $caldavBackend, $principalUri) {
H A DNode.php53 …function __construct(CalDAV\Backend\NotificationSupport $caldavBackend, $principalUri, Notificatio…
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DInbox.php6 use Sabre\CalDAV\Backend; alias
25 * @var Backend\BackendInterface
39 * @param Backend\SchedulingSupport $caldavBackend
42 function __construct(Backend\SchedulingSupport $caldavBackend, $principalUri) {
H A DSchedulingObject.php5 use Sabre\CalDAV\Backend; alias
20 * @var Backend\SchedulingSupport
45 * @param Backend\SchedulingSupport $caldavBackend
48 function __construct(Backend\SchedulingSupport $caldavBackend, array $objectData) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Subscriptions/
H A DSubscription.php5 use Sabre\CalDAV\Backend\SubscriptionSupport;
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DAddressBook.php31 * @var Backend\BackendInterface
38 * @param Backend\BackendInterface $carddavBackend
41 function __construct(Backend\BackendInterface $carddavBackend, array $addressBookInfo) {
274 $this->carddavBackend instanceof Backend\SyncSupport &&
280 $this->carddavBackend instanceof Backend\SyncSupport &&
345 if (!$this->carddavBackend instanceof Backend\SyncSupport) {

1234567