Lines Matching refs:conf

116         global $conf;
117 $conf['useslash'] = 1; // use slash instead of ;
125 global $conf;
127 $value = $conf[$key];
148 global $conf;
150 $tocMinHeads = $conf[$confKey];
176 global $conf;
178 $value = $conf[$confKey];
206 global $conf;
208 $visitedPagesInBreadCrumb = $conf[$confKey];
229 global $conf;
230 $conf["renderer_xhtml"] = $string;
279 global $conf;
281 $conf['plugin'][$namespace][$key] = $value;
283 $conf[$key] = $value;
295 global $conf;
299 $oldDirConf = $conf['olddir'];
309 global $conf;
310 return $conf['mailguard'];
397 global $conf;
398 return $conf['title'];
406 global $conf;
407 $conf['title'] = $name;
460 global $conf;
461 $lang = $conf['lang'];
482 global $conf;
483 $baseUrl = $conf['baseurl'];
493 global $conf;
494 return $conf['tag'] ?? null;
499 global $conf;
500 $conf['template'] = $template;
511 global $conf;
512 $conf['cachetime'] = 60 * 60;
517 global $conf;
518 return $conf['allowdebug'];
525 global $conf;
526 $conf['cachetime'] = -1;
532 global $conf;
533 $conf['useheading'] = 1;
539 global $conf;
540 $conf['useheading'] = 0;
545 global $conf;
546 return $conf['template'];
552 global $conf;
553 return $conf['template'] == self::STRAP_TEMPLATE_NAME;
559 global $conf;
563 $pageDirectory = $conf['datadir'];
579 global $conf;
580 $conf['youarehere'] = 1;
623 global $conf;
624 return $conf['tagline'];
632 global $conf;
633 $cacheTime = $conf['cachetime'];
652 global $conf;
653 $value = $conf['canonical'];
666 global $conf;
667 $conf['tagline'] = $description;
796 global $conf;
797 $mediaDirectory = $conf['mediadir'];
806 global $conf;
807 $cacheDirectory = $conf['cachedir'];
870 global $conf;
871 $conf['template'] = "dokuwiki";
895 global $conf;
896 if (!empty($conf['basedir'])) {
897 return $conf['basedir'];
934 global $conf;
935 $useSlash = $conf['useslash'];
942 global $conf;
944 $urlRewrite = $conf[$confKey];
971 global $conf;
972 return $conf['canonical'] === 1;
977 global $conf;
978 $conf['canonical'] = 1;
983 global $conf;
984 $conf['canonical'] = 0;