Home
last modified time | relevance | path

Searched refs:conf (Results 1276 – 1300 of 2245) sorted by relevance

1...<<51525354555657585960>>...90

/plugin/cronojob/pseudo-cron/
H A Dpseudo-cron.inc.php169 $conf = array();
173 $conf_plug = $conf;
176 $conf = array();
180 $this->dokuwikititle = $conf['title'];
182 …if (isset($conf['plugin'][$this->pluginname][$key])) $conf_plug[$key] = $conf['plugin'][$this->plu…
H A Dpseudo-cron-image.php212 $conf = array();
216 $conf_plug = $conf;
219 $conf = array();
223 $this->dokuwikititle = $conf['title'];
225 …if (isset($conf['plugin'][$this->pluginname][$key])) $conf_plug[$key] = $conf['plugin'][$this->plu…
/plugin/preservefilenames/
H A Daction_angua.php46 global $conf;
205 global $DEL, $NS, $IMG, $AUTH, $JUMPTO, $REV, $lang, $fullscreen, $conf;
304 global $conf;
321 search($data,$conf['mediadir'],'search_media',
350 global $conf;
437 global $conf;
/plugin/bureaucracy/helper/
H A Dactiontemplate.php27 global $conf;
30 $sep = $argv[2] ?? $conf['sepchar'];
137 global $conf;
144 $len = strlen(rtrim($conf['datadir'], '/'));
166 global $conf;
205 …search($template_pages, $conf['datadir'], 'search_universal', $opts, str_replace(':', '/', getNS($…
/plugin/findologicxmlexport/
H A DOutputXMLHelper.php98 global $conf;
99 $dokuwikiXmlExport = new DokuwikiXMLExport($conf);
/plugin/booking/_test/
H A Dhelper.test.php16 global $conf;
29 $this->assertFileExists($conf['metadir'] . '/test/book.booking');
/plugin/webdav/core/DAV/
H A DAbstractDirectory.php58 global $conf;
65 …search($data, $conf[static::DIRECTORY], ['dokuwiki\plugin\webdav\core\Utils', 'searchCallback'], […
/plugin/mediasyntax/syntax/
H A Dheader.php31 global $conf;
43 if ($level <= $conf['maxseclevel'])
/plugin/timetrack/
H A Dadmin.php25 global $conf;
26 $this->tmp = $conf['tmpdir'] .'/';
/plugin/latexit/
H A Daction.php54 global $ID, $REV, $conf;
61 switch ($conf['template']) {
/plugin/markdowku/
H A Dheaderatx.php27 global $conf;
41 if ($level <= $conf['maxseclevel']) {
/plugin/publish/_test/
H A Dhelper.test.php84 global $conf;
86 $conf['plugin']['publish']['no_apr_namespaces'] = 'de:sidebar en:sidebar';
/plugin/gitbacked/lib/
H A DGitBackedUtil.php95 global $conf;
96 self::$temp_dir = $conf['tmpdir'].'/gitbacked';
/plugin/editx/
H A Daction.php72 global $conf;
75 if(!$conf['useacl']) return true; //no ACL - then no checks
131 global $conf;
132 $oldpath = $conf[$dir].'/'.str_replace(':','/',$opts['oldns']);
133 $newpath = $conf[$dir].'/'.str_replace(':','/',$opts['newns']);
182 global $ID, $INFO, $conf;
202 io_saveFile($conf['cachedir'].'/purgefile',time());
/plugin/dw2pdf/
H A Drenderer.php286 global $conf;
287 $old = $conf['mailguard'];
288 $conf['mailguard'] = 'none';
290 $conf['mailguard'] = $old;
H A DDokuPDF.class.php31 global $conf;
35 define('_MPDF_TEMP_PATH', $conf['tmpdir'] . '/dwpdf/' . random_int(1, 1000) . '/');
60 'tempDir' => _MPDF_TEMP_PATH, //$conf['tmpdir'] . '/tmp/dwpdf'
/plugin/sqlite/
H A Dadmin.php39 global $conf;
56 $exportfile = $conf['tmpdir'] . '/' . $this->db->getDbName() . '.sql';
142 global $conf;
152 $dbfiles = glob($conf['metadir'] . '/*.sqlite3');
/plugin/etherpadlite/action/
H A Detherpadlite.php106 global $conf, $ID, $REV, $INFO, $rev, $meta, $pageid, $USERINFO;
194 global $conf, $ID, $REV, $INFO, $rev, $meta, $pageid;
239 global $conf, $ID, $REV, $INFO, $rev, $meta, $pageid;
297 global $conf, $ID, $REV, $INFO, $rev, $meta, $pageid;
309 global $conf, $ID, $REV, $INFO, $rev, $meta, $pageid;
322 if($conf['usedraft']) {
343 global $conf, $ID, $REV, $INFO, $rev, $meta, $pageid, $USERINFO;
349 global $conf, $ID, $REV, $INFO, $rev, $meta, $pageid, $USERINFO;
/plugin/styler/syntax/
H A Dverse.php73 global $conf;
102 global $conf;
/plugin/ipban/
H A Daction.php31 global $conf;
33 $bans = @file($conf['cachedir'] . '/ipbanplugin.txt');
/plugin/deletepagebutton/
H A Daction.php39 global $JSINFO, $conf;
40 $JSINFO['deletepagebutton_template'] = $conf['template'];
/plugin/settingstree/
H A Dscript.js69 simplify = function(conf){ argument
71 for (var key in conf){
72 if (typeof conf[key] === 'object' && typeof conf[key].config !== undefined)
73 ret[key] = conf[key].config;
/plugin/fedauth/
H A Daction.php22 global $conf;
25 if (!defined('FEDAUTH_COOKIE')) define('FEDAUTH_COOKIE', 'DWFA'.md5(DOKU_REL.(($conf['securecookie'…
102 global $conf, $USERINFO;
127 ($session['time'] >= @filemtime($conf['cachedir'] . '/sessionpurge')) &&
128 …(($session['time'] >= time() - $conf['auth_security_timeout']) || $this->isLibExe() || $this->isAj…
/plugin/include/
H A Daction.php132 global $conf;
133 if($conf['allowdebug'] && $this->getConf('debugoutput')) {
211 global $conf;
221 if($conf['allowdebug'] && $this->getConf('debugoutput')) {
236 if($conf['allowdebug'] && $this->getConf('debugoutput')) {
/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;

1...<<51525354555657585960>>...90