Home
last modified time | relevance | path

Searched refs:conf (Results 226 – 250 of 2245) sorted by relevance

12345678910>>...90

/plugin/piwik/
H A Dcode.php21 global $conf;
23 if (isset($conf['plugin']['piwik']['piwik_idsite'])) {
28 …if (!isset($conf['plugin']['piwik']['count_admins']) || $conf['plugin']['piwik']['count_admins'] =…
33 …if (isset($conf['plugin']['piwik']['count_users']) && $conf['plugin']['piwik']['count_users'] == 0…
37 $idsite = $conf['plugin']['piwik']['piwik_idsite'];
38 $piwik_url = $conf['plugin']['piwik']['piwik_url'];
/plugin/pagetemplate/
H A Dsyntax.php109 global $conf;
114 $cNS = $cNS ? $cNS : $conf['start'];
227 global $conf;
250 if ($conf['lang'] != 'en') @include($path.$conf['lang'].'/lang.php');
264 return $this->conf[$setting];
273 global $conf;
279 if (isset($conf['plugin'][$plugin][$key])) continue;
280 $conf['plugin'][$plugin][$key] = $value;
284 $this->conf =& $conf['plugin'][$plugin];
296 $conf = array();
[all …]
/plugin/bibtex/
H A Dsyntax.php99 global $conf;
102 $conf["bibtex_types_order"] = array (
136 global $conf;
139 if ($conf['bibtex_sort_year'] == "")
148 return ($adist < $bdist) ? $conf['bibtex_sort_year'] : -$conf['bibtex_sort_year'];
155 global $conf;
158 if ($conf['bibtex_sort_type'] == "")
175 return ($adist < $bdist) ? $conf['bibtex_sort_type'] : -$conf['bibtex_sort_type'];
460 global $conf;
484 global $conf;
[all …]
/plugin/backlinks2/_test/
H A Dsyntax_exclude.test.php33 global $conf;
34 $conf['allowdebug'] = 1;
44 global $conf;
45 $conf['allowdebug'] = 1;
46 $conf['cachetime'] = -1;
49 search($data, $conf['datadir'], 'search_allpages', array('skipacl' => true));
59 if ($conf['allowdebug']) {
67 global $conf;
69 if ($conf['allowdebug']) {
H A Dsyntax_include.test.php33 global $conf;
34 $conf['allowdebug'] = 1;
44 global $conf;
45 $conf['allowdebug'] = 1;
46 $conf['cachetime'] = -1;
49 search($data, $conf['datadir'], 'search_allpages', array('skipacl' => true));
59 if ($conf['allowdebug']) {
67 global $conf;
69 if ($conf['allowdebug']) {
H A Dsyntax_include_deep.test.php33 global $conf;
34 $conf['allowdebug'] = 1;
44 global $conf;
45 $conf['allowdebug'] = 1;
46 $conf['cachetime'] = -1;
49 search($data, $conf['datadir'], 'search_allpages', array('skipacl' => true));
59 if ($conf['allowdebug']) {
67 global $conf;
69 if ($conf['allowdebug']) {
/plugin/searchpattern/conf/
H A Ddefault.php6 $conf['ndqerr'] = 'warning';
7 $conf['regerr'] = 'error';
8 $conf['option'] = 'disp';
9 $conf['badopt'] = 'warning';
10 $conf['ignopt'] = 'warning';
11 $conf['dispheadl'] = 'disp';
/plugin/webdav/conf/
H A Ddefault.php9 $conf['remote'] = 1;
10 $conf['remoteuser'] = '!!not set!!';
11 $conf['fix_msoffice_lockroot'] = 0;
12 $conf['show_button'] = 0;
13 $conf['browser_plugin'] = 0;
14 $conf['collections'] = 'pages,media';
/plugin/indexmenu2/conf/
H A Ddefault.php5 $conf['hide_headpage'] = 1; // print headpage next to namespace
6 $conf['skip_index'] = "/^(wiki|discussion|playground)\$/i"; // regular expression to skip pages…
7 $conf['empty_msg'] = "No index available for <b>{{ns}}</b> namespace"; // message when no index ava…
9 $conf['replace_idx'] = 'no'; // replace built-in index
10 $conf['replace_idx_depth'] = 1; // index tree depth
11 $conf['replace_idx_theme'] = 'IndexMenu'; // index tree theme
/plugin/twistienav4bootstrap3/conf/
H A Ddefault.php8 $conf['startPagesOnly'] = 1;
9 $conf['exclusions'] = 'start,sidebar,@wiki';
10 $conf['twistieMap'] = 1;
11 $conf['pageIdTrace'] = 1;
12 $conf['pageIdExtraTwistie'] = 1;
13 $conf['style'] = 'svg';
/plugin/codeprettify/conf/
H A Ddefault.php9 $conf['override'] = 0; // override DW syntax disabled
10 $conf['linenums'] = 0; // implicitly line numbering
12 $conf['url_prettify_handlers'] = '';
13 $conf['url_prettify_skins'] = '';
15 $conf['lang_handlers'] = 'css';
16 $conf['skin'] = '';
/plugin/authucenter/conf/
H A Ddefault.php8 $conf['uccharset'] = 'utf-8';
9 $conf['cookiepath'] = '/';
10 $conf['cookiedomain'] = '';
11 $conf['cookiename'] = 'DW_UCENTER_AUTH';
12 $conf['ucappconfig'] = '';
13 $conf['regenerateconfig'] = 0;
/plugin/form/conf/
H A Ddefault.php6 $conf['AllowInclude'] = 0; // Is including PHP-Script allowed? Should be set to 0 on public sites!
7 $conf['mailPath'] = 'data/formplugin/'; //This is the path where the Mail-Scripts are stored.
8 $conf['selectPage'] = 'formplugin:select'; //This is the wiki-page where SelectBox names are defi…
9 $conf['mailSubject'] = 'Message - formular plugin'; //This is the Subject of the mails send by th…
10 $conf['mailFrom'] = 'Formular-Plugin <formular-plugin@dokuwiki>'; //This is the sender of the mai…
11 $conf['DebugMode'] = 0; // Shall Debug-Information be filed-out?
/plugin/mp3play2/conf/
H A Ddefault.php7 $conf['showplaylist'] = '1'; // show playlist by default
8 $conf['showeq'] = '1'; // show EQ by default
9 $conf['firsttrack'] = '1'; // which number has the first track to playlist
10 $conf['initvol'] = '50'; // starting volume level
11 $conf['width'] = '100%'; // width of the plugin
12 $conf['height'] = '320'; // height of the plugin
/plugin/sidebar/conf/
H A Ddefault.php3 $conf['enable'] = 0; // 1 or true to enable sidebar functionality, 0 or false to disa…
4 $conf['page'] = 'sidebar'; // name of sidebar page
5 $conf['layout'] = 'inside'; // inside (between button bars) or outside (full height of dokuw…
6 $conf['orientation'] = 'left'; // left or right
7 $conf['showeditbtn'] = 1; // show a sidebar edit button IF USER HAS EDIT PERMISSION FOR SI…
8 $conf['editbtntxt'] = 'Edit';
/plugin/oembed/conf/
H A Ddefault.php9 $conf['resolution_priority'] = 'link discovery';
11 $conf['enable_direct_link'] = 1;
12 $conf['enable_link_discovery'] = 1;
13 $conf['enable_provider_list'] = 1;
15 $conf['format_preference'] = 'json';
17 $conf['fullwidth_images'] = 1;
/plugin/livemark/conf/
H A Ddefault.php2 $conf['watermark_path'] = '../tpl/dokuwiki/images/logo.png';
3 $conf['size'] = 10;
4 $conf['minsize'] = 300;
5 $conf['vertical'] = 80;
6 $conf['horizontal'] = 90;
7 $conf['jpg_quality'] = 80;
/plugin/task/conf/
H A Ddefault.php5 $conf['datefield'] = 1; // entry field for due date in form
6 $conf['tasks_formposition'] = 'bottom'; // position of new task form
7 $conf['tasks_newestfirst'] = 0; // show newest tasks first in tasks list
8 $conf['show_error_msg'] = 0; // show error messages
9 $conf['show_info_msg'] = 0; // show info messages
10 $conf['show_success_msg'] = 0; // show success messages
/plugin/icalendar/conf/
H A Ddefault.php7 $conf['dformat'] = '%d %B %Y';
8 $conf['tformat'] = '%H:%M';
11 $conf['showEndDates'] = 0;
16 $conf['default'] = '===== {date}: {summary} =====
22 $conf['list'] = '====== {date}: {summary} ======
27 $conf['table'] = '| **{date}** | {summary_link} | {location_link} | (({description})) |';
/plugin/mailto/conf/
H A Ddefaults.php6 $conf['mailto_acl_admin_only'] = 1;
7 $conf['mailto_acl_grps'] = 'ADMIN';
8 $conf['mailto_dformat'] = 'le %d/%m/%Y à %H:%M';
9 $conf['mailto_signature'] = "\n--\nI am an email Sender, yes!";
10 $conf['mailto_from'] = 'Send from';
11 $conf['mailto_bcc'] = 'Send bcc';
/plugin/onlineordering/conf/
H A Ddefault.php9 $conf['sender_name'] = 'Online Ordering Plugin';
10 $conf['sender_email'] = 'noreply@onlineorderingplugin.com';
11 $conf['email_cc'] = 'sales@onlineorderingplugin.com';
12 $conf['bank_account'] = '';
13 $conf['countries'] = 'The Netherlands,Germany,United Kingdom';
14 $conf['signature'] = 'Kind regards,<br />Online Ordering Plugin';
/plugin/passwordgenerator/conf/
H A Ddefault.php8 $conf['charset1'] = 'abcdefghijklmnopqrstuvwxyz';
9 $conf['charset2'] = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ';
10 $conf['charset3'] = '1234567890';
11 $conf['charset4'] = '!"#$%&()*+-,./:;<>?@[]\^_{}';
12 $conf['generator1Length'] = '';
13 $conf['removeSelection'] = 1;
/plugin/authjoomla/conf/
H A Ddefault.php8 $conf['debug'] = 0;
9 $conf['dsn'] = '';
10 $conf['user'] = '';
11 $conf['pass'] = '';
12 $conf['tableprefix'] = 'joomla_';
13 $conf['cookiename'] = '';
/plugin/autotweet/conf/
H A Ddefault.php3 $conf['consumer_key'] = '';
4 $conf['consumer_secret'] = '';
5 $conf['access_token'] = '';
6 $conf['access_token_secret'] = '';
7 $conf['message_template'] = '{type} {page} - {summary} {user}';
8 $conf['date_format'] = '%Y/%m/%d %H:%M';
/plugin/facebooklike/conf/
H A Ddefault.php9 $conf['layout'] = 'standard';
10 $conf['show_faces'] = 1;
11 $conf['width'] = '450';
12 $conf['action'] = 'like';
13 $conf['font'] = 'arial';
14 $conf['colorscheme'] = 'light';

12345678910>>...90