Home
last modified time | relevance | path

Searched refs:backend (Results 51 – 75 of 98) sorted by last modified time

1234

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/
H A DPDOTest.php18 $backend = new PDO($pdo);
19 return $backend;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/
H A DAbstractPDOTest.php26 $backend = $this->getBackend();
37 $backend = $this->getBackend();
52 $backend = $this->getBackend();
70 $backend = $this->getBackend();
91 $backend = $this->getBackend();
111 $backend = $this->getBackend();
129 $backend = $this->getBackend();
130 $backend->delete('dir');
144 $backend = $this->getBackend();
150 $backend->move('dir','dir2');
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPrincipalPropertySearchTest.php14 $backend = new PrincipalBackend\Mock();
17 $principals = new PrincipalCollection($backend);
24 $plugin = new MockPlugin($backend,'realm');
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/
H A DPlugin.php161 foreach ($this->backends as $backend) {
163 $result = $backend->check(
185 foreach ($this->backends as $backend) {
186 $backend->challenge($request, $response);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/
H A DAbstractPDOTest.php16 $backend = new PDO($pdo);
17 $this->assertTrue($backend instanceof PDO);
27 $backend = new PDO($pdo);
53 $backend = new PDO($pdo);
70 $backend = new PDO($pdo);
80 $backend = new PDO($pdo);
92 $backend = new PDO($pdo);
110 $backend = new PDO($pdo);
129 $backend = new PDO($pdo);
145 ), $backend->getPrincipalByPath('principals/user'));
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DService.php119 public function setBackend(Backend $backend) argument
121 $this->backend = $backend;
128 return $this->backend;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DService.php119 public function setBackend(Backend $backend) argument
121 $this->backend = $backend;
128 return $this->backend;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DGoogleApiService.php119 public function setBackend(Backend $backend) argument
121 $this->backend = $backend;
128 return $this->backend;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DService.php119 public function setBackend(Backend $backend) argument
121 $this->backend = $backend;
128 return $this->backend;
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md286 [google-id-tokens]: https://developers.google.com/identity/sign-in/web/backend-auth
/plugin/authhttp/
H A DREADME131 This plugin is based on ideas in the "ggauth" auth backend by Grant Gardner
133 DokuWiki versions after "WeatherWax". Also, his "http" auth backend uses
135 its own, ie. without the ggauth "split" auth backend.
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/authnc/
H A DREADME.md4 which uses a Nextcloud instance as authentication backend.
/plugin/authremoteuser/
H A DREADME.md98 *AuthRemoteUser* uses the same storage backend like *authplain* that is
/plugin/webdav/vendor/sabre/dav/lib/DAV/PropertyStorage/
H A DPlugin.php43 public $backend; variable in Sabre\\DAV\\PropertyStorage\\Plugin
50 function __construct(Backend\BackendInterface $backend) { argument
52 $this->backend = $backend;
91 $this->backend->propFind($propFind->getPath(), $propFind);
109 $this->backend->propPatch($path, $propPatch);
126 $this->backend->delete($path);
147 $this->backend->move($source, $destination);
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md23 * #877: Fix for syncing large calendars when using the Sqlite PDO backend.
208 * #699: PostgreSQL fix for the Locks PDO backend. (@TCKnet)
431 a locks backend. I'm not sure why this ever made sense.
723 the CardDAV PDO backend.
851 * Fixed: #413: Memory optimizations for the CardDAV PDO backend.
1260 * Changed: The CalDAV backend now all implement an interface.
1486 backend, allowing for more optimizations.
1982 * Added: PDO authentication backend.
2155 * Added: The Auth backend got a getUsers method
2170 * Added: Experimental PDO backend for Locks Manager
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/
H A DPlugin.php197 foreach ($this->backends as $backend) {
199 $result = $backend->check(
234 foreach ($this->backends as $backend) {
235 $backend->challenge($request, $response);
/plugin/submgr/lang/en/
H A Dnousers.txt3 The authentication backend currently in use does not allow retrieving a list of users within a give…
/plugin/etherpadlite/
H A DREADME.md40 …erpad lite dokumentation for its installation steps and remember to use a production-ready backend.
/plugin/authphpbb3/
H A DREADME.md2 DokuWiki plugin used to authenticate users using phpBB 3.x backend.
H A Dplugin.info.txt6 desc Provides user authentication using phpBB 3.x backend.
/plugin/spellcheck/
H A Dplugin.info.txt6 desc Sends the editor text to an aspell backend service to check for spelling errors
/plugin/authsmf20/
H A Dplugin.info.txt6 desc Provides user authentication using SMF 2.0 backend
/plugin/authsplit/
H A DREADME88 external backend, eg. use it to clear cookies or similar actions".
260 This plugin is based on ideas in the "ggauth" auth backend by Grant Gardner
/plugin/authshibboleth/
H A DCHANGELOG.md14 * based on the [Shibboleth authentication backend](https://github.com/ivan-novakov/dokushib)

1234