Home
last modified time | relevance | path

Searched refs:conf (Results 51 – 75 of 122) sorted by last modified time

12345

/dokuwiki/inc/Remote/
H A DApiCore.php99 global $conf;
100 return $conf['title'];
136 global $conf;
140 if (!$conf['useacl']) return 0;
173 global $conf;
175 if (!$conf['useacl']) return 0;
249 global $conf;
269 search($data, $conf['datadir'], 'search_allpages', $opts, $dir);
356 * Only changes within the configured `$conf['recent']` range are returned. This is the default
466 * The number of returned pages is set by `$conf['recen
[all...]
/dokuwiki/bin/
H A Dindexer.php67 global $conf;
70 search($data, $conf['datadir'], 'search_allpages', ['skipacl' => true]);
H A Dwantedpages.php133 global $conf;
134 $trunclen = strlen($conf['datadir'] . ':');
165 global $conf;
170 if ($ins[0] == 'internallink' || ($conf['camelcase'] && $ins[0] == 'camelcaselink')) {
/dokuwiki/conf/
H A Dlicense.php8 if(empty($LC)) $LC = empty($conf['lang']) ? 'en' : $conf['lang'];
H A Dlocal.php.dist12 //$conf['title'] = 'My Wiki'; //what to show in the title
14 //$conf['useacl'] = 1; //Use Access Control Lists to restrict access?
15 //$conf['superuser'] = 'joe';
H A Dmysql.conf.php.example26 $conf['plugin']['authmysql']['server'] = '';
27 $conf['plugin']['authmysql']['user'] = '';
28 $conf['plugin']['authmysql']['password'] = '';
29 $conf['plugin']['authmysql']['database'] = '';
34 $conf['plugin']['authmysql']['debug'] = 0;
41 $conf['plugin']['authmysql']['forwardClearPass'] = 0;
48 $conf['plugin']['authmysql']['TablesToLock']= array("users", "users AS u","groups", "groups AS g", "usergroup", "usergroup AS ug");
66 $conf['plugin']['authmysql']['checkPass'] = "SELECT pass
85 $conf['plugin']['authmysql']['getUserInfo'] = "SELECT pass, CONCAT(firstname,' ',lastname) AS name, email AS mail
97 $conf['plugi
[all...]
/dokuwiki/inc/Subscriptions/
H A DRegistrationSubscriptionSender.php20 global $conf;
21 if (empty($conf['registernotify'])) {
32 $conf['registernotify'],
H A DSubscriberManager.php243 global $conf;
269 if (strcasecmp($userinfo['mail'], $conf['notify']) != 0) { //skip user who get notified elsewhere
/dokuwiki/inc/Ui/
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 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/data/pages/wiki/
H A Dsyntax.txt86 * For Mozilla and Firefox it can be enabled through different workaround mentioned in the [[http://kb.mozillazine.org/Links_to_local_pages_do_not_work|Mozilla Knowledge Base]]. However, there will still be a JavaScript warning about trying to open a Windows Share. To remove this warning (for all users), put the following line in ''conf/lang/en/lang.php'' (more details at [[doku>localization#changing_some_localized_texts_and_strings_in_your_installation|localization]]): <code - conf/lang/en/lang.php>
/dokuwiki/
H A Ddoku.php104 if ($conf['allowdebug'] && $ACT == 'debug') {
112 ($conf['send404'] || preg_match('/^(robots\.txt|sitemap\.xml(\.gz)?|favicon\.ico|crossdomain\.xml)$/', $ID)) &&
119 if ($conf['breadcrumbs']) breadcrumbs();
H A Dfeed.php9 * @global array $conf
48 $depends['age'] = $conf['rss_update'];
59 if ($conf['allowdebug']) header("X-CacheUsed: $cache->cache");
/dokuwiki/inc/Action/
H A DAbstractAclAction.php21 global $conf;
23 if (!$conf['useacl']) throw new ActionAclRequiredException();
H A DLocked.php39 global $conf;
44 $expire = dformat($locktime + $conf['locktime']);
45 $min = round(($conf['locktime'] - (time() - $locktime)) / 60);
H A DResendpwd.php33 global $conf;
34 if (isset($conf['resendpasswd']) && !$conf['resendpasswd'])
70 global $conf;
85 $tfile = $conf['cachedir'] . '/' . $token[0] . '/' . $token . '.pwauth';
106 if (!$conf['autopasswd']) { // we let the user choose a password
157 $tfile = $conf['cachedir'] . '/' . $token[0] . '/' . $token . '.pwauth';
H A DSitemap.php33 global $conf;
35 if ($conf['sitemap'] < 1 || !is_numeric($conf['sitemap'])) {
/dokuwiki/inc/
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 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...]

12345