Home
last modified time | relevance | path

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

1234567

/plugin/webdav/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DPDO.php3 namespace Sabre\DAV\PropertyStorage\Backend;
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DAbstractBackend.php3 namespace Sabre\DAV\Locks\Backend;
/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/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) {
H A DAddressBookHome.php33 * @var Backend\BackendInterface
40 * @param Backend\BackendInterface $carddavBackend
43 function __construct(Backend\BackendInterface $carddavBackend, $principalUri) {
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Backend/
H A DBackendInterface.php3 namespace Sabre\CardDAV\Backend;
/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DAbstractBearer.php3 namespace Sabre\DAV\Auth\Backend;
H A DAbstractDigest.php3 namespace Sabre\DAV\Auth\Backend;
H A DBackendInterface.php3 namespace Sabre\DAV\Auth\Backend;
H A DPDO.php3 namespace Sabre\DAV\Auth\Backend;
H A DBasicCallBack.php3 namespace Sabre\DAV\Auth\Backend;
/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/vendor/sabre/dav/lib/CalDAV/Backend/
H A DBackendInterface.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 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/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/submgr/lang/de/
H A Dnousers.txt3 Mit dem momentan verwendeten Authentifizierungs-Backend ist es nicht möglich eine Liste an Nutzern …
/plugin/authloginapi/
H A DREADME.md11 * Set *Authentication Backend* to *authloginapi*.
/plugin/remotescript/lib/JsHttpRequest/
H A Dprotocol.txt10 Backend -> Frontend
77 Frontend -> Backend

1234567