Home
last modified time | relevance | path

Searched refs:getConf (Results 201 – 225 of 1091) sorted by relevance

12345678910>>...44

/plugin/dokuprism/syntax/
H A Dcode.php36 if ($this->getConf('override_file')) $this->Lexer->addEntryPattern($this->pattern[1], $mode, $this->mode);
37 if ($this->getConf('override_code')) $this->Lexer->addEntryPattern($this->pattern[11], $mode, $this->mode);
42 if ($this->getConf('override_file')) $this->Lexer->addExitPattern($this->pattern[2], $this->mode);
43 if ($this->getConf('override_code')) $this->Lexer->addExitPattern($this->pattern[12], $this->mode);
/plugin/authhiorgserver/
H A Dauth.php42 $this->ssourl = $this->getConf('ssourl');
43 $ov = $this->getConf('ov');
126 $ov = $this->getConf('ov');
155 $ov = trim($this->getConf("ov"));
160 $groups = array("group1"=>$this->getConf("group1_name"),
161 "group2"=>$this->getConf("group2_name"),
165 $users = $this->getConf($name."_users");
188 $ov = trim($this->getConf("ov"));
194 switch ($this->getConf('syncname')) {
/plugin/todo/syntax/
H A Dtodo.php195 $data['showdate'] = $this->getConf("ShowdateTag");
196 $data['username'] = $this->getConf("Username");
266 . ' data-strikethrough="' . ($this->getConf("Strikethrough") ? '1' : '0') . '"'
305 if($this->getConf("CheckboxText") && !$this->getConf("AllowLinks") && $oldID == $ID && $data['checkbox']) {
311 if($checked && $this->getConf("Strikethrough")) {
315 if($this->getConf("AllowLinks")) {
326 if($checked && $this->getConf("Strikethrough")) {
384 $actionNamespace = $this->getConf("ActionNamespace");
/plugin/ckgdoku/action/
H A Dedit.php67 $dwedit_ns = @$this->getConf('dwedit_ns');
214 if($this->getConf('smiley_hack')) {
350 if($this->getConf('duplicate_notes')) {
391 if($this->getConf('duplicate_notes')) {
551 $guest_toolbar = $this->getConf('guest_toolbar');
552 $guest_media = $this->getConf('guest_media');
575 if ($this->getConf('allow_ckg_filebrowser') == 'all') {
579 $fb = $this->getConf('allow_ckg_filebrowser');
740 $using_scayt = ($this->getConf('scayt')) == 'on';
882 <?php if($this->getConf('complex_tables')) { ?>
[all …]
/plugin/davcal/action/
H A Djsinfo.php47 $JSINFO['plugin']['davcal']['disable_sync'] = $this->getConf('disable_sync');
48 $JSINFO['plugin']['davcal']['disable_settings'] = $this->getConf('hide_settings');
55 $JSINFO['plugin']['davcal']['disable_ics'] = $this->getConf('disable_ics');
/plugin/cleanup/
H A Dhelper.php43 'maxage' => $this->getConf('cacheage'),
53 'maxage' => $this->getConf('atticage'),
54 'nonexonly' => $this->getConf('atticnoexonly')
63 'maxage' => $this->getConf('mediaatticage'),
64 'nonexonly' => $this->getConf('mediaatticnoexonly')
73 'maxage' => $this->getConf('metaage'),
82 'maxage' => $this->getConf('lockage'),
/plugin/approve/action/
H A Dmigration.php73 $apr_namespaces = preg_split('/\s+/', $this->getConf('apr_namespaces', ''),
91 $no_apr_namespaces = $this->getConf('no_apr_namespaces', '');
140 if ($this->getConf('ready_for_approval') &&
141 $summary == $this->getConf('sum ready for approval')) {
144 } elseif($summary == $this->getConf('sum approved')) {
206 if ($revInfo['sum'] == $this->getConf('sum approved')) {
233 if ($revInfo['sum'] == $this->getConf('sum approved')) {
/plugin/geotag/syntax/
H A Dgeotag.php82 $showlocation = $this->getConf('geotag_location_prefix');
83 if ($this->getConf('geotag_showlocation')) {
86 $showlocation = $this->getConf('geotag_location_prefix');
91 if ($this->getConf('geotag_hide')) {
142 if ($this->getConf('displayformat') === 'DMS') {
151 if ($this->getConf('geotag_prevent_microformat_render')) {
156 if ($this->getConf('geotag_showsearch')) {
/plugin/enforcesummary/
H A Daction.php35 'enforce_summary' => $this->getConf('enforce_summary'),
36 'default_minoredit' => $this->getConf('default_minoredit'),
37 'enforce_preview' => $this->getConf('enforce_preview'),
/plugin/revealjs/
H A Daction.php14 if ($_GET['do'] !== 'export_revealjs' && $this->getConf('revealjs_active')) {
36 });'.($this->getConf('slides_with_unknown_direction')?'
40 … if (elem.next().find("h1'.($this->getConf('horizontal_slide_level')==2?',h2':'').'").length > 0) {
/plugin/publish/action/
H A Dbanner.php41 if($INFO['perm'] <= AUTH_READ && $this->getConf('hidereaderbanner')){
45 if ($this->hlp->isCurrentRevisionApproved() && $this->getConf('hide_approved_banner')) {
89 if ($this->getConf('apr_mail_receiver') !== '' && $INFO['isadmin']) {
90 $addr = $this->getConf('apr_mail_receiver');
99 $note = trim($this->getConf('internal note'));
158 … printf(' ' . $this->getLang('approvals'), $approvalCount, $this->getConf('number_of_approved'));
/plugin/mediasyntax/
H A Dhelper.php26 $this->defaults['firstsec'] = $this->getConf('firstseconly');
27 $this->defaults['editbtn'] = $this->getConf('showeditbtn');
28 $this->defaults['taglogos'] = $this->getConf('showtaglogos');
29 $this->defaults['footer'] = $this->getConf('showfooter');
30 $this->defaults['redirect'] = $this->getConf('doredirect');
31 $this->defaults['date'] = $this->getConf('showdate');
32 $this->defaults['user'] = $this->getConf('showuser');
33 $this->defaults['comments'] = $this->getConf('showcomments');
34 $this->defaults['linkbacks'] = $this->getConf('showlinkbacks');
35 $this->defaults['tags'] = $this->getConf('showtag
[all...]
/plugin/pagelist/
H A Dhelper.php104 $this->style = $this->getConf('style'); //string
105 $this->showheader = $this->getConf('showheader'); //on-off
106 $this->showfirsthl = $this->getConf('showfirsthl'); //on-off
107 $this->sort = $this->getConf('sort'); //on-off
108 $this->rsort = $this->getConf('rsort'); //on-off
109 $this->sortKey = $this->getConf('sortby'); //string
123 'date' => $this->getConf('showdate'), //0,1,2
124 'user' => $this->getConf('showuser'), //0,1,2,3,4
125 'desc' => $this->getConf('showdesc'), //0,160,500
127 'comments' => $this->getConf('showcomment
[all...]
/plugin/authlinotp/
H A Dauth.php42 $privacyidea_url = $this->getConf("privacyidea_url");
43 $privacyidea_realm = $this->getConf("privacyidea_realm");
44 $privacyidea_verify = $this->getConf("privacyidea_verify");
45 $timeout = $this->getConf("privacyidea_timeout");
/plugin/addressbook/
H A Daction.php45 … $l) $res .= $syntax->showcontact($l['id'],($this->getConf('search link target') != ''? $this->get…
46 …se $res .= $syntax->buildIndex($list,false,($this->getConf('search link target') != ''? $this->get…
/plugin/linkback/action/
H A Dreceive.php33 if (!$this->getConf('enable_trackback'))
55 if ($this->getConf('enable_trackback')) {
78 if (!$this->getConf('enable_pingback'))
118 if (!$this->getConf('enable_pingback'))
/plugin/404manager/
H A Daction.php139 If ($this->userCanWrite() && $this->getConf(self::GO_TO_EDIT_MODE) == 1) {
162 if ($this->getConf('ActionReaderFirst') == self::NOTHING) {
168 $readerAlgorithms[0] = $this->getConf('ActionReaderFirst');
169 $readerAlgorithms[1] = $this->getConf('ActionReaderSecond');
170 $readerAlgorithms[2] = $this->getConf('ActionReaderThird');
361 $startPageFactor = $this->getConf('WeightFactorForStartPage');
362 $nameSpaceFactor = $this->getConf('WeightFactorForSameNamespace');
394 if ($this->getConf('ShowMessageClassic') == 1) {
548 …$scorePageName = $this->getConf('WeightFactorForSamePageName') + ($bestNbWordFound - 1) * $this->g…
570 if ($this->getConf('ShowPageNameIsNotUnique') == 1 && $pageName <> $conf['start']) {
/plugin/guestbook/
H A Dbasic.class.php20 $this->direct_post = $parent->getConf('direct_post');
21 $this->notify = $parent->getConf('notify');
22 $this->post_url = $parent->getConf('post_url');
23 $this->show_max = $parent->getConf('show_max');
32 $db_server = $this->parent->getConf('db_server');
33 $db_user = $this->parent->getConf('db_user');
34 $db_name = $this->parent->getConf('db_name');
35 $db_password = $this->parent->getConf('db_passwd');
36 $this->direct_post = $this->parent->getConf('direct_post');
37 $this->notify = $this->parent->getConf('notify');
[all …]
/plugin/tokenbucketauth/
H A Dadmin.php54 $lockf = $conf['cachedir'] . '/' . $this->getConf('tba_lockfile');
55 $banned_f = $conf['cachedir'] . '/' . $this->getConf('tba_block_file');
100 $track_f = $conf['cachedir'] . '/' . $this->getConf('tba_iptime_file');
133 $banned_f = $conf['cachedir'] . '/' . $this->getConf('tba_block_file');
147 $ban_time = $this->getConf('tba_block_time');
/plugin/twofactoryubiauth/
H A Dhelper.php16 return ($this->_settingExists("verified", $user) && $this->getConf('enable') === 1);
110 if(empty($this->getConf("clientSecret"))) {
138 $validationServer = $this->getConf("validationServer");
142 $data["id"] = $this->getConf("clientID");
173 $secret = base64_decode($this->getConf("clientSecret"));
/plugin/blog/
H A Dhelper.php16 $this->sort = $this->getConf('sortkey');
63 $excluded_pages = $this->getConf('excluded_pages');
116 if ($this->getConf('sortorder') == 'ascending') ksort($result);
140 $flags['formpos'] = $this->getConf('formposition');
156 } elseif ($conf_title = $this->getConf('newentrytitle')) {
/plugin/structautolink/
H A Drenderer.php48 if ($this->getConf('match') && !preg_match('/' . $this->getConf('match') . '/i', ":$ID")) {
64 $this->internallink($this->getConf('ns') . ':' . $token['id'], $token['term']);
83 $schema = $this->getConf('schema');
84 $field = $this->getConf('field');
/plugin/aichat/
H A Dhelper.php83 if (!$this->getConf('restrict')) return true;
86 return auth_isMember($this->getConf('restrict'), $INPUT->server->str('REMOTE_USER'), $USERINFO['grps']);
152 $class = '\\dokuwiki\\plugin\\aichat\\Storage\\' . $this->getConf('storage') . 'Storage';
172 if ($history && $this->getConf('rephraseHistory') > 0) {
176 if ($this->getConf('rephraseHistory') > $this->getConf('chatHistory')) {
217 $this->getConf('chatHistory')
246 $this->getConf('rephraseHistory')
360 if ($this->getConf('preferUIlanguage') > AIChat::LANG_AUTO_ALL) {
379 if ($this->getConf('preferUIlanguag
[all...]
/plugin/mathjax/action/
H A Denable.php37 '_data' => $this->getConf('config'),
41 $configfiles = $this->getConf('configfile');
61 'src' => $this->getConf('url'),
/plugin/wikistats/
H A Dsyntax.php203 if ($this->getConf('display_toc')) {
360 if ($this->getConf('display_ressources_stats')) {
361 if ($this->getConf('display_toc')) {
365 $class = $this->getConf('display_type');
409 if ($this->getConf('display_tags_stats')) {
413 if ($this->getConf('display_toc')) {
420 $class = $this->getConf('display_type');
462 if ($this->getConf('display_namespaces_stats')) {
463 if ($this->getConf('display_toc')) {
467 $class = $this->getConf('display_type');

12345678910>>...44