Home
last modified time | relevance | path

Searched refs:getConf (Results 151 – 175 of 1091) sorted by relevance

12345678910>>...44

/plugin/odtplus2dw/
H A Daction.php53 if($this->getConf('showimportbutton') && $event->data['view'] == 'main') {
77 if ( strpos( $this->getConf('formDisplayRule'), $event->data) === false ) return;
84 $message = $this->getConf('formIntroMessage');
91 <input type="hidden" name="MAX_FILE_SIZE" value="'.$this->getConf('formMaxFileSize').'"/>
111 $this->debug = $this->getConf( 'debugLvl' );
114 $this->logFile = $this->getConf( 'logFile' );
133 $event->data = $this->getConf('parserPostDisplay');
208 if ( ! $this->getConf( 'parserXslFile' ) ) return $this->_msg('er_xslFile_notset');
209 $this->xslFile = DOKU_PLUGIN.'odtplus2dw/'.$this->getConf('parserXslFile');
237 if ( $this->getConf('parserLinkToOriginalFil
[all...]
/plugin/simplechat/
H A Dsyntax.php46 if( isset($INFO['userinfo'] ) || ($this->getConf('showanonymousip') == 1)) {
91 if( $this->getConf('chatretentiontimer') > 0 ) {
97 $linemax = $this->getConf('maxloglinecount');
110 …if( ((time() - filemtime( $filename ) ) > ( $this->getConf('chatretentiontimer') * 60 )) or $overl…
111 if( $this->getConf('savelogsflag') == 1 ) {
/plugin/indexmenu/
H A Daction.php28 if ($this->getConf('only_admins')) {
31 if ($this->getConf('page_index') != '') {
36 if ($this->getConf('show_sort')) {
97 $aclcache = $this->getConf('aclcache');
134 if (!file_exists(wikiFN($this->getConf('page_index')))) return;
139 echo p_wiki_xhtml($this->getConf('page_index'));
252 $skipFileCombined[] = $this->getConf('skip_file');
262 $skipNsCombined[] = $this->getConf('skip_index');
283 'headpage' => $this->getConf('headpage'),
284 'hide_headpage' => $this->getConf('hide_headpag
[all...]
/plugin/linkback/exe/
H A Dtrackback.php45 if (!$this->tools->getConf('enable_trackback')) {
103 if ($this->tools->getConf('log_processing'))
112 if ($this->tools->getConf('log_processing'))
122 if ($this->tools->getConf('log_processing'))
139 if ($this->tools->getConf('usefavicon')) {
155 if ($this->tools->getConf('log_processing'))
/plugin/jiralinks/
H A Daction.php33 if($this->getConf('enable_adding_urls_to_issues') and function_exists('curl_version')) {
59 $relationship = $this->getConf('url_relationship');
95 $curl = curl_init($this->getConf('jira_api_url') . $request);
115 …curl_setopt($curl, CURLOPT_USERPWD, $this->getConf('jira_api_username') . ':' . $this->getConf('ji…
/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/autotranslation/
H A Dhelper.php38 $this->opts = $this->getConf('display');
89 $tnsA = explode(' ', $this->getConf('translationns'));
192 $skiptrans = trim($this->getConf('skiptrans'));
210 $about = $this->getConf('about');
211 if($this->getConf('localabout')) {
268 if($this->getConf('about')) $out .= $this->showAbout();
274 if($this->getConf('dropdown')) {
306 if($this->getConf('dropdown')) {
315 if(!isset($this->opts['title']) && $this->getConf('about')) {
390 if($this->getConf('dropdown')) {
[all …]
/plugin/structtasks/
H A Dcli.php47 array_map('intval', explode(',', $this->getConf('reminder'))),
48 (bool)$this->getConf('overdue_reminder'),
69 $this->schema = $this->getConf('schema');
98 $getConf = [$this, 'getConf'];
102 $notifiers[] = new TodayNotifier($getConf, $getLang);
106 $notifiers[] = new ReminderNotifier($getConf, $getLang, $reminder_days);
119 $notifiers[] = new OverdueNotifier($getConf, $getLang);
/plugin/anewssystem/
H A Daction.php56 $target = $this->getConf('news_datafile');
61 $allnewsdata1 = $this->getConf('news_output');
113 $yh_level = $this->getConf('yh_level');
114 $mh_level = $this->getConf('mh_level');
115 $h_level = $this->getConf('h_level');
134 $value = date($this->getConf('d_format'), strtotime($value));
216 $archive_lnkTitle = $this->getConf('lnk_newsarchive');
221 …<a href="'.DOKU_URL.'doku.php?id='.$this->getConf('news_output').'">'.$this->getLang('allnews').' …
/plugin/xtern/
H A Daction.php42 if($this->getConf('noicons')) {
45 if($this->getConf('alt_div')) {
46 $JSINFO['xtern_selector'] = "#" .$this->getConf('alt_div') . " a";
48 else if($this->getConf('alt_class')) {
49 $JSINFO['xtern_selector'] = '.' . $this->getConf('alt_class') . " a";
51 $skip = $this->getConf('skip_pages');
77 if($this->getConf('ca_required')) {
171 else if($this->getConf('conceal')) {
/plugin/googlefonts/
H A Daction.php34 ${fontName.$i} = $this->getConf('fontName'.$i);
35 ${headings.$i} = $this->getConf('headings'.$i);
36 ${genFamily.$i} = $this->getConf('genFamily'.$i);
37 ${addStyle.$i} = $this->getConf('addStyle'.$i);
/plugin/remoteinf/
H A Daction.php16 $enkey= $this->getConf("authkey");
17 $timespan = $this->getConf("refreshtime");
32 …$enkey= $this->getConf("authkey"); // this should be manual record in the other server which re…
33 …$timespan = $this->getConf("refreshtime"); //time span should be manual set to the same in the ot…
/plugin/authg2fa/
H A Dauth.php31 $tslack = $this->getConf("g2fa_timeout_slack");
32 $enable = $this->getConf("g2fa_enable");
33 $force = $this->getConf("g2fa_force");
34 $hint = $this->getConf("g2fa_hint");
/plugin/clock/
H A Dsyntax.php42 $theJS= $this->getConf('nojs_fallback');
47 $data['type'] = $this->getConf('clock_type');
48 $data['style'] = $this->getConf('clock_style');
60 $cty = $this->getConf('clock_type');
61 $cid = $this->getConf('clock_id');
63 $hbar = ($this->getConf('helpbar')) ? $this->_get_clock_helpbar() : '';
94 $link= $this->getConf('clock_infopage');
111 $id= $this->getConf('clock_id');
/plugin/translation/
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/loglog/helper/
H A Dalert.php49 $this->getConf('login_failed_max'),
50 $this->getConf('login_failed_interval'),
51 $this->getConf('login_failed_email')
56 $this->getConf('login_success_max'),
57 $this->getConf('login_success_interval'),
58 $this->getConf('login_success_email')
/plugin/tos/
H A Daction.php84 echo p_wiki_xhtml($this->getConf('tos'));
107 $changes = new \dokuwiki\ChangeLog\PageChangeLog($this->getConf('tos'));
151 if (!$this->getConf('usesession')) return $set;
173 $change = new \dokuwiki\ChangeLog\PageChangeLog($this->getConf('tos'));
175 $old = rawWiki($this->getConf('tos'), $oldrev);
176 $new = rawWiki($this->getConf('tos'));
/plugin/socialcards/
H A Daction.php74 'content' => $this->getConf('twitterName'),
91 if($this->getConf('twitterUserName') !== '') {
94 'content' => $this->getConf('twitterUserName'),
124 'content' => $this->getConf('languageTerritory'),
232 $appId = $this->getConf('fbAppId');
253 $img = $this->getConf('fallbackImage');
/plugin/redirect2/
H A Daction.php50 $page = $this->getConf('404page');
58 echo p_wiki_xhtml($this->getConf('404page'), false);
201 if ($this->getConf('useRedirectMatch')) {
262 if ($this->getConf('useRedirectMatch')) {
317 $show = ( ($INFO['isadmin'] && ($this->getConf('msg_target') >= 0))
318 || ($INFO['ismanager'] && ($this->getConf('msg_target') >= 1))
319 || ($INPUT->server->has('REMOTE_USER') && ($this->getConf('msg_target') >= 2))
320 || ($this->getConf('msg_target') >= 3) );
343 if ( ($this->getConf('show_msg') == 0) ||
344 (($this->getConf('show_msg') == 1) && ($status != 301)) ) {
[all …]
/plugin/fckg/action/
H A Dmeta.php29 $this->dokuwiki_priority = $this->getConf('dw_priority');
50 $dwedit_ns = @$this->getConf('dwedit_ns');
170 if($this->getConf('no_symlinks')) {
199 if($this->getConf('winstyle')) return;
325 $default_fb = $this->getConf('default_fb');
335 if($this->getConf('openfb') || $acl == 255) {
353 $_SESSION['dwfck_del'] = $this->getConf('acl_del');
368 setcookie('FCK_SCAYT',$this->getConf('scayt'), $expire, '/');
369 setcookie('FCK_SCAYT_AUTO',$this->getConf('scayt_auto'), $expire, '/');
370 $scayt_lang = $this->getConf('scayt_lang');
[all …]
/plugin/loadskin/
H A Daction.php71 $allowInAdmin = $this->getConf('allowInAdmin');
84 $isOverwrittenByAdmin = !$this->getConf('preferUserChoice') && $this->_getTplPerNamespace();
86 if ($this->getConf('automaticOutput') && !$isOverwrittenByAdmin) {
102 if($this->getConf('preferUserChoice')) {
129 $mobileSwitch = $this->getConf('mobileSwitch');
164 $mobileTpl = $this->getConf('mobileTemplate');
188 if ($this->getConf('inheritInTranslations') && !plugin_isdisabled('translation')) {
/plugin/disqus/
H A Dsyntax.php52 if (!$shortname) $shortname = $this->getConf('shortname');
69 if (!$shortname === '') $shortname = $this->getConf('shortname');
74 if($this->getConf('devel'))
75 $doc .= 'var disqus_developer = '.$this->getConf('devel').";\n";
/plugin/impressjs/
H A Drenderer.php27 $this->tpl = $this->getConf('template');
59 $this->data_x += $this->getConf('data-x');
60 $this->data_y += $this->getConf('data-y');
61 $this->data_z += $this->getConf('data-z');
/plugin/mdpage/
H A Dsyntax.php41 if ($this->getConf('markdown_default')) {
53 if ($this->getConf('markdown_default')) {
65 if ($this->getConf('markdown_default')) {
97 switch ($this->getConf('flavor')) {
129 if ($this->getConf('debug')) {
/plugin/nsrelation/
H A Dsyntax.php26 $this->relatedns = array_unique(array_filter(explode('|',$this->getConf('nsrelations'))));
27 …$this->relatedns_display = array_unique(array_filter(explode('|',$this->getConf('nsrelationsdispla…
33 $this->rootns = cleanID($this->getConf('nsrelationrootns'));
123 if($this->getConf('about')){
124 $out .= '<sup>'.html_wikilink($this->getConf('about'),'?').'</sup>';

12345678910>>...44