Home
last modified time | relevance | path

Searched refs:conf (Results 76 – 100 of 122) sorted by last modified time

12345

/dokuwiki/inc/Action/
H A DSubscribe.php32 global $conf;
33 if (isset($conf['subscribers']) && !$conf['subscribers']) throw new ActionDisabledException();
/dokuwiki/inc/
H A DActionRouter.php43 global $conf;
45 $this->disabled = explode(',', $conf['disableactions']);
H A DAjax.php192 global $conf;
202 search($data, $conf['mediadir'], 'search_index', ['nofiles' => true], $dir);
325 global $conf;
335 search($data, $conf['datadir'], 'search_index', ['ns' => $ns], $dir);
350 global $conf;
371 if ($conf['useheading'] == '1' || $conf['useheading'] == 'content') {
401 'sneakyacl' => $conf['sneaky_index']
405 search($data, $conf['datadir'], 'search_universal', $opts, $nsd);
H A DLogger.php31 global $conf;
35 $dontlog = explode(',', $conf['dontlog']);
211 global $conf;
218 return $conf['logdir'] . '/' . $this->facility . '/' . date('Y-m-d', $date) . '.log';
H A DManifest.php13 global $conf;
18 $manifest['name'] = $conf['title'];
22 $manifest['short_name'] = $conf['title'];
26 $manifest['description'] = $conf['tagline'];
H A DTaskRunner.php25 global $INPUT, $conf, $ID;
31 $defer = !@ignore_user_abort() || $conf['broken_iua'];
32 $output = $INPUT->has('debug') && $conf['allowdebug'];
100 global $conf;
104 $fn = ($media_changes ? $conf['media_changelog'] : $conf['changelog']);
107 // Trims the recent changes cache to the last $conf['changes_days'] recent
108 // changes or $conf['recent'] items, which ever is larger.
118 if (count($lines) <= $conf['recent']) {
126 $trim_time = time() - $conf['recent_day
[all...]
H A Dmail.php39 global $conf;
69 $conf['mailfrom']
73 if ($from != $conf['mailfrom']) {
74 $conf['mailfromnobody'] = $noreply;
76 $conf['mailfromnobody'] = $from;
78 $conf['mailfrom'] = $from;
H A Dmedia.php73 global $conf;
95 if ($conf['fperm']) chmod($src, $conf['fperm']);
229 global $conf;
231 if ($conf['refcheck']) {
456 global $lang, $conf;
477 $auth_ow = (($conf['mediarevisions']) ? AUTH_UPLOAD : AUTH_DELETE);
539 global $conf;
559 // (Should normally chmod to $conf['fperm'] only if $conf['fper
[all...]
/dokuwiki/lib/exe/
H A Dopensearch.php21 $ico = DOKU_URL . 'lib/tpl/' . $conf['template'] . '/images/favicon.ico';
23 $ico = DOKU_URL . 'lib/tpl/' . $conf['template'] . '/favicon.ico';
32 echo ' <ShortName>' . hsc($conf['title']) . '</ShortName>' . NL;
H A Dcss.php37 global $conf;
53 $tpl = $conf['template'];
67 $cache_files[] = $conf['cachedir'] . '/preview.ini';
186 if ($conf['compress']) {
191 if ($conf['cssdatauri']) {
210 global $conf;
214 $less->setPreserveComments(!$conf['compress']);
515 global $conf;
524 if ($size && $size < $conf['cssdatauri']) {
/dokuwiki/lib/plugins/safefnrecode/
H A Daction.php29 global $conf;
30 if ($conf['fnencode'] != 'safe') return;
32 if (!file_exists($conf['datadir'] . '_safefn.recoded')) {
33 $this->recode($conf['datadir']);
34 touch($conf['datadir'] . '_safefn.recoded');
37 if (!file_exists($conf['olddir'] . '_safefn.recoded')) {
38 $this->recode($conf['olddir']);
39 touch($conf['olddir'] . '_safefn.recoded');
42 if (!file_exists($conf['metadir'] . '_safefn.recoded')) {
43 $this->recode($conf['metadi
[all...]
/dokuwiki/lib/plugins/styling/
H A Dadmin.php64 global $conf;
67 $styleUtil = new StyleUtils($conf['template'], true, true);
156 global $conf;
157 $ini = $conf['cachedir'] . '/preview.ini';
166 global $conf;
167 $ini = $conf['cachedir'] . '/preview.ini';
215 global $conf;
216 $ini = DOKU_CONF . "tpl/" . $conf['template'] . "/style.ini";
H A Dpopup.php20 <html lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>">
/dokuwiki/lib/tpl/dokuwiki/
H A Ddetail.php15 <html lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction'] ?>" class="no-js">
20 [<?php echo strip_tags($conf['title'])?>]
/dokuwiki/inc/Menu/Item/
H A DIndex.php15 global $conf;
23 if ($conf['start'] == $ID && !$conf['sitemap']) {
/dokuwiki/inc/Parsing/ParserMode/
H A DQuotes.php10 global $conf;
15 if ($conf['typography'] == 2) {
/dokuwiki/inc/Remote/
H A DXmlRpcServer.php30 global $conf;
32 if (!$conf['remote']) {
35 if (!empty($conf['remotecors'])) {
36 header('Access-Control-Allow-Origin: ' . $conf['remotecors']);
/dokuwiki/conf/
H A Ddokuwiki.php16 $conf['title'] = 'DokuWiki'; //what to show in the title
17 $conf['start'] = 'start'; //name of start page
18 $conf['lang'] = 'en'; //your language
19 $conf['template'] = 'dokuwiki'; //see lib/tpl directory
20 $conf['tagline'] = ''; //tagline in header (if template supports it)
21 $conf['sidebar'] = 'sidebar'; //name of sidebar in root namespace (if template supports it)
22 $conf['license'] = 'cc-by-nc-sa'; //see conf/license.php
23 $conf['savedir'] = './data'; //where to store all the files
24 $conf['basedi
[all...]
/dokuwiki/inc/Ui/
H A DAdmin.php90 global $conf;
91 if (!str_starts_with($conf['savedir'], './')) return;
92 $img = DOKU_URL . $conf['savedir'] .
127 global $conf;
150 'prompt' => $obj->getMenuText($conf['lang']),
H A DLogin.php38 global $conf;
62 if ($conf['rememberme']) {
/dokuwiki/lib/plugins/authldap/
H A Dauth.php166 global $conf;
310 if (!$info['grps'] || !in_array($conf['defaultgroup'], $info['grps'])) {
311 $info['grps'][] = $conf['defaultgroup'];
/dokuwiki/lib/plugins/authpdo/conf/
H A Ddefault.php9 $conf['debug'] = 0;
10 $conf['dsn'] = '';
11 $conf['user'] = '';
12 $conf['pass'] = '';
20 $conf['select-user'] = '';
28 $conf['check-pass'] = '';
36 $conf['select-user-groups'] = '';
43 $conf['select-groups'] = '';
50 $conf['insert-user'] = '';
57 $conf['delet
[all...]
/dokuwiki/lib/plugins/authldap/conf/
H A Ddefault.php3 $conf['server'] = '';
4 $conf['port'] = 389;
5 $conf['usertree'] = '';
6 $conf['grouptree'] = '';
7 $conf['userfilter'] = '';
8 $conf['groupfilter'] = '';
9 $conf['version'] = 2;
10 $conf['starttls'] = 0;
11 $conf['referrals'] = -1;
12 $conf['dere
[all...]
/dokuwiki/lib/plugins/authplain/
H A Dauth.php141 global $conf;
153 if (!is_array($grps)) $grps = [$conf['defaultgroup']];
363 global $conf;
365 return cleanID(str_replace([':', '/', ';'], $conf['sepchar'], $user));
376 global $conf;
378 return cleanID(str_replace([':', '/', ';'], $conf['sepchar'], $group));
/dokuwiki/data/
H A Ddeleted.files114 lib/plugins/authmysql/conf/default.php
115 lib/plugins/authmysql/conf/metadata.php
180 lib/plugins/authpgsql/conf/default.php
181 lib/plugins/authpgsql/conf/metadata.php
696 conf/words.aspell.dist
748 conf/msg

12345