Home
last modified time | relevance | path

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

1...<<31323334353637383940>>...44

/plugin/loglog/helper/
H A Dreport.php30 $email = $this->getConf('report_email');
/plugin/nssearch/
H A Daction.php68 $nslist = explode(';', $this->getConf('namespaces'));
/plugin/outliner/
H A Dsyntax.php111 if ($this->getConf('useLocalStorage'))
/plugin/diagramsnet/
H A Daction.php65 if($continue == true && $this->getConf('enable_attic') == 1) {
/plugin/tag/syntax/
H A Dtag.php84 $renderer->doc .= '<div class="'.$this->getConf('tags_list_css').'">'
/plugin/diagrams/action/
H A Dembed.php22 if (!($this->getConf('mode') & Diagrams::MODE_EMBED)) return;
/plugin/columns/
H A Dsyntax.php27 if ($this->getConf('wrapnewcol') == 1) {
135 $tag = $this->getConf('kwcolumns');
146 $tag = $this->getConf('kwnewcol');
/plugin/indexnumber/
H A Dsyntax.php36 $this->separator = $this->getConf('separator');
/plugin/youtrack/syntax/
H A Dlist.php85 $issueData[$col] = date($this->getConf('date_format'), $value/1000);
/plugin/fckg/action/
H A Dsave.php114 if($this->getConf('complex_tables')) {
/plugin/formatplus2/
H A Dformatting.php62 $disabled = explode(',',$this->getConf('disable_syntax'));
/plugin/translation3/
H A Daction.php35 if($this->getConf('translateui')){
/plugin/formatplus/
H A Dformatting.php62 $disabled = explode(',',$this->getConf('disable_syntax'));
/plugin/emphasis/syntax/
H A Dfont.php84 $colors = explode(',', $this->getConf($colortype.'s'));
/plugin/twofactortelegram/
H A Daction.php80 $token = $this->getConf('bot_token');
/plugin/combo/syntax/
H A Dmetadata.php44 $defaultStringAttributes = $plugin->getConf(self::CONF_METADATA_DEFAULT_ATTRIBUTES);
/plugin/combo/renderer/
H A Drenderer.php173 if ($this->getConf('ShowCount') == 1) {
/plugin/struct/meta/
H A DAggregationValue.php
/plugin/tile/
H A Dsyntax.php56 $this->iconSize = $this->getConf ('iconSize');
/plugin/dwedit/
H A Daction.php65 $dwedit_ns = $this->helper->getConf('dwedit_ns');
/plugin/publish/action/
H A Dapprove.php106 …if ($this->getConf('send_mail_on_approve') && $this->helper->isRevisionApproved($approvalRevision)…
/plugin/s5/
H A Drenderer.php48 $this->tpl = isset($_GET['s5theme'])?$_GET['s5theme']:$this->getConf('template');
/plugin/twofactoraltemail/
H A Daction.php84 return $this->getConf('tolerance');
/plugin/gallery/
H A DGalleryNode.php
/plugin/tagging/
H A Dsyntax.php39 $data['limit'] = $this->getConf('cloudlimit');

1...<<31323334353637383940>>...44