Home
last modified time | relevance | path

Searched refs:conf (Results 1101 – 1125 of 2245) sorted by relevance

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

/plugin/abstract/
H A Dsyntax.php98 $conf = [
106 $conf['hide'] = true;
111 return $conf;
/plugin/ckgedit/
H A Drenderer.php29 global $conf;
33 if(isset($conf['fnencode'])) {
106 global $conf;
/plugin/abc/
H A Dsyntax.php50 global $conf;
55 $debug = $conf['allowdebug'];
145 global $conf;
147 $error .= $this->_checkExec($conf['im_convert'], 'im_convert');
182 global $conf;
183 $mediadir = $conf['mediadir'];
270 global $conf;
273 $debug = $conf['allowdebug'];
289 $pngCommand = fullpath($conf['im_convert'])." $epsFile $imgFile";
/plugin/statdisplay/helper/
H A Dlog.php24 global $conf;
25 $this->logfile = fullpath($conf['metadir'] . '/' . $this->getConf('accesslog'));
315 global $conf;
317 $lock = $conf['lockdir'] . '/_statdisplay.lock';
318 while (!@mkdir($lock, $conf['dmode'])) {
329 if ($conf['dperm']) {
330 chmod($lock, $conf['dperm']);
342 global $conf;
343 @rmdir($conf['lockdir'] . '/_statdisplay.lock');
/plugin/imagemapping/
H A Dsyntax.php58 global $conf;
73 $nssep = ($conf['useslash']) ? '[:;/]' : '[:;]';
109 global $conf;
155 $target = $conf['target']['wiki'];
169 $target = $conf['target']['extern'];
175 $target = $conf['target']['wiki'];
177 $target = $conf['target']['interwiki'];
183 if ($conf['mailguard'] == 'visible')
191 $target = $conf['target']['windows'];
/plugin/nosidebar/
H A Daction.php23 global $conf;
27 $conf['sidebar'] = '';
/plugin/accscounter/
H A Dhelper.php25 global $conf;
28 $fn = $conf['metadir'].'/_accscounter/'.utf8_encodeFN($id).$ext;
/plugin/move/_test/
H A Dtpl.test.php36 global $conf;
38 $conf['superuser'] = 'john';
/plugin/blogtng/helper/
H A Dcomments.php232 global $conf, $INPUT;
263 $mails = array_map('trim', explode(',', $conf['notify']));
309 global $conf;
315 'TITLE' => $conf['title'],
622 public function xhtml_recentcomments($conf){ argument
624 if($conf['listwrap']) {
627 $this->tpl_recentcomments($conf['tpl'],$conf['limit'],$conf['blog'],$conf['type']);
628 if($conf['listwrap']) {
/plugin/confmanager/lang/ja/
H A Dwordblock.txt7 …トを使用するには、[[doku>ja:config:usewordblock|usewordblock オプション]]を有効にし、''conf/wordblock.conf'' ファイルを編集して…
/plugin/linkscollection/
H A Dhelper.php19 global $conf;
22 search($data, $conf['datadir'], 'search_index', ['ns' => '']);
/plugin/goto/
H A Daction.php20 global $conf,$USERINFO,$INPUT;
55 $redirect_target .= ($grp_opt == 'user_page' ? $user : $conf['start']);
73 $repl = array($common,$user,$user,$conf['start']);
/plugin/showlinkpermission/
H A Drenderer.php26 global $conf;
80 $link['target'] = $conf['target']['wiki'];
97 ($conf['userewrite']) ? $link['url'].='?' : $link['url'].='&amp;';
/plugin/linksenhanced/syntax/
H A Dtable.php75 global $conf;
82 'sneakyacl' => $conf['sneaky_index'],
89 search($data, $conf['datadir'],'search_universal',$opts);
/plugin/lightweightscript/
H A Daction.php38 global $conf;
44 …'src' => DOKU_BASE.'lib/exe/js.php'.'?t='.rawurlencode($conf['template']).'&type=admin&tseed='.$ts…
45 ) + ($conf['defer_js'] ? [ 'defer' => 'defer'] : []);
/plugin/structodt/meta/
H A DAggregationTableOdt.php33 $conf = $searchConfig->getConf();
34 $this->template = $conf['template'];
35 $this->pdf = $conf['pdf'];
/plugin/openlayersmap/admin/
H A Dpurge.php52 global $conf;
57 $path = $conf['cachedir'] . '/olmaptiles';
63 $path = $conf['mediadir'] . '/olmapmaps';
/plugin/sync/
H A Ddiff.php25 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>"
26 lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction']?>">
/plugin/noticeboard/noticeboard/classes/
H A Drss.php44 Global $conf;
54 Global $conf;
61 $out .= "<title>".$conf['title']." - ".$this->parentId."</title>";
62 $out .= "<language>".$conf['lang']."</language>";
/plugin/noticeboard/classes/
H A Drss.php44 Global $conf;
54 Global $conf;
61 $out .= "<title>".$conf['title']." - ".$this->parentId."</title>";
62 $out .= "<language>".$conf['lang']."</language>";
/plugin/badbehaviour/
H A Dadmin.php100 global $conf;
125 echo '<td>'.strftime($conf['dformat'],$fields[0]).'</td>';
157 global $conf;
158 $file = $conf['cachedir'].'/badbehaviour.log';
/plugin/epub/scripts/
H A Dcss2.php13 if(!defined('DOKU_TPL')) define('DOKU_TPL', DOKU_BASE.'lib/tpl/'.$conf['template'].'/');
14 if(!defined('DOKU_TPLINC')) define('DOKU_TPLINC', DOKU_INC.'lib/tpl/'.$conf['template'].'/');
27 global $conf;
33 $tpl = trim(preg_replace('/[^\w-]+/','',$conf['template']));
/plugin/captcha/_test/
H A DHelperTest.php
/plugin/htmlokay/
H A Daction.php74 global $conf;
149 global $conf;
261 global $conf;
287 echo "HTML_OK: " . $conf['htmlok'] . "<br />";
299 $str = print_r($conf,true);
/plugin/rplus/
H A Drenderer.php193 global $conf;
194 if (count($TOC) > $conf['tocminheads']) {
268 global $conf;
272 if (!$conf['youarehere']) return;
279 $page = $conf['start'];

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