Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...44

/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/cloudstorage/
H A Daction.php40 $cdn = $this->getConf('cdn_url');
47 if ($this->getConf('force_decode_file_name')) {
/plugin/revealjs/syntax/
H A Dnotes.php73 else if ($this->getConf('revealjs_active') && $this->getConf('show_slide_details')) {
/plugin/syntaxmantis/
H A Dsyntax.php47 $link['url'] = $this->getConf('mantis_server') . '/view.php?id=' . $data[0];
48 $link['name'] = $this->getConf('LinkPrefix') . $data[0];
/plugin/shorturl/
H A Daction.php44 if($this->getConf('showmsg')){
65 if ( $this->getConf('saveconftocachedir') ) {
/plugin/tabinclude/
H A Dajax.php40 if($ti->getConf('goto_link_header')!=0)
45 if($ti->getConf('goto_link_footer')!=0)
/plugin/usercontact/
H A Daction.php15 $JSINFO['plugin']['usercontact']['users_namespace'] = $this->getConf('users_namespace');
38 $fields = explode(',', $this->getConf('fields'));
/plugin/phprestrict/action/
H A Daction.php57 $this->getConf('paths')
93 if ($this->getConf('hide') === 1) {
/plugin/oauthkeycloak/
H A Daction.php64 return $this->getConf('label');
70 return $this->getConf('color');
/plugin/pubmed2020/
H A Dsyntax.php75 $this->documentFormat = $this->getConf('default_command');
382 $this->outputTpl["user"] = $this->getConf('user_defined_output');
609 $outputTpl['user'] = $this->getConf('user_defined_output');
678 if (!empty($this->getConf('twitter_url_shortener_format_pmid'))
680 $url = $this->getConf('twitter_url_shortener_format_pmid');
682 } else if (!empty($this->getConf('twitter_url_shortener_format_pcmid'))
684 $url = $this->getConf('twitter_url_shortener_format_pmcid');
696 if (!empty($this->getConf('twitter_via_user_name'))) {
697 $via = "&via=".$this->getConf('twitter_via_user_name');
/plugin/talkpage/
H A Daction.php30 if (!$this->getConf('showbutton')) return false;
56 if (!$this->getConf('showbutton')) return false;
/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')) {
/plugin/adhoctags/
H A Daction.php23 $syntaxDiv = $this->getConf('syntaxDiv');
24 $syntaxSpan = $this->getConf('syntaxSpan');
/plugin/ckgdoku/action/
H A Dsave.php31 $preserve_enc = $this->getConf('preserve_enc');
129 if($this->getConf('complex_tables')) {
184 if(!$this->getConf('rel_links')) {
195 if($this->getConf('rel_links'))
215 if($this->getConf('rel_links')) {
/plugin/approve/
H A Dhelper.php16 $no_apr_namespaces_conf = $this->getConf($key);
232 (!$pageApprover || !$this->getConf('strict_approver'))) {
246 $ready_for_approval_acl = preg_split('/\s+/', $this->getConf('ready_for_approval_acl'), -1, PREG_SPLIT_NO_EMPTY);
264 if ($this->getConf('viewmode') && get_doku_pref('approve_viewmode', false)) return false;
266 if (!$this->getConf('hide_drafts_for_viewers')) return true;
/plugin/jdraw/
H A Dsyntax.php102 $appletQueryString.="&image_format=".$this->getConf("image_format");
103 $appletQueryString.="&palettes=".bin2hex($this->getConf("palettes"));
/plugin/unformattedcode/
H A Dsyntax.php34 if ($this->getConf('overwrite')) {
40 if ($this->getConf('overwrite')) {
/plugin/maintenance/
H A Daction.php22 else if ($this->getConf('script_auto')) {
28 msg($this->getConf('msg_lock'));
/plugin/bugzillaint/syntax/
H A Dlink.php59 'extras' => isset($submatch[2]) ? trim($submatch[2]) : $this->getConf('link_default_extras')
86 $url = $this->getConf('show_baseurl') . (int) $data['link']['id'];
/plugin/git/action/
H A Dpush.php45 $this->getConf('');
55 $this->getConf('');
/plugin/syntaxhighlightjs/
H A Dhelper.php24 $restrictedClasses = $this->getConf('restrictedClasses');
26 … $restrictedClasses = array_map('trim', explode(',', $this->getConf('restrictedClasses')));
/plugin/cite/
H A Daction.php48 $author = $this->getConf('cite_author');
52 $publisher = $this->getConf('cite_publisher');
200 if ($event->data['view'] != 'page' || !$this->getConf('showcitebutton')) {
/plugin/ldapsearch/
H A Dsyntax.php76 if($this->getConf('allow_overrides')) {
102 foreach(explode('|',$this->getConf('name')) as $name) {
108 foreach(explode('|',$this->getConf($param)) as $value) {
/plugin/editions/
H A Daction.php113 $eLink = wl($this->getConf('editionNamespace').':'.$edition.':'.noNS($ID)).'#'.$pid;
150 if ( ($curRootNS == $this->getConf('editionNamespace')) && ($ACT=='show') ) return true;
176 return $purplenumbers->getConf('includeStartpage');
/plugin/autostartpage/
H A Daction.php38 $templatefile = wikiFN($this->getConf('templatefile'), '', false);
48 $silent=$this->getConf('silent');
99 if(auth_quickaclcheck($id) >= AUTH_CREATE || $this->getConf('forcecreate')){

1...<<11121314151617181920>>...44