Home
last modified time | relevance | path

Searched refs:BackendInterface (Results 26 – 50 of 78) sorted by path

1234

/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DAbstractBackend.php16 abstract class AbstractBackend implements BackendInterface {
H A DBackendInterface.php15 interface BackendInterface { interface
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php44 function __construct(Backend\BackendInterface $locksBackend) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DBackendInterface.php18 interface BackendInterface { interface
H A DPDO.php21 class PDO implements BackendInterface {
/plugin/davcal/vendor/sabre/dav/lib/DAV/PropertyStorage/
H A DPlugin.php45 function __construct(Backend\BackendInterface $backend) {
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DAbstractPrincipalCollection.php56 …function __construct(PrincipalBackend\BackendInterface $principalBackend, $principalPrefix = 'prin…
H A DPrincipal.php45 …function __construct(PrincipalBackend\BackendInterface $principalBackend, array $principalProperti…
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/FS/
H A DHomeCollection.php8 use Sabre\DAVACL\PrincipalBackend\BackendInterface; alias
41 * @param BackendInterface $principalBackend
45 …function __construct(BackendInterface $principalBackend, $storagePath, $principalPrefix = 'princip…
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DAbstractBackend.php16 abstract class AbstractBackend implements BackendInterface {
H A DBackendInterface.php16 interface BackendInterface { interface
H A DCreatePrincipalSupport.php15 interface CreatePrincipalSupport extends BackendInterface {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/
H A DMock.php10 class Mock implements BackendInterface {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/
H A DMock.php8 class Mock implements BackendInterface {
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md463 * Renamed `Sabre\DAV\Auth\Backend\BackendInterface::requireAuth` to
896 * BC Break: The CardDAV and CalDAV BackendInterface each have a new method:
1056 has consistent naming conventions. There's a BackendInterface, and an
/plugin/webdav/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 DSharingSupport.php23 interface SharingSupport extends BackendInterface {
H A DSubscriptionSupport.php14 interface SubscriptionSupport extends BackendInterface {
H A DSyncSupport.php21 interface SyncSupport extends BackendInterface {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php43 function __construct(Backend\BackendInterface $caldavBackend, $calendarInfo) {
H A DCalendarHome.php47 function __construct(Backend\BackendInterface $caldavBackend, $principalInfo) {
H A DCalendarObject.php55 …function __construct(Backend\BackendInterface $caldavBackend, array $calendarInfo, array $objectDa…

1234