Home
last modified time | relevance | path

Searched refs:conf (Results 1 – 25 of 122) sorted by last modified time

12345

/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/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/config/core/
H A DWriter.php36 global $conf;
53 $out .= $setting->out('conf', 'php');
64 if ($conf['fperm']) chmod($this->savefile, $conf['fperm']);
H A DLoader.php30 global $conf;
33 $this->template = $conf['template'];
56 DOKU_PLUGIN . $plugin . '/conf/metadata.php',
67 tpl_incdir() . '/conf/metadata.php',
87 $conf = [];
91 $conf = array_merge(
92 $conf,
94 DOKU_PLUGIN . $plugin . '/conf/default.php',
102 $conf = array_merge(
103 $conf,
[all...]
/dokuwiki/inc/
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'];
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 DMailer.class.php42 global $conf;
57 $this->allowhtml = (bool)$conf['htmlmail'];
60 if (!empty($conf['mailreturnpath'])) {
61 $this->setHeader('Return-Path', $conf['mailreturnpath']);
65 $this->setHeader('X-DokuWiki-Title', $conf['title']);
68 $this->setHeader('List-Id', $conf['title'] . ' <' . $listid . '>');
321 * This is set to $conf['mailfrom'] when not specified so you shouldn't need
564 global $conf;
567 if (empty($this->headers['From'])) $this->from($conf['mailfrom']);
577 if (empty($conf['mailprefi
[all...]
/dokuwiki/lib/plugins/popularity/
H A Dhelper.php42 global $conf;
43 $this->autosubmitFile = $conf['cachedir'] . '/autosubmit.txt';
44 $this->autosubmitErrorFile = $conf['cachedir'] . '/autosubmitError.txt';
45 $this->popularityLastSubmitFile = $conf['cachedir'] . '/lastSubmitTime.txt';
133 global $conf;
145 $data['language'] = $conf['lang'];
150 $data['conf_useacl'] = $conf['useacl'];
151 $data['conf_authtype'] = $conf['authtype'];
152 $data['conf_template'] = $conf['template'];
156 search($list, $conf['datadi
[all...]
/dokuwiki/inc/parser/
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'])
H A D.htaccess.dist22 ## $conf['userewrite'] = 1 - not needed for rewrite mode 2
/dokuwiki/lib/exe/
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']) {
/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/tpl/dokuwiki/
H A Dmain.php14 $hasSidebar = page_findnearest($conf['sidebar']);
17 <html lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>" class="no-js">
20 <title><?php tpl_pagetitle() ?> [<?php echo strip_tags($conf['title']) ?>]</title>
43 <?php tpl_include_page($conf['sidebar'], true, true) ?>
H A Dmediamanager.php14 <html lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction'] ?>" class="popup no-js">
19 [<?php echo strip_tags($conf['title'])?>]
H A Dstyle.ini5 ; a local conf/tpl/<template-folder-name>/style.ini file to prevent losing
H A Dtpl_header.php34 '<span>' . $conf['title'] . '</span>',
38 <?php if ($conf['tagline']) : ?>
39 <p class="claim"><?php echo $conf['tagline']; ?></p>
45 <?php if ($conf['useacl']) : ?>
76 <?php if ($conf['breadcrumbs'] || $conf['youarehere']) : ?>
78 <?php if ($conf['youarehere']) : ?>
81 <?php if ($conf['breadcrumbs']) : ?>
/dokuwiki/conf/
H A D.htaccess1 ## no access to the conf directory
/dokuwiki/inc/Search/
H A DIndexer.php458 global $conf;
462 @unlink($conf['indexdir'] . '/page.idx');
463 @unlink($conf['indexdir'] . '/title.idx');
464 @unlink($conf['indexdir'] . '/pageword.idx');
465 @unlink($conf['indexdir'] . '/metadata.idx');
466 $dir = @opendir($conf['indexdir']);
477 @unlink($conf['indexdir'] . "/$f");
480 @unlink($conf['indexdir'] . '/lengths.idx');
946 global $conf;
949 $lock = $conf['lockdi
[all...]

12345