Home
last modified time | relevance | path

Searched refs:conf (Results 51 – 75 of 122) sorted by path

12345

/dokuwiki/inc/Subscriptions/
H A DSubscriberManager.php243 global $conf;
269 if (strcasecmp($userinfo['mail'], $conf['notify']) != 0) { //skip user who get notified elsewhere
H A DSubscriptionSender.php65 global $conf;
74 $mail->from($conf['mailfromnobody']);
/dokuwiki/inc/
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 Dauth.php39 global $conf;
50 if (!$conf['useacl']) return false;
54 if ($conf['authtype'] === $plugin) {
75 if (!$conf['rememberme']) $INPUT->set('r', false);
273 global $conf;
311 ($session['time'] >= time() - $conf['auth_security_timeout']) &&
365 * cookies from $conf['metadir'].'/_htcookiesalt'
381 global $conf;
382 $file = $conf['metadir'] . '/_htcookiesalt';
384 $file = $conf['metadi
[all...]
H A Dchangelog.php173 global $conf;
183 $lines = @file($conf['media_changelog']) ?: [];
185 $lines = @file($conf['changelog']) ?: [];
195 $media_lines = @file($conf['media_changelog']) ?: [];
275 global $conf;
284 $lines = @file($conf['media_changelog']);
286 $lines = @file($conf['changelog']);
H A Dcommon.php410 global $conf;
440 while (count($crumbs) > $conf['breadcrumbs']) {
469 global $conf;
475 if ($conf['useslash'] && $conf['userewrite']) {
479 $conf['userewrite'] &&
508 global $conf;
511 if (isset($urlParameters['at']) && $conf['date_at_format']) {
512 $urlParameters['at'] = date($conf['date_at_format'], $urlParameters['at']);
519 $id = $conf['star
[all...]
H A Dconfutils.php12 * (scheme.conf & stopwords.conf), e.g.
141 global $conf;
159 if (!$conf['jquerycdn']) {
162 } elseif ($conf['jquerycdn'] == 'jquery') {
165 } elseif ($conf['jquerycdn'] == 'cdnjs') {
228 $conf = [];
242 $conf[strtolower($line[0])] = $line[1];
244 $conf[$line[0]] = $line[1];
248 return $conf;
[all...]
H A Dfetch.functions.php23 * @param int $cache remaining cache time in seconds (-1 for $conf['cache'], 0 for no-cache)
34 global $conf;
43 $maxage = max($conf['cachetime'], 3600); // cachetime or one hour
203 global $conf;
206 if (strtolower($cache) == 'recache') return $conf['cachetime']; //use standard cache
H A Dhtml.php204 global $conf;
214 if ($conf['userewrite'] == 2) {
216 } elseif ($conf['userewrite']) {
718 global $conf;
725 $cnf = $conf;
746 echo '<b>$conf:</b><pre>';
H A Dhttputils.php69 global $conf;
72 if ($conf['xsendfile'] == 1) {
76 } elseif ($conf['xsendfile'] == 2) {
80 } elseif ($conf['xsendfile'] == 3) {
222 global $conf;
230 if ($conf['allowdebug']) header("X-CacheUsed: $cache");
233 if ($conf['gzip_output'] && http_gzip_valid($cache)) {
255 global $conf;
262 if ($conf['gzip_output'] && DOKU_HAS_GZIP) {
H A Dindexer.php101 global $conf;
102 $swfile = DOKU_INC . 'inc/lang/' . $conf['lang'] . '/stopwords.txt';
262 global $conf;
263 $fn = $conf['indexdir'] . '/' . $idx . $suffix . '.idx';
280 global $conf;
282 if ($conf['readdircache'] == 0) {
287 file_exists($conf['indexdir'] . '/lengths.idx')
288 && (time() < @filemtime($conf['indexdir'] . '/lengths.idx') + $conf['readdircache'])
291 ($lengths = @file($conf['indexdi
[all...]
H A Dinfoutils.php32 global $conf;
35 if (!$conf['updatecheck']) return;
36 if ($conf['useacl'] && !$INFO['ismanager']) return;
174 global $conf;
208 if (is_writable($conf['changelog'])) {
210 } elseif (file_exists($conf['changelog'])) {
214 if (isset($conf['changelog_old']) && file_exists($conf['changelog_old'])) {
218 if (file_exists($conf['changelog'] . '_failed')) {
220 } elseif (file_exists($conf['changelo
[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 DEditor.php36 global $conf;
127 if ($conf['useacl'] && $INPUT->server->str('REMOTE_USER')) {
137 if ($wr && $conf['license']) {
139 'href' => $license[$conf['license']]['url'],
142 'target' => $conf['target']['extern'] ?: ''
146 . ' <a ' . buildAttributes($attr, true) . '>' . $license[$conf['license']]['name'] . '</a>');
H A DIndex.php47 global $conf;
57 search($data, $conf['datadir'], 'search_index', ['ns' => $ns]);
76 global $ID, $conf;
79 $nofollow = ($ID != $conf['start'] || $conf['sitemap']) ? 'rel="nofollow"' : '';
H A DLogin.php38 global $conf;
62 if ($conf['rememberme']) {
H A DMediaDiff.php124 global $conf;
129 if ($auth < AUTH_READ || !$this->id || !$conf['mediarevisions']) return;
H A DRecent.php45 global $conf, $lang;
70 if ($conf['mediarevisions']) {
120 global $ID, $conf;
123 if ($this->show_changes == 'mediafiles' && $conf['mediarevisions']) {
127 } elseif ($conf['mediarevisions']) {
135 $recents = getRecents($first, $conf['recent'] + 1, getNS($ID), $flags);
138 $recents = getRecents($first, $conf['recent'] + 1, getNS($ID), $flags);
142 if (count($recents) > $conf['recent']) {
183 global $conf, $lang;
185 $last = $first + $conf['recen
[all...]
H A DRevisions.php50 global $conf;
58 $num = $conf['recent'];
95 global $conf;
98 $last = $first + $conf['recent'];
100 $first = max($first - $conf['recent'], -1);
H A DSearchState.php113 global $ID, $conf;
117 'target' => $conf['target']['wiki'],
H A DSubscribe.php27 global $conf;
28 $stime_days = $conf['subscribe_time'] / 60 / 60 / 24;
H A DUserProfile.php58 global $conf;
60 if (!$conf['profileconfirm']) return;
H A DUserRegister.php24 global $conf;
46 if (!$conf['autopasswd']) {
H A DUserResendPwd.php24 global $conf;
33 if (!$conf['autopasswd'] && $token) {
/dokuwiki/inc/Utf8/
H A DSort.php13 * The collator is created using the locale given in $conf['lang'].
31 * Initialization of a collator using $conf['lang'] as the locale.
41 global $conf;
42 $lc = $conf['lang'];
160 * Filenames may not be equal to page names, depending on the setting in $conf['fnencode'],

12345