Home
last modified time | relevance | path

Searched refs:conf (Results 201 – 225 of 2245) sorted by relevance

12345678910>>...90

/plugin/xtern/conf/
H A Ddefault.php2 $conf['ca_required'] = 0;
3 $conf['max_time'] = 120;
4 $conf['conceal'] = 1;
5 $conf['noicons'] = 0;
6 $conf['alt_div'] = "";
7 $conf['alt_class'] = "";
8 $conf['skip_pages'] = "";
/plugin/c3chart/conf/
H A Ddefault.php8 $conf['url_yaml'] = 'js-yaml.min.js';
9 $conf['url_d3'] = 'd3.min.js';
10 $conf['url_c3'] = 'c3.min.js';
11 $conf['url_c3_css'] = 'c3.css';
12 $conf['width'] = '';
13 $conf['height'] = '';
14 $conf['align'] = 'center';
/plugin/wrap/conf/
H A Ddefault.php7 $conf['noPrefix'] = 'tabs, group';
8 $conf['restrictedClasses'] = ''; //restrict usage of plugin to these classes (comma separated)
9 $conf['restrictionType'] = 0; //0= exclude restricted classes, 1=include restricted classes and exclude all others
10 $conf['syntaxDiv'] = 'WRAP';
11 $conf['syntaxSpan'] = 'wrap';
12 $conf['darkTpl'] = 0;
13 $conf['emulatedHeadlines'] = 0;
/plugin/snippets/conf/
H A Ddefault.php5 $conf['snippets_page'] = 'snippets';
6 $conf['snips_updatable'] ='1';
7 $conf['old_revisions'] ='1';
8 $conf['userreplace']='1';
9 $conf['prettytitles'] = 0;
10 $conf['skip_unset_macros']=0;
11 $conf['default_macro_string'] = '';
/plugin/elasticsearch/conf/
H A Ddefault.php8 $conf['servers'] = 'localhost:9200';
9 $conf['username'] = '';
10 $conf['password'] = '';
11 $conf['indexname'] = 'wiki';
12 $conf['snippets'] = 'content';
13 $conf['searchSyntax'] = 1;
14 $conf['perpage'] = 20;
15 $conf['detectTranslation'] = 0;
16 $conf['disableQuicksearch'] = 0;
/plugin/smtp/conf/
H A Ddefault.php3 $conf['smtp_host'] = 'localhost';
4 $conf['smtp_port'] = 25;
5 $conf['smtp_ssl'] = '';
7 $conf['localdomain'] = '';
9 $conf['auth_user'] = '';
10 $conf['auth_pass'] = '';
13 $conf['debug'] = 0;
/plugin/slacknotifier/conf/
H A Ddefault.php3 $conf['namespaces'] = '';
4 $conf['notify_create'] = 1;
5 $conf['notify_edit'] = 1;
6 $conf['notify_edit_minor'] = 1;
7 $conf['notify_delete'] = 1;
8 $conf['show_summary'] = 1;
9 $conf['webhook'] = 'https://hooks.slack.com/services/<token>';
/plugin/tag/conf/
H A Ddefault.php5 $conf['namespace'] = 'tag'; // where should tag links point to? default: 'tag'
6 $conf['sortkey'] = 'title'; // sort key for topic lists
7 $conf['sortorder'] = 'ascending'; // ascending or descending
8 $conf['pagelist_flags'] = 'list'; // formatting options for the page list plugin
9 $conf['toolbar_icon'] = 0; // enables/disables the toolbar icon
10 $conf['list_tags_of_subns'] = 0; // list also tags in subnamespaces of a specified namespace (count syntax)
11 $conf['tags_list_css'] = 'tags'; // wich CSS style to use for tag list?
/plugin/authwordpress/conf/
H A Ddefault.php9 $conf['hostname'] = 'localhost';
10 $conf['port'] = '';
11 $conf['database'] = 'wordpress';
12 $conf['username'] = 'USERNAME';
13 $conf['password'] = 'PASSWORD';
14 $conf['prefix'] = 'wp_';
15 $conf['usedefaultgroup'] = 1;
/plugin/gallery/conf/
H A Ddefault.php9 $conf['thumbnail_width'] = 150;
10 $conf['thumbnail_height'] = 150;
11 $conf['image_width'] = 1600;
12 $conf['image_height'] = 1200;
13 $conf['cols'] = 0;
15 $conf['sort'] = 'file';
16 $conf['options'] = 'cache, crop, lightbox';
/plugin/geotag/conf/
H A Ddefault.php24 $conf['geotag_location_prefix'] = 'GEOTAG: ';
25 $conf['geotag_showlocation'] = 0;
26 $conf['geotag_hide'] = 0;
27 $conf['geotag_prevent_microformat_render'] = 0;
28 $conf['toolbar_icon'] = 1;
29 $conf['geotag_showsearch'] = 1;
30 $conf['displayformat'] = 'DD';
/plugin/rater/conf/
H A Ddefault.php6 $conf['voting_restriction'] = true; // restrict ip address voting (true or false)
7 $conf['vote_qty'] = 1; // how many times an ip address can vote
8 $conf['already_rated_msg'] ="You have already rated this item. You were allowed %s vote(s).";
9 $conf['not_selected_msg'] ="You have not selected a rating value.";
10 $conf['thankyou_msg'] ="Thank you for voting.";
11 $conf['generic_text'] ="this item"; // generic item text
12 $conf['eol_char'] ="\n"; // to separate the records
/plugin/twitter/conf/
H A Ddefault.php10 $conf['timeout'] = 60;
11 $conf['useCURL'] = TRUE;
12 $conf['maxresults'] = 10;
13 $conf['oauth_consumer_key'] = '';
14 $conf['oauth_consumer_secret'] = '';
15 $conf['oauth_token'] = '';
16 $conf['oauth_token_secret'] = '';
/plugin/svg/conf/
H A Ddefault.php3 $conf[ 'output' ] = 'iframe';
4 $conf[ 'mw_format' ] = '';
5 $conf[ 'im_format' ] = '';
10 $conf[ 'output' ] = 'magickwand';
12 $conf[ 'mw_format' ] = 'PNG';
17 $conf[ 'output' ] = 'imagick';
19 $conf[ 'im_format' ] = 'PNG';
/plugin/infomail/conf/
H A Ddefault.php2 $conf['allowanonymous'] = false;
3 $conf['default_recipient'] = "";
4 $conf['subjectprefix'] = "[mailinfo]";
5 $conf['default_sender'] = "";
6 $conf['default_sender_displayname'] = "";
7 $conf['archive'] = false;
8 $conf['logmails'] = false;
/plugin/phprestrict/action/
H A Daction.php38 global $conf;
44 $conf['phpok'] = 0;
89 $conf['phpok'] = 1;
94 if (strpos($conf['disableactions'],'source') === false) $conf['disableactions'] .= ',source';
95 …if (strpos($conf['disableactions'],'export_raw') === false) $conf['disableactions'] .= ',export_ra…
96 …if (strpos($conf['disableactions'],'revisions') === false) $conf['disableactions'] .= ',revisions';
/plugin/dokutexit/
H A Dconfig.php33 var $conf; variable in config_plugin_texit
50 $this->conf = $conf;
81 $conf = array();
89 $conf[$line[0]] = $line[1];
91 return $conf;
105 global $conf;
193 global $conf;
217 global $conf;
218 $path = $conf['mediadir'];
226 global $conf;
[all …]
/plugin/advanced/lang/en/
H A Dconfig.txt3 All configuration files are to be found in the ''./conf'' folder or ''/etc/dokuwiki'' when installe…
12 | ''acronyms.conf'' | ''acronyms.local.conf'' | [[doku>abbreviat…
13 | ''entities.conf'' | ''entities.local.conf'' | [[doku>entities]…
14 | ''interwiki.conf'' | ''interwiki.local.conf'' | [[doku>interwiki…
15 | ''mime.conf'' | ''mime.local.conf'' | [[doku>mime]] …
16 | ''smileys.conf'' | ''smileys.local.conf'' | [[doku>smileys]]…
20 | ''scheme.conf'' | ''scheme.local.conf'' | [[doku>urlscheme…
22 | ''wordblock.conf'' | ''wordblock.local.conf'' | [[doku>blacklist…
/plugin/dataplot/
H A Dsyntax.php85 $conf = array_shift($lines);
98 if ( preg_match('/xlabel="([^"]*)"/i', $conf, $match) ) {
100 $conf = preg_replace('/xlabel="([^"]*)"/i', '', $conf);
104 $conf = preg_replace('/ylabel="([^"]*)"/i', '', $conf);
112 if ( preg_match('/\b(2D|3D)\b/i', $conf, $match) ) {
118 if ( preg_match('/\b(smooth)\b/i', $conf, $match) ) {
124 if ( preg_match('/\b(\d+)x(\d+)\b/', $conf, $match) ) {
134 if ( preg_match('/\b(debug)\b/i', $conf, $match) ) {
269 global $conf;
273 if ( $conf['debug'] ) {
[all …]
/plugin/timer/
H A Dsyntax.php49 global $conf;
73 global $conf;
108 $renderer->doc .= " From:" . date($conf['dformat'],$st);
109 $renderer->doc .= " Now:<b>" . date($conf['dformat']) . "</b>";
110 $renderer->doc .= " To:" . date($conf['dformat'],$et);
116 $renderer->doc .= " Now:<b>" . date($conf['dformat']) . "</b>";
117 $renderer->doc .= " From:" . date($conf['dformat'],$st);
118 $renderer->doc .= " To:" . date($conf['dformat'],$et);
120 $renderer->doc .= " From:" . date($conf['dformat'],$st);
121 $renderer->doc .= " To:" . date($conf['dformat'],$et);
[all …]
/plugin/blogtng/helper/
H A Dentry.php295 if(count($conf['tags'])){
318 $currentpage = floor($conf['offset']/$conf['limit'])+1;
384 $this->tpl_related($conf['limit'],$conf['blog'],$conf['page'],$conf['tags']);
407 if ($conf['title']) {
417 if ($conf['tags']) {
421 if ($conf['type']) {
422 if($conf['type'][0] == '?') $conf['type'] = $this->getConf('default_commentstatus');
774 * @param array $conf
787 $sortkey = ($conf['sortby'] == 'random') ? 'Random()' : $conf['sortby'];
795 if(count($conf['tags'])) {
[all …]
/plugin/flash/
H A Dsyntax.php66 $conf = array_shift($lines);
67 $conf = substr($conf,6,-1);
71 if(preg_match('/\b(left|center|right)\b/i',$conf,$match)) $return['align'] = $match[1];
72 if(preg_match('/\b(\d+)x(\d+)\b/',$conf,$match)){
78 $conf = preg_replace('/\b(left|center|right|(\d+)x(\d+))\b/i','',$conf);
79 $conf = trim($conf);
80 $return['swf'] = ml($conf,'',true,'&');
/plugin/news/scripts/
H A Dnewsfeed.php16 global $conf;
65 if(isset($conf['plugin']['news'])) {
66 if(isset($conf['plugin']['news']['ttl'])) {
67 $ttl = $conf['plugin']['news']['ttl'];
70 if(!$newsChannelTitle && isset($conf['plugin']['news']['title'])) {
71 $newsChannelTitle = $conf['plugin']['news']['title'];
74 $newsChannelDescription = $conf['plugin']['news']['desc'];
76 if(!$newsChannelTtl && isset($conf['plugin']['news']['ttl'])) {
77 $newsChannelTtl = $conf['plugin']['news']['ttl'];
79 if(isset($conf['plugin']['news']['url'])) {
[all …]
/plugin/graphgear/
H A Dsyntax.php47 $conf = array_shift($data);
49 $conf = trim(substr($conf,10,-1));
50 $conf = $this->parseOpts($conf);
69 $xml = $this->getXML($conf,$w,$h);
130 function getXML($conf,&$w,&$h){ argument
140 'title' => $conf['title'],
146 if((int) $conf['width']) $graph['width'] = (int) $conf['width'];
147 if((int) $conf['height']) $graph['height'] = (int) $conf['height'];
148 if($conf['label']) $graph['title'] = $conf['label'];
149 if($conf['viewmode'] == 'display') $graph['viewmode'] = 'display';
[all …]
/plugin/farm/
H A Danimal.class.php114 global $conf;
133 global $conf;
324 global $conf;
325 $fconf = $conf;
332 if(!isset($conf['authtype']) || empty($conf['authtype'])) $conf['authtype'] = 'plain';
359 $conf = $fconf;
380 global $conf;
381 $fconf = $conf;
387 if(!isset($conf['authtype']) || empty($conf['authtype'])) $conf['authtype'] = 'plain';
431 global $conf;
[all …]

12345678910>>...90