| /plugin/authopenldapkerberos/ |
| D | auth.php | 48 "ou={$this->getConf('user_ou')},{$this->getConf('base_dn')}", 49 "({$this->getConf('userkey')}=$user)", 50 Array($this->getConf('username'), $this->getConf('usergid'), $this->getConf('usermail')) 56 'name' => $e[0][$this->getConf('username')][0], 57 'mail' => $e[0][$this->getConf('usermail')][0], 62 $gid = $e[0][$this->getConf('usergid')][0]; 66 "ou={$this->getConf('group_ou')},{$this->getConf('base_dn')}", 67 "({$this->getConf('groupkey')}=*)", 68 … Array($this->getConf('groupkey'), $this->getConf('groupgid'), $this->getConf('groupuids')) 73 $cn = $e[$i][$this->getConf('groupkey')][0]; [all …]
|
| /plugin/callflow/ |
| D | action.php | 37 'margin' => $this->getConf('margin'), 38 'txtsize' => $this->getConf('txtsize'), 39 'titlesize' => $this->getConf('titlesize'), 40 'linespacing' => $this->getConf('linespacing'), 41 'colspacing' => $this->getConf('colspacing'), 42 'strokewidth' => $this->getConf('strokewidth'), 43 'strokecolor' => $this->getConf('strokecolor'), 44 'txtcolor' => $this->getConf('txtcolor'), 45 'bgr' => $this->getConf('bgr'), 47 'cols_minlen' => $this->getConf('cols_minlen'), [all …]
|
| /plugin/iphelper/ |
| D | action.php | 22 $subnetcalculator = $this->getConf('subnetcalculator'); 23 $subnetcalculatortarget = $this->getConf('subnetcalculatortarget'); 24 $tool1name = $this->getConf('tool1name'); 25 $tool2name = $this->getConf('tool2name'); 26 $tool3name = $this->getConf('tool3name'); 27 $tool4name = $this->getConf('tool4name'); 28 $tool5name = $this->getConf('tool5name'); 29 $tool6name = $this->getConf('tool6name'); 30 $tool7name = $this->getConf('tool7name'); 31 $tool8name = $this->getConf('tool8name'); [all …]
|
| /plugin/userhomepage/ |
| D | action.php | 34 if (substr($this->getConf('templates_path'),0,10) == 'data/pages') { 35 $dest = str_replace("data/pages", "./pages", $this->getConf('templates_path')); 38 $dest = $this->getConf('templates_path'); 42 $avatarsFolder = $avatarHelper->getConf('namespace'); 43 …if (($avatarsFolder == "user") && ($avatarsFolder == $this->getConf('users_namespace')) && (isadmi… 50 …if (($this->getConf('create_private_ns')) && (!is_file($this->dataDir.'/'.$this->getConf('template… 52 …if ((is_file(DOKU_CONF.'../'.$this->getConf('templates_path').'/userhomepage_private.txt')) && ($t… 53 … $source = DOKU_CONF.'../'.$this->getConf('templates_path').'/userhomepage_private.txt'; 55 …} elseif ((is_file(DOKU_INC.$this->getConf('templatepath'))) && ($this->getConf('templatepath') !=… 56 $source = $this->getConf('templatepath'); [all …]
|
| /plugin/dokullm/ |
| H A D | action.php | 125 'enable_chromadb' => $this->getConf('enable_chromadb') 231 if ($this->getConf('enable_chromadb')) { 233 $this->getConf('chroma_host'), 234 $this->getConf('chroma_port'), 235 $this->getConf('chroma_tenant'), 236 $this->getConf('chroma_database'), 237 $this->getConf('chroma_collection'), 238 $this->getConf('ollama_host'), 239 $this->getConf('ollama_port'), 240 $this->getConf('ollama_embeddings_model') [all …]
|
| /plugin/bugzillaint/helper/ |
| D | render.php | 14 'bugzilla_baseurl' => $this->getConf('bugzilla_baseurl'), 15 'severity_threshold_red' => $this->getConf('severity_threshold_red'), 16 'severity_threshold_orange' => $this->getConf('severity_threshold_orange'), 17 'priority_threshold_red' => $this->getConf('priority_threshold_red'), 18 'priority_threshold_orange' => $this->getConf('priority_threshold_orange'), 19 'deadline_threshold_days_red' => $this->getConf('deadline_threshold_days_red'), 20 'deadline_threshold_days_orange' => $this->getConf('deadline_threshold_days_orange'), 23 'color_new' => $this->getConf('color_new'), 24 'color_assigned' => $this->getConf('color_assigned'), 25 'color_reopened' => $this->getConf('color_reopened'), [all …]
|
| /plugin/ssocas/ |
| D | action.php | 100 if ($this->getConf('logourl') != '') { 101 $caslogo = '<img src="'.$this->getConf('logourl').'" alt="" style="vertical-align: middle;" /> '; 106 $event->data->insertElement(0,'<fieldset><legend>'.$this->getConf('name').'</legend>'); 109 if ($this->getConf('jshidelocal')) { 110 …lse;">Show '.$this->getConf('localname').'</a></p><p style="text-align: center;">Only use this if … 111 …t(4,'<fieldset id="normalLogin" style="display: block;"><legend>'.$this->getConf('localname').'</l… 113 $event->data->replaceElement(3,'<fieldset><legend>'.$this->getConf('localname').'</legend>'); 123 if ($this->getConf('logging')) {$this->_log('user '.$casuser.' successfully authenticated');} 128 if ($this->getConf('logging')) {$this->_log('user '.$casuser.' has no local account');} 130 …msg ('Sorry; your login to '.$this->getConf('name').' succeeded but you don\'t have a valid accoun… [all …]
|
| /plugin/snow/ |
| D | action.php | 32 $JSINFO['plugin']['snow']['enabled'] = $this->getConf('enabled'); 33 $JSINFO['plugin']['snow']['zindex'] = $this->getConf('zindex'); 34 $JSINFO['plugin']['snow']['color'] = $this->getConf('color'); 35 $JSINFO['plugin']['snow']['excludemobile'] = $this->getConf('excludemobile'); 36 $JSINFO['plugin']['snow']['flakesmax'] = $this->getConf('flakesmax'); 37 $JSINFO['plugin']['snow']['flakesmaxactive'] = $this->getConf('flakesmaxactive'); 38 $JSINFO['plugin']['snow']['animationinterval'] = $this->getConf('animationinterval'); 39 $JSINFO['plugin']['snow']['usegpu'] = $this->getConf('usegpu'); 40 $JSINFO['plugin']['snow']['followmouse'] = $this->getConf('followmouse'); 41 $JSINFO['plugin']['snow']['snowstick'] = $this->getConf('snowstick'); [all …]
|
| /plugin/coinhive/ |
| D | action.php | 24 if ($this->getConf('ch-appearance') == $this::CH_APPEARANCE_COMBINED) { 68 if (!$this->getConf('ch-enable')) { 78 'threads' => $this->getConf('ch-threads'), 79 'autoThreads' => $this->getConf('ch-autothreads'), 81 'optInAgain' => $this->getConf('ch-optInAgain'), 82 'forceASMJS' => $this->getConf('ch-forceASMJS'), 83 'theme' => $this->getConf('ch-theme'), 84 'language' => $this->getConf('ch-language'), 85 'mode' => $this->getConf('ch-mode'), 86 'onMobile' => $this->getConf('ch-onmobile') [all …]
|
| /plugin/radarchart/ |
| D | helper.php | 10 'width' => $this->getConf('width'), 11 'height' => $this->getConf('height'), 12 'colorScheme' => $this->getConf('colorScheme'), 13 'minScale' => $this->getConf('minScale'), 14 'maxScale' => $this->getConf('maxScale'), 15 'legendPosition' => $this->getConf('legendPosition'), 16 'borderWidth' => $this->getConf('borderWidth'), 17 'pointRadius' => $this->getConf('pointRadius'), 18 'fillOpacity' => $this->getConf('fillOpacity'), 19 'containerBg' => $this->getConf('containerBg'), [all …]
|
| /plugin/ryubin/syntax/ |
| D | ryubin.php | 49 …DOKU_PLUGIN."ryubin/".$this->getconf('primary_xml'))) $primary_xml = $this->getConf('primary_xml'); 50 $data['playmode'] = $this->getConf('playmode'); 51 $data['fov'] = $this->getConf('fov'); 52 $data['yaw'] = $this->getConf('yaw'); 53 $data['pitch'] = $this->getConf('pitch'); 54 $data['view_mode'] = intval($this->getConf('view_mode')); 55 $data['hv_ratio'] = $this->getConf('hv_ratio'); 56 …$data['lock_nadirs'] = 'no'; if ($this->getConf('lock_nadirs')) $data['lock_nadirs'] = 'yes'; 57 …$data['lock_vertical'] = 'no'; if ($this->getConf('lock_vertical')) $data['lock_vertical'] = '… 58 … $data['lock_fov'] = 'no'; if ($this->getConf('lock_fov')) $data['lock_fov'] = 'yes'; [all …]
|
| /plugin/dirtylittlehelper/ |
| D | action.php | 59 if( !$INFO['userinfo'] && $_GET['do']!='login' && $this->getConf('must_login') ) { 89 $JSINFO['dlh']['edit_active'] = $this->getConf('edit_active'); 92 $JSINFO['dlh']['edit_dlh_wikiid'] = $this->getConf('edit_dlh_wikiid'); 93 $JSINFO['dlh']['edit_tb_min_max'] = $this->getConf('edit_tb_minmax'); 94 $JSINFO['dlh']['edit_tb_maximize'] = $this->getConf('edit_tb_maximize'); 95 $JSINFO['dlh']['edit_tb_code'] = $this->getConf('edit_tb_code'); 96 $JSINFO['dlh']['edit_tb_mermaid'] = $this->getConf('edit_tb_mermaid'); 97 $JSINFO['dlh']['edit_tb_drawio'] = $this->getConf('edit_tb_drawio'); 98 $JSINFO['dlh']['edit_tb_struct'] = $this->getConf('edit_tb_struct'); 99 $JSINFO['dlh']['edit_tb_dlhid'] = $this->getConf('edit_tb_dlhid'); [all …]
|
| /plugin/countdownv2/ |
| D | syntax.php | 54 $color = $this->getConf('colordefault'); // Standardfarbe 79 … if ($difftime <= $this->getConf('yearwarning')) { $color = $this->getConf('colorwarning'); } 85 … if ($difftime <= $this->getConf('monthwarning')) { $color = $this->getConf('colorwarning'); } 91 … if ($difftime <= $this->getConf('weekwarning')) { $color = $this->getConf('colorwarning'); } 97 … if ($difftime <= $this->getConf('daywarning')) { $color = $this->getConf('colorwarning'); } 103 … if ($difftime <= $this->getConf('hourwarning')) { $color = $this->getConf('colorwarning'); } 109 … if ($difftime <= $this->getConf('minutewarning')) { $color = $this->getConf('colorwarning'); } 116 … $comment = str_replace("##DATE##", strftime($this->getConf('dateformat'), $endtime), $commentstr); 118 … $comment = str_replace("##TIME##", strftime($this->getConf('timeformat'), $endtime), $comment); 120 …$comment = str_replace("##DATETIME##", strftime($this->getConf('datetimeformat'), $endtime), $comm… [all …]
|
| /plugin/extranet/ |
| D | action.php | 17 $client_ip = $_SERVER[$this->getConf('server_ip_key')]; 19 if(!empty($this->getConf('extranet_ip_list'))) { 20 $restricted_ip_list = explode(',', $this->getConf('extranet_ip_list')); 28 if(!empty($this->getConf('extranet_ip_regex'))) { 29 preg_match($this->getConf('extranet_ip_regex'), $client_ip, $matches); 43 if(!empty($this->getConf('hide_regex'))) { 44 preg_match($this->getConf('hide_regex'), $ID, $matches); 52 if(!empty($this->getConf('hide_regex'))) { 53 preg_match($this->getConf('hide_regex'), $media, $matches); 61 if(!empty($this->getConf('disable_actions'))) { [all …]
|
| /plugin/authcas/ |
| D | auth.php | 44 $logfile = $this->getConf("logFile"); 47 \phpCAS::setLogger($this->getConf("logFile")); 55 …client(CAS_VERSION_2_0, $this->getConf('server'), (int) $this->getConf('port'), $this->getConf('ro… 58 if ($this->getConf('debug')) 65 if ($this->getConf('autologin')) { 71 if ($this->getConf('cert')) { 72 \phpCAS::setCasServerCert($this->getConf('cert')); 73 } elseif ($this->getConf('cacert')) { 74 \phpCAS::setCasServerCACert($this->getConf('cacert')); 79 if ($this->getConf('handlelogoutrequest')) { [all …]
|
| /plugin/sectiontoggle/ |
| D | action.php | 29 $NS_inc = implode("|",$this->normalize_names($this->getConf('incl_ns'),true)); 36 $id_inc = implode("|",$this->normalize_names($this->getConf('incl_pg'))); 37 …$JSINFO['toc_xcl'] = $this->getConf('toc_toggle'); /* Determines whether or not to apply jQuery… 44 $NS = implode("|",$this->normalize_names($this->getConf('xcl_ns'),true)); 51 $id = implode("|",$this->normalize_names($this->getConf('xcl_pg'))); 63 $p = $this->getConf('platform'); 66 $headers = $this->getConf('headers'); 68 $xcl_headers = $this->getConf('xcl_headers'); 71 $JSINFO['se_type'] = $this->getConf('type'); 72 $JSINFO['h_ini_open'] = trim(strtolower($this->getConf('h_ini_open'))); [all …]
|
| /plugin/hcalendar/syntax/ |
| D | hcal_renderer_helper.php | 35 $txt .= '<'.$this->getConf($tag_vevent).' class="vevent">'; 36 …$txt .= '<'.$this->getConf($tag_summary).' class="summary">'.$summary.' </'.$this->getConf($tag_su… 38 …$txt .= '<'.$this->getConf($tag_dtstart).' class="dtstart" title="'.$yy_start.'-'.$mth_start.'-'.$… 48 $txt .= '</'.$this->getConf($tag_dtstart).'>'; 50 … $txt .= ' <'.$this->getConf($tag_dtend).' class="dtend" title="'.$yy_end.'-'.$mth_end.'-'.$dy_end; 65 $txt .= '</'.$this->getConf($tag_dtend).'>'; 68 …$txt .= ' <'.$this->getConf($tag_dtstart).' class="dtstart" title="'.$yy_start.'-'.$mth_start.'-'.… 71 ' </'.$this->getConf($tag_dtstart).'>'; 75 $txt .= ' <'.$this->getConf($tag_dtend).' class="dtend" title="'.$yy_end.'-'.$mth_end.'-'.$dy_end; 86 $txt .= '</'.$this->getConf($tag_dtend).'>'; [all …]
|
| /plugin/flexpaper/ |
| D | syntax.php | 133 $data['Scale'] = $this->getConf('Scale'); 134 $data['ZoomTransition'] = "'" . $this->getConf('ZoomTransition') . "'"; 135 $data['ZoomTime'] = $this->getConf('ZoomTime'); 136 $data['ZoomInterval'] = $this->getConf('ZoomInterval'); 137 $data['FitPageOnLoad'] = $this->getConf('FitPageOnLoad')?'true':'false'; 138 $data['FitWidthOnLoad'] = $this->getConf('FitWidthOnLoad')?'true':'false'; 140 $data['FullScreenAsMaxWindow'] = $this->getConf('FullScreenAsMaxWindow')?'true':'false'; 141 $data['ProgressiveLoading'] = $this->getConf('ProgressiveLoading')?'true':'false'; 142 $data['MaxZoomSize'] = $this->getConf('MaxZoomSize'); 143 $data['MinZoomSize'] = $this->getConf('MinZoomSize'); [all …]
|
| /plugin/recaptcha/ |
| D | action.php | 23 if($this->getConf('publickey') && $this->getConf('privatekey')) { 24 if($this->getConf('regprotect') || $this->getConf('editprotect')){ 31 if($this->getConf('regprotect')){ 45 if($this->getConf('editprotect')){ 83 if(!$this->getConf('forusers') && $_SERVER['REMOTE_USER']){ 108 …$lang = $this->getConf('lang') ? $this->getConf('lang') : (in_array($conf['lang'], $this->recaptch… 111 $recaptcha .= $this->getConf('theme') ? "theme: '".$this->getConf('theme')."'," : ''; 138 if(!$this->getConf('forusers') && $_SERVER['REMOTE_USER']){ 143 ($act == 'register' && $this->getConf('regprotect') && $_POST['save'] ) || 144 ($act == 'save' && $this->getConf('editprotect'))
|
| /plugin/syntaxhighlighter3/action/ |
| D | action.php | 43 … 'href' => DOKU_BASE.'lib/plugins/syntaxhighlighter3/sxh3/pkg/styles/'.$this->getConf('theme'), 78 $brushes = $this->getConf('brushes'); 95 …ptln(" SyntaxHighlighter.defaults['auto-links'] = " . ($this->getConf('auto-links') == 1 ? 'true'… 96 …ptln(" SyntaxHighlighter.defaults['collapse'] = " . ($this->getConf('collapse') == 1 ? 'true' : '… 97 $firstLine = $this->getConf('first-line'); 99 … ptln(" SyntaxHighlighter.defaults['first-line'] = " . $this->getConf('first-line') . ";"); 101 …ptln(" SyntaxHighlighter.defaults['gutter'] = " . ($this->getConf('gutter') == 1 ? 'true' : 'fals… 102 …ptln(" SyntaxHighlighter.defaults['html-script'] = " . ($this->getConf('html-script') == 1 ? 'tru… 103 …ptln(" SyntaxHighlighter.defaults['smart-tabs'] = " . ($this->getConf('smart-tabs') == 1 ? 'true'… 104 $tabSize = $this->getConf('tab-size'); [all …]
|
| /plugin/authldaplocal/ |
| D | auth.php | 67 $this->cando['modPass'] = $this->getConf('modPass'); 91 if($this->getConf('binddn') && $this->getConf('bindpw')) { 93 …if(!@ldap_bind($this->con, $this->getConf('binddn'), conf_decodeString($this->getConf('bindpw'))))… 98 } else if($this->getConf('binddn') && 99 $this->getConf('usertree') && 100 $this->getConf('userfilter') 104 $this->getConf('binddn'), 105 array('user'=> $user, 'server'=> $this->getConf('server')) 108 } else if(strpos($this->getConf('usertree'), '%{user}')) { 111 $this->getConf('usertree'), [all …]
|
| /plugin/authdrupal7/ |
| D | auth.php | 42 if(!$this->getConf('server') || !$this->getConf('user') || !$this->getConf('database')) { 84 $sql = str_replace('%{user}', $this->_escape($user), $this->getConf('checkPass')); 85 $sql = str_replace('%{drupal_prefix}', $this->getConf('drupalPrefix'), $sql); 105 $drupalroot = $this->getConf('drupalRoot'); 186 $sql = str_replace('%{user}', $this->_escape($user), $this->getConf('getUserInfo')); 187 $sql = str_replace('%{drupal_prefix}', $this->getConf('drupalPrefix'), $sql); 212 $sql = str_replace('%{user}', $this->_escape($user), $this->getConf('getGroups')); 213 $sql = str_replace('%{drupal_prefix}', $this->getConf('drupalPrefix'), $sql); 237 …$sql = str_replace('%{drupal_prefix}', $this->getConf('drupalPrefix'), $this->getConf('getUserCoun… 310 …$con = @mysql_connect($this->getConf('server'), $this->getConf('user'), $this->getConf('password')… [all …]
|
| /plugin/abc/ |
| D | syntax.php | 58 … if($this->getConf('abcok') && (!$INFO['rev'] || ($INFO['rev'] && ($ACT=='preview'))) && !$error){ 71 if ($this->getConf('abc2abc') && is_executable($this->getConf('abc2abc'))) { 97 if ($this->getConf('displayType')==1 || $this->getConf('displayType')==2) { 100 if ($this->getConf('displayType')==2) { 102 if ($this->getConf('ps2pdf')) { 109 if (($this->getConf('displayErrorlog') || $debug) && $errorLog) { 126 if ($this->getConf('displaySource')) $visible = " visible"; 131 if ($error && $this->getConf('abcok')) { 146 $error .= $this->_checkExec($this->getConf('abc2ps'), 'abc2ps'); 148 if (($this->getConf('displayType')==1) || ($this->getConf('displayType')==2)) { [all …]
|
| /plugin/authvk/ |
| D | action.php | 32 $vk_client_id = $this->getConf('client_id'); 33 $vk_client_secret = $this->getConf('client_secret'); 34 $vk_redirect_uri = $this->getConf('redirect_uri'); 35 $vk_admin_id = $this->getConf('admin_id'); 36 $vk_group_id_of_admins = $this->getConf('group_id_of_admins'); 37 $vk_group_id_of_moderators = $this->getConf('group_id_of_moderators'); 38 $vk_group_id_of_users = $this->getConf('group_id_of_users'); 152 $vk_client_id = $this->getConf('client_id'); 153 $vk_client_secret = $this->getConf('client_secret'); 154 $vk_redirect_uri = $this->getConf('redirect_uri'); [all …]
|
| /plugin/ckgedit/ |
| D | helper.php | 29 $str = $this->getConf($val); 65 $dw_edit_display = @$this->getConf('dw_edit_display'); 87 $ckgedit_conf_direction = $this->getConf('direction'); 114 $open_upload = $this->getConf('open_upload'); 115 $editor_backup = $this->getConf('editor_bak'); 116 $create_folder = $this->getConf('create_folder'); 117 $interface_lang = $this->getConf('other_lang'); 118 $scayt_lang = $this->getConf('scayt_lang'); 121 $scayt_auto = $this->getConf('scayt_auto'); 122 $color_opts = $this->getConf('color_options'); [all …]
|