Home
last modified time | relevance | path

Searched refs:conf (Results 1151 – 1175 of 2245) sorted by relevance

1...<<41424344454647484950>>...90

/plugin/html2pdf/html2pdf/
H A Daction.php41 global $conf;
49 $html .= '<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="'.$conf['lang'].'"'.DOKU_LF;
50 $html .= ' lang="'.$conf['lang'].'" dir="'.$lang['direction'].'">'.DOKU_LF;
/plugin/sphinxsearch/
H A DPageMapper.php14 global $conf;
16 $dataPath = fullpath($conf['savedir']);
18 $dataPath = fullpath(DOKU_INC . $conf['savedir']);
/plugin/admnote/syntax/
H A Drenderer.php77 global $conf;
78 if(is_file(DOKU_PLUGIN.'admnote/lang/'.$conf['lang'].'/lang.php')) {
79 require DOKU_PLUGIN.'admnote/lang/'.$conf['lang'].'/lang.php';
/plugin/visrep/
H A Dimg.php17 header('Expires: '.gmdate("D, d M Y H:i:s", time()+max($conf['cachetime'], 3600)).' GMT');
18 …header('Cache-Control: public, proxy-revalidate, no-transform, max-age='.max($conf['cachetime'], 3…
/plugin/graphgear/
H A Dload.php23 header('Expires: '.gmdate("D, d M Y H:i:s", time()+max($conf['cachetime'], 3600)).' GMT');
24 header('Cache-Control: public, proxy-revalidate, no-transform, max-age='.max($conf['cachetime'], 36…
/plugin/txtconf/lang/fr/
H A Dintro.txt3 Utiliser cette page pour gerer les fichiers de configuration textuels (conf/*.conf) de votre instal…
/plugin/discordnotifier/examples/
H A Dsend_message.php6 $conf = array(); variable
25 $webhook = $conf['webhook'];
H A Dsend_file.php6 $conf = array(); variable
26 $webhook = $conf['webhook'];
/plugin/top/_test/
H A DstartPages.test.php126 global $conf;
127 $conf['plugin']['translation']['translations'] = 'de en';
/plugin/mindmap/
H A Dxml.php22 header('Expires: '.gmdate("D, d M Y H:i:s", time()+max($conf['cachetime'], 3600)).' GMT');
23 header('Cache-Control: public, proxy-revalidate, no-transform, max-age='.max($conf['cachetime'], 36…
H A Dimg.php22 header('Expires: '.gmdate("D, d M Y H:i:s", time()+max($conf['cachetime'], 3600)).' GMT');
23 header('Cache-Control: public, proxy-revalidate, no-transform, max-age='.max($conf['cachetime'], 36…
/plugin/vkeyboard/exe/
H A Dvkboard.php22 if($conf['lang'] != 'en') {
23 $local_file = '../lang/' . $conf['lang'] . '/lang.php';
/plugin/plantuml/
H A Dimg.php17 header('Expires: ' . gmdate('D, d M Y H:i:s', time() + max($conf['cachetime'], 3600)) . ' GMT');
18 …header('Cache-Control: public, proxy-revalidate, no-transform, max-age=' . max($conf['cachetime'],…
/plugin/statistics/inc/
H A DStatisticsBrowscap.class.php13 global $conf;
14 $this->cacheDir = $conf['cachedir'] . '/';
/plugin/oauth/
H A Dauth.php79 global $conf;
92 touch($conf['cachedir'] . '/sessionpurge');
125 global $conf;
138 $groups_on_creation[] = $conf['defaultgroup'];
/plugin/orphanswanted/
H A Dhelper.php95 global $conf;
103 $show_heading = ($page_exists && $conf['useheading']) ? true : false ;
162 if ($conf['allowdebug']) echo "Skipped page (global ignored): " . $id . "<br />";
165 if ($conf['allowdebug']) echo "Skipped page (global hidden): " . $id . "<br />";
/plugin/showinitpage/
H A Daction.php36 global $conf;
43 && ($ID === $conf['start'] || $this->getConf('initpagestartonly') === 0))
/plugin/acknowledge/
H A Ddeleted.files5 conf/default.php
6 conf/metadata.php
/plugin/seqdia/
H A Dimg.php18 header('Expires: '.gmdate("D, d M Y H:i:s", time()+max($conf['cachetime'], 3600)).' GMT');
19 header('Cache-Control: public, proxy-revalidate, no-transform, max-age='.max($conf['cachetime'], 36…
/plugin/graphviz/
H A Dimg.php18 header('Expires: '.gmdate("D, d M Y H:i:s", time()+max($conf['cachetime'], 3600)).' GMT');
19 header('Cache-Control: public, proxy-revalidate, no-transform, max-age='.max($conf['cachetime'], 36…
/plugin/dataplot/
H A Dimg.php20 header('Expires: '.gmdate("D, d M Y H:i:s", time()+max($conf['cachetime'], 3600)).' GMT');
21 header('Cache-Control: public, proxy-revalidate, no-transform, max-age='.max($conf['cachetime'], 36…
/plugin/publish/action/
H A Ddebug.php14 global $conf;
15 if ($conf['allowdebug']) {
/plugin/header2/
H A Drenderer.php100 global $conf;
101 …if($this->info['toc'] && is_array($this->toc) && $conf['tocminheads'] && count($this->toc) >= $con…
/plugin/api/
H A Daction.php44 global $conf;
45 $conf['remote'] = true;
46 $conf['remoteuser'] = '@ALL';
/plugin/task/syntax/
H A Dtasks.php44 global $conf;
82 $perpage = ($conf['recent'] != 0) ? $conf['recent'] : 20; // prevent division by zero
282 global $ID, $conf;
285 $perpage = ($conf['recent'] != 0) ? $conf['recent'] : 20; // prevent division by zero

1...<<41424344454647484950>>...90