Home
last modified time | relevance | path

Searched refs:conf (Results 1251 – 1275 of 2245) sorted by relevance

1...<<51525354555657585960>>...90

/plugin/git/action/
H A Dalertupstreamchanges.php37 global $conf, $ID;
40 $gitRemoteStatusUrl = DOKU_URL.'doku.php?id='.$conf['plugin']['git']['origin_status_page'];
/plugin/authsaml/
H A Dauth.php35 global $conf;
46 $this->saml = new saml_handler($this->conf);
/plugin/adfs/
H A Daction.php54 global $conf;
55 if ($conf['authtype'] != 'adfs') return;
/plugin/stale/
H A Dhelper.php58 global $conf;
59 $cacheDirectory = $conf['cachedir'];
/plugin/templateconfhelper/action/
H A Dfetchaction.php33 global $data, $conf, $MEDIA, $EXT, $WIDTH, $HEIGHT;
49 $file = getConfigPath( 'template_dir', $conf['base_tpl'].'/images/'.$MEDIA );
/plugin/scrapbook/
H A Daction.php55 global $conf;
63 $conf['datadir'],
/plugin/indexeverywhere/
H A DshowTheTree.php65 global $conf;
73 $index .= search($data,$conf['datadir'],'search_index',array('ns' => $ns));
/plugin/infomail/
H A Dhelper.php56 global $conf;
57 $listdir = rtrim($conf['datadir'], '/') . '/wiki/infomail/';
/plugin/custombuttons/
H A Daction.php35 $conf = $this->loadCBData();
38 foreach ($conf as $button) {
/plugin/struct/meta/
H A DPageColumn.php59 $conf = $this->getType()->getConfig();
60 if ($conf['usetitles']) {
/plugin/struct/action/
H A Dconfig.php44 $conf = json_decode($INPUT->str('conf'), true, 512, JSON_THROW_ON_ERROR);
48 $type = new $class($conf);
/plugin/authsmartcard/
H A DREADME.md60 Ensure that the authtype is set to authsmartcard in conf/local.php or conf/local.protected.php:
63 $conf['authtype'] = 'authsmartcard';
70 $conf['log_to_file'] = true;
72 $conf['logfile'] = "/full/path/to/logfile/writable/by/apache";
/plugin/qc/action/
H A Dcron.php30 global $conf;
31 $this->file = $conf['tmpdir'] . '/qcgather';
/plugin/command/ext/
H A Ddt.php17 global $conf;
36 $configVal = @$conf[$configName];
/plugin/owncloud/exe/
H A Dfetch.php61 if($conf['userewrite'] == 1) {
67 if($conf['userewrite']) {
/plugin/remotelistnamespace/
H A Dremote.php23 global $conf;
30 search($data, $conf['datadir'], Array($this, 'search_namespace'), $opts, $dir);
/plugin/twofactortelegram/
H A DREADME.md13 ![Admin Conf](https://github.com/nudred/twofactortelegram/blob/main/screenshots/admin-conf.png?raw=…
17 ![User Conf](https://github.com/nudred/twofactortelegram/blob/main/screenshots/user-conf.png?raw=tr…
/plugin/advanced/lang/en/config/
H A Dmain.txt5 …n the ''conf/dokuwiki.php'' file. However this file contains the "default" values of the system. T…
/plugin/virtualgroup/
H A Daction.php
/plugin/lightweightcss/
H A Daction.php101 global $ID, $updateVersion, $conf;
109 … 'href'=> DOKU_BASE.'lib/exe/css.php?t='.rawurlencode($conf['template']).'&f=admin&tseed='.$tseed
220 $tpl = $INPUT->str('t', $conf['template']);
/plugin/dirtylittlehelper/syntax/
H A Dtree.php202 global $conf;
205 $dir = $conf['datadir'];
225 search($data,$conf['datadir'],'search_index',array('ns' => $ns));
/plugin/directions/
H A Daction.php78 global $conf;
85 variable $conf[\'plugin\'][\'directions\'][\'hitslog\'] is
200 global $conf;
/plugin/oauth/action/
H A Duser.php40 global $conf;
41 if ($conf['authtype'] != 'oauth') return;
43 $conf['profileconfirm'] = false; // password confirmation doesn't work with oauth only users
/plugin/todo/
H A Daction.php74 global $ID, $conf, $lang;
117 $expire = dformat($locktime + $conf['locktime']);
118 $min = round(($conf['locktime'] - (time() - $locktime)) / 60);
/plugin/authimap2/
H A Dauth.php160 global $conf;
172 if(!is_array($grps)) $grps = array($conf['defaultgroup']);
362 global $conf;
363 return cleanID(str_replace(':', $conf['sepchar'], $user));
381 global $conf;
382 return cleanID(str_replace(':', $conf['sepchar'], $group));

1...<<51525354555657585960>>...90