Home
last modified time | relevance | path

Searched refs:backend (Results 26 – 50 of 98) sorted by relevance

1234

/plugin/authldaplocal/
H A DREADME.md1 # LDAP+local authentication backend for Dokuwiki
4 This backend can be used if you want to use Dokuwiki together with a corporate LDAP, but you do not…
7backend. And I did file a wishlist bug for inclusion of that patch into Dokuwiki base. This wishli…
9backend is inherited from the LDAP backend. It overwrites most of the functions with simple varian…
12 This authentication backend is published under the GPL V2.
18 …e plugin directory and have a configuration dialog. Configuration of the backend is done through t…
20 Mark 'Use Access Control Lists', select 'authldaplocal' as the authentication backend and configure…
40 The backend will try to authenticate every login against the configured LDAP server. In addition it…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DAddressBookTest.php15 protected $backend; variable in Sabre\\CardDAV\\AddressBookTest
19 $this->backend = new Backend\Mock();
21 $this->backend,
81 $this->assertEquals('foo', $this->backend->cards['foo']['card2']);
88 $this->assertEquals(array(), $this->backend->addressBooks);
115 $this->assertEquals('barrr', $this->backend->addressBooks[0]['{DAV:}displayname']);
H A DAddressBookHomeTest.php13 protected $backend; variable in Sabre\\CardDAV\\AddressBookHomeTest
17 $this->backend = new Backend\Mock();
19 $this->backend,
112 ), $this->backend->addressBooks[1]);
H A DAbstractPluginTest.php22 protected $backend; variable in Sabre\\CardDAV\\AbstractPluginTest
26 $this->backend = new Backend\Mock();
30 new AddressBookRoot($principalBackend, $this->backend),
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/
H A DPluginTest.php44 $backend = new Backend\Mock();
45 $backend->fail = true;
47 $plugin = new Plugin($backend);
94 $backend = new Backend\Mock();
95 $backend->invalidCheckResponse = true;
97 $plugin = new Plugin($backend);
/plugin/jsmath/
H A Dinstall_js.php8 $backend = $conf['backend']; variable
20 $backend = $conf['plugin']['jsmath']['backend']; variable
30 if ($backend != 'MathJax')
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DSharedCalendarTest.php9 protected $backend; variable in Sabre\\CalDAV\\SharedCalendarTest
23 $this->backend = new Backend\MockSharing(
28 $this->backend->updateShares(1, array(
36 return new SharedCalendar($this->backend, $props);
H A DCalendarHomeTest.php20 protected $backend; variable in Sabre\\CalDAV\\CalendarHomeTest
25 $this->backend = TestUtil::getBackend();
26 $this->usercalendars = new CalendarHome($this->backend, array(
170 $cals = $this->backend->getCalendarsForUser('principals/user1');
H A DCalendarHomeSharedCalendarsTest.php13 protected $backend; variable in Sabre\\CalDAV\\CalendarHomeSharedCalendarsTest
31 $this->backend = new Backend\MockSharing(
37 return new CalendarHome($this->backend, array(
/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/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/remotescript/lib/JsHttpRequest/
H A Dprotocol.txt21 The charset is always set equal to the base backend charset.
28 The charset may be UTF-8 (of the backend supports JSON conversion
29 functions) or the base backend charset. We have to use text/plain
40 The charset is always set equal to the base backend charset. Note
62 passed from the backend to a frontend.
63 - text: other backend data (usually captured STDOUT).
69 ATTENTION! If you want to create your own backend, you should guarantee
71 backend exception. E.g., if your script dies with some error, it should
73 directly. In PHP backend it is done via ob_start() handlers.
81 Frontend passes to backend a list of key=value pairs using GET or POST method.
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/
H A DFileTest.php12 $backend = new File(SABRE_TEMPDIR . '/lockdb');
13 return $backend;
H A DPDOMySQLTest.php27 $backend = new PDO($pdo);
28 return $backend;
H A DPDOTest.php18 $backend = new PDO($pdo);
19 return $backend;
/plugin/shell/
H A Dadmin.php17 $backend = DOKU_BASE . 'lib/plugins/shell/shell.php';
20 printf('<p0wny-shell cwd="%s" backend="%s"></p0wny-shell>',$cwd, $backend);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Subscriptions/
H A DSubscriptionTest.php10 protected $backend; variable in Sabre\\CalDAV\\Subscriptions\\SubscriptionTest
111 $this->assertEquals([], $this->backend->getSubscriptionsForUser('principals1/user1'));
126 $this->backend->getSubscriptionsForUser('principals/user1')[0]['{DAV:}displayname']
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/
H A DBasicCallBackTest.php22 $backend = new BasicCallBack($callBack);
31 $backend->check($request, $response)
/plugin/shibbolethauth/lang/en/
H A Dintro.txt3 From this page you can set up or unset the authentication backend which uses Shibboleth.
5 To activate this backend, you must go to the configuration plugin page, and select "shibboleth" as
/plugin/fblogin/lang/en/
H A Dintro.txt3 From this page you can set up or unset the authentication backend which uses Facebook.
5 To activate this backend, you must go to the configuration plugin page, and select "facebook" as
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPrincipalSearchPropertySetTest.php14 $backend = new PrincipalBackend\Mock();
17 $principals = new PrincipalCollection($backend);
23 $plugin = new Plugin($backend,'realm');
/plugin/sympaauth/lang/en/
H A Dintro.txt3 From this page you can set up or unset the authentication backend which uses the soap frontend of a…
5 To activate this backend, you must go to the configuration plugin page, and select "sympa" as the a…
/plugin/authloginapi/
H A DREADME.md3 **authloginapi** is a simple authentication backend to login with other credentials (e.g. from a fo…
7 * Configure your Login API backend server (see below).
/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;

1234