Home
last modified time | relevance | path

Searched refs:conf (Results 126 – 150 of 2245) sorted by relevance

12345678910>>...90

/plugin/fontface/conf/
H A Ddefault.php6 $conf['technique'] = '';
7 $conf['fontFile'] = '';
8 $conf['fontName'] = '';
9 $conf['elements'] = 'h1, h2, h3, h4, h5';
10 $conf['genericFamily'] = 'serif';
11 $conf['fontFile2'] = '';
12 $conf['fontName2'] = '';
13 $conf['elements2'] = 'body';
14 $conf['genericFamily2'] = 'sans-serif';
/plugin/matrixnotifier/conf/
H A Ddefault.php2 $conf['namespaces'] = '';
3 $conf['notify_create'] = 1;
4 $conf['notify_edit'] = 1;
5 $conf['notify_edit_minor'] = 1;
6 $conf['notify_delete'] = 1;
7 $conf['notify_show_summary'] = 1;
8 $conf['homeserver'] = '';
9 $conf['accesstoken'] = '';
10 $conf['room'] = '';
/plugin/passpolicy/conf/
H A Ddefault.php8 $conf['minlen'] = 8;
9 $conf['pools'] = 'lower,numeric,special';
10 $conf['minpools'] = 2;
11 $conf['user'] = 1;
12 $conf['nocommon'] = 1;
13 $conf['noleaked'] = 1;
15 $conf['autotype'] = 'random';
16 $conf['autobits'] = 44;
18 $conf['supressuserhints'] = 0;
/plugin/davcal/conf/
H A Ddefault.php8 $conf['hide_settings'] = 0;
9 $conf['disable_ics'] = 1;
10 $conf['disable_sync'] = 1;
11 $conf['monday'] = 0;
12 $conf['timezone'] = 'local';
13 $conf['workweek'] = 0;
14 $conf['weeknumbers'] = 0;
15 $conf['timeformat'] = 'lang';
16 $conf['default_client_id'] = '';
/plugin/html5video2/conf/
H A Ddefault.php9 $conf['html5VideoType'] = 'video/mp4'; //HTML5 Mime Videotype
10 $conf['videoPlayerIDText'] = 'videoPlayerID';
11 $conf['VideoPreload'] = 'none';
12 $conf['GlobalVideoPreviewPicture'] = '';
13 $conf['fallBackVideoTechnologie'] = 'flash';
14 $conf['preferedVideoTechnologie'] = 'html5';
15 $conf['standardAlternateTextPrint'] = 'HIER WURDE EIN VIDEO EINGEFUEGT';
16 $conf['showThumbOnPrint'] = 0;
17 $conf['showStandardTextOnPrint'] = 0;
/plugin/semantic/conf/
H A Ddefault.php8 $conf['useJSONLD'] = 1;
9 $conf['defaultSchemaOrgType'] = 'Article';
10 $conf['exposeWebService'] = 1;
11 $conf['useMetaDescription'] = 1;
12 $conf['useMetaAuthor'] = 1;
13 $conf['useDublinCore'] = 0;
14 $conf['useOpenGraph'] = 0;
15 $conf['excludedPages'] = '(wiki)';
16 $conf['hideMail'] = 0;
/plugin/extranet/conf/
H A Ddefault.php2 $conf['server_ip_key'] = 'REMOTE_ADDR';
3 $conf['extranet_ip_list'] = '';
4 $conf['extranet_ip_regex'] = '';
5 $conf['hide_regex'] = '';
6 $conf['hide_files'] = 1;
7 $conf['disable_actions'] = 'admin,edit,preview,save,revisions,diff,export_raw,export_xhtml,exp…
8 $conf['preserve_first_title'] = 0;
9 $conf['message_prefix'] = '';
10 $conf['message_suffix'] = '';
/plugin/todo/conf/
H A Ddefault.php6 $conf['AllowLinks'] = 0; // Should the Todo's also Link to Files
7 $conf['ActionNamespace'] = ''; //What should the default namespace for actions be
8 $conf['Strikethrough'] = 1; // Should text have strikethrough when checked
9 $conf['CheckboxText'] = 1; //Should we allow action text to check the checkbox
10 $conf['Checkbox'] = 1; // Should the Checkbox be rendered in list view
11 $conf['Header'] = 'id'; // How should the header of list be rendered ID/FIRSTHEADER
12 $conf['Username'] = 'user'; //How should the name of the assigned user be rendered USER/REALNAME/NONE
13 $conf['ShowdateTag'] = 1; // Should the Start/Due-Date be rendered in a tag
14 $conf['ShowdateList'] = 0; // Should the Start/Due-Date be rendered in list view
/plugin/404manager/conf/
H A Ddefault.php3 $conf['ActionReaderFirst'] = 'GoToBestPageName';
4 $conf['ActionReaderSecond'] = 'GoToSearchEngine';
5 $conf['ActionReaderThird'] = 'Nothing';
6 $conf['GoToEditMode'] = 1;
7 $conf['ShowPageNameIsNotUnique'] = 1;
8 $conf['ShowMessageClassic'] = 1;
9 $conf['WeightFactorForSamePageName'] = 4;
10 $conf['WeightFactorForStartPage'] = 3;
12 $conf['WeightFactorForSameNamespace'] = 5;
/plugin/tagfilter/helper/
H A Dsyntax.php225 $conf = [
246 return $conf;
255 $conf['multi'] = true;
258 $conf['chosen'] = true;
261 $conf['tagimage'] = true;
264 $conf['pagesearch'] = true;
266 $conf['pagesearchlabel'] = hsc($value);
270 $conf['cache'] = intval($value);
273 $conf['cache'] = null;
276 $conf['tagcolum
[all...]
/plugin/freechat/conf/
H A Ddefault.php3 $conf['title'] = 'Chat';
4 $conf['height'] = 440;
5 $conf['template'] = 'default';
6 $conf['language'] = 'en_US';
7 $conf['frozen_nick'] = true;
8 $conf['channels'] = 'Main room';
9 $conf['frozen_channels'] = '';
10 $conf['admin_group'] = 'admin';
11 $conf['fullname'] = true;
/plugin/botbouncer/conf/
H A Ddefault.php8 $conf['akismetapikey'] = '';
9 $conf['akismetblogurl'] = $_SERVER['HTTP_HOST'];
10 $conf['honeypotapikey'] = '';
11 $conf['mollomprivatekey'] = '';
12 $conf['mollompublickey'] = '';
13 $conf['usestopforumspam'] = 0;
14 $conf['continue'] = 0;
15 $conf['whitelist'] = $_SERVER['REMOTE_ADDR'];
16 $conf['spamerror'] = 'Sorry, there was an error processing your request. If this is an error contac…
/plugin/templateconfhelper/action/
H A Dtemplateaction.php33 global $conf;
34 $tpl = $conf['template'];
62 $tpl = $conf['default_tpl'];
120 global $conf;
131 global $conf;
135 $conf['template_theme'] = $theme;
138 $conf['default_tpl'] = $conf['template'];
139 $conf['template'] = $tpl;
145 $conf['tpl'][$tpl][$key] = $value;
153 $conf = array();
[all …]
/plugin/shibbolethauth/files/
H A Dshibboleth.class.php45 global $conf;
59 …if (isset($conf['plugin']['shibbolethauth']['useSympa']) && $conf['plugin']['shibbolethauth']['use…
63 …if(!isset($conf['plugin']['shibbolethauth']['shibbolethLoginURL']) || empty($conf['plugin']['shibb…
72 if (isset($conf['defaultgroup'])) {
73 $this->sympaDefaultGroup = $conf['defaultgroup'];
120 global $conf;
168 …if(isset($conf['plugin']['shibbolethauth']['useSympa']) && $conf['plugin']['shibbolethauth']['useS…
284 global $conf;
295 …if(isset($conf['plugin']['shibbolethauth']['useSympa']) && $conf['plugin']['shibbolethauth']['useS…
422 global $conf;
[all …]
/plugin/blogtng/helper/
H A Dtools.php28 global $conf, $INPUT;
31 '%{title}' => str_replace(':',$conf['sepchar'],$title),
50 * @param array $conf
52 static public function cleanConf(&$conf) { argument
54 unset($conf['sortorder']);
56 if (!in_array($conf['sortby'], self::$data_whitelist['sortby'])) {
57 unset($conf['sortby']);
59 if (!is_int($conf['limit'])) {
60 unset($conf['limit']);
62 if (!is_int($conf['offset'])) {
[all …]
/plugin/translator/conf/
H A Ddefault.php3 $conf['version'] = '';
4 $conf['default_language'] = 'en';
5 $conf['property_exchange_xml'] = '';
6 $conf['DBType'] = 'mysqli';
7 $conf['DBName'] = 'tblTranslation';
8 $conf['DBUserName'] = 'tblTranslation';
9 $conf['DBHostName'] = 'localhost';
10 $conf['DBUserPassword'] = '';
/plugin/goto/conf/
H A Ddefault.php9 $conf['seconds'] = 3;
10 $conf['minSeconds'] = 2;
11 $conf['auto_login'] = 0;
12 $conf['auto_options'] = ':user_page';
13 $conf['common_ns'] = "";
14 $conf['group'] = "";
15 $conf['group_options'] = 'start_page';
16 $conf['only_option'] = 'default';
/plugin/purplenumbers/conf/
H A Ddefault.php7 $conf['numbering'] = 1; //0= consecutive IDs, 1= hierarchical IDs
8 $conf['uniqueness'] = 0; //0= IDs unique per page, 1= IDs unique per site
9 $conf['internalID'] = 0; //create IDs that can be used as internal anchors?
10 $conf['linkText'] = 0; //0= display paragraph/section sign, 1= display ID
11 $conf['restrictionNS'] = ''; //restrict usage of plugin to these first level namespaces (comma separated)
12 $conf['restrictionType'] = 1; //0= exclude restricted NS, 1=include restricted NS
13 $conf['includeStartpage'] = 1;
14 $conf['annotationPage'] = '';
/plugin/interwikiformatting/conf/
H A Ddefault.php10 $conf['ignored_shortcuts'] = 'user skype';
11 $conf['strip_query'] = 1;
12 $conf['strippable_extensions'] = 'asp htm html php';
13 $conf['word_separators'] = '_ : . -';
14 $conf['anchor_replacement'] = ' - ';
15 $conf['slash_replacement'] = ' - ';
16 $conf['capitalize_words'] = 1;
17 $conf['capitalize_exceptions'] = 'the of a an and but or for nor are in at';
/plugin/googleanalytics/conf/
H A Ddefault.php3 $conf['GAID'] = '';
4 $conf['GTAGID'] = '';
5 $conf['dont_count_admin'] = 0;
6 $conf['dont_count_users'] = 0;
7 $conf['anonymize'] = 1;
8 $conf['track_users'] = 0;
9 $conf['track_links'] = 0;
10 $conf['domainName'] = '';
/plugin/cnmap/conf/
H A Ddefault.php10 $conf['provider'] = 'amap';
11 $conf['amap_api_key'] = '';
12 $conf['bmap_api_key'] = '';
13 $conf['zoom'] = 15;
14 $conf['width'] = '100%';
15 $conf['height'] = '400px';
16 $conf['mark'] = 1;
17 $conf['sat'] = 0;
/plugin/news/conf/
H A Ddefault.php2 $conf['ttl'] = 720;
3 $conf['title'] = 'DokuWiki News Feed';
4 $conf['desc'] = 'DokuWiki News Feed';
5 $conf['url'] = '';
6 $conf['mgr'] = '';
7 $conf['adminsonly']= 0;
8 $conf['chkperm']= 0;
9 $conf['createtime'] = 0;
/plugin/sfauth/conf/
H A Ddefault.php2 $conf['auth url'] = '';
3 $conf['owner domain'] = 'example.com';
4 $conf['consumer key'] = '';
5 $conf['consumer secret'] = '';
6 $conf['consumer key 2'] = '';
7 $conf['consumer secret 2'] = '';
8 $conf['consumer key 3'] = '';
9 $conf['consumer secret 3'] = '';
/plugin/swiftmail/conf/
H A Ddefault.php3 $conf['smtp_host'] = '';
4 $conf['smtp_port'] = 25;
5 $conf['smtp_ssl'] = 8;
7 $conf['localdomain'] = '';
9 $conf['auth_user'] = '';
10 $conf['auth_pass'] = '';
11 $conf['pop3_host'] = '';
13 $conf['debug'] = 0;
/plugin/google_maps/conf/
H A Ddefault.php2 $conf['google_api_key'] = 'ABQIAAAAJQXOOFAOSYHQKK2KZPBAWHQBBC8PB9K0MY5AUPPILL7YE-RTWXR6OJV5FS2E3UIU…
3 $conf['size'] = 'small';
4 $conf['control'] = 'hierarchical';
5 $conf['overviewmap'] = 1;
6 $conf['small_width'] = 425;
7 $conf['small_height'] = 350;
8 $conf['large_width'] = 550;
9 $conf['large_height'] = 450;

12345678910>>...90