Home
last modified time | relevance | path

Searched refs:getConf (Results 1001 – 1025 of 1091) sorted by relevance

1...<<41424344

/plugin/blog/syntax/
H A Dautoarchive.php31 if ($ns == '') $ns = cleanID($this->getConf('namespace'));
/plugin/bez/meta/
H A DTpl.php111 $currency = $this->action->getConf('currency');
/plugin/rrdgraph/
H A Dhelper.php313 $checkACL = ($this->getConf('include_acl') > 0);
374 …nName(), $pageId, $extension, $recipeName, $rangeNr, $conditions, $this->getConf('cache_timeout'));
/plugin/task/
H A Dhelper.php494 if ($this->getConf('datefield')) {
570 if ($this->getConf('datefield')) { // field for due date
/plugin/nobadbrowser/
H A Daction.php61 rendering options (from getConf)
72 if ($this->getConf['debug']) {
/plugin/canvas/
H A Dcanvas.php53 if ($inlinejs->getConf('follow_htmlok') && !$conf['htmlok']) return false;
/plugin/pycode/
H A Daction.php229 $btns = $this->getConf("btns");
/plugin/calendoku/syntax/
H A Dshowtable.php88 $templates = preg_split('/\s/', $this->getConf('icaltemplates'));
/plugin/blog/
H A Daction.php192 $dateprefix = $this->getConf('dateprefix');
/plugin/adhoctags/syntax/
H A Dabstract.php24 $arr = explode(',', $this->getConf($this->configName));
/plugin/combo/syntax/
H A Dbadge.php117 $defaultConfValue = PluginUtility::parseAttributes($this->getConf(self::CONF_DEFAULT_ATTRIBUTES_KEY));
/plugin/filterrss/
H A Dsyntax.php263 if($this->getConf('bbcode') == true)
/plugin/news/
H A Dhelper.php183 return $this->getConf('ttl');
/plugin/darcspatch/
H A Dadmin.php88 $patchlist = explode("\n",trim($this->getConf('patchlist')));
/plugin/s5reloaded/
H A Drenderer.php51 $this->tpl = isset($_GET['s5theme'])?$_GET['s5theme']:$this->getConf('template');
/plugin/iptrust/
H A Dadmin.php151 if ($this->getConf('log_networks')) {
/plugin/textinsert/
H A Dadmin.php25 if(!$this->getConf('farm')) {
/plugin/judge/helper/
H A Dcrud.php184 $targetdir = $this->getConf('upload_path');
/plugin/iptrust2/
H A Dadmin.php139 if ($this->getConf('log_networks')) {
/plugin/move/helper/
H A Drewrite.php283 saveWikiText($id, $text, $this->symbol . ' ' . $this->getLang('linkchange'), $this->getConf('minor'));
/plugin/discussion/
H A Dhelper.php284 $groups = trim($this->getConf('moderatorgroups'));
/plugin/structpublish/action/
H A Dbanner.php43 $this->compactView = (bool)$this->getConf('compact_view');
/plugin/date/
H A Dsyntax.php187 $dformat = $this->getConf('dpformat');
/plugin/panoview/
H A Dsyntax.php172 $cmd = $this->getConf('nice');
/plugin/aclplusregex/
H A Daction.php51 $mode = $this->getConf('run');

1...<<41424344