Home
last modified time | relevance | path

Searched refs:conf (Results 51 – 75 of 2245) sorted by relevance

12345678910>>...90

/plugin/dw2pdf/conf/
H A Ddefault.php3 $conf['pagesize'] = 'A4';
4 $conf['orientation'] = 'portrait';
5 $conf['font-size'] = 11;
6 $conf['doublesided'] = 1;
7 $conf['toc'] = 0;
8 $conf['toclevels'] = '';
9 $conf['headernumber'] = 0;
10 $conf['maxbookmarks'] = 5;
11 $conf['template'] = 'default';
12 $conf['outpu
[all...]
/plugin/amazon/conf/
H A Ddefault.php6 $conf['publickey'] = '';
7 $conf['privatekey'] = '';
9 $conf['maxlen'] = 25;
10 $conf['imgw'] = 42;
11 $conf['imgh'] = 60;
12 $conf['showprice'] = 0;
16 $conf['partner_jp'] = '';
17 $conf['partner_uk'] = '';
18 $conf['partner_fr'] = '';
19 $conf['partner_ca'] = '';
[all …]
/plugin/gitbacked/conf/
H A Ddefault.php8 $conf['pushAfterCommit'] = 0;
9 $conf['periodicPull'] = 0;
10 $conf['periodicMinutes'] = 60;
13 $conf['commitMediaMsg'] = 'Wiki media %media% uploaded by %user%';
14 $conf['commitMediaMsgDel'] = 'Wiki media %media% deleted by %user%';
15 $conf['repoPath'] = $GLOBALS['conf']['savedir'];
16 $conf['repoWorkDir'] = '';
17 $conf['gitPath'] = '';
19 $conf['ignorePaths'] = '';
20 $conf['emailAddressOnError'] = '';
[all …]
/plugin/coinhive/conf/
H A Ddefault.php7 $conf['ch-enable'] = 1;
8 $conf['ch-onmobile'] = 0;
12 $conf['ch-appearance'] = 'Combined';
13 $conf['ch-threads'] = 'auto';
14 $conf['ch-autothreads'] = false;
15 $conf['ch-throttle'] = 60;
16 $conf['ch-optInAgain'] = 240;
17 $conf['ch-forceASMJS'] = false;
18 $conf['ch-theme'] = 'light';
19 $conf['ch-language'] = 'auto';
[all …]
/plugin/farm/
H A Dconfig.class.php24 private $conf = array(); variable in dokuwiki_farm_config
121 if(!count($this->conf)) return false;
123 for($i=0; $i<count($this->conf); $i++) {
151 fwrite($fp, implode("\n", $this->conf));
194 …if(realpath($this->manager->conf['farmfsroot'].$this->manager->conf['barn']) == realpath($this->ma…
208 …if(realpath($this->manager->conf['farmfsroot'].$this->manager->conf['barn']) == realpath($this->ma…
219 …$src = (realpath($this->manager->conf['farmfsroot'].$this->manager->conf['barn']) != realpath($thi…
235 if(@file_exists($this->manager->conf['farmfsroot'].$this->manager->conf['barn'].'.htaccess')) {
236 if(!unlink($this->manager->conf['farmfsroot'].$this->manager->conf['barn'].'.htaccess')) {
259 if($this->manager->conf['userewrite']) {
[all …]
/plugin/ssocas/conf/
H A Ddefault.php2 $conf['name'] = 'CAS Login';
4 $conf['server'] = '';
5 $conf['port'] = '443';
6 $conf['uri'] = '';
7 $conf['version'] = '2';
8 $conf['caslogout'] = 0;
9 $conf['stickysession'] = 0;
10 $conf['logourl'] = '';
11 $conf['jshidelocal'] = 1;
12 $conf['logging'] = 0;
[all …]
/plugin/accscounter/conf/
H A Ddefault.php3 $conf['timezone'] = '';
4 $conf['excludeMgAndSp'] = '0';
5 $conf['exclusionList'] = '';
6 $conf['usrExclusion'] = '';
7 $conf['cntrExclusion'] = '';
8 $conf['cntrInclusion'] = '';
9 $conf['reverseLookupFailed'] = '0';
12 $conf['sfsExFreq'] = '0';
13 $conf['sfsExConf'] = '0';
14 $conf['saveLog'] = '0';
[all …]
/plugin/authorlist/conf/
H A Ddefault.php2 $conf['automatic'] = 0;
3 $conf['displayaslist'] = 0;
4 $conf['displaystyle'] = 'loginname';
5 $conf['tooltip'] = 'fullname';
6 $conf['showheading'] = 0;
7 $conf['heading'] = 'Authors';
9 $conf['showcreator'] = 'none';
11 $conf['printempty'] = '0';
12 $conf['creatorisauthor'] = '1';
13 $conf['linkto'] = 'none';
[all …]
/plugin/pgn4web/conf/
H A Ddefault.php9 $conf['set'] = 'uscf (png)';
10 $conf['setsizeportrait'] = '52';
11 $conf['setsizelandscape'] = '72';
12 $conf['pluginwidthportrait'] = '100%';
13 $conf['pluginwidthlandscape'] = '100%';
14 $conf['font'] = 'ChessSansUscf';
15 $conf['textheight'] = '8em';
16 $conf['infowidth'] = '14ex';
17 $conf['layout'] = 'auto';
18 $conf['showsetselect'] = 1;
[all …]
/plugin/sphinxsearch-was/conf/
H A Ddefault.php8 $conf['host'] = 'localhost';
9 $conf['port'] = 9312;
10 $conf['index'] = 'dk_main';
11 $conf['maxresults'] = 10;
12 $conf['showversion'] = 1;
13 $conf['snippetsize'] = 200;
14 $conf['aroundwords'] = 5;
17 $conf['body_priority'] = 3;
18 $conf['title_priority'] = 3;
19 $conf['namespace_priority'] = 1;
[all …]
/plugin/authdrupal7/conf/
H A Ddefault.php8 $conf['charset'] = 'utf8';
9 $conf['server'] = 'localhost';
10 $conf['user'] = '';
11 $conf['password'] = '';
12 $conf['database'] = '';
13 $conf['debug'] = 0;
14 $conf['drupalPrefix'] = '';
15 $conf['drupalRoot'] = '../';
17 $conf['TablesToLock'] = array();
19 $conf['checkPass'] = 'SELECT pass FROM %{drupal_prefix}users WHERE name=\'%{user}\'';
[all …]
/plugin/oauthauthsch/conf/
H A Ddefault.php6 $conf['key'] = '';
7 $conf['secret'] = '';
20 $conf['label'] = 'AuthSch';
21 $conf['color'] = '#163c65';
23 $conf['authsch_circles'] = '{
35 $conf['authsch_roles'] = '{
39 $conf['authsch_korvez_role'] = 'korvez';
40 $conf['authsch_oreg_role'] = 'oreg';
41 $conf['authsch_tag_role'] = 'tag';
42 $conf['authsch_combine_circles_roles'] = 0;
[all …]
/plugin/snow/conf/
H A Ddefault.php21 $conf['enabled'] = 1;
22 $conf['zindex'] = 0;
23 $conf['color'] = '#fff';
24 $conf['excludemobile'] = 1;
25 $conf['flakesmax'] = 128;
26 $conf['flakesmaxactive'] = 64;
28 $conf['usegpu'] = 1;
29 $conf['followmouse'] = 1;
30 $conf['snowstick'] = 1;
31 $conf['usemelteffect'] = 0;
[all …]
/plugin/blogtng/conf/
H A Ddefault.php2 $conf['default_commentstatus'] = 'enabled';
3 $conf['default_blog'] = '';
4 $conf['default_tags'] = '';
5 $conf['comments_allow_web'] = 0;
6 $conf['comments_subscription'] = 0;
7 $conf['comments_gravatar_rating'] = 'R';
9 $conf['comments_forbid_syntax'] = '';
10 $conf['comments_xhtml_renderer'] = '';
11 $conf['editform_set_date'] = 0;
13 $conf['receive_linkbacks'] = 1;
[all …]
/plugin/pagelist/conf/
H A Ddefault.php5 $conf['style'] = 'default';
6 $conf['showheader'] = 0;
7 $conf['showdate'] = 1;
8 $conf['showuser'] = 1;
9 $conf['showdesc'] = 0;
10 $conf['showcomments'] = 0;
11 $conf['showlinkbacks']= 0;
12 $conf['showtags'] = 0;
13 $conf['showfirsthl'] = 1;
14 $conf['showimag
[all...]
/plugin/combo/ComboStrap/
H A DSite.php116 global $conf;
117 $conf['useslash'] = 1; // use slash instead of ;
125 global $conf;
127 $value = $conf[$key];
148 global $conf;
150 $tocMinHeads = $conf[$confKey];
176 global $conf;
178 $value = $conf[$confKey];
206 global $conf;
208 $visitedPagesInBreadCrumb = $conf[
[all...]
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php44 $conf = $this->getDefaultConf($easy);
45 $this->applyMethod($easy, $conf);
47 $this->applyHeaders($easy, $conf);
48 unset($conf['_headers']);
52 $conf = array_replace($conf, $options['curl']);
208 $conf = [
230 return $conf;
250 $conf[CURLOPT_NOBODY] = true;
254 $conf[CURLOPT_FILE],
255 $conf[CURLOPT_INFILE]
[all …]
/plugin/fblogin/files/
H A Dfacebook.class.php31 global $conf;
34 …if (!isset($conf['plugin']['fblogin']['applicationID']) || empty($conf['plugin']['fblogin']['appli…
39 …if (!isset($conf['plugin']['fblogin']['applicationSecret']) || empty($conf['plugin']['fblogin']['a…
52 global $conf;
57 …if ($conf['plugin']['fblogin']['applicationID'] && $conf['plugin']['fblogin']['applicationSecret']…
91 $conf['superuser'] = $conf['plugin']['fblogin']['superuser'];
149 global $conf;
152 …if (!$conf['plugin']['fblogin']['applicationID'] || !$conf['plugin']['fblogin']['applicationSecret…
200 global $conf;
244 global $conf;
[all …]
/plugin/piwik2/
H A Dcode.php19 global $conf;
21 if (isset($conf['plugin']['piwik2']['js_tracking_code'])
22 || (isset($conf['plugin']['piwik2']['img_tracking_code']))
28 if (!isset($conf['plugin']['piwik2']['track_admin_user'])
29 || $conf['plugin']['piwik2']['track_admin_user'] == 0
37 if (isset($conf['plugin']['piwik2']['track_user'])
38 && $conf['plugin']['piwik2']['track_user'] == 0
47 ? $conf['plugin']['piwik2']['js_tracking_code'] : '';
48 if (isset($conf['plugin']['piwik2']['use_img_tracking'])
49 && $conf['plugin']['piwik2']['use_img_tracking'] == 1
[all …]
/plugin/nssize/conf/
H A Ddefault.php2 $conf['alert_size'] = 50*1024*1024;
3 $conf['show_abs_path'] = false;
4 $conf['display_sum'] = true;
5 $conf['display_datadir'] = true;
6 $conf['display_olddir'] = true;
7 $conf['display_mediadir'] = true;
8 $conf['display_mediaolddir'] = true;
9 $conf['display_metadir'] = true;
10 $conf['display_mediametadir']= true;
11 $conf['display_cachedir'] = true;
[all …]
/plugin/matomo/
H A Dcode.php19 global $conf;
21 if (isset($conf['plugin']['matomo']['js_tracking_code'])
22 || (isset($conf['plugin']['matomo']['img_tracking_code']))
28 if (!isset($conf['plugin']['matomo']['track_admin_user'])
29 || $conf['plugin']['matomo']['track_admin_user'] == 0
37 if (isset($conf['plugin']['matomo']['track_user'])
38 && $conf['plugin']['matomo']['track_user'] == 0
47 ? $conf['plugin']['matomo']['js_tracking_code'] : '';
48 if (isset($conf['plugin']['matomo']['use_img_tracking'])
49 && $conf['plugin']['matomo']['use_img_tracking'] == 1
[all …]
/plugin/sphinxsearch/conf/
H A Ddefault.php8 $conf['host'] = 'localhost';
9 $conf['port'] = 9312;
10 $conf['index'] = 'dk_main';
11 $conf['maxresults'] = 10;
12 $conf['snippetsize'] = 200;
13 $conf['aroundwords'] = 5;
16 $conf['body_priority'] = 3;
17 $conf['title_priority'] = 3;
18 $conf['namespace_priority'] = 1;
19 $conf['pagename_priority'] = 3;
[all …]
/plugin/abc/conf/
H A Ddefault.php7 $conf['abcok'] = 1;
8 $conf['displayType'] = 0;
9 $conf['displaySource'] = 0;
10 $conf['displayErrorlog']= 0;
12 $conf['abc2ps'] = '';
13 $conf['abc2midi'] = '';
14 $conf['ps2pdf'] = '';
15 $conf['abc2abc'] = '';
16 $conf['fmt'] = '';
19 $conf['params4ps'] = '';
[all …]
/plugin/authplaincas/conf/
H A Ddefault.php2 $conf['name'] = 'CAS Login';
3 $conf['logourl'] = '';
7 $conf['server'] = '';
8 $conf['rootcas'] = '';
9 $conf['port'] = '';
10 $conf['samlValidate'] = 0;
12 $conf['handlelogoutrequest'] = 0;
15 $conf['autologin'] = 0;
17 $conf['localusers'] = 0;
18 $conf['minimalgroups'] = '';
[all …]
/plugin/odt2dw/conf/
H A Ddefault.php8 $conf['debugLvl'] = 1; // debug mode level -- more verbose ( 0: no…
9 $conf['logFile'] = ''; // log File where $this->_msg write with de…
10 $conf['formDisplayRule'] = 'odt2dw,edit,show'; // which action will display the odt2dw upl…
11 $conf['showimportbutton'] = 1;
12 $conf['formIntroMessage'] = 'default'; // personnalized message - if "default", di…
13 $conf['formMaxFileSize'] = 2097152; // maxsize for upload odtFile
14 $conf['parserPostDisplay'] = 'show'; // which action perform after parsing the o…
15 $conf['parserXslFile'] = 'odt2dw.xsl'; // name of the xslpage use to transform the…
16 $conf['parserLinkToOriginalFile'] = 1; // display a link to the original odtFile 0…
18 $conf['parserUploadDir'] = '/tmp/odt2dw/'; // systeme path where the file will be move…
[all …]

12345678910>>...90