Lines Matching refs:conf

114 		global $conf;
133 global $conf;
192 $conf = array();
200 $this->wikiconf[$as] = $conf;
262 $conf = implode("\n", $this->buildconfrecursive(array(), $this->wikiconf[$from]));
264 fwrite($fp, "<?php\n// Generated by farm plugin (".date('Y-m-d H:i:s').")\n\n".$conf."\n");
298 public function saveRawWikiConf($mode = 'editable', $conf = '') { argument
307 …$conf = implode("\n", array_map(create_function('$e', '$e = trim($e); if(substr($e, -1) != \';\') …
309 fwrite($fp, "<?php\n// Generated by farm plugin (".date('Y-m-d H:i:s').")\n\n".$conf."\n");
324 global $conf;
325 $fconf = $conf;
327 $conf = array();
331 $conf = array_merge($wc['editable'], $wc['protected']);
332 if(!isset($conf['authtype']) || empty($conf['authtype'])) $conf['authtype'] = 'plain';
334 if($conf['authtype'] == 'plain') {
349 $auth_class = 'auth_'.$conf['authtype'];
350 …lass)) if(@file_exists(DOKU_INC.'inc/auth/'.$conf['authtype'].'.class.php')) include DOKU_INC.'aut…
359 $conf = $fconf;
380 global $conf;
381 $fconf = $conf;
382 $conf = array();
386 $conf = array_merge($wc['editable'], $wc['protected']);
387 if(!isset($conf['authtype']) || empty($conf['authtype'])) $conf['authtype'] = 'plain';
389 if($conf['authtype'] == 'plain') {
391 $pass = auth_cryptPassword($pass, isset($conf['passcrypt']) ? $conf['passcrypt'] : 'smd5');
392 if(!is_array($grps)) $grps = array($conf['defaultgroup']);
404 $auth_class = 'auth_'.$conf['authtype'];
405 …lass)) if(@file_exists(DOKU_INC.'inc/auth/'.$conf['authtype'].'.class.php')) include DOKU_INC.'aut…
414 $conf = $fconf;
431 global $conf;
432 $fconf = $conf;
433 $conf = array();
437 $conf = array_merge($wc['editable'], $wc['protected']);
438 if(!isset($conf['authtype']) || empty($conf['authtype'])) $conf['authtype'] = 'plain';
440 if($conf['authtype'] == 'plain') {
452 $auth_class = 'auth_'.$conf['authtype'];
453 …lass)) if(@file_exists(DOKU_INC.'inc/auth/'.$conf['authtype'].'.class.php')) include DOKU_INC.'aut…
462 $conf = $fconf;