Home
last modified time | relevance | path

Searched refs:conf (Results 1126 – 1150 of 2245) sorted by relevance

1...<<41424344454647484950>>...90

/plugin/phpbblinks/
H A Daction.php244 global $conf;
246 $host = $conf['auth']['mysql']['server'];
247 $user = $conf['auth']['mysql']['user'];
248 $pass = $conf['auth']['mysql']['password'];
249 $dbu = $conf['auth']['mysql']['database'];
/plugin/directions/syntax/
H A Dcommon.php141 global $conf;
142 $trimLimit = $conf['plugin']['directions']['trim_limit'];
192 global $conf;
193 $maxdirections = $conf['plugin']['directions']['max_directions'];
194 if (!isset($trimLimit)) $trimLimit = $conf['plugin']['directions']['trim_limit'];
/plugin/spatialhelper/helper/
H A Dindex.php57 global $conf;
58 $this->idx_dir = $conf ['indexdir'];
80 global $conf;
83 search($pages, $conf ['datadir'], 'search_allpages', []);
89 search($media, $conf['mediadir'], 'search_media', []);
/plugin/indextitleonly/_test/
H A Dindextitleonly.test.php11 global $conf;
15 $conf['plugin']['indextitleonly']['namespace'] = 'titleonly';
/plugin/webdav/
H A Dhelper.php21 global $conf;
32 if (!$conf['useacl']) {
/plugin/authdiscourse/
H A Daction.php32 global $conf;
33 if ($conf['authtype'] == 'authdiscourse') {
/plugin/confmanager/lang/zh/
H A Dmime.txt1 您可以通过[[doku>mediamanager|媒体管理器]]上传哪些类型的文件是在 ''conf/mime.conf'' 文件配置的。它还可以用于配置文件扩展名 <-> MIME 类型的关联。
/plugin/offline/
H A Drenderer.php61 global $conf;
72 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="'.$conf['lang'].'"
73 lang="'.$conf['lang'].'" dir="'.$lang['direction'].'">
253 global $conf;
276 $link['target'] = $conf['target']['wiki'];
292 ($conf['userewrite']) ? $link['url'].='?' : $link['url'].='&amp;';
/plugin/indexmenu/
H A Daction.php84 global $conf;
98 if ($conf['useacl']) {
117 if (@filemtime($cache->cache) < @filemtime($conf['cachedir'] . '/purgefile')) {
460 global $conf, $INPUT;
514 $search->customSearch($data, $conf['datadir'], [$search, 'searchIndexmenuItems'], $opts, $fsdir);
516 search($data, $conf['datadir'], [$search, 'searchIndexmenuItems'], $opts, $fsdir);
/plugin/linkback/
H A Dadmin.php50 global $conf;
54 $num = $conf['recent'];
91 global $conf;
95 search($items, $conf['datadir'], 'search_allpages', array());
198 global $conf;
210 $this->external_link($url, $title).', '.strftime($conf['dformat'], $date).', ' . $this->getLang('linkback_type_' . $type) . ': '.
/plugin/authvk/
H A Dauth.php43 global $conf;
159 global $conf;
171 if(!is_array($grps)) $grps = array($conf['defaultgroup']);
328 global $conf;
329 return cleanID(str_replace(':', $conf['sepchar'], $user));
339 global $conf;
340 return cleanID(str_replace(':', $conf['sepchar'], $group));
/plugin/data-au/_test/
H A Dhelper.test.php63 global $conf;
86 $conf['lang'] = 'de';
92 global $conf;
101 $conf['lang'] = 'en';
111 $conf['plugin']['translation']['translations'] = 'de';
129 global $conf;
151 $conf['mailguard'] = '';
158 $conf['mailguard'] = 'visible';
/plugin/404manager/
H A Daction.php123 global $conf;
184 $startPage = getNS($ID) . ':' . $conf['start'];
324 global $conf;
337 $nameSpaces = ft_pageLookup($conf['start']);
383 global $conf;
392 if ($pageName != $conf['sidebar']) {
567 global $conf;
570 if ($this->getConf('ShowPageNameIsNotUnique') == 1 && $pageName <> $conf['start']) {
/plugin/data/_test/
H A Dhelper.test.php
/plugin/sync/
H A Dadmin.php197 global $conf;
198 $profiles = $conf['metadir'].'/sync.profiles';
208 global $conf;
209 $profiles = $conf['metadir'].'/sync.profiles';
219 global $conf;
545 global $conf;
582 echo '<div>'.strftime($conf['dformat'],$item['local']['mtime']).'</div>';
609 echo '<div>'.strftime($conf['dformat'],$item['remote']['mtime']).'</div>';
646 global $conf;
679 search($local, $conf['datadir'], 'search_allpages',
[all …]
/plugin/genericsso/
H A Daction.php13 global $conf;
15 if($conf['authtype'] != 'genericsso') return;
/plugin/txtconf/lang/en/
H A Dintro.txt3 Use this page to Manage the Text config files (conf/*.conf) of your Dokuwiki installation.
/plugin/catlist/
H A Dsyntax.php61 global $conf;
234 global $conf;
235 if ((strlen($conf['hidepages']) != 0) && preg_match('/'.$conf['hidepages'].'/i', $item['id'])) return true;
254 global $conf;
255 $index_path_map = array( CATLIST_INDEX_START => $parpath.'/'.$name.'/'.$conf['start'].'.txt',
258 $index_id_map = array( CATLIST_INDEX_START => $parid .$name.':'.$conf['start'],
291 global $conf;
296 $path = $conf['datadir'].'/'.utf8_encodeFN($path);
478 global $conf;
[all...]
/plugin/discussion/
H A Daction.php763 global $conf, $lang, $HIGH;
938 global $conf;
1126 global $conf;
1168 global $conf;
1177 if (count($lines)<$conf['recent']) {
1233 global $conf;
1248 'TITLE' => $conf['title'],
1259 'TITLE' => $conf['title'],
1268 if ($conf['notify']) {
1269 $mailer->bcc($conf['notify']);
[all …]
/plugin/siteexport/action/
H A Dajax.php174 global $conf;
176 $conf['useslash'] = 1;
349 global $conf, $INPUT;
473 global $conf, $CURRENT_ID, $CURRENT_PARENT;
561 global $conf;
577 $http->max_bodysize = $conf['fetchsize'];
1100 global $conf;
1103 if ( $conf['userewrite'] == 2 ) {
1144 global $conf;
1198 global $conf;
[all …]
/plugin/projects/action/
H A Deditformselect.php34 global $conf;
35 if ($conf['compress'])
/plugin/blogtng/tpl/default/
H A Dlist.php22 <?php global $conf; $entry->tpl_created($conf['dformat'])?>
/plugin/ireadit/action/
H A Dauth.php21 global $conf;
23 search($data, $conf['datadir'], 'search_allpages', array('skipacl' => true));
/plugin/sphinxsearch-was/
H A DPageMapper.php14 global $conf;
16 $dataPath = fullpath($conf['savedir']);
18 $dataPath = fullpath(DOKU_INC . $conf['savedir']);
/plugin/fedauth/classes/usr/
H A Dfa_register.usr.class.php30 global $conf, $ID;
42 $conf['autopasswd'] = true; // yup, force auto-password
59 global $conf, $ID, $INPUT, $lang;

1...<<41424344454647484950>>...90