Home
last modified time | relevance | path

Searched refs:getConf (Results 26 – 50 of 1091) sorted by path

12345678910>>...44

/plugin/aichat/
H A Daction.php78 if ($this->getConf('logging')) {
H A Dcli.php477 $skip = $this->getConf('skipRegex');
479 $match = $this->getConf('matchRegex');
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...]
H A Dsyntax.php
/plugin/airtable/
H A Dsyntax.php138 define('BASE_ID', $this->getConf('Base_ID'));
139 define('API_KEY', $this->getConf('API_Key'));
140 define('MAX_RECORDS', $this->getConf('Max_Records'));
/plugin/ajaxedit/
H A Daction.php47 if(!$this->getConf('fix_section_edit')) return;
73 } else if( abs($r_start-$instruction[2]) < $this->getConf('section_edit_range') ) {
/plugin/alphaindex/
H A Dsyntax.php98 if ($this->getConf('empty_msg')) {
99 $n = $this->getConf('empty_msg');
145 if($this->getConf('articles_deletion')) {
154 if($this->getConf('hidepages')) {
159 if($this->getConf('title_tpl')) {
160 $titleTpl = $this->getConf('title_tpl');
165 if($this->getConf('begin_letter_tpl')) {
171 if($this->getConf('entry_tpl')) {
172 $entryTpl = $this->getConf('entry_tpl');
177 if($this->getConf('end_letter_tpl')) {
[all …]
/plugin/alphalist/
H A Dsyntax.php127 setlocale(LC_COLLATE, $this->getConf('locale'));
/plugin/amazon/
H A Dsyntax.php64 'imgw' => $this->getConf('imgw'),
65 'imgh' => $this->getConf('imgh'),
66 'maxlen' => $this->getConf('maxlen'),
67 'price' => $this->getConf('showprice'),
68 'purchased' => $this->getConf('showpurchased'),
69 'sort' => $this->getConf('sort'),
110 $partner = $this->getConf('partner_'.$ctry);
156 …$url = $this->_signedRequestURI($ctry,$opts,$this->getConf('publickey'),$this->getConf('privatekey…
/plugin/amazonlight/
H A Dsyntax.php69 'imgw' => $this->getConf('imgw'),
70 'imgh' => $this->getConf('imgh'),
71 'price' => $this->getConf('showprice'),
173 $partner = $this->getConf('partner_' . $country);
/plugin/amcharts/
H A Daction.php36 "src" => $this->get_asset($this->getConf('url_yaml')),
40 $url_amcharts = $this->getConf('url_amcharts');
42 $jsfiles = preg_split("/\|/", $this->getConf('amcharts_js'));
51 $cssfiles = preg_split("/\|/", $this->getConf('amcharts_css'));
H A Dsyntax.php55 'width' => $this->getConf('width'),
56 'height' => $this->getConf('height'),
57 'align' => $this->getConf('align'),
/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').' …
H A Dsyntax.php79 $target = $this->getConf('news_datafile');
84 $allnewsdata1 = $this->getConf('news_output');
449 if($this->getConf('wysiwyg')==true) {
677 if($this->getConf('newsflash_link') == false) {
792 if($this->getConf('convert')) {
994 $yh_level = $this->getConf('yh_level');
995 $mh_level = $this->getConf('mh_level');
996 $h_level = $this->getConf('h_level');
1207 $yh_level = $this->getConf('yh_level');
1208 $mh_level = $this->getConf('mh_level');
[all …]
/plugin/appendtoquery/
H A Daction.php29 $event->data['query'] = $event->data['query'] . $this->getConf('queryappend');
42 $event->data['id'] = $event->data['id'] . $this->getConf('queryappend');
/plugin/approve/action/
H A Dapprove.php43 if ($this->getConf('ready_for_approval') && $event->data == 'diff' && isset($_GET['ready_for_approval'])) {
183 if (auth_quickaclcheck($ID) <= AUTH_READ && !$this->getConf('display_banner_for_readonly')) {
217 if ($this->getConf('prettyprint')) {
225 } elseif ($this->getConf('ready_for_approval') && $approve['ready_for_approval']) {
240 if($this->getConf('banner_long')) {
271 if ($this->getConf('ready_for_approval') && $approve['ready_for_approval']) {
314 if ($this->getConf('ready_for_approval') &&
342 if ($approver && $this->getConf('banner_long')) {
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')) {
H A Dnotification.php58 if ($this->getConf('ready_for_approval_notification')) {
H A Dprettyprint.php27 if (!$this->getConf('prettyprint')) return;
57 } elseif ($this->getConf('ready_for_approval') && $approve['ready_for_approval']) {
H A Drevisions.php63 } elseif ($this->getConf('ready_for_approval') && $approve_revisions[$revision]['ready_for_approval']) {
H A Dviewmode.php29 if (!$this->getConf('viewmode')) return;
45 if (!$this->getConf('viewmode')) return false;
57 if (!$this->getConf('viewmode')) return false;
/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/approve/syntax/
H A Dtable.php188 } elseif ($this->getConf('ready_for_approval') && $ready_for_approval) {
241 if($this->getConf('ready_for_approval')) {
/plugin/archivegenerator/
H A Dadmin.php214 $list = array_map('trim', explode(',', $this->getConf('pluginsToIgnore')));
/plugin/asana/remote/
H A DAPILink.php102 $api_key_user = $this->getConf('api_key');
118 if( $work_key == $this->getConf('workspace')){

12345678910>>...44