Home
last modified time | relevance | path

Searched refs:Backend (Results 1 – 25 of 174) sorted by path

1234567

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DBackend.php20 class Backend extends \Google\Model class
242 class_alias(Backend::class, 'Google_Service_Compute_Backend');
H A DBackendService.php27 protected $backendsType = Backend::class;
159 * @param Backend[]
166 * @return Backend[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DBackend.php20 class Backend extends \Google\Collection class
43 class_alias(Backend::class, 'Google_Service_ServiceConsumerManagement_Backend');
H A DService.php27 protected $backendType = Backend::class;
117 * @param Backend
119 public function setBackend(Backend $backend)
124 * @return Backend
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DBackend.php20 class Backend extends \Google\Collection class
43 class_alias(Backend::class, 'Google_Service_ServiceManagement_Backend');
H A DService.php27 protected $backendType = Backend::class;
117 * @param Backend
119 public function setBackend(Backend $backend)
124 * @return Backend
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DBackend.php20 class Backend extends \Google\Collection class
43 class_alias(Backend::class, 'Google_Service_ServiceNetworking_Backend');
H A DService.php27 protected $backendType = Backend::class;
117 * @param Backend
119 public function setBackend(Backend $backend)
124 * @return Backend
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DBackend.php20 class Backend extends \Google\Collection class
43 class_alias(Backend::class, 'Google_Service_ServiceUsage_Backend');
H A DGoogleApiService.php27 protected $backendType = Backend::class;
117 * @param Backend
119 public function setBackend(Backend $backend)
124 * @return Backend
/plugin/authloginapi/
H A DREADME.md11 * Set *Authentication Backend* to *authloginapi*.
/plugin/bbcodeextensions/
H A DChangeLog28 2020-05-05 -- Backend Upgrades
/plugin/davcal/
H A DauthBackendDokuwiki.php9 class DokuWikiSabreAuthBackend extends Sabre\DAV\Auth\Backend\AbstractBasic
H A DcalendarBackendDokuwiki.php17 class DokuWikiSabreCalendarBackend extends \Sabre\CalDAV\Backend\AbstractBackend
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto17.php260 $maxDate = new DateTime(\Sabre\CalDAV\Backend\PDO::MAX_DATE);
/plugin/davcal/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 DSubscriptionSupport.php3 namespace Sabre\CalDAV\Backend;
H A DSyncSupport.php3 namespace Sabre\CalDAV\Backend;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php31 * @var Backend\BackendInterface
38 * @param Backend\BackendInterface $caldavBackend
41 function __construct(Backend\BackendInterface $caldavBackend, $calendarInfo) {
443 $this->caldavBackend instanceof Backend\SyncSupport &&
449 $this->caldavBackend instanceof Backend\SyncSupport &&
514 if (!$this->caldavBackend instanceof Backend\SyncSupport) {
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 …]

1234567