Home
last modified time | relevance | path

Searched refs:conf (Results 101 – 122 of 122) sorted by relevance

12345

/dokuwiki/inc/Extension/
H A DAuthPlugin.php200 global $conf;
433 * in $conf['auth_security_timeout'].
456 global $conf;
457 return ($_SESSION[DOKU_COOKIE]['auth']['time'] >= @filemtime($conf['cachedir'] . '/sessionpurge'));
H A DPluginController.php253 global $conf;
274 if ($conf['fperm']) chmod($backup, $conf['fperm']);
/dokuwiki/lib/plugins/extension/helper/
H A Dlist.php153 global $conf;
164 'target' => $conf['target'][$linktype],
167 if ($linktype == 'extern' && $conf['relnofollow']) {
316 global $conf;
331 'target' => $conf['target'][$linktype],
334 if ($conf['relnofollow']) {
568 global $conf;
600 $conf['authtype'] != $extension->getID()
/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/inc/
H A Dpreload.php.dist6 * local configuration files out of the main ./conf directory.
H A DActionRouter.php43 global $conf;
45 $this->disabled = explode(',', $conf['disableactions']);
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 Dsearch.php83 * string $base - Base usually $conf['datadir']
140 global $conf;
146 'sneakyacl' => $conf['sneaky_index'],
491 * @param string $base - Base usually $conf['datadir']
/dokuwiki/lib/plugins/logviewer/
H A Dadmin.php113 global $conf;
123 $dirs = glob($conf['logdir'] . '/*', GLOB_ONLYDIR);
/dokuwiki/inc/File/
H A DPageFile.php87 global $conf;
129 $is_minor_change = ($minor && $conf['useacl'] && $INPUT->server->str('REMOTE_USER'));
213 io_saveFile($conf['cachedir'] . '/purgefile', time());
/dokuwiki/inc/Subscriptions/
H A DSubscriberManager.php243 global $conf;
269 if (strcasecmp($userinfo['mail'], $conf['notify']) != 0) { //skip user who get notified elsewhere
/dokuwiki/bin/
H A Ddwpage.php207 global $conf;
224 if (stristr(realpath(dirname($localfile)), (string) realpath($conf['datadir'])) !== false) {
/dokuwiki/lib/plugins/revert/
H A Dadmin.php124 global $conf;
/dokuwiki/inc/Ui/
H A DMediaDiff.php124 global $conf;
129 if ($auth < AUTH_READ || !$this->id || !$conf['mediarevisions']) return;
/dokuwiki/
H A D.htaccess.dist22 ## $conf['userewrite'] = 1 - not needed for rewrite mode 2
/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/usermanager/
H A Dadmin.php380 global $conf;
392 $notes[] = sprintf($this->lang['note_group'], $conf['defaultgroup']);
714 global $conf, $INPUT;
739 io_saveFile($conf['cachedir'] . '/sessionpurge', time());
776 global $conf, $INPUT;
836 io_saveFile($conf['cachedir'] . '/sessionpurge', time());
/dokuwiki/inc/parser/
H A Drenderer.php654 * Should honor $conf['mailguard'] setting
892 global $conf;
898 if ($conf['useslash']) {
/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/tpl/dokuwiki/
H A Dstyle.ini5 ; a local conf/tpl/<template-folder-name>/style.ini file to prevent losing
/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
/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>

12345