Home
last modified time | relevance | path

Searched refs:conf (Results 1426 – 1450 of 2245) sorted by relevance

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

/plugin/autolink2/
H A Dadmin.php61 global $conf;
73 search($replace, $conf['datadir'], array($this, 'search'), $sopts);
/plugin/botbouncer/admin/
H A Dstatistics.php106 global $conf;
107 $file = $conf['cachedir'].'/botbouncer.log';
/plugin/foldablelist/
H A Dsyntax.php69 global $conf;
115 global $conf;
/plugin/langdelete/
H A Dadmin.php88 $lang_keep[] = $conf['lang']; // add current lang
141 global $conf; // access DW configuration array
222 global $ID, $conf;
232 echo '<div class="box">'.$conf['lang'].'</div>'.NL;
/plugin/snap/
H A Dsyntax.php.ori55 global $conf;
92 $chem=realpath($conf['datadir']).'/../snap/';
165 $imagePath=realpath($conf['datadir']).'/../snap/'.$image;
172 ((time()-filemtime($imagePath))>$conf['cachetime']) ||
198 $titrePage.=" (".strftime($conf['dformat'],filemtime($imagePath)).")";
/plugin/guestbook/
H A Dbasic.class.php287 global $conf;
295 …$spam = is_array($conf['plugin']['guestbook']['spam_array']) ? $conf['plugin']['guestbook']['spam_…
318 …$email_to = !empty($conf['plugin']['guestbook']['mail_to'])? $conf['plugin']['guestbook']['mail_to…
/plugin/accscounter/syntax/
H A Dcounter.php42 global $conf;
200 … $logfiledir = $conf['cachedir'] . '/accscounterlog/' . utf8_encodeFN($filepageid) . '/';
212 … $logfiledir = $conf['cachedir'] . '/accscounterlog/' . utf8_encodeFN($filepageid) . '/';
260 … $logfiledir = $conf['cachedir'] . '/accscounterlog/' . utf8_encodeFN($filepageid) . '/';
272 … $logfiledir = $conf['cachedir'] . '/accscounterlog/' . utf8_encodeFN($filepageid) . '/';
H A Dpopularity.php62 global $conf;
91 $dir = $conf['datadir'];
/plugin/button/
H A Dsyntax.php18 [[{conf.styles}style|css]]
19 [[{conf.target}style|target]]
94 $this->Lexer->addSpecialPattern('\[\[{conf[^}]*}[^\]]*\]\]', $mode, 'plugin_button');
199 if ($data['image'] == 'conf.styles') {
201 } else if ($data['image'] == 'conf.target') {
237 global $conf;
246 if (($image != "conf.target") && ($image != "conf.styles")) {
268 $match['target'] = $conf['target']['extern'];
368 global $conf;
[all...]
/plugin/openid/
H A Daction.php144 $conf['profileconfirm'] = 0;
395 global $USERINFO, $auth, $conf;
442 global $ID, $lang, $conf, $auth, $openid_associations;
496 global $USERINFO, $INFO, $conf, $auth;
504 $USERINFO['grps'] = array($conf['defaultgroup'], 'openid');
/plugin/log404/
H A Dhelper.php113 global $conf;
114 return fullpath($conf['metadir'].DIRECTORY_SEPARATOR.'log404.csv');
/plugin/editions/
H A DREADME8 2. Add a config file named `editions.conf` into the "conf" folder with edition name and language co…
/plugin/authgooglesheets/
H A Dauth.php77 global $conf;
93 if (!is_array($grps)) $grps = array($conf['defaultgroup']);
/plugin/evesso/
H A Dhelper.php194 global $conf;
195 return $session['time'] < time() - $conf['auth_security_timeout'];
/plugin/dwedit/
H A Daction.php52 global $ACT, $ID, $REV, $INFO, $INPUT, $USERINFO,$conf;
60 if(!isset($USERINFO) && strpos($conf['disableactions'], 'source') !== false) return;
/plugin/dw2pdf/
H A DDokuImageProcessorDecorator.php32 global $conf;
102 $local = media_get_from_URL($file, $ext, $conf['cachetime']);
/plugin/fckg/action/
H A Dedit.php5 global $conf;
10 if(isset($conf['lang']) && $conf['lang'] != 'en' ) {
11 $default_lang_file = DOKU_PLUGIN . 'fckg/action/lang/' . $conf['lang'] . '.php';
185 global $conf;
712 …L + "/lib/plugins/fckg/fckeditor/aspell.php?dw_conf_lang=<?php global $conf; echo $conf['lang']?>",
/plugin/redirect2/
H A Dadmin.php19 global $conf;
20 $this->LogFile = $conf['cachedir'].'/redirection.log';
/plugin/nsrelation/
H A Dsyntax.php89 global $conf;
102 global $conf;
/plugin/shorturl/
H A Dhelper.php24 global $ID, $conf;
29 $this->savedir = rtrim($conf['savedir'],"/") . "/cache";
/plugin/imagecarousel/
H A Dsyntax.php125 $conf = $this->getConf('default');
126 return $this->parseFlags($conf);
/plugin/xref/
H A Dsyntax.php52 global $conf;
60 'target' => $conf['target']['extern'],
/plugin/stopforumspam2/
H A Daction.php63 global $conf;
65 $iplogname = $conf['cachedir'] . '/stopforumspam2_' . $_SERVER['REMOTE_ADDR'] . '.txt';
/plugin/owncloud/tpl/
H A Ddetail.php19 <html lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction'] ?>" class="no-js">
25 [<?php echo strip_tags($conf['title'])?>]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A D.travis.yml39 - echo 'zend.assertions=1' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
40 - echo 'assert.exception=On' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini

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