Home
last modified time | relevance | path

Searched refs:conf (Results 101 – 125 of 2245) sorted by relevance

12345678910>>...90

/plugin/numbering/conf/
H A Ddefault.php3 $conf['padding'] = "0";
4 $conf['pad_length'] = 8;
5 $conf['set_date'] = 1;
6 $conf['datestyle'] = '//%Y/%m/%d %H:%M//';
7 $conf['format'] = "Number: %n --%d" ;
8 $conf['nstart'] ="0";
9 $conf['use_imgs'] = 0;
10 $conf['imgs'] ="";
11 $conf['bureaucracy'] = "";
12 $conf['multi_db'] = 0;
/plugin/indexmenu/conf/
H A Ddefault.php10 $conf['defaultoptions'] = '';
11 $conf['only_admins'] = 0;
12 $conf['aclcache'] = 'groups';
13 $conf['headpage'] = ':start:,:same:,:inside:';
14 $conf['hide_headpage'] = 1;
15 $conf['page_index'] = '';
16 $conf['empty_msg'] = '';
17 $conf['skip_index'] = '';
18 $conf['skip_file'] = '';
19 $conf['show_sor
[all...]
/plugin/evesso/conf/
H A Ddefault.php8 $conf['info'] = '';
9 $conf['custom-redirectURI'] = '';
10 $conf['eveonline-key'] = '';
11 $conf['eveonline-secret'] = '';
12 $conf['singleService'] = '';
13 $conf['register-on-auth'] = 0;
14 $conf['require-corporation'] = '';
15 $conf['require-alliance'] = '';
16 $conf['require-faction'] = '';
17 $conf['login-button'] = 'Text';
/plugin/epub/conf/
H A Ddefault.php2 $conf['group'] = 'epub';
3 $conf['rmdir'] = 'y';
4 $conf['permalink'] = 1;
5 $conf['less'] = 1;
6 $conf['compress'] = 0;
7 $conf['sort'] = 1;
8 $conf['audio_fn'] = 1;
9 $conf['audio_nmsp']='audio,mpeg';
10 $conf['video_fn'] = 1;
11 $conf['video_nmsp']='video,mpeg';
/plugin/blog/conf/
H A Ddefault.php5 $conf['namespace'] = 'blog'; // default location for blog entries
6 $conf['formposition'] = 'bottom'; // position of new entry form
7 $conf['newentrytitle'] = ''; // Title text for the 'new entry' form
8 $conf['dateprefix'] = ''; // prefix date to new entry IDs
9 $conf['sortkey'] = 'cdate'; // sort key for blog entries
10 $conf['sortorder'] = 'descending'; // ascending or descending
12 $conf['showhistogram'] = 1; // show histogramm in archive
13 $conf['max_months'] = 100; // max months to show in the histogram
14 $conf['histogram_height'] = 50; // height of the histogram in pixels
16 $conf['excluded_page
[all...]
/plugin/katex/conf/
H A Ddefault.php9 $conf['cdn-provider'] = 'self-hosted';
10 $conf['extension-copy-tex'] = 1;
11 $conf['extension-mhchem'] = 1;
12 $conf['option-output'] = 'htmlAndMathml';
13 $conf['option-delimiters'] = '
18 $conf['option-ignored-tags'] = 'script, noscript, style, textarea, pre, code, option';
19 $conf['option-ignored-classes'] = '';
20 $conf['option-throwonerror'] = 1;
21 $conf['option-error-color'] = '#CC0000';
22 $conf['option-macros'] = '
/plugin/cli/conf/
H A Ddefault.php8 $conf['prompt'] = '/^.{0,30}[$%>#](?:$|\\s)/';
9 $conf['continue'] = '/^.{0,30}>(?:$|\\s)/';
10 $conf['comment'] = '/(:?^#)|\\s#/';
11 $conf['namedprompt'] = '
16 $conf['namedcontinue'] = '
23 $conf['namedcomment'] = '
27 $conf['odtbackground'] = '#f7f9fa';
28 $conf['odtborderwidth'] = '0.06pt';
29 $conf['odtbordercolor'] = '#8cacbb';
30 $conf['debug'] = false;
/plugin/dokutexit/conf/
H A Ddefault.php22 $conf['ns_button'] = true; // Show download namespace button
23 $conf['latex_mode'] = 'lualatex';
24 $conf['latexmk_path'] = '';
25 $conf['use_prefix'] = false;
26 $conf['pre_prefix'] = '';
27 $conf['prefix_separator'] = ','; // Must be ASCII!! (used in strtr)
28 $conf['texitdir'] = '';
29 $conf['includestart'] = false;
30 $conf['recurse'] = 'off';
31 $conf['recurse_file'] = false;
/plugin/chat/
H A Dchat.php34 global $conf;
50 if ($conf['chat']['automatic']) {
76 if ($conf['chat']['recentfirst']) {
94 global $conf;
95 $dNS = $conf['chat']['namespace'];
106 global $conf;
107 $dNS = $conf['chat']['namespace'];
117 global $conf;
118 $dNS = $conf['chat']['namespace'];
164 global $conf;
[all …]
/plugin/database2/conf/
H A Ddefault.php2 $conf['authSlots'] = '# see the manual for how to provide usernames and password here';
3 $conf['aliasing'] = 0;
4 $conf['customviews'] = 0;
5 $conf['checkmaildomains'] = 0;
6 $conf['console'] = 0;
7 $conf['consoleforcehistory'] = 0;
8 $conf['enableallpages'] = 0;
9 $conf['enablepages'] = '';
10 $conf['develusers'] = '';
/plugin/tokenbucketauth/conf/
H A Ddefault.php3 $conf['tba_block_time'] = 600; // Block a user 10 minutes
4 $conf['tba_nb_attempt'] = 5; // If he failed 5 attempts to login
5 $conf['tba_mean_time'] = 120; // Within 2 minutes
6 $conf['tba_whitelist'] = '127.0.0.1'; // And is not on the white list
8 $conf['tba_iptime_file'] = 'users.pbf'; // Log users attempts into this file
9 $conf['tba_block_file'] = 'block.pbf'; // Log blocked users into this one
10 $conf['tba_lockfile'] = 'lock.pbf'; // Lock file to know when we can put content into the…
12 $conf['tba_send_mail'] = ''; // Send email to admins when a user has been banned, …
14 $conf['tba_block_whole_wiki'] = 0; // Define whether to block the whole wiki or just the…
/plugin/phpbblinks/conf/
H A Ddefault.php3 $conf['enable'] = '1';
4 $conf['boardurl'] = '';
5 $conf['integration'] = '0';
6 $conf['host'] = '127.0.0.1';
7 $conf['user'] = '';
8 $conf['pass'] = '';
9 $conf['db'] = '';
10 $conf['pre'] = 'phpbb_';
11 $conf['linktxt'] = 'Thread: ';
/plugin/galleryv1.5/conf/
H A Ddefault.php8 $conf['thumbnail_width'] = 120;
9 $conf['thumbnail_height'] = 120;
10 $conf['image_width'] = 800;
11 $conf['image_height'] = 600;
12 $conf['cols'] = 5;
13 $conf['direct'] = 0;
14 $conf['lightbox'] = 0;
15 $conf['showname'] = 0;
16 $conf['reverse'] = 0;
/plugin/autoviewer/conf/
H A Ddefault.php8 $conf['width'] = 420;
9 $conf['height'] = 380;
10 $conf['align'] = 'noalign';
11 $conf['bgcolor'] = "#181818";
12 $conf['frameColor'] = "0xFFFFFF";
13 $conf['frameWidth'] = 15;
14 $conf['imagePadding'] = 20;
15 $conf['displayTime'] = 3;
16 $conf['enableRightClickOpen'] = 1;
/plugin/file2dw/conf/
H A Ddefault.php8 $conf['debugShowInfo'] = 0;
11 $conf['logFile'] = '/var/log/file2dw.log';
14 $conf['logLevel'] = '0';
18 $conf['formDisplayRule'] = 'file2dw';
21 $conf['formIntroMessage'] = 'default';
24 $conf['formMaxFileSize'] = 4194304;
28 $conf['parserLinkToOriginalFile'] = 0;
31 $conf['parserUploadDir'] = '';
35 $conf['parserMimeTypeSOffice'] = 'application/msword';
/plugin/importfacebookevents/conf/
H A Ddefault.php7 $conf['dformat'] = 'd F Y';
8 $conf['tformat'] = 'h:ia';
11 $conf['default'] = '
16 $conf['table'] = $conf['default'];
17 $conf['short'] = $conf['default'];
19 $conf['wallposts_default'] = '> {{{wp_userImage}?nolink |}} **{wp_userName}** \\ //[[{wp_permalink}…
24 $conf['wallposts_alternate'] = '';
/plugin/adfs/conf/
H A Ddefault.php6 $conf['idPEntityID'] = 'set me';
7 $conf['endpoint'] = '';
8 $conf['certificate'] = '';
9 $conf['lowercase'] = 1;
10 $conf['autoprovisioning'] = 1;
11 $conf['userid_attr_name'] = 'login';
12 $conf['fullname_attr_name'] = 'fullname';
13 $conf['email_attr_name'] = 'email';
14 $conf['groups_attr_name'] = 'groups';
/plugin/bliki/
H A Dlocal.php9 $conf['plugin']['bliki']['structure'] = 'flat'; // Structure to use when storing posts; [flat | dee…
10 $conf['plugin']['bliki']['offset'] = 0; // Number of hours to offset new post times from your serve…
11 $conf['plugin']['bliki']['numposts'] = 10; // Number of posts to show on each page of a blog
12 $conf['plugin']['bliki']['dateheader'] = '**d.m.Y**'; // Format for date header/separator (passed t…
13 $conf['plugin']['bliki']['datefooter'] = 'd.m.Y H:i'; // Format for the footer datestamp (includes …
14 $conf['plugin']['bliki']['footer'] = ' \\\\ <sub>Размещено @ {timestamp} --- [[{permalink}|Постоянн…
15 $conf['plugin']['bliki']['newlabel'] = 'Новая запись'; // Label for the new post button/link
16 $conf['plugin']['bliki']['olderlabel'] = 'Предыдущие записи ›;'; // Link to older posts
17 $conf['plugin']['bliki']['newerlabel'] = '‹ Новые записи'; // Link to newer posts
/plugin/block/conf/
H A Ddefault.php2 $conf['block_width'] = '80';
3 $conf['bg'] = 'white';
4 $conf['fg'] = 'black';
5 $conf['border_color'] = 'black';
6 $conf['border_style'] = 'solid';
7 $conf['border_width'] = '4px';
8 $conf['font_family'] = 'Arial, Helvetica, sans-serif';
9 $conf['font_size'] = '10pt';
10 $conf['block_align'] = '10';
/plugin/ldapsearch/conf/
H A Ddefault.php5 $conf['name'] = "";
6 $conf['hostname'] = "";
7 $conf['port'] = "";
8 $conf['basedn'] = "";
9 $conf['binddn'] = "";
10 $conf['bindpassword'] = "";
11 $conf['attributes'] = "";
12 $conf['scope'] = "";
13 $conf['allow_overrides'] = 0;
/plugin/glossary/conf/
H A Ddefault.php8 $conf['dataDir'] = 'glossary';
9 $conf['recentDays'] = 7;
10 $conf['maxIP'] = 5;
11 $conf['adminGroup'] = 'admin';
12 $conf['propGroup'] = 'glossary';
13 $conf['transSep'] = ';';
14 $conf['propositionPage'] = '[[.:proposition|proposition]]';
15 $conf['sampleDelai'] = 2*60*60;
16 $conf['listDelai'] = 2*60*60;
/plugin/autotweet2/conf/
H A Ddefault.php3 $conf['apiKey'] = '';
4 $conf['apiSecret'] = '';
5 $conf['accessToken'] = '';
6 $conf['accessTokenSecret'] = '';
7 $conf['subjectOfTweet'] = 'edit,revert,create,delete';
8 $conf['template'] = '[###WIKITITLE### - ###TYPE### by ###EDITOR###] ###PAGETITLE###: ###SUMMARY### …
9 $conf['guestIP'] = '0';
10 $conf['blacklist'] = '';
11 $conf['debug'] = '0';
/plugin/cleanup/conf/
H A Ddefault.php8 $conf['runautomatically'] = 0;
10 $conf['cacheage'] = 60*60*24*30*3;
11 $conf['atticage'] = 60*60*24*30*2;
12 $conf['atticnoexonly'] = 1;
13 $conf['mediaatticage'] = 60*60*24*30*1;
14 $conf['mediaatticnoexonly'] = 1;
15 $conf['metaage'] = 60*60*24*30*3;
16 $conf['mediametaage'] = 60*60*24*30*2;
17 $conf['lockage'] = 60*60*30;
/plugin/guestbook/conf/
H A Ddefault.php6 $conf['db_server'] = 'localhost';
7 $conf['db_user'] = 'your_user';
8 $conf['db_name'] = 'your_database';
9 $conf['db_passwd'] = 'your_password';
10 $conf['direct_post'] = 0;
11 $conf['notify'] = 0;
12 $conf['post_url'] = 0;
13 $conf['show_max'] = 10;
15 $conf['mail_to'] = 'your@mail.address';
/plugin/amazonlight/conf/
H A Ddefault.php8 $conf['imgw'] = 42;
9 $conf['imgh'] = 60;
10 $conf['showprice'] = 0;
11 $conf['partner_us'] = 'splitbrain-20';
12 $conf['partner_de'] = 'splitbrain-21';
13 $conf['partner_jp'] = '';
14 $conf['partner_gb'] = 'splitbrainorg-21';
15 $conf['partner_fr'] = '';
16 $conf['partner_ca'] = '';

12345678910>>...90