Home
last modified time | relevance | path

Searched refs:local (Results 26 – 50 of 386) sorted by path

12345678910>>...16

/plugin/authhiorgserver/
H A DREADME.md10 .../conf/local.php
/plugin/authimap/
H A Dauth.php132 list($local) = explode('@', $user); // we only use the local part
133 return strtolower($local);
/plugin/authldaplocal/
H A DLICENSE1 LDAP+local authentication backend for Dokuwiki
H A DREADME.md1 # LDAP+local authentication backend for Dokuwiki
26 # Authentication type LDAP using local ACLs
40 …he configured LDAP server. In addition it will look up every user in your local /conf/users.auth.p…
42 Groups may be acquired from the LDAP but it is recommended to create and use local groups.
H A Dplugin.info.txt6 desc Provides authentication against LDAP server for local accounts only
/plugin/authlinotp/
H A DREADME.md24 You can revert to the originial auth plugin by editing the file conf/local.php:
/plugin/authmantis/
H A DLICENSE.md613 above cannot be given local legal effect according to their terms,
614 reviewing courts shall apply local law that most closely approximates
/plugin/authremoteuser/
H A DREADME.md89 Copy the configuration settings to the `conf/local.protected.php` file to
/plugin/authshibboleth/
H A DREADME.md41 In `DOKUWIKI_HOME/conf/local.conf` set the `authtype` directive:
49 …sitory to `DOKUWIKI_HOME/conf` and include it in your `DOKUWIKI_HOME/conf/local.protected.php` fil…
53 It's better to use `local.protected.php` instead of `local.php`, because `local.php` may be overwri…
/plugin/authsmartcard/
H A DREADME.md60 Ensure that the authtype is set to authsmartcard in conf/local.php or conf/local.protected.php:
/plugin/authsplit/conf/
H A Dmetadata.php11 function initialize($default=null, $local=null, $protected=null) { argument
12 parent::initialize($default, $local, $protected);
/plugin/authyubikey/
H A Dplugin.info.txt6 desc Provides user authentication against DokuWiki's local password storage combined with the two…
/plugin/autogroup/
H A DLICENSE615 above cannot be given local legal effect according to their terms,
616 reviewing courts shall apply local law that most closely approximates
/plugin/autolink3/
H A Dadmin.php37 if (isset($_REQUEST['local'])) $local = $_REQUEST['local'];
166 <select name = 'local'>
H A Dsys.php135 function is_link_exist($page, $local, $word) argument
137 $global = sprintf("%s %s %s\r\n", $word, $page, $local);
142 if (!strcmp($check, $global) || (!strcmp($word, $nword[0]) && !strcmp($local, $nword[2])))
/plugin/barcode/
H A DCOPYING615 above cannot be given local legal effect according to their terms,
616 reviewing courts shall apply local law that most closely approximates
/plugin/barcodes/vendor/jucksearm/php-barcode/
H A DLICENSE615 above cannot be given local legal effect according to their terms,
616 reviewing courts shall apply local law that most closely approximates
/plugin/bbcodeextensions/
H A DLICENSE615 above cannot be given local legal effect according to their terms,
616 reviewing courts shall apply local law that most closely approximates
/plugin/bpmnio/vendor/bpmn-js/
H A DREADME.md74 # spin up a single local modeler instance
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js10893 ElementSerializer.prototype.getNamespaces = function(local) { argument
10902 if (local || !parentNamespaces) {
10912 ElementSerializer.prototype.logNamespace = function(ns, wellknown, local) { argument
10913 var namespaces = this.getNamespaces(local);
10920 if (!existing || local) {
10929 ElementSerializer.prototype.logNamespaceUsed = function(ns, local) { argument
10932 namespaces = this.getNamespaces(local);
/plugin/bugzillaint/docs/
H A Dbugzillaint.txt50 on how to install plugins manually. The local plugin directory must have the
/plugin/c3chart/assets/
H A Dd3.min.js2local:t}:t},Ka=function(t){var n=Ja(t);return(n.local?function(t){return function(){return this.ow…
/plugin/chat/
H A Dreadme.txt41 Use included ''local.php.dist'' and add its contents to your ''local.php'' settings file. Change th…
/plugin/ckgdoku/scripts/
H A Dparse_wiki.js.unc1264 // if local image without link content, as in <a . . .></a>, delete link markup
/plugin/ckgedit/scripts/
H A Dcss6.php464 $local = DOKU_INC.$url;
465 $size = @filesize($local);
467 $data = base64_encode(file_get_contents($local));

12345678910>>...16