Home
last modified time | relevance | path

Searched refs:getConf (Results 226 – 250 of 1091) sorted by path

12345678910>>...44

/plugin/combo/syntax/
H A Dcode.php92 if ($this->getConf(self::CONF_CODE_ENABLE)) {
103 if ($this->getConf(self::CONF_CODE_ENABLE)) {
H A Ddisqus.php123 $default = PluginUtility::getTagAttributes($this->getConf(self::CONF_DEFAULT_ATTRIBUTES));
H A Dlink.php230 if (!$this->getConf(self::CONF_DISABLE_LINK, false)
244 if (!$this->getConf(self::CONF_DISABLE_LINK, false)) {
H A Dmedia.php211 $enable = $this->getConf(self::CONF_IMAGE_ENABLE, 1);
H A Dmetadata.php44 $defaultStringAttributes = $plugin->getConf(self::CONF_METADATA_DEFAULT_ATTRIBUTES);
H A Dminimap.php83 $parameters[self::INCLUDE_DIRECTORY_PARAMETERS] = $this->getConf(self::INCLUDE_DIRECTORY_PARAMETERS);
84 $parameters[self::SHOW_HEADER] = $this->getConf(self::SHOW_HEADER);
H A Dpreformatted.php101 if ($this->getConf(self::CONF_PREFORMATTED_ENABLE, 1)) {
204 $emptyContentShouldBeDeleted = $this->getConf(self::CONF_PREFORMATTED_EMPTY_CONTENT_NOT_PRINTED_ENABLE, 1);
H A Drelated.php81 $extraPattern = $this->getConf(RelatedTag::EXTRA_PATTERN_CONF);
H A Dxmlprotectedtag.php23 if ($this->getConf(PrismTags::CONF_FILE_ENABLE)) {
/plugin/commentsyntax/
H A Daction.php15 if ($this->getConf('toolbar_button')) {
/plugin/commentsyntax/syntax/
H A Dcstyle.php49 if ($this->getConf('use_cstyle_nest') && $mode == $this->mode) return true;
58 if ($this->getConf('use_oneline_style')) {
H A Dpreventive.php55 } else if ($this->getConf('log_invalid_macro')) {
/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/confightmlok/
H A Dcommon.php24 if (intval($this->getConf('use_sure')) < 1) return false;
26 if (intval($this->getConf('use_really_sure')) < 1) return false;
32 if ($this->getConf('sanitizer') === '') {
34 } else if (preg_match('/^[a-zA-Z\-_0-9]+$/', $this->getConf('sanitizer'))) {
35 $select_sanitizer= $this->getConf('sanitizer');
/plugin/conflictmerger/
H A Daction.php306 $diff3 = $this->getConf('diff3');
/plugin/cookiebanner/
H A Daction.php25 $JSINFO['plugins']['cookiebanner']['script'] = $this->getConf('script');
/plugin/cookielaw/
H A Daction.php44 $position = $this->getConf('position');
/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/copypage/
H A Daction.php42 if ($this->getConf('replaceid')) {
/plugin/countdown/
H A DChangeLog31 * syntax.php: Use getLang, getConf interface.
H A Dsyntax.php30 if ($ACT==='show' && $this->getConf('time_message') > 0)
84 if ($dt_days == 0 && $this->getConf('use_today') ) {
90 if ($this->getConf('with_hours')) {
123 if ($this->getConf('include_date') ) {
137 if ($this->getConf('include_date') ) {
/plugin/creole/
H A Daction.php27 if ($this->getConf('precedence') != 'creole') return false; // leave untouched
/plugin/creole/syntax/
H A Dheader.php45 if (($this->getConf('precedence') == 'dokuwiki')
H A Dlinebreak.php37 if ( $this->getConf('linebreak') == 'Linebreak' ) {
H A Dmonospace.php57 if ( $this->getConf('monospace') == 'DokuWiki' ) {
69 if ( $this->getConf('monospace') == 'DokuWiki' ) {

12345678910>>...44