Home
last modified time | relevance | path

Searched refs:conf (Results 76 – 100 of 122) sorted by path

12345

/dokuwiki/inc/
H A Dinit.php40 if (!defined('DOKU_CONF')) define('DOKU_CONF', DOKU_INC . 'conf/');
72 global $conf;
73 $conf = [];
106 if ($conf['canonical']) {
121 define('DOKU_COOKIE', 'DW' . md5(DOKU_REL . (($conf['securecookie']) ? $serverPort : '')));
133 define('DOKU_TPL', DOKU_BASE . 'lib/tpl/' . $conf['template'] . '/');
141 define('DOKU_TPLINC', DOKU_INC . 'lib/tpl/' . $conf['template'] . '/');
155 $conf['gzip_output'] &= (strpos($httpAcceptEncoding, 'gzip') !== false);
158 $conf['gzip_output'] &&
173 $cookieDir = empty($conf['cookiedi
68 $conf = array(); global() variable
[all...]
H A Dio.php31 global $conf;
39 $dir = $conf[$basedir] . '/' . utf8_encodeFN(str_replace(':', '/', $id));
254 global $conf;
282 if (!$fileexists && $conf['fperm']) {
283 chmod($file, $conf['fperm']);
425 * inside $conf['lockdir']
436 global $conf;
438 $lockDir = $conf['lockdir'] . '/' . md5($file);
447 if ($conf['dperm']) {
448 chmod($lockDir, $conf['dper
[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...]
H A Dpageutils.php26 * For $param='id' $conf['start'] is returned if no id was found.
39 global $conf;
45 if (empty($id) && $conf['userewrite'] == 2) {
50 if ($conf['basedir']) {
55 $script = $conf['basedir'] . $relpath .
84 if (str_ends_with($id, ':') || ($conf['useslash'] && str_ends_with($id, '/'))) {
85 if (page_exists($id . $conf['start'])) {
87 $id .= $conf['start'];
96 $id .= $conf['start'];
107 if ($id === '' && $param == 'id') $id = $conf['star
[all...]
H A Dparserutils.php149 global $conf;
154 if ($conf['allowdebug'] && $format == 'xhtml') {
161 if ($conf['allowdebug'] && $format == 'xhtml') {
166 if ($conf['allowdebug'] && $format == 'xhtml') {
557 global $conf;
597 if ($conf['typography']) {
629 if ($conf['camelcase']) {
716 global $conf, $plugin_controller;
718 $rname = empty($conf['renderer_' . $mode]) ? $mode : $conf['renderer
[all...]
H A Dpreload.php.dist6 * local configuration files out of the main ./conf directory.
H A Dsearch.php83 * string $base - Base usually $conf['datadir']
140 global $conf;
146 'sneakyacl' => $conf['sneaky_index'],
491 * @param string $base - Base usually $conf['datadir']
H A Dtemplate.php36 global $conf;
38 if (@is_readable(DOKU_INC . 'lib/tpl/' . $conf['template'] . '/' . $file))
39 return DOKU_INC . 'lib/tpl/' . $conf['template'] . '/' . $file;
56 global $conf;
57 if (!$tpl) $tpl = $conf['template'];
73 global $conf;
74 if (!$tpl) $tpl = $conf['template'];
147 global $conf;
158 if (!$tocok || !is_array($toc) || !$conf['tocminheads'] || count($toc) < $conf['tocminhead
[all...]
H A Dtoolbar.php263 global $conf;
268 $sig = $conf['signature'];
/dokuwiki/inc/parser/
H A Dmetadata.php144 global $conf;
147 if ($level >= $conf['toptoclevel'] && $level <= $conf['maxtoclevel']) {
153 'level' => $level - $conf['toptoclevel'] + 1
574 * Should honor $conf['mailguard'] setting
680 global $conf;
686 if ($conf['useslash']) {
H A Drenderer.php654 * Should honor $conf['mailguard'] setting
892 global $conf;
898 if ($conf['useslash']) {
H A Dxhtml.php180 global $conf;
184 $conf['tocminheads'] && count($this->toc) >= $conf['tocminheads']
203 global $conf;
206 if ($level >= $conf['toptoclevel'] && $level <= $conf['maxtoclevel']) {
207 $this->toc[] = html_mktocitem($id, $text, $level - $conf['toptoclevel'] + 1);
222 global $conf;
241 $level <= $conf['maxseclevel'] &&
250 if ($level <= $conf['maxsecleve
[all...]
/dokuwiki/
H A Dindex.php22 send_redirect(wl($conf['start']));
53 preg_match('/^\/(data|conf|bin|inc)\//', $_SERVER['SCRIPT_NAME'])
/dokuwiki/lib/exe/
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']) {
H A Djs.php38 global $conf;
45 if (!$tpl) $tpl = $conf['template'];
50 DOKU_INC . 'inc/lang/' . $conf['lang'] . '/jquery.ui.datepicker.js',
105 'path' => empty($conf['cookiedir']) ? DOKU_REL : $conf['cookiedir'],
106 'secure' => $conf['securecookie'] && is_ssl()
131 $debugjs = ($conf['allowdebug'] && strpos($file, DOKU_INC . 'lib/scripts/') !== 0);
143 if ($conf['locktime'] != 0) {
144 js_runonstart("dw_locktimer.init(" . ($conf['locktime'] - 60) . "," . $conf['usedraf
[all...]
H A Dmediamanager.php15 global $conf;
100 if ($INPUT->int('rev') && $conf['mediarevisions']) $REV = $INPUT->int('rev');
102 if ($INPUT->str('mediado') == 'restore' && $conf['mediarevisions']) {
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;
/dokuwiki/lib/plugins/acl/
H A Dadmin.php233 global $conf;
276 global $conf;
280 search($data, $conf['datadir'], 'search_index', ['ns' => $folder], $limit);
282 search($media, $conf['mediadir'], 'search_index', ['ns' => $folder, 'nofiles' => true], $limit);
583 global $conf;
589 $this->specials[] = '@' . $conf['defaultgroup'];
590 if ($conf['manager'] != '!!not set!!') {
595 explode(',', $conf['manager'])
727 * adds new acl-entry to conf/acl.auth.php
750 * remove acl-entry from conf/ac
[all...]
/dokuwiki/lib/plugins/authad/
H A Dauth.php18 * $conf['authtype'] = 'authad';
20 * $conf['plugin']['authad']['account_suffix'] = '@my.domain.org';
21 * $conf['plugin']['authad']['base_dn'] = 'DC=my,DC=domain,DC=org';
22 * $conf['plugin']['authad']['domain_controllers'] = 'srv1.domain.org,srv2.domain.org';
25 * $conf['plugin']['authad']['sso'] = 1;
26 * $conf['plugin']['authad']['admin_username'] = 'root';
27 * $conf['plugin']['authad']['admin_password'] = 'pass';
28 * $conf['plugin']['authad']['real_primarygroup'] = 1;
29 * $conf['plugin']['authad']['use_ssl'] = 1;
30 * $conf['plugi
[all...]
/dokuwiki/lib/plugins/authad/conf/
H A Ddefault.php3 $conf['account_suffix'] = '';
4 $conf['base_dn'] = '';
5 $conf['domain_controllers'] = '';
6 $conf['sso'] = 0;
7 $conf['sso_charset'] = '';
8 $conf['admin_username'] = '';
9 $conf['admin_password'] = '';
10 $conf['real_primarygroup'] = 0;
11 $conf['use_ssl'] = 0;
12 $conf['use_tl
[all...]
/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/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/authpdo/
H A Dauth.php198 global $conf;
207 array_unshift($grps, $conf['defaultgroup']);
545 global $conf;
550 $groups = [$conf['defaultgroup']]; // always add default config
/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...]

12345