Home
last modified time | relevance | path

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

1...<<21222324252627282930>>...44

/plugin/highlightjs/
H A Daction.php51 …lt' href='".DOKU_BASE."lib/plugins/highlightjs/highlight/styles/".$this->getConf('highlight_skin')…
/plugin/indexnumber/
H A Daction.php25 $indexnames = $this->getConf('indexnames');
/plugin/creole/syntax/
H A Dlinebreak.php37 if ( $this->getConf('linebreak') == 'Linebreak' ) {
/plugin/copycode/action/
H A Dcopycode.php71 'EnableForInline' => $this->getConf('enable_for_inline', 0),
72 'EnableForHighlighted' => $this->getConf('enable_for_highlighted', 0),
73 'EnableBlockInline' => $this->getConf('enable_blockinline', 0)
83 $cursor = $this->getConf('copycode_hover_cursor');
/plugin/progrecss/
H A Dsyntax.php109 if (empty($data['pdisplay'])) $data['pdisplay']= $this->getConf('percent_format');
120 $data['f'] = $plist[0]. $this->getConf('fraction_divisor'). $plist[1];
/plugin/podcast/action/
H A Dfeed.php37 $opt['podcast_extensions'] = explode( ',', $this->getConf( 'podcast_extensions' ));
107 : $this->getConf( 'podcast_filetype' );
/plugin/sentry/
H A Dhelper.php20 $parts = parse_url($this->getConf('dsn'));
230 $conf = (int) $this->getConf('errors');
/plugin/webcomponent/syntax/
H A Drelated.php83 $extraPattern = $this->getConf(self::EXTRA_PATTERN_CONF);
211 $max = $this->getConf(self::MAX_LINKS_CONF);
/plugin/gchart/
H A Dsyntax.php71 'fg' => ltrim($this->getConf('fg'), '#'),
72 'bg' => ltrim($this->getConf('bg'), '#')
215 $url = $this->getConf('charturl') . '?' . http_build_query($parameters, '', '&') . '&.png';
/plugin/newpagetemplate/
H A Dadmin.php28 $tplns = $this->getConf('default_tplns');
150 $tplns = $this->getConf('default_tplns');
/plugin/davcal/syntax/
H A Dcalendar.php65 $defaultId = $this->getConf('default_client_id');
194 if(($this->getConf('hide_settings') !== 1) && ($data['settings'] !== 'hide'))
/plugin/discussion/syntax/
H A Dthreads.php135 if ($perm_create && ($this->getConf('threads_formposition') == 'top')) {
161 if ($perm_create && ($this->getConf('threads_formposition') == 'bottom')) {
/plugin/commonmark/
H A Daction.php32 if ($this->getConf('force_commonmark')) {
34 $event->data = Commonmark::RendtoDW($markdown, $this->getConf('frontmatter_tag'));
39 $event->data = Commonmark::RendtoDW($markdown, $this->getConf('frontmatter_tag'));
/plugin/cookielaw/
H A Daction.php44 $position = $this->getConf('position');
/plugin/tabbox/
H A Daction.php24 $tabs = explode(',', $this->getConf('tabs'));
/plugin/oauthdoorkeeper/
H A Daction.php24 $url = $this->getConf('baseurl') . '/api/v1/me.json';
/plugin/latexcaption/
H A Daction.php21 $captiontag = $this->getConf('captiontag');
/plugin/shorturl/
H A Dadmin.php76 if ( $this->getConf('saveconftocachedir') ) {
/plugin/odp/
H A Daction.php33 $template_path = $conf['mediadir'].'/'.$this->getConf("tpl_dir")."/".$template_name;
/plugin/logautherror/
H A Daction.php43 …userPass}'), array($event->data['user'], $event->data['password']), $this->getConf('errorMsg')),0);
/plugin/adultcontent/
H A Daction.php30 $regex=$this->getConf('keywords');
/plugin/schedule/
H A DajaxPOI.php26 in_array (trim ($schdplug->getConf ('adminGroup')), $INFO ['userinfo']['grps']);
/plugin/timestamp/action/
H A DTimestamp.php64 echo strftime($this->getConf('timestamp_format'));
/plugin/wikistats/
H A Dhelper.php73 $id = idfilter($this->getConf('stats_page'), false);
/plugin/indextitleonly/
H A Daction.php26 if (strpos(getNS($event->data['page']).':', $this->getConf('namespace')) === 0) {

1...<<21222324252627282930>>...44