Home
last modified time | relevance | path

Searched refs:conf (Results 1376 – 1400 of 2245) sorted by relevance

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

/plugin/indexmenu2/
H A Daction.php74 global $conf;
92 global $conf;
/plugin/file2dw/docker/simple/
H A Ddocker-compose.yml16 - /absolute/or/relative/path/to/conf:/dokuwiki/conf # REQUIRED: Change "left" path
/plugin/barcode/
H A Dsyntax.php76 global $conf;
82 $lang = $conf['lang'];
/plugin/simpleforward/
H A Daction.php40 global $conf;
46 $disableForward = $disableForward || ($this->nonemptyPath() && $ID === $conf['start']);
/plugin/socialshareprivacy/
H A Daction.php26 global $conf;
64 … $dummyFB = $dummyImgPath . str_replace(".png", "_".$conf['lang'] . ".png", "dummy_facebook.png");
/plugin/authimap/
H A Dauth.php96 global $conf;
103 'grps' => array($conf['defaultgroup'])
/plugin/include/syntax/
H A Dheader.php33 global $conf;
52 if ($lvl <= $conf['maxseclevel']) {
/plugin/autoindex/
H A Dsyntax.php50 global $conf;
66 search($data, $conf['datadir'], 'search_universal', $opts, $ns, 1, '');
/plugin/farmer/admin/
H A Dinfo.php45 global $conf;
58 $this->line('savedir', fullpath($conf['savedir']) . '/');
/plugin/api/_test/
H A Dpages.test.php39 global $conf;
41 $conf['useheading'] = 1;
/plugin/farm/
H A Dinfos.animal.class.php281 global $conf;
288 'dformat' => $conf['dformat'],
301 global $conf;
349 'dformat' => $conf['dformat'],
372 'dformat' => $conf['dformat'],
395 global $conf;
/plugin/ckgedit/action/
H A Dsave.php36 global $TEXT, $conf;
40 $deaccent = $conf['deaccent'] == 0 ? false : true;
67 global $INFO,$conf,$ID;
81 $path = $conf["mediadir"] . $dir . $fn;
84 $path = $conf["mediadir"] . "/$fn";
210 global $ID, $conf;
/plugin/captcha/
H A Dhelper.php308 global $conf;
310 $lc = __DIR__ . '/lang/' . $conf['lang'] . '/audio/';
/plugin/wikistats/
H A Dsyntax.php178 global $conf;
192 …search($list, $conf['datadir'], array($this, '_search_count'), array('type' => $data['type'], 'ns'…
196 …search($list, $conf['mediadir'], array($this, '_search_count'), array('type' => $data['type'], 'ns…
200 …search($list, $conf['datadir'], array($this, '_search_count'), array('type' => $data['type'], 'ns'…
201 …search($list, $conf['mediadir'], array($this, '_search_count'), array('type' => $data['type'], 'ns…
/plugin/epub/scripts/
H A Dcss3.php25 global $conf;
36 $tpl = $conf['template'];
120 $compress=$conf['plugin']['epub']['compress'];
450 global $conf;
459 if($size && $size < $conf['cssdatauri']){
/plugin/ckgedit/scripts/
H A Dcss6.php21 global $conf;
32 $tpl = $conf['template'];
110 if($conf['cssdatauri']){
457 global $conf;
466 if($size && $size < $conf['cssdatauri']){
/plugin/upgrade/
H A Dhelper.php34 global $conf;
39 $this->tgzfile = $conf['tmpdir'] . '/dokuwiki-upgrade.tgz';
40 $this->tgzdir = $conf['tmpdir'] . '/dokuwiki-upgrade/';
239 global $conf;
268 @unlink($conf['cachedir'] . '/messages.txt');
/plugin/structgroupby/syntax/
H A Done.php43 global $conf;
88 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
/plugin/webcode/_test/
H A Ddokuwiki.test.php26 global $conf;
28 $conf['cachedir']=DOKU_INC.'/data/cache';
/plugin/noticeboard/classes/
H A DICal.php52 Global $conf;
63 Global $conf;
/plugin/noticeboard/noticeboard/classes/
H A DICal.php52 Global $conf;
63 Global $conf;
/plugin/combo/action/
H A Dlang.php106 global $conf;
109 $conf['lang'] = $pageLang;
/plugin/combo/ComboStrap/
H A DSlotSystem.php119 global $conf;
120 return $conf["sidebar"];
/plugin/confmanager/lang/en/
H A Dmime.txt1 …an upload via the [[doku>media_manager]] is configured through the ''conf/mime.conf'' file. It als…
/plugin/securelogin/
H A Dhelper.php29 global $conf;
31 $this->_keyIFile = $conf['cachedir'].'/securelogin.ini';
32 $this->_keyFile = $conf['cachedir'].'/securelogin.key';

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