Home
last modified time | relevance | path

Searched refs:getConf (Results 101 – 125 of 1091) sorted by last modified time

12345678910>>...44

/plugin/translation/
H A Daction.php37 if ($this->getConf('translateui')) {
45 if ($this->getConf('redirectstart')) {
218 if ($this->getConf('copytrans') && $this->helper->istranslatable($ID, false)) {
H A Dadmin.php38 if ($this->getConf('show_path')) {
61 if ($this->getConf('show_path')) {
116 $namespace = $this->getConf("translationns");
H A Dhelper.php35 $this->opts = $this->getConf('display');
53 $this->translationNs = cleanID($this->getConf('translationns'));
63 $this->translations = strtolower(str_replace(',', ' ', $this->getConf('translations')));
167 $skiptrans = trim($this->getConf('skiptrans'));
184 $about = $this->getConf('about');
185 if ($this->getConf('localabout')) {
237 $out = '<div class="plugin_translation ' . ($this->getConf('dropdown') ? 'is-dropdown' : '') . '">';
240 if (isset($this->opts['title']) || $this->getConf('about')) {
243 if ($this->getConf('about')) $out .= $this->showAbout();
327 if (!$this->getConf('checkag
[all...]
/plugin/todo/syntax/
H A Dtodo.php195 $data['showdate'] = $this->getConf("ShowdateTag");
196 $data['username'] = $this->getConf("Username");
274 . ' data-strikethrough="' . ($this->getConf("Strikethrough") ? '1' : '0') . '"'
322 if($this->getConf("CheckboxText") && !$this->getConf("AllowLinks") && $oldID == $ID && $data['checkbox']) {
328 if($checked && $this->getConf("Strikethrough")) {
332 if($this->getConf("AllowLinks")) {
343 if($checked && $this->getConf("Strikethrough")) {
401 $actionNamespace = $this->getConf("ActionNamespace");
H A Dlist.php60 'header' => $this->getConf("Header"),
65 'showdate' => $this->getConf("ShowdateList"),
66 'checkbox' => $this->getConf("Checkbox"),
67 'username' => $this->getConf("Username"),
/plugin/bureaucracy/helper/
H A Daction.php105 $runas = $this->getConf('runas');
H A Dactionmail.php131 } else if($file['size'] > $this->getConf('maxEmailAttachmentSize')) {
133 …'attachmentMailToLarge_userinfo'), hsc($file['name']), filesize_h($this->getConf('maxEmailAttachme…
H A Dactiontemplate.php168 $runas = $this->getConf('runas');
/plugin/tgnotify/
H A Daction.php41 if ( $this->getConf('enable') ) {
87 if ( $this->getConf('showuser') && isset($USERINFO['name']) ) {
93 if ( $this->getConf('showaddr') ) {
110 $token = $this->getConf('token');
111 $chatid = $this->getConf('chatid');
131 if ( $this->getConf('debug') ) {
/plugin/htmlok/
H A DBaseSyntaxPlugin.php108 if ($this->getConf('phpok')) {
143 if ($this->getConf('htmlok')) {
/plugin/addnewpage/
H A Dsyntax.php97 if($this->getConf('addpage_hideACL')) {
159 $hide = $this->getConf('addpage_hide');
184 if($this->getConf('addpage_showroot') && $can_create) {
249 $excludes = $this->getConf('addpage_exclude');
/plugin/gitbacked/action/
H A Deditcommit.php36 $gitPath = trim($this->getConf('gitPath'));
44 $repoWorkDir = $this->getConf('repoWorkDir');
52 $this->getConf('addParams'));
61 $ignorePaths = trim($this->getConf('ignorePaths'));
83 if ($this->getConf('pushAfterCommit')) {
104 if ($this->getConf('periodicPull')) {
113 $timeToWait = $this->getConf('periodicMinutes')*60;
143 $this->getConf('commitMediaMsgDel')
158 $this->getConf('commitMediaMsg')
195 $msgTemplate = $this->getConf('commitPageMsg');
[all …]
/plugin/dw2pdf/
H A Daction.php108 $generateNewPdf = !$this->getConf('usecache')
581 $outputTarget = $INPUT->str('outputTarget', $this->getConf('output'));
710 if ($this->getConf('qrcodescale')) {
712 $size = (float)$this->getConf('qrcodescale');
832 $usestyle = explode(',', $this->getConf('usestyles'));
967 $this->exportConfig['pagesize'] = $INPUT->str('pagesize', $this->getConf('pagesize'), true);
968 $this->exportConfig['orientation'] = $INPUT->str('orientation', $this->getConf('orientation'), true);
971 $this->exportConfig['font-size'] = $INPUT->str('font-size', $this->getConf('font-size'), true);
973 $doublesided = $INPUT->bool('doublesided', (bool)$this->getConf('doublesided'));
978 $hasToC = $INPUT->bool('toc', (bool)$this->getConf('to
[all...]
/plugin/hidden/
H A Dsyntax.php127 $return['onHidden'] = $this->getConf('default_text_when_hidden');
128 $return['onVisible'] = $this->getConf('default_text_when_displayed');
131 $return['onHidden'] = ($return['onHidden']!='') ? $return['onHidden'] : $this->getConf('default_text_when_hidden');
132 $return['onVisible'] = ($return['onVisible']!='') ? $return['onVisible'] : $this->getConf('default_text_when_displayed');
/plugin/combo/syntax/
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 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);
/plugin/combo/action/
H A Dmetatwitter.php143 $siteTwitterHandle = $this->getConf(self::CONF_TWITTER_SITE_HANDLE);
144 $siteTwitterId = $this->getConf(self::CONF_TWITTER_SITE_ID);
188 $twitterMeta[self::META_DNT] = $this->getConf(self::CONF_TWITTER_DONT_NOT_TRACK, self::CONF_ON);
195 $twitterMeta[self::META_WIDGETS_THEME] = $this->getConf(BlockquoteTag::CONF_TWEET_WIDGETS_THEME, BlockquoteTag::CONF_TWEET_WIDGETS_THEME_DEFAULT);
196 $twitterMeta[self::META_WIDGETS_BORDER_COLOR] = $this->getConf(BlockquoteTag::CONF_TWEET_WIDGETS_BORDER, BlockquoteTag::CONF_TWEET_WIDGETS_BORDER_DEFAULT);
H A Dpageprotection.php161 if ($this->getConf(LowQualityPage::CONF_LOW_QUALITY_PAGE_PROTECTION_ENABLE, true)) {
162 $securityConf = $this->getConf(LowQualityPage::CONF_LOW_QUALITY_PAGE_PROTECTION_MODE, PageProtection::CONF_VALUE_ACL);
170 if ($this->getConf(PagePublicationDate::CONF_LATE_PUBLICATION_PROTECTION_ENABLE, true)) {
171 $securityConf = $this->getConf(PagePublicationDate::CONF_LATE_PUBLICATION_PROTECTION_MODE, PageProtection::CONF_VALUE_ACL);
300 $securityConf = $this->getConf(LowQualityPage::CONF_LOW_QUALITY_PAGE_PROTECTION_MODE);
307 $securityConf = $this->getConf(PagePublicationDate::CONF_LATE_PUBLICATION_PROTECTION_MODE);
/plugin/combo/renderer/
H A Danalytics.php311 $qualityScores['no_' . self::FIXME] = $this->getConf(self::CONF_QUALITY_SCORE_NO_FIXME, 1);
318 $titleScore = $this->getConf(self::CONF_QUALITY_SCORE_TITLE_PRESENT, 10);
332 $descScore = $this->getConf(self::CONF_QUALITY_SCORE_DESCRIPTION_PRESENT, 8);
346 $canonicalScore = $this->getConf(self::CONF_QUALITY_SCORE_CANONICAL_PRESENT, 5);
379 $outlinePoints = $this->getConf(self::CONF_QUALITY_SCORE_CORRECT_HEADER_STRUCTURE, 3);
398 $correctLengthScore = $this->getConf(self::CONF_QUALITY_SCORE_CORRECT_CONTENT, 10);
459 $qualityScores['correct_word_avg_by_section'] = $this->getConf(self::CONF_QUALITY_SCORE_CORRECT_WORD_SECTION_AVERAGE, 10);
483 $backlinkScore = $this->getConf(self::CONF_QUALITY_SCORE_INTERNAL_BACKLINK_FACTOR, 1);
500 $internalLinkScore = $this->getConf(self::CONF_QUALITY_SCORE_INTERNAL_LINK_FACTOR, 1);
513 $brokenLinkScore = $this->getConf(sel
[all...]
/plugin/combo/ComboStrap/
H A DButtonTag.php162 if ($plugin->getConf(LinkMarkup::CONF_USE_DOKUWIKI_CLASS_NAME, false)) {

12345678910>>...44