Home
last modified time | relevance | path

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

12345678910>>...44

/plugin/bpmnioeditor/action/
H A Dbpmnioeditor.php83 if($this->getConf('treat_as_pages') == 1){
/plugin/btable2/
H A Dsyntax.php107 $conf_groups = trim($this->getConf('btable_groups'));
450 if ($this->getConf('btable_show_ratio') == true) {
462 $attendance_factor = $this->getConf('btable_ratio') / 100;
567 if ($this->getConf('btable_show_export') == true) {
/plugin/bugzillaint/action/
H A Dfetch.php38 $this->getConf('bugzilla_login'),
39 $this->getConf('bugzilla_password')
/plugin/bugzillaint/helper/
H A Dbugzillaclient.php38 …return $this->getDependenciesRecursive( $f_ids, $depth == -1 ? $this->getConf('tree_depth') : $dep…
350 $response = @file_get_contents($this->getConf('bugzilla_baseurl').'/xmlrpc.cgi', false, $context);
H A Drender.php14 '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'),
23 'color_new' => $this->getConf('color_new'),
24 'color_assigned' => $this->getConf('color_assigned'),
25 'color_reopened' => $this->getConf('color_reopened'),
26 'color_resolved_fixed' => $this->getConf('color_resolved_fixed'),
27 'color_resolved_invalid' => $this->getConf('color_resolved_invalid'),
28 'color_resolved_wontfix' => $this->getConf('color_resolved_wontfix'),
[all …]
/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'];
H A Dlist.php60 …match('/extras:([a-z_,]+)/i', $match, $found) ? trim($found[1]) : $this->getConf('list_default_ext…
H A Dtree.php59 …'depth' => preg_match('/depth:([0-9])/i', $match, $found) ? $found[1] : $this->getConf('tree_depth…
61 …match('/extras:([a-z_,]+)/i', $match, $found) ? trim($found[1]) : $this->getConf('list_default_ext…
88 $url = $this->getConf('show_baseurl') . $data['tree']['id'];
/plugin/bugzillalinks/
H A Dsyntax.php79 …$renderer->doc .= '<a class="bugzillalink" href="' . $this->getConf('bugzillaserver') . $data[1] .…
/plugin/bugzillaxmlrpc/
H A Dsyntax.php69 $this->xml_data['login'] = $this->getConf('login');
70 $this->xml_data['password'] = $this->getConf('password');
74 curl_setopt($ch, CURLOPT_URL, $this->getConf('xmlrpc.cgi'));
95 $this->xml_data['login'] = $this->getConf('login');
96 $this->xml_data['password'] = $this->getConf('password');
101 curl_setopt($ch, CURLOPT_URL, $this->getConf('xmlrpc.cgi'));
130 $this->xml_data['login'] = $this->getConf('login');
131 $this->xml_data['password'] = $this->getConf('password');
136 curl_setopt($ch, CURLOPT_URL, $this->getConf('xmlrpc.cgi'));
206 $this->getConf('url').$id. '" target="_blank" title="'.
[all …]
/plugin/bureaucracy-au/helper/
H A Daction.php105 $runas = $this->getConf('runas');
H A Dactionmail.php122 } else if($file['size'] > $this->getConf('maxEmailAttachmentSize')) {
124 …'attachmentMailToLarge_userinfo'), hsc($file['name']), filesize_h($this->getConf('maxEmailAttachme…
H A Dactiontemplate.php127 $runas = $this->getConf('runas');
/plugin/bureaucracy/helper/
H A Daction.php105 $runas = $this->getConf('runas');
H A Dactionmail.php131 } else if($file['size'] > $this->getConf('maxEmailAttachmentSize')) {
133 …'attachmentMailToLarge_userinfo'), hsc($file['name']), filesize_h($this->getConf('maxEmailAttachme…
H A Dactiontemplate.php168 $runas = $this->getConf('runas');
/plugin/bureaucracyau/helper/
H A Daction.php105 $runas = $this->getConf('runas');
H A Dactionmail.php122 } else if($file['size'] > $this->getConf('maxEmailAttachmentSize')) {
124 …'attachmentMailToLarge_userinfo'), hsc($file['name']), filesize_h($this->getConf('maxEmailAttachme…
H A Dactiontemplate.php127 $runas = $this->getConf('runas');
/plugin/button/
H A Daction.php34 $syntaxDiv = $this->getConf('syntaxDiv');
35 $syntaxSpan = $this->getConf('syntaxSpan');
H A Dsyntax.php132 $styles = $this->getConf('styles');
/plugin/c3chart/
H A Daction.php59 $u = $this->getConf($asset);
H A Dsyntax.php55 'width' => $this->getConf('width'),
56 'height' => $this->getConf('height'),
57 'align' => $this->getConf('align'),
/plugin/calendoku/
H A Daction.php41 if (!strcmp($this->getConf('icalnamespaces'), ''))
48 $templates = preg_split('/\s/', $this->getConf('icaltemplates'));
54 $namespaces = preg_split('/\s/', $this->getConf('icalnamespaces'));
H A Dhelper.php112 if (strlen($this->plugin->getConf('defaulttimezone')) > 0) {
113 $mytz = new DateTimeZone($this->plugin->getConf('defaulttimezone'));
119 if ($this->plugin->getConf('showlocaltime')) {
161 return $date->format($this->plugin->getConf('datetimeformat'));
163 return $date->format($this->plugin->getConf('dateformat'));

12345678910>>...44