Home
last modified time | relevance | path

Searched refs:conf (Results 1 – 25 of 2245) sorted by last modified time

12345678910>>...90

/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/pagelist/
H A Dhelper.php672 global $conf;
677 return $this->printCell('date', dformat($this->page['date'], $conf['dformat']));
/plugin/pagequery/
H A DPageQuery.php103 global $conf;
192 $value = '[' . $conf['start'] . ']';
455 global $conf;
458 $pages = file($conf['indexdir'] . '/page.idx');
521 global $conf;
526 $start = $conf['start'];
735 global $conf;
764 $id = implode(':', array_slice($cur_ns, 0, $i + 1)) . ':' . $conf['start'];
H A Daction.php28 global $conf;
44 if ($conf['useacl']) {
64 if (@filemtime($cache->cache) < @filemtime($conf['cachedir'] . '/purgefile')) {
/plugin/twofactoremail/conf/
H A Ddefault.php6 $conf['tolerance'] = '6';
/plugin/twofactor/conf/
H A Ddefault.php2 $conf["optinout"] = 'optin';
3 $conf["useinternaluid"] = 1;
4 $conf['trustedIPs'] = '';
/plugin/twofactor/action/
H A Dlogin.php202 global $conf;
204 $cookieDir = empty($conf['cookiedir']) ? DOKU_REL : $conf['cookiedir'];
206 setcookie(self::TWOFACTOR_COOKIE, null, $time, $cookieDir, '', ($conf['securecookie'] && is_ssl()), true);
217 global $conf;
227 $cookieDir = empty($conf['cookiedir']) ? DOKU_REL : $conf['cookiedir'];
229 setcookie(self::TWOFACTOR_COOKIE, $data, $time, $cookieDir, '', ($conf['securecookie'] && is_ssl()), true);
/plugin/attribute/
H A Dhelper.php27 …$path = substr($this->conf['store'], 0, 1) == '/' ? $this->conf['store'] : DOKU_INC . $this->conf[…
28 $this->storepath = ($this->conf['store'] === '' || !io_mkdir_p($path)) ? null : $path;
244 $compressed = $this->conf['no_compress'] === 0;
/plugin/attribute/conf/
H A Ddefault.php8 $conf['store'] = 'data/attribute';
9 $conf['no_compress'] = 0;
/plugin/nspages/conf/
H A Ddefault.php3 $conf['toolbar_inserted_markup'] = '<nspages -h1 -subns -exclude:start>';
4 $conf['default_picture'] = '';
5 $conf['cache'] = 1;
6 $conf['custom_title_allow_list_metadata'] = 'title, user, date.created';
7 $conf['global_exclude'] = '_template,__template,c_template,i_template';
/plugin/nspages/fileHelper/
H A DfileHelper.php24 global $conf;
32 search($files, $conf['datadir'], 'search_universal', $opt, $this->data['wantedDir']);
/plugin/nspages/
H A Dsyntax.php228 global $conf;
229 return @opendir($conf['datadir'] . '/' . $data['wantedDir']) !== false && $data['safe'];
H A Daction.php45 global $conf;
46 return $conf['savedir'] . '/nspages_legacy_syntax.txt';
/plugin/dbquery/conf/
H A Ddefault.php8 $conf['namespace'] = 'dbquery';
9 $conf['dsn'] = '';
10 $conf['user'] = '';
11 $conf['pass'] = '';
/plugin/dbquery/_test/
H A DGeneralTest.php62 gettype($conf),
67 if ($conf !== null && $meta !== null) {
68 foreach ($conf as $key => $value) {
79 $conf,
/plugin/vertical/
H A DREADME.md11 … easily be done by changing any parameter value in settings (or by doing a `touch conf/local.php`).
/plugin/siteexport/inc/
H A Djavahelp.php31 global $conf, $ID;
H A Dmpdf.php12 global $conf;
14 define('_MPDF_TEMP_PATH', $conf['tmpdir'] . '/dwpdf/' . rand(1, 1000) . '/');
17 define('_MPDF_TTFONTDATAPATH', $conf['cachedir'] . '/mpdf_ttf/');
28 global $conf;
44 switch ($conf['lang']) {
H A Dfunctions.php70 global $conf;
75 $NS .= ':' . $conf['start'];
89 global $conf;
160 global $conf;
172 $sepchar = $conf['sepchar'];
181 if ($conf['useslash']) {
187 if ($conf['deaccent'] == 2 || $ascii) $id = utf8_romanize($id);
188 if ($conf['deaccent'] || $ascii) $id = utf8_deaccent($id, -1);
222 global $conf;
280 if ($conf['userewrite'] == 2) {
[all …]
H A Dhttpproxy.php38 global $conf;
44 unset($conf['proxy']);
/plugin/siteexport/action/
H A Dajax.php174 global $conf;
176 $conf['useslash'] = 1;
349 global $conf, $INPUT;
473 global $conf, $CURRENT_ID, $CURRENT_PARENT;
561 global $conf;
577 $http->max_bodysize = $conf['fetchsize'];
1100 global $conf;
1103 if ( $conf['userewrite'] == 2 ) {
1144 global $conf;
1198 global $conf;
[all …]
H A Dstartup.php44 global $conf, $INFO;
48 $conf['useslash'] = 1;
52 $conf['template'] = SITEEXPORT_TPL;
60 global $conf, $INFO;
69 global $conf;
75 $conf['renderer_xhtml'] = 'siteexport_pdf';
125 global $conf;
126 $template = defined('SITEEXPORT_TPL') ? SITEEXPORT_TPL : $conf['template'];
/plugin/siteexport/
H A Dcron.php78 global $conf;
104 if($conf['fperm']) chmod($this->configFile, $conf['fperm']);
H A Dhelper.php95 global $conf;
106 …search($sites, $conf['datadir'], 'search_allpages', array(), $functions->getNamespaceFromID($ID, $…
146 global $ID, $conf;
200 …g('addParams') . ':', 'addParams', null, array_merge(array('checked' => ($conf['userewrite'] != 1 …
207 …$form->addElement(form_makeListboxField('template', $this->__getTemplates(), $conf['template'], $t…
251 $trans = array_unique(array_merge($trans, array($conf['lang'])));
252 …$form->addElement(form_makeListboxField('defaultLang', $trans, $conf['lang'], $this->getLang('defa…
/plugin/siteexport/exe/
H A Dsiteexportmanager.php18 global $INFO, $JSINFO, $INPUT, $ID, $conf;
23 if ( empty($conf['basedir']) ) {
36 $conf['basedir']='/'.implode(DIRECTORY_SEPARATOR, $absolutes);
55 <html lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction'] ?>" class="popup no-js">
60 [<?php echo strip_tags($conf['title'])?>]

12345678910>>...90