Home
last modified time | relevance | path

Searched refs:conf (Results 876 – 900 of 2245) sorted by relevance

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

/plugin/linkback/
H A Dhelper.php91 global $conf;
99 $num = $conf['recent'];
105 if (!@ file_exists($conf['metadir'] . '/_linkbacks.changes')) {
110 $lines = file($conf['metadir'] . '/_linkbacks.changes');
/plugin/twcheckliste/theme_twCheckliste/
H A Dtw_checklist.php14 color: <?php echo $conf['farbcode'];?> !important;
36 border: 1px solid <?php echo $conf['farbcode'];?>;
39 border-bottom: 2px solid <?php echo $conf['farbcode'];?>;
48 <td align="right" valign="top"><img src="<?php echo $conf['logo'];?>" border="0" /></td>
54 $content -> createChecklist($conf['footertext']);
/plugin/medialist/
H A Dhelper.php174 global $conf, $lang;
181 $link['target'] = $conf['target']['media'];
193 $mediainfo = strftime($conf['dformat'], $item['mtime']).'&nbsp;';
289 global $conf;
295 if (!is_dir($conf['mediadir'] . '/' . $dir)) {
302 search($res, $conf['mediadir'], 'search_media', $opt, $dir);
/plugin/dlcount/
H A Dadmin.php65 global $conf;
66 $mediametadir = $conf['metadir'] . '/' . self::DATADIR;
67 $this->mediafiles = $this->glob_recursive($conf['mediadir'] . '/*.*');
142 global $conf;
143 $fixedpos = strpos($mediafn, '/'.$conf['mediadir'].'/') + strlen('/'.$conf['mediadir']);
/plugin/authldaplocal/
H A DREADME.md25 $conf['useacl'] = 1;
27 $conf['authtype'] = 'authldaplocal';
29 $conf['plugin']['authldaplocal']['server'] = 'ldap://ldap.example.com:389';
31 $conf['plugin']['authldaplocal']['port'] = 0;
33 $conf['plugin']['authldaplocal']['usertree'] = 'ou=People, dc=example, dc=com';
35 $conf['plugin']['authldaplocal']['userfilter'] = '(&(uid=%{user})(objectClass=posixAccount))';
37 $conf['plugin']['authldaplocal']['version'] = 3;
40 …igured LDAP server. In addition it will look up every user in your local /conf/users.auth.php. Whe…
/plugin/farm/
H A Dadmin.php42 var $conf = array(); variable in admin_plugin_farm
54 global $conf;
58 $this->disabled = (isset($conf['pluginfarm']) && ($conf['pluginfarm'] == 0));
124 $this->conf = $farmconf;
125 return $this->conf;
356 …if($this->conf['enablesoap']) ptln(' <a '.($this->cmd == 'soapconfig' ? 'class="current_cmd"' : '…
357 …if($this->conf['virtual']) ptln(' <a '.($this->cmd == 'virtualhostconfig' ? 'class="current_cmd"'…
/plugin/move/helper/
H A Dhandler.php65 global $conf;
72 // FIXME this simply assumes that the link pointed to :$conf['start'], but it could also point to another page
75 if(substr($old, -1) === ':' || $old === '') $old .= $conf['start'];
102 global $conf;
104 $len = strlen($conf['start']);
105 if($new == $conf['start']) {
107 } else if(substr($new, -1 * ($len + 1)) == ':' . $conf['start']) {
127 global $conf;
138 $old = $conf['start'];
147 if($conf['useslas
[all...]
/plugin/advanced/admin/
H A Dconfig.php76 global $conf;
129 $file_local = str_replace('%TEMPLATE%', $conf['template'], $file_local);
130 $file_default = str_replace('%TEMPLATE%', $conf['template'], $file_default);
339 global $conf;
411 global $conf;
457 if ($conf['useacl']) {
461 if ($conf['authtype'] == 'authplain') {
466 switch ($conf['template']) {
/plugin/superacl/
H A Dadmin.php212 global $conf;
216 $dir = $conf['datadir'];
228 search($data,$conf['datadir'],'search_index',array('ns' => $ns));
255 global $conf;
472 global $conf;
489 if($ug == $conf['superuser']) continue;
490 if($ug == $conf['manager']) continue;
737 global $conf;
740 $specials = array('@ALL','@'.$conf['defaultgroup']);
741 if($conf['manager'] && $conf['manager'] != '!!not set!!') $specials[] = $conf['manager'];
/plugin/cleanoldips/
H A Dcli.php38 global $conf;
43 search($pagedata, $conf['datadir'], 'search_allpages', $searchOpts);
57 search($mediadata, $conf['mediadir'], 'search_media', $searchOpts);
/plugin/farmsync/_test/
H A Dgeneral.test.php43 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
44 foreach($conf as $key => $value) {
49 …$this->assertTrue(array_key_exists($key, $conf), 'Key $conf[\'' . $key . '\'] missing in ' . DOKU_…
/plugin/partialsearch/
H A Drenderer.php25 global $conf;
36 global $conf;
56 global $conf;
/plugin/feedaggregator/
H A Dsyntax.php62 global $conf;
82 $file = fullpath($conf['tmpdir'].'/feedaggregator.csv');
87 $data['html'] = io_readFile(fullpath($conf['cachedir'].'/feedaggregator/output.html'));
/plugin/preservefilenames/
H A Dcommon.php60 global $conf;
83 && $conf['useslash']
84 && $conf['userewrite']
/plugin/numberof/
H A Dsyntax.php21 global $conf;
32 search($list,$conf['datadir'].$matches[1],array($this,'_search_count'),array('all'=>false),'');
36 search($list,$conf['mediadir'].$matches[1],array($this,'_search_count'),array('all'=>true));
/plugin/multitemplate_styleman/
H A Daction.php42 global $ID,$conf;
79 global $conf;
80 return ($conf['template'] == 'multitemplate');
/plugin/hidepages/
H A Daction.php26 global $conf;
46 if($conf['allowdebug']) dbg("hidepages plugin - suppressed page: " . $pageID);
51 if($conf['allowdebug']) dbg("hidepages plugin - suppressed page: " . $pageID);
/plugin/ditaa/
H A Daction.php40 global $conf;
58 … header('Expires: ' . gmdate("D, d M Y H:i:s", time() + max($conf['cachetime'], 3600)) . ' GMT');
59 …header('Cache-Control: public, proxy-revalidate, no-transform, max-age=' . max($conf['cachetime'],…
/plugin/nodetailsxhtml/
H A Drenderer.php57 global $TOC, $ID, $INFO, $conf;
65 $conf['toptoclevel'] = $meta['toc']['toptoclevel'];
68 $conf['maxtoclevel'] = $meta['toc']['maxtoclevel'];
71 $conf['tocminheads'] = 1;
123 global $conf;
137 $maxLevel = $conf['maxseclevel'];
140 $conf['maxseclevel'] = 0;
185 $conf['maxseclevel'] = $maxLevel;
243 global $conf;
290 $link['target'] = $conf['targe
[all...]
/plugin/page4release/
H A Daction.php23 global $conf, $ACT, $ID;
25 $page4release = unserialize(io_readFile($conf['indexdir'].'/page4release.idx', false));
52 io_saveFile($conf['indexdir'].'/page4release.idx', serialize($page4release));
/plugin/dokutexit/
H A Daction.php69 global $conf;
71 return $conf['plugin']['texit'];
77 global $conf;
/plugin/reqlang/
H A Daction.php29 global $conf;
32 $langs[] = $conf['lang']; // add fallback to default at the end
36 $conf['lang'] = $lang;
/plugin/structnotification/helper/
H A Ddb.php68 global $conf;
69 $len = strlen($conf['metadir']);
70 if ($this->sqlite && $conf['metadir'] != substr($this->sqlite->getAdapter()->getDbFile(), 0, $len)) {
/plugin/notification/helper/
H A Ddb.php63 global $conf;
64 $len = strlen($conf['metadir']);
65 if ($this->sqlite && $conf['metadir'] != substr($this->sqlite->getAdapter()->getDbFile(), 0, $len)) {
/plugin/struct/helper/
H A Ddb.php

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