Home
last modified time | relevance | path

Searched refs:conf (Results 1651 – 1675 of 2245) sorted by relevance

1...<<61626364656667686970>>...90

/plugin/stellarium/conf/
H A Ddefault.php8 $conf['server'] = 'http://localhost:8090';
/plugin/recommend/conf/
H A Ddefault.php2 $conf['wikionly'] = true;
/plugin/bureaucracy-au/
H A Dsyntax.php502 global $conf;
506 $match[2] = $conf['dformat'];
521 global $conf;
541 $page = strtr($file, $conf['sepchar'], ' ');
555 $this->values['__date__'] = strftime($conf['dformat']);
/plugin/bureaucracyau/
H A Dsyntax.php502 global $conf;
506 $match[2] = $conf['dformat'];
521 global $conf;
541 $page = strtr($file, $conf['sepchar'], ' ');
555 $this->values['__date__'] = strftime($conf['dformat']);
/plugin/elwikiupgrade/
H A Dadmin.php28 global $conf;
33 $this->tgzfile = $conf['tmpdir'].'/dokuwiki-elwikiupgrade.tgz';
34 $this->tgzdir = $conf['tmpdir'].'/dokuwiki-elwikiupgrade/';
404 global $conf;
432 @unlink($conf['cachedir'].'/messages.txt');
/plugin/text/
H A Drenderer.php102 global $conf;
103 …if($this->info['toc'] && is_array($this->toc) && $conf['tocminheads'] && count($this->toc) >= $con…
328 global $conf;
330 if ($conf['phpok']) {
/plugin/publist/
H A Dsyntax.php56 global $conf;
57 $mylang = $conf['lang'];
/plugin/displayorphans/
H A Dhelper.php74 global $conf;
77 $text = @file_get_contents($conf['datadir'] . $file);
H A Drenderer.php111 global $conf;
114 …$link = array('target' => $conf['target']['wiki'], 'class' => 'wikilink1', 'url' => wl($id, 'do=ba…
/plugin/unusedmedias/admin/
H A Dlist.php32 global $conf, $ID;
88 …search($data,$conf['mediadir'],'search_media', array('showmsg'=>true,'depth'=>500),str_replace(':'…
/plugin/pagenav/
H A Dsyntax.php52 global $conf;
63 search($list, $conf['datadir'], 'search_list', array(), utf8_encodeFN($ns));
/plugin/datepicker/
H A Dsyntax.php70 global $conf;
73 return(!$conf['useacl'] || $INFO['perm'] > AUTH_READ);
/plugin/authg2fa/
H A Daction.php29 global $conf;
33 if($conf["rememberme"])
/plugin/multiselect/
H A Dsyntax.php89 global $conf;
92 return($conf['useacl'] && $INFO['perm'] > AUTH_READ);
/plugin/newpagetemplate/
H A Daction.php71 global $conf;
148 $conf['dformat'],
/plugin/wrap/syntax/
H A Ddiv.php41 global $conf;
63 if ($title && $level <= $conf['maxseclevel']) {
/plugin/epub/
H A Dhelper.php84 global $conf;
87 $file = $conf['cachedir'].'/'.$_md5[0].'/'.$_md5;
/plugin/ckgedit/
H A Dadmin.php16 global $conf;
17 $this->template = $conf['template'];
/plugin/structtasks/meta/
H A DAbstractNotifier.php145 global $conf;
158 'WIKINAME' => $conf['title'],
/plugin/confmanager/lang/fr/
H A Dmime.txt1 …dia_manager|gestionnaire de media]]sont configurés dans le fichier ''conf/mime.conf''. Ce même fic…
/plugin/bez/cron/
H A Dfunctions.php53 global $conf;
129 $subject = $conf['title'] . ' Nadchodzące zadania';
/plugin/diffpreview/
H A Daction.php146 global $INFO, $ID, $INPUT, $conf;
162 if (!$conf['usedraft']) return;
/plugin/struct/action/
H A Dcache.php34 global $conf;
35 return $conf['cachedir'] . '/struct.schemarefresh';
/plugin/reliwa/conf/
H A Ddefault.php2 $conf['url']= 'http://www.reliwa.de/api/badge?';
/plugin/googledrawing/conf/
H A Ddefault.php8 $conf['googleUrl'] = 'https://docs.google.com/';

1...<<61626364656667686970>>...90