Home
last modified time | relevance | path

Searched refs:conf (Results 801 – 825 of 2245) sorted by relevance

1...<<31323334353637383940>>...90

/plugin/task/
H A Dhelper.php73 global $conf;
79 $dir = $conf['datadir'].($ns ? '/'.str_replace(':', '/', $ns): '');
85 search($items, $conf['datadir'], 'search_allpages', $opts, $ns);
309 global $conf;
312 if ((!$conf['subscribers']) && (!$conf['notify'])) return; //subscribers enabled?
316 if ((empty($bcc)) && (!$conf['notify'])) return;
317 $to = $conf['notify'];
321 $text = str_replace('@TITLE@', $conf['title'], $text);
323 $dformat = preg_replace('#%[HIMprRST]|:#', '', ($conf['dformat']));
334 $subject = '['.$conf['title'].'] ';
[all …]
/plugin/archivegenerator/
H A Dadmin.php100 global $conf;
102 $persistentArchiveFN = $conf['tmpdir'] . '/archivegenerator/archive.zip';
120 global $conf;
122 $tmpArchiveFN = $conf['tmpdir'] . '/archivegenerator/archive_new.zip';
150 $persistentArchiveFN = $conf['tmpdir'] . '/archivegenerator/archive.zip';
168 global $conf;
170 $tmpArchiveFN = $conf['tmpdir'] . '/archivegenerator/archive-update_new.zip';
196 $persistentArchiveFN = $conf['tmpdir'] . '/archivegenerator/archive-update.zip';
434 global $conf;
436 $fullArchiveFN = $conf['tmpdir'] . '/archivegenerator/archive.zip';
[all …]
/plugin/mathpublish/
H A Dimg.php10 global $conf;
17 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'], 3600));
/plugin/cronojob/jobs/
H A Dclearcache.php4 $cachedir = DOKU_INC. str_replace("./", "", $conf['savedir'])."/cache";
5 $time_older = time() - $conf['cachetime']; // purge only files older than cachetime
14 $lockdir = DOKU_INC. str_replace("./", "", $conf['savedir'])."/locks";
15 $time_older = time() - $conf['locktime']; // purge only files older than locktime
82 global $conf;
/plugin/autostartpage/
H A Daction.php35 global $conf;
46 $id=$ns.":".$conf['start'];
52 $goodns=preg_replace("/".$conf['sepchar']."/"," ",noNS($ns));
53 $page=preg_replace("/".$conf['sepchar']."/"," ",noNS($id));
54 $f=$conf['start'];
/plugin/structodt/meta/
H A DAggregationEditorTableOdt.php36 $conf = $searchConfig->getConf();
37 $this->template = $conf['template'];
38 $this->pdf = $conf['pdf'] ?? false;
39 $this->hideform = $conf['hideform'] ?? false;
40 $this->filename = $conf['filename'] ?? '';
/plugin/discordnotifier/examples/
H A Dsend_embeds.php6 $conf = array(); variable
36 $webhook = $conf['webhook'];
37 $version = $conf['notify_version'];
/plugin/dw2pdf/_test/
H A DDokuImageProcessorTest.php27 global $conf;
47 $conf['mediadir'] . '/wiki/dokuwiki-128.png',
48 $conf['mediadir'] . '/wiki/dokuwiki-128.png',
/plugin/disableactionsbygroup/
H A Daction.php25 global $conf;
38 global $conf;
45 $conf['disableactions'] = $action;
/plugin/geonav/tpl/startermap/
H A Dtpl_functions.php52 global $conf;
109 global $ACT, $conf, $ID, $INFO;
113 'tpl_'.$conf['template'],
116 ($ID == $conf['start']) ? 'home' : '',
/plugin/bureaucracyau/_test/
H A Dactions_template.test.php21 global $conf;
24 $conf['plugin']['translation']['translations'] = 'de';
40 global $conf;
43 $conf['plugin']['translation']['translations'] = 'de';
/plugin/bureaucracy-au/_test/
H A Dactions_template.test.php21 global $conf;
24 $conf['plugin']['translation']['translations'] = 'de';
40 global $conf;
43 $conf['plugin']['translation']['translations'] = 'de';
/plugin/elasticsearch/
H A Dcli.php98 global $conf;
105 search($data, $conf['datadir'], 'search_allpages', array('skipacl' => true));
120 global $conf;
126 search($data, $conf['mediadir'], 'search_media', ['skipacl' => true]);
/plugin/struct/syntax/
H A Dcloud.php63 global $conf;
74 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
94 global $INFO, $conf;
107 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
/plugin/qrcode2/
H A Dsyntax.php64 global $conf;
70 if(isset($conf['userewrite']) && $conf['userewrite'] == 2) {
/plugin/metaeditor/admin/
H A Deditor.php37 global $conf;
46 'sneakyacl' => $conf['sneaky_index'],
48 search($list,$conf['datadir'],'search_universal',$opts,$ns);
/plugin/unameban/
H A Daction.php30 global $conf;
31 $bans = @file($conf['cachedir'].'/unamebanplugin.txt');
38 hsc($client), strftime($conf['dformat'],$fields[1]),
/plugin/loadskin/
H A Daction.php43 global $conf;
47 define('DOKU_TPL', DOKU_BASE.'lib/tpl/'.$conf['template'].'/');
51 define('DOKU_TPLINC', DOKU_INC.'lib/tpl/'.$conf['template'].'/');
61 global $conf;
66 $helper->origTpl = $conf['template'];
73 $conf['template'] = $tpl;
/plugin/gcalendar/inc/
H A Dgcal_show.php20 global $conf;
83 echo "<br/><span class='gCal_currentDate'>".date($conf['dformat'])."</span>";
219 global $conf;
257 global $conf;
273 if ($conf['useheading']) {
289 if ($conf['useheading']) {
319 global $conf;
323 $page_ID.= noNS($conf['start']);
/plugin/blogtng/tpl/default/
H A Dentry.php30 global $conf;
31 echo $this->getLang('created').": ";$entry->tpl_created($conf['dformat']);echo ", ";
33 echo $lang['lastmod'].": ";$entry->tpl_lastmodified($conf['dformat']);echo ", ";
/plugin/randominc/
H A Dsyntax.php44 global $conf;
47 $dir = $conf['datadir'];
56 $dir = $conf['datadir'].'/'.str_replace(':','/',$ns);
191 global $conf;
192 $maxseclevel_org = $conf['maxseclevel'];
193 $conf['maxseclevel'] = 0;
197 $conf['maxseclevel'] = $maxseclevel_org;
/plugin/infomail/
H A Daction.php120 global $conf;
189 'SITE' => $conf['title'],
239 global $conf;
240 $targetdir = $conf['cachedir'] . "/infomail-plugin/archive/";
262 global $conf;
263 $targetdir = $conf['cachedir'] . "/infomail-plugin/log/";
270 …$log = $t . "\t" . strftime($conf['dformat'], $t) . "\t" . $_SERVER['REMOTE_ADDR'] . "\t" . $sende…
/plugin/timetrack/
H A Dsyntax.php198 $conf = array(
213 $conf['project']['id'] = $data[0];
214 $conf['project']['name'] = $data[1];
219 $conf['tasks'][$data[0]] = $data[1];
223 $conf['from'] = strtotime($value);
227 $conf['to'] = strtotime($value);
232 return $conf;
/plugin/repo/
H A Dsyntax.php100 global $conf;
107 if ($conf['allowdebug']) $idx .= "\n<!-- cachefile $cache used -->\n";
113 if ($conf['allowdebug']) $idx .= "\n<!-- no cachefile used, but created -->\n";
180 global $conf;
190 if ($conf['allowdebug']) $hi_code .= "\n<!-- cachefile $cache used -->\n";
210 $geshi->set_link_target($conf['target']['extern']);
215 if ($conf['allowdebug']) $hi_code .= "\n<!-- no cachefile used, but created -->\n";
/plugin/ireadit/action/
H A Dmigration.php66 global $conf;
68 search($data, $conf['datadir'], 'search_allpages', array('skipacl' => true));
122 global $conf;
142 global $conf;
152 $datadir = $conf['datadir'];
188 global $conf;
198 $datadir = $conf['datadir'];

1...<<31323334353637383940>>...90