Home
last modified time | relevance | path

Searched refs:backend (Results 51 – 75 of 98) sorted by relevance

1234

/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/freechat/
H A Dsyntax.php121 $params['server_script_path'] = DOKU_INC.'lib/plugins/freechat/backend.php';
122 $params['server_script_url'] = DOKU_URL.'lib/plugins/freechat/backend.php';
/plugin/shell/
H A DP0wnyShell.js10 backend = ''; field in P0wnyShell
64 this.backend = this.getAttribute('backend') || this.backend;
377 xhr.open("POST", this.backend + url, true);
/plugin/authdrupal8/
H A DREADME.md17 Dokuwiki MySQL authentication backend by
27 DokuDrupal Drupal 7.x/MySQL authentication backend by
37 In configuration backend you have to edit at least the following entries:
/plugin/jsmath/conf/
H A Ddefault.php11 $conf['backend'] = 'MathJax';
/plugin/oauth/
H A Dcomposer.lock34 "predis/predis": "Allows using the Redis storage backend.",
35 "symfony/http-foundation": "Allows using the Symfony Session storage 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/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/authsmf20/
H A Dplugin.info.txt6 desc Provides user authentication using SMF 2.0 backend
/plugin/authucenter/
H A Dplugin.info.txt6 desc Provides authentication against a Discuz with Ucenter backend
/plugin/owncloud/
H A Dplugin.info.txt6 desc Use ownCloud as file-backend for DokuWiki
/plugin/authwordpress/
H A Dplugin.info.txt6 desc Provides authentication against a WordPress MySQL database backend
/plugin/authshibboleth/
H A DCHANGELOG.md14 * based on the [Shibboleth authentication backend](https://github.com/ivan-novakov/dokushib)
/plugin/spellcheck/
H A Dplugin.info.txt6 desc Sends the editor text to an aspell backend service to check for spelling errors
/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/lastpages/
H A DREADME.md12 * **2021-05-29**: Added ~~LASTPAGES~~ as keyword and options in the admin backend.
/plugin/openlayersmap/lang/en/
H A Dadmin_intro.txt2 This page allows you to purge the cached tiles and maps that are used by the 'local' static maps backend.
/plugin/openlayersmap/lang/es/
H A Dadmin_intro.txt2 FIXME (translate) This page allows you to purge the cached tiles and maps that are used by the 'local' static maps backend.
/plugin/openlayersmap/lang/fr/
H A Dadmin_intro.txt4 Cette page vous permet de purger les tuiles et les cartes mises en cache qui sont utilisées par le backend des cartes statiques «locales».
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarHomeSubscriptionsTest.php11 protected $backend; variable in Sabre\\CalDAV\\CalendarHomeSubscriptionsTest
/plugin/jsmath/
H A Dsyntax.php131 $backend_is_jsmath = ($this->getConf('backend') != 'MathJax');
/plugin/farm/install/animaltemplate/conf/
H A Dacl.auth.php.dist10 # If your auth backend allows special char like spaces in groups
/plugin/authdrupal7/
H A DREADME.md23 Dokuwiki MySQL authentication backend by
30 DokuDrupal Drupal 7.x/MySQL authentication backend by
37 In configuration backend you have to edit at least the following entries:

1234