Home
last modified time | relevance | path

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

1...<<41424344

/plugin/extlist/
H A Dsyntax.php246 $class.= ' '.$this->getConf($tag.'_class');
/plugin/strata/syntax/
H A Dentry.php36 if($this->getConf('enable_entry')) {
/plugin/evesso/
H A Dauth.php243 } elseif(actionOK('register') || $this->getConf('register-on-auth')) {
/plugin/tagfilter/
H A Dhelper.php333 $id = $this->getConf('nsTagImage') . ':' . str_replace([' ', ':'], '_', $tag);
/plugin/structgantt/meta/
H A DGantt.php64 $conf = $searchConfig->getConf();
/plugin/statistics/inc/
H A DStatisticsLogger.class.php88 $tolog = $this->hlp->getConf('loggroups');
/plugin/button/
H A Dsyntax.php132 $styles = $this->getConf('styles');
/plugin/siteexport/
H A Dhelper.php184 …$form->addElement(form_makeTextField('depth', $this->getConf('depth'), $this->getLang('depth') . '…
/plugin/blogtng/helper/
H A Dentry.php418 …$conf['tags'] = helper_plugin_blogtng_tools::filterExplodeCSVinput($this->getConf('default_tags'));
422 if($conf['type'][0] == '?') $conf['type'] = $this->getConf('default_commentstatus');
/plugin/archivegenerator/
H A Dadmin.php214 $list = array_map('trim', explode(',', $this->getConf('pluginsToIgnore')));
/plugin/syntaxhighlighter4/
H A DREADME.md117 'href' => DOKU_BASE . 'lib/plugins/syntaxhighlighter4/dist/'.$this->getConf('theme'),
/plugin/dir/
H A Dsyntax.php76 $this->style = $this->getConf("style");
/plugin/orphanmedia/
H A Dsyntax.php270 …|gif|png)$/", $m_link) && file_exists($m_link)) && ($prviewcounter<$this->getConf('prev_limit'))) {
/plugin/orphanmedia2/
H A Dsyntax.php271 …|gif|png)$/", $m_link) && file_exists($m_link)) && ($prviewcounter<$this->getConf('prev_limit'))) {
/plugin/combo/ComboStrap/
H A DXmlTagProcessing.php343 $defaultConfValue = $plugin->getConf(NoteTag::INOTE_CONF_DEFAULT_ATTRIBUTES_KEY);
/plugin/webdavclient/
H A Dhelper.php1595 return $this->getConf($key);

1...<<41424344