Home
last modified time | relevance | path

Searched refs:conf (Results 76 – 100 of 2245) sorted by relevance

12345678910>>...90

/plugin/authopenldapkerberos/conf/
H A Ddefault.php4 $conf['port'] = 389;
5 $conf['base_dn'] = 'dc=example,dc=com';
6 $conf['user_ou'] = 'people';
7 $conf['group_ou'] = 'groups';
8 $conf['userkey'] = 'uid';
9 $conf['username'] = 'cn';
10 $conf['usermail'] = 'mail';
11 $conf['usergid'] = 'gidnumber';
12 $conf['groupkey'] = 'cn';
13 $conf['groupgid'] = 'gidnumber';
[all …]
/plugin/publish/conf/
H A Ddefault.php3 $conf['apr_namespaces'] = '';
4 $conf['no_apr_namespaces'] = '';
5 $conf['number_of_approved'] = 1;
6 $conf['hidereaderbanner'] = 0;
7 $conf['hide drafts'] = 0;
8 $conf['hide_approved_banner'] = 0;
9 $conf['author groups'] = '';
10 $conf['internal note'] = '';
13 $conf['send_mail_on_approve'] = 0;
14 $conf['apr_mail_receiver'] = '';
[all …]
/plugin/translation/conf/
H A Ddefault.php9 $conf['translations'] = '';
10 $conf['translationns'] = '';
11 $conf['skiptrans'] = '';
12 $conf['dropdown'] = 0;
13 $conf['translateui'] = 0;
14 $conf['redirectstart'] = 0;
15 $conf['checkage'] = 0;
16 $conf['about'] = '';
17 $conf['localabout'] = 0;
18 $conf['displa
[all...]
/plugin/googlefonts/conf/
H A Ddefault.php6 $conf['fontName1'] = '';
7 $conf['headings1'] = 'h1,h2';
8 $conf['addStyle1'] = false;
9 $conf['genFamily1'] = 'serif';
11 $conf['fontName2'] = '';
12 $conf['headings2'] = 'h3';
13 $conf['addStyle2'] = false;
14 $conf['genFamily2'] = 'serif';
16 $conf['fontName3'] = '';
17 $conf['headings3'] = '';
[all …]
/plugin/translate/conf/
H A Ddefault.php4 $conf['enabled_languages'] = '';
5 $conf['guess_lang_by_ns'] = true;
6 $conf['guess_lang_by_ui_lang'] = true;
7 $conf['default_language'] = '';
8 $conf['use_language_namespace'] = true;
11 $conf['include_namespaces'] = '*';
12 $conf['exclude_namespaces'] = '';
13 $conf['exclude_pagenames'] = '';
16 $conf['translator_group'] = '';
17 $conf['author_group'] = '';
[all …]
/plugin/tindexmenu/conf/
H A Ddefault.php8 $conf['only_admins'] = 0;
9 $conf['aclcache'] = 'groups';
10 $conf['headpage'] = ':start:,:same:,:inside:';
11 $conf['hide_headpage'] = 1;
12 $conf['page_index'] = '';
13 $conf['empty_msg'] = '';
14 $conf['skip_index'] = '';
15 $conf['skip_file'] = '';
16 $conf['show_sort'] = true;
17 $conf['themes_url'] = 'http://samuele.netsons.org/dokuwiki';
[all …]
/plugin/catlist/conf/
H A Ddefault.php3 $conf['default_sort'] = "none";
4 $conf['hide_index'] = 1;
5 $conf['index_priority'] = "start,outside";
6 $conf['nocache'] = false;
7 $conf['hide_acl_nsnotr'] = false;
8 $conf['show_acl'] = false;
9 $conf['useheading'] = true;
10 $conf['showhead'] = true;
11 $conf['show_leading_ns'] = false;
12 $conf['nswildcard
[all...]
/plugin/blogtng/syntax/
H A Dblog.php95 $conf = trim($conf);
96 $conf = linesToHash(explode("\n", $conf));
106 $conf['blog'] = array_filter(array_map('trim', explode(',', $conf['blog'])));
107 $conf['tags'] = array_filter(array_map('trim', explode(',', $conf['tags'])));
108 $conf['type'] = array_filter(array_map('trim', explode(',', $conf['type'])));
118 $conf['limit'] = 25;
123 $conf['listwrap'] = 1;
127 if($conf['nolistwrap']) {
128 $conf['listwrap'] = 0;
132 if($conf['nolist']) {
[all …]
/plugin/randominc/conf/
H A Ddefault.php5 $conf['firstseconly'] = 0; // limit entries on main blog page to first section
6 $conf['showtaglogos'] = 0; // display image for first tag
7 $conf['showfooter'] = 1; // display meta line below blog entries
8 $conf['showlink'] = 1; // show permalink below blog entries
9 $conf['showdate'] = 1; // show date below blog entries
10 $conf['showuser'] = 1; // show username below blog entries
11 $conf['showcomments'] = 1; // show number of comments below blog entries
12 $conf['showlinkbacks'] = 1; // show number of linkbacks below blog entries
13 $conf['showtags'] = 1; // show tags below blog entries
14 $conf['showeditbtn'] = 1; // show the edit button
[all …]
/plugin/shortcutkey/conf/
H A Ddefault.php7 $conf['key_home'] ='H';
8 $conf['key_backlink'] ='B';
9 $conf['key_diff'] ='D';
10 $conf['key_edit'] ='E';
11 $conf['key_media'] ='M';
12 $conf['key_recent'] ='O';
13 $conf['key_revisions'] ='I';
14 $conf['key_search'] ='S';
15 $conf['key_show'] ='V';
16 $conf['key_top'] ='T';
[all …]
/plugin/magento/conf/
H A Ddefault.php9 $conf['databaseDSN'] = 'mysql:host=localhost;dbname=magento-db';
10 $conf['databaseUser'] = 'dokuwiki';
11 $conf['databasePassword'] = 'password';
12 $conf['debugDatabase'] = '1';
14 $conf['includeCustomers'] = '1';
15 $conf['includeGroups'] = '1';
16 $conf['includeDefaultGroup'] = '1';
17 $conf['userGroups'] = '';
19 $conf['includeAdmins'] = '1';
20 $conf['includeRoles'] = '1';
[all …]
/plugin/offline/conf/
H A Ddefault.php3 $conf['template'] = 'default';
4 $conf['dokuwikiProtocol'] = 'http';
5 $conf['dokuwikiHost'] = 'localhost';
6 $conf['dokuwikiRelativePath'] = 'dokuwiki';
7 $conf['wgetPathToBinary'] = '/opt/local/bin/wget';// Standard Mac OS X Leopard setting
8 $conf['wgetHttpUser'] = '';
9 $conf['wgetHttpPasswd'] = '';
10 $conf['archiverPathToBinary'] = '/usr/bin/zip';
11 $conf['archiverOptions'] = '-rvT';
12 $conf['insertLinkBackToHome'] = 1;
[all …]
/plugin/scrollticker/conf/
H A Ddefault.php12 $conf['counterstyle'] = 'none';
13 $conf['separator'] = ' +++ ';
14 $conf['speed'] = 6;
15 $conf['stopOnHover'] = 1;
16 $conf['showBorder'] = 0;
17 $conf['border'] = '0.5px dashed #000';
18 $conf['border-radius'] = '20px';
19 $conf['width'] = '90%';
20 $conf['height'] = '2.5em';
21 $conf['textcolor'] = 'red';
[all …]
/plugin/fastwiki/conf/
H A Ddefault.php5 $conf["secedit"] = 1;
6 $conf["preview"] = 1;
7 $conf["fastpages"] = 1;
8 $conf["save"] = 0;
9 $conf["fastshow"] = 0;
10 $conf["fastshow_same_ns"] = 1;
11 $conf["fastshow_include"] = "";
12 $conf["fastshow_exclude"] = "";
14 $conf["preload"] = 0;
15 $conf["preload_batchsiz
[all...]
/plugin/cumulus/conf/
H A Ddefault.php9 $conf['max'] = 30;
10 $conf['width'] = 500;
11 $conf['height'] = 375;
12 $conf['tcolor'] = 'ffffff';
13 $conf['tcolor2'] = 'ffffff';
14 $conf['hicolor'] = 'ffffff';
15 $conf['bgcolor'] = '000000';
16 $conf['trans'] = false;
17 $conf['distr'] = true;
18 $conf['speed'] = 100;
[all …]
/plugin/pureldap/_test/
H A Dauth.test.php
/plugin/localization/
H A Daction.php30 global $conf;
32 if (empty($conf['lang']) || empty($conf['lang_before_translation'])) {
36 if ($conf['lang'] == $conf['lang_before_translation']) {
41 $local = $this->load($conf['lang']);
43 $conf = array_replace_recursive($conf, $local);
55 $conf = null;
58 if ($conf && is_array($conf)) {
59 return $conf;
/plugin/zenlogin/conf/
H A Ddefault.php3 $conf['zenphoto_path'] = "/photos";
4 $conf['mysql_user'] = "";
5 $conf['mysql_password'] = "";
6 $conf['mysql_host'] = "localhost";
7 $conf['mysql_database'] = "zenphoto";
8 $conf['mysql_prefix'] = "zp_";
9 $conf['user_password_hash'] = "";
10 $conf['synchronize_users'] = 1;
11 $conf['zenphoto_permissions'] = 'overview_rights';
12 $conf['single_sign_on'] = 1;
/plugin/groupmail/conf/
H A Ddefault.php12 $conf['sender_groups'] = 'admin';
13 $conf['recipient_groups'] = 'admin,user';
14 $conf['default'] = 'user@localhost';
15 $conf['allow_email'] = 0;
16 $conf['confidentiality'] = 'bcc';
17 $conf['sendlog'] = '';
18 $conf['captcha'] = 0;
19 $conf['recaptchakey'] = '';
20 $conf['recaptchasecret'] = '';
21 $conf['recaptchalayout'] = 'red';
/plugin/logger/conf/
H A Ddefault.php9 $conf['enabled'] = 1;
10 $conf['date'] = 1;
11 $conf['time'] = 1;
12 $conf['ip'] = 1;
13 $conf['user'] = 1;
14 $conf['host_name'] = 1;
15 $conf['query_string'] = 1;
16 $conf['user_agent'] = 1;
17 $conf['ns_exclude'] = '';
18 $conf['monthly'] = 0;
/plugin/alphaindex/conf/
H A Ddefault.php2 $conf['numerical_index'] = '0-9';
3 $conf['articles_deletion'] = '';
4 $conf['articles_moving'] = 1;
5 $conf['empty_msg'] = 'No index for <b>{{ns}}</b>';
6 $conf['title_tpl'] = '===== Index =====';
7 $conf['begin_letter_tpl'] = '==== {{letter}} ====';
8 $conf['entry_tpl'] = ' * [[{{link}}|{{name}}]]';
9 $conf['end_letter_tpl'] = '';
10 $conf['hidepages'] = '';
11 $conf['metadata_title'] = 0;
/plugin/gplusone/conf/
H A Ddefault.php2 $conf['href'] = '';
3 $conf['size'] = '';
4 $conf['annotation'] = '';
5 $conf['width'] = '';
6 $conf['align'] = '';
7 $conf['expandTo'] = '';
8 $conf['callback'] = '';
9 $conf['onstartinteraction'] = '';
10 $conf['onendinteraction'] = '';
11 $conf['recommendations'] = '';
/plugin/gcalendar/inc/
H A Dconf.php10 $conf['gCal_match_category'][] = '#^\={2,}\s*(.*?)\s*\={2,}\s*$#s';
14 $conf['gCal_match_event'][] = '#^\s*\*{2}([0-9]{1,2}\..*)\*{2}\s*$#s'; // " ** abc **" gets "abc"
15 $conf['gCal_match_event'][] = '#^\s*\*\s*(.*)\s*$#s'; // " * abc " gets "abc"
19 $conf['gCal_date_mdy'] = '([0-9]{1,2})\/([0-9]{1,2})\/([0-9]{4}|[0-9]{2}|)';
22 $conf['gCal_date_dmy'] = '([0-9]{1,2})\.([0-9]{1,2})\.([0-9]{4}|[0-9]{2}|)';
25 $conf['gCal_date_ymd'] = '([0-9]{2}|[0-9]{4}|)\-([0-9]{1,2})\-([0-9]{1,2})';
29 $conf['gCal_allowed_tags'] = '<a><b><br><br/><code><del><div><em><i><p><span><strong><sub><sup>';
34 $conf['gCal_inline_Category_hidden'] = '^\s*\[([A-Za-z_ ]+)\]';
35 $conf['gCal_inline_Category_visible'] = '^\s*\(([A-Za-z_ ]+)\)';
39 $conf['gCal_time'] = "#h<sup><em class='u'>#m</em></sup>#r"; // minutes superscript underlined
/plugin/syntaxhighlighter3/conf/
H A Ddefault.php8 $conf['theme'] = 'shThemeDefault.css';
9 $conf['brushes'] = 'applescript shBrushAppleScript.js,actionscript3 as3 shBrushAS3.js,bash shell sh…
12 $conf['auto-links'] = 1;
13 $conf['collapse'] = 0;
14 $conf['first-line'] = 1;
15 $conf['gutter'] = 1;
16 $conf['html-script'] = 0;
17 $conf['smart-tabs'] = 1;
18 $conf['tab-size'] = 4;
19 $conf['toolbar'] = 1;
/plugin/strreplace/conf/
H A Ddefault.php2 $conf['do_replace'] = 0;
3 $conf['suspend'] = 0;
5 $conf['search_1'] = "";
6 $conf['search_2'] = "";
7 $conf['search_3'] = "";
8 $conf['search_4'] = "";
10 $conf['replace_1'] = "";
11 $conf['replace_2'] = "";
12 $conf['replace_3'] = "";
13 $conf['replace_4'] = "";

12345678910>>...90