Home
last modified time | relevance | path

Searched refs:conf (Results 1326 – 1350 of 2245) sorted by relevance

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

/plugin/pwaoffline/
H A Daction.php52 global $conf, $INPUT;
57 search($pages, $conf['datadir'], 'search_allpages', ['skipacl' => false]);
/plugin/authorlist/
H A Daction.php36 global $conf;
37 if(preg_match('/'.$conf['sidebar'].'$/',$ID)) return false;
/plugin/namespacesearch/
H A Dhelper.php52 global $conf;
63 if (page_exists($lang . $id . ':' . $conf['start'])) return $lang . $id;
/plugin/displayorphans/
H A Dsyntax.php61 global $conf;
67 $items = $this->helper->items($conf['datadir'], $type);
/plugin/fedauth/classes/svc/
H A Dfa_openid.svc.class.php40 global $conf;
52 $store = new Auth_OpenID_FileStore($conf['tmpdir'] . '/fedauth/openid');
/plugin/userpage/
H A Daction.php27 global $conf;
33 $userPage = $userPage.$conf['start'];
/plugin/issuelinks/helper/
H A Dutil.php75 global $conf;
76 if ($conf['allowdebug']) {
/plugin/hiddenheader/
H A Daction.php59 global $conf;
60 $minItemsToShow = $conf['tocminheads'] ?: 0;
/plugin/authorstats/
H A Dhelper.php19 global $conf;
20 $this->basedir = $conf['cachedir'] . '/_authorstats';
/plugin/bureaucracy/helper/
H A Daction.php47 global $conf;
50 $this->values['__lang__'] = $conf['lang'];
/plugin/memcache/classes/
H A Dmemcache_fakecache.class.php30 global $conf;
31 static::$cache_dir = $conf['tmpdir'].'/cachewrapper/';
32 static::$ttl_dir = $conf['tmpdir'].'/cachewrapper_ttl/';
/plugin/directorylist/syntax/
H A Ddirectorylist.php220 global $conf;
228 $startpos = strpos( $file->getRealPath(), $conf['basedir'] );
229 $link .= $conf['baseurl'].substr( $file->getRealPath(), $startpos);
/plugin/dokutranslate/
H A Dadmin.php176 global $conf;
180 $dir = $conf['datadir'];
209 global $conf;
213 search($data,$conf['datadir'],'search_index',array('ns' => $folder),$limit);
/plugin/translationbuddy/
H A Dsyntax.php81 global $ID, $conf;
97 } elseif ($conf['plugin'] && $conf['plugin']['translation']) {
98 $langs = explode(' ', $conf['plugin']['translation']['translations']);
/plugin/bookcreator/action/
H A Dhandleselection.php126 global $conf;
136 if($conf['useslash']) {
295 global $conf;
307 search($items, $conf['datadir'], 'search_allpages', $opts, $ns);
/plugin/blogtng/helper/
H A Dtags.php248 public function xhtml_tagcloud($conf) { argument
249 $tags = $this->load_by_blog($conf['blog']);
261 $cloud = array_slice(array_reverse($cloud), 0, $conf['limit']);
266 $output .= '<a href="' . wl($conf['target'], ['post-tags'=>$tag])
/plugin/siteexport/renderer/
H A Dpdf.php93 global $conf;
115 $level <= $conf['maxseclevel'] &&
147 $level <= $conf['maxseclevel']) {
281 global $conf;
306 $link['target'] = $conf['target']['wiki'];
323 ($conf['userewrite']) ? $link['url'] .= '?' : $link['url'] .= '&amp;';
/plugin/gallery2/dwgallery/
H A Ddwgallery.php38 global $conf;
71 $dir = trim($conf['savedir']);
89 global $conf;
109 if (strtolower($gallery['name']) == strtolower($conf['start'])) return;
161 global $conf;
174 if (strtolower($ID) != strtolower($conf['start'])) return;
209 $script = wl($gallery['namespace'].':'.$conf['start']);
/plugin/nsexport/packer/
H A Dpacker.php42 global $conf;
43 return $conf['tmpdir'] . '/offline-' . $this->fileid . '.' . $this->ext;
/plugin/referrers/
H A Dcode.php16 global $conf;
32 $curdatefile = $conf['datadir']."/wiki/referrers.txt";
/plugin/sneakyindexfix/
H A Daction.php41 global $conf;
49 if(!$conf['sneaky_index']) return; //we only need this when sneaky_index is enabled
/plugin/tipoftheday/syntax/
H A Dtotns.php62 global $conf;
71 search($data, $conf['datadir'], 'search_allpages', $opts, $dir);
/plugin/styler/syntax/
H A Dstyler.php87 global $conf;
116 global $conf;
/plugin/swarmwebhook/webhooks/
H A DZapier.php11 global $conf, $INPUT;
13 if ($conf['allowdebug']) {
/plugin/badbehaviour/
H A Daction.php96 global $conf;
107 io_saveFile($conf['cachedir'].'/badbehaviour.log',join("\t",$data)."\n",true);

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