Home
last modified time | relevance | path

Searched refs:conf (Results 251 – 275 of 2245) sorted by relevance

1...<<11121314151617181920>>...90

/plugin/pagestat/conf/
H A Ddefault.php7 $conf['g_wordlists'] = "wordlist";
8 $conf['user_wordlists'] = 'wordlist';
10 $conf['subtitle_dst'] ='subtitle';
11 $conf['stable_dst'] ='stable';
12 $conf['def_dst'] ='def';
13 $conf['wordlist_dst'] ='wordlist';
/plugin/countdown/conf/
H A Ddefault.php10 $conf['include_date'] = 1;
11 $conf['use_today'] = 1;
12 $conf['with_hours'] = 1;
13 $conf['with_alldays'] = 0;
14 $conf['business_days'] = 0;
15 $conf['time_message'] = 0;
/plugin/crossdbsqlclient/conf/
H A Ddefault.php8 $conf['dbtype'] = 'mysql'; //Default DB - type
9 $conf['dbName'] = ''; //hier DB_Name hinterlegen
10 $conf['serverName'] = 'localhost'; //hier Servername hinterlegen
11 $conf['userName'] = 'root'; //hier Username hinterlegen
12 $conf['passWord'] = ''; //hier Passwort hinterlegen
13 $conf['allowedUserGroups'] = 'Admin'; //alle relevanten User oder Gruppen
/plugin/jalbum/conf/
H A Ddefault.php7 $conf['baseurl'] = '/wiki/alben/'; // default location for JAlbum Files
8 $conf['target'] = "pageref";
9 $conf['slidewidth'] = "100";
10 $conf['slideheight'] = "100";
11 $conf['albumdir'] = "c:/xampp/htdocs/wiki/alben/";
12 $conf['changetime'] = '10';
/plugin/wikistats/conf/
H A Ddefault.php8 $conf['stats_page'] = 'wiki:statistiques'; // stats page with namespace
9 $conf['display_type'] = 'inline'; // how the datas are displayed, valid…
10 $conf['display_ressources_stats'] = 1; // enables/disables ressources stats dis…
11 $conf['display_tags_stats'] = 1; // enables/disables tags stats display
12 $conf['display_namespaces_stats'] = 1; // enables/disables namespaces stats dis…
13 $conf['display_toc'] = 1; // enables/disables toc display
/plugin/tagalerts/conf/
H A Ddefault.php9 $conf['action'] = 'inline';
10 $conf['error'] = ''; //comma separated list of tags for wich a "tag error" s…
11 $conf['info'] = ''; //comma separated list of tags for wich a "tag info" sh…
12 $conf['success'] = ''; //comma separated list of tags for wich a "tag success"…
13 $conf['notify'] = ''; //comma separated list of tags for wich a "tag notifica…
14 $conf['forcemsg'] = ''; //comma separated list of tags for wich messages will b…
/plugin/authdrupal8/conf/
H A Ddefault.php8 $conf['database'] = '';
9 $conf['username'] = '';
10 $conf['password'] = '';
11 $conf['prefix'] = '';
12 $conf['host'] = 'localhost';
13 $conf['debug'] = 0;
/plugin/statistics/conf/
H A Ddefault.php6 $conf['db_server'] = 'localhost';
7 $conf['db_user'] = '';
8 $conf['db_password'] = '';
9 $conf['db_database'] = 'stats';
10 $conf['db_prefix'] = 'stats_';
11 $conf['loggroups'] = array()
/plugin/oauth/conf/
H A Ddefault.php9 $conf['info'] = '';
10 $conf['custom-redirectURI'] = '';
11 $conf['mailRestriction'] = '';
12 $conf['singleService'] = '';
13 $conf['register-on-auth'] = 0;
14 $conf['overwrite-groups'] = 0;
/plugin/tgnotify/conf/
H A Ddefault.php2 $conf["enable"] = 0;
3 $conf["debug"] = 0;
4 $conf["token"] = '';
5 $conf["chatid"] = '';
6 $conf["showuser"] = 1;
7 $conf["showaddr"] = 1;
/plugin/dx/skel/_test/
H A DGeneralTest.php.skel44 …* Test to ensure that every conf['...'] entry in conf/default.php has a corresponding meta['...'] …
45 * conf/metadata.php.
49 $conf_file = __DIR__ . '/../conf/default.php';
50 $meta_file = __DIR__ . '/../conf/metadata.php';
64 gettype($conf),
66 …'Both ' . DOKU_PLUGIN . '@@PLUGIN_NAME@@/conf/default.php and ' . DOKU_PLUGIN . '@@PLUGIN_NAME@@/c…
69 if ($conf !== null && $meta !== null) {
70 foreach ($conf as $key => $value) {
74 … 'Key $meta[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . '@@PLUGIN_NAME@@/conf/metadata.php'
81 $conf,
[all …]
/plugin/nslist/
H A Dsyntax.php58 $conf = array(
68 if(preg_match('/\bnodate\b/i',$params)) $conf['date'] = 0;
69 if(preg_match('/\bnodsort\b/i',$params)) $conf['dsort'] = 0;
70 if(preg_match('/\b(\d+)\b/i',$params,$m)) $conf['depth'] = $m[1];
71 if($ns) $conf['ns'] = $ns;
73 $conf['dir'] = str_replace(':','/',$conf['ns']);
76 return $conf;
83 global $conf;
98 search($result,$conf['datadir'],'search_universal',$opts,$data['dir']);
/plugin/pagetitle/
H A Dhelper.php34 global $conf, $ID;
49 $id = $conf['start'];
50 } elseif ($id == ':'.$conf['start']) { // start namespace
51 $id = $conf['start'].':'.$conf['start'];
53 $name = $conf['start'];
89 global $conf;
100 global $conf, $ID;
133 global $conf;
140 switch ($conf['userewrite']) {
176 global $ACT, $ID, $conf, $lang;
[all …]
/plugin/multilingual/conf/
H A Ddefault.php5 $conf['enabled_langs'] = 'en'; // Enabled language
6 $conf['flags'] = false; // Do not show flags.
7 $conf['use_browser_lang'] = true; // Check browser ui for language setting.
8 $conf['start_redirect'] = false; // Redirect to the language start parge
9 $conf['skiptrans'] = '';
10 $conf['about'] = '';
/plugin/maintenancemessage/conf/
H A Ddefault.php6 $conf['maintenance_message_on'] = false;
7 $conf['maintenance_message_text'] = 'We will be undergoing maintenance on xxx from xxx to xxx.';
8 $conf['deny_all_logins'] = false;
9 $conf['deny_login_message'] = 'Login has been temporarily disabled. Please check back later.';
10 $conf['deny_editing'] = false;
11 $conf['deny_editing_message'] = 'Editing pages has been disabled for the maintenance period outline…
/plugin/swfobject/conf/
H A Ddefault.php3 $conf['width'] = '150';
4 $conf['height'] = '50';
5 $conf['minfla'] = '6.0.65';
6 $conf['skiplinux'] = false;
7 $conf['autowidth'] = false;
8 $conf['useExpressInstall'] = true;
/plugin/html2pdf/multilingual/conf/
H A Ddefault.php5 $conf['enabled_langs'] = 'en'; // Enabled language
6 $conf['flags'] = false; // Do not show flags.
7 $conf['use_browser_lang'] = true; // Check browser ui for language setting.
8 $conf['start_redirect'] = false; // Redirect to the language start parge
9 $conf['skiptrans'] = '';
10 $conf['about'] = '';
/plugin/icon/
H A Daction.php36 $conf = $this->parseConfig($parts);
39 $svg = new SVG($conf['source'], $icon);
40 $svg->setColor($conf['color']);
41 $svg->setWidth($conf['width']);
42 $svg->setHeight($conf['height']);
61 $conf = [
81 $conf[$key] = $m[1];
90 $conf['color'] = array_shift($parts);
93 return $conf;
/plugin/upgrade/HTTP/
H A DDokuHTTPClient.php21 global $conf;
27 $this->proxy_host = $conf['proxy']['host'];
28 $this->proxy_port = $conf['proxy']['port'];
29 $this->proxy_user = $conf['proxy']['user'];
30 $this->proxy_pass = conf_decodeString($conf['proxy']['pass']);
31 $this->proxy_ssl = $conf['proxy']['ssl'];
32 $this->proxy_except = $conf['proxy']['except'];
35 if($conf['allowdebug']) {
/plugin/structtemplate/meta/
H A DStructTemplateSyntax.php73 global $conf;
75 $old_maxseclevel = $conf['maxseclevel'];
76 $conf['maxseclevel'] = 0;
108 if ($conf['allowdebug']) {
112 $conf['maxseclevel'] = $old_maxseclevel;
120 $conf['maxseclevel'] = $old_maxseclevel;
142 global $conf;
145 $old_maxseclevel = $conf['maxseclevel'];
146 $conf['maxseclevel'] = 0;
161 if ($conf['allowdebug']) {
[all …]
/plugin/weiqi/
H A Dweiqi_parser.php45 var $conf = array(); variable in weiqi_parser
65 function weiqi_parser($conf = array()) { argument
66 $this->set_conf($conf);
72 function set_conf($conf) { argument
73 $this->conf = $conf;
96 … if (substr($line, 0, strlen($this->conf['attributes_key'])) == $this->conf['attributes_key']) {
99 … } elseif (substr($line, 0, strlen($this->conf['caption_key'])) == $this->conf['caption_key']) {
125 … $att = substr($line, 0, strlen($this->conf['attributes_key'])) == $this->conf['attributes_key'];
126 … $cap = substr($line, 0, strlen($this->conf['caption_key'])) == $this->conf['caption_key'];
401 return substr($this->conf['letter_sequence'], $n, 1);
[all …]
/plugin/twistienav/
H A Daction.php25 global $conf;
48 global $JSINFO, $conf, $ID, $ACT;
51 $JSINFO['conf']['start'] = $conf['start'];
52 $JSINFO['conf']['breadcrumbs'] = $conf['breadcrumbs'];
53 $JSINFO['conf']['youarehere'] = $conf['youarehere'];
65 if ($part == $conf['start']) continue; // Skip start page
71 search($data,$conf['datadir'],'search_index',array('ns' => $idx),$dir);
88 if ($conf['breadcrumbs'] > 0) {
127 if ($part == $conf['start']) continue; // Skip startpage
153 global $conf;
[all …]
/plugin/twistienav4bootstrap3/
H A Daction.php24 global $conf;
47 global $JSINFO, $conf, $ID;
50 $JSINFO['conf']['start'] = $conf['start'];
51 $JSINFO['conf']['breadcrumbs'] = $conf['breadcrumbs'];
52 $JSINFO['conf']['youarehere'] = $conf['youarehere'];
64 if ($part == $conf['start']) continue; // Skip start page
70 search($data,$conf['datadir'],'search_index',array('ns' => $idx),$dir);
87 if ($conf['breadcrumbs'] > 0) {
126 if ($part == $conf['start']) continue; // Skip startpage
152 global $conf;
[all …]
/plugin/linkback/
H A Dtools.php41 * Retrieves $conf['range']kB of $url and returns headers and retrieved body.
74 global $conf;
76 if (!$conf['notify'])
78 $to = $conf['notify'];
94 $conf['title'],
95 strftime($conf['dformat'], $linkback['received']),
104 $subject = '[' . $conf['title'] . '] ' . $this->getLang('mail_newlinkback');
121 global $conf;
123 $changelog = $conf['metadir'] . '/_linkbacks.changes';
150 * Trims the recent comments cache to the last $conf['changes_day
[all...]
/plugin/translation/
H A Daction.php61 global $conf;
85 if ($locale && $locale !== $conf['lang']) {
86 $conf['lang_before_translation'] = $conf['lang']; //store for later access in syntax plugin
88 $conf['lang'] = $locale;
99 global $conf;
107 $event->data['script'][$i]['src'] .= '&lang=' . hsc($conf['lang']);
119 global $conf;
123 $event->data->key . $conf['lang'],
136 global $conf;
[all...]

1...<<11121314151617181920>>...90