Home
last modified time | relevance | path

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

12345678910>>...16

/plugin/authimap/
H A Dauth.php132 list($local) = explode('@', $user); // we only use the local part
133 return strtolower($local);
/plugin/confmanager/configTypes/
H A DConfigManagerSingleLineConfigCascade.php29 $local = $configs['local'];
30 $configs = array_merge($default, $local);
H A DConfigManagerTwoLine.php66 $local = confToHash($this->configFile);
68 $configs = $local;
H A DConfigManagerTwoLineConfigCascade.php22 $local = $configs['local'];
23 $configs = array_merge($default, $local);
H A DConfigManagerTwoLineLeftImageConfigCascade.php31 $local = $configs['local'];
32 $configs = array_merge($default, $local);
/plugin/autolink3/
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/farmer/
H A Dhelper.php231 $localfile = DOKU_FARMDIR . $animal . '/conf/plugins.local.php';
280 $local = $this->getAnimalPluginLocalStates($animal);
285 if (isset($local[$plugin])) {
286 $current['actual'] = (bool) $local[$plugin];
335 io_saveFile(DOKU_FARMDIR . $animal . '/conf/plugins.local.php', $pluginConf);
336 touch(DOKU_FARMDIR . $animal . '/conf/local.php');
339 opcache_invalidate(DOKU_FARMDIR . $animal . '/conf/plugins.local.php');
340 opcache_invalidate(DOKU_FARMDIR . $animal . '/conf/local.php');
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md50 'base_dn' => 'dc=example,dc=local'
57 $ldap->bind('user@example.local', '12345');
96 $entry = (new Entry('cn=foo,dc=domain,dc=local'))
113 $entry = $ldap->read('cn=foo,dc=domain,dc=local');
128 $entry = $ldap->read('cn=foo,dc=domain,dc=local');
159 $entry = $ldap->read('cn=foo,dc=domain,dc=local');
/plugin/confmanager/lang/de/
H A Dwordblock.txt5 …usewordblock'] = 1;'' in "conf/local.php" (Standardmäßig ist diese auf 1 gesetzt) und passen Sie d…
/plugin/confmanager/lang/en/
H A Dwordblock.txt3 …usewordblock'] = 1;'' option in ''conf/local.php'' (by default it is set to 1) and edit the ''conf…
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconnector.lasso82 iterate(file_listdirectory($currentFolderURL), local('this'));
94 iterate(file_listdirectory($currentFolderURL), local('this'));
98 local('size') = file_getsize($currentFolderURL + #this) / 1024;
162 local('fileExtension') = '.' + $NewFile->find('OrigExtension');
163 local('shortFileName') = $NewFileName->removetrailing(#fileExtension)&;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D44.44.js1 …\t\r\n]+/,""],[/^:\w*/,"metatag"],[/\$(\{((global|local|private|script|using):)?[\w]+\}|((global|l…
/plugin/advanced/lang/en/config/
H A Dmanifest.txt8 …- it can be overwritten by values set in a ''manifest.local.json'' in the ''conf'' directory which…
10 …- if no icons are defined in a manifest.local.json, it looks for some svg logos and uses the first…
/plugin/authldaplocal/
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.
/plugin/xcom/lang/en/
H A Dhowto.txt3 …logged into. The user can then communicate and exchange data between the local wiki and a remote …
15 - A button for saving remote data to the local wiki and the credentials of the local wiki
43local wiki. Enter the id of a remote page or media file into the ''ID'' field and click the ''Loca…
45 To use the feature you must fill in the local user's xmlrpc user name and password in the text boxe…
47 There is an alternate way of importing pages and media from the remote to the local wiki. There are…
56 …n action link. If you click that link, the item will be imported into the local wiki from the remo…
/plugin/sync/
H A Dadmin.php675 $local = array();
679 search($local, $conf['datadir'], 'search_allpages',
683 search($local, $conf['mediadir'], 'search_media',
689 foreach($local as $item){
699 unset($local);
719 $local = rawWiki($id);
721 $df = new Diff(explode("\n",htmlspecialchars($local)),
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DLicenseNamespace.asciidoc49 $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
/plugin/sync/lang/ja/
H A Dlist.txt3 以下は local Wiki と remote Wiki との間で異なるファイル一覧です。
H A Dnochange.txt3 local Wiki と remote Wiki との間に差はありません。
/plugin/confmanager/lang/fr/
H A Dwordblock.txt5 … le fichier ''conf/local.php'' (par défaut cette option est activée puisque réglée sur 1) et édite…
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dcommands.asp26 ' Map the virtual path to the local server path.
54 ' Map the virtual path to the local server path.
104 ' Map the virtual path to the local server path of the current folder.
154 ' Map the virtual path to the local server path.
/plugin/sync/lang/es/
H A Dnochange.txt3 No se encontraron diferencias entre su wiki local y la wiki remota. No es necesario sincronizar.
/plugin/sync/lang/en/
H A Dnochange.txt3 There were no differences found between your local wiki and the remote wiki. No need to synchronize.
/plugin/sync/lang/fr/
H A Dnochange.txt3 Aucune différence n'a été constatée entre votre wiki local et le wiki distant. Pas besoin de synchr…
/plugin/txtconf/
H A Dtxtconfig.class.php69 $local = $this->_read_config($this->_local_file);
72 …$keys = array_merge(array_keys($this->_metadata),array_keys($default), array_keys($local), array_k…
105 $this->setting[$key]->initialize($default[$key],$local[$key],$protected[$key]);

12345678910>>...16