Home
last modified time | relevance | path

Searched refs:getConf (Results 476 – 500 of 1091) sorted by relevance

1...<<11121314151617181920>>...44

/plugin/svgimg2/
H A Daction.php38 …is->getConf('return_type') : (in_array( hsc($_REQUEST['return_type']), array('png', 'jpg', 'jpeg')…
/plugin/xcom/
H A Daction.php41 $local_url = $this->getConf('local_url') ;
47 $inidir = trim($this->getConf('inidir'));
/plugin/multilingual/
H A Dhelper.php25 $this->trans = strtolower(str_replace(',',' ',$this->getConf('enabled_langs')));
71 if(file_exists(DOKU_PLUGIN.'multilingual/flags/langnames.php') && $this->getConf('flags')) {
/plugin/html2pdf/multilingual/
H A Dhelper.php25 $this->trans = strtolower(str_replace(',',' ',$this->getConf('enabled_langs')));
71 if(file_exists(DOKU_PLUGIN.'multilingual/flags/langnames.php') && $this->getConf('flags')) {
/plugin/src/
H A Daction.php80 $location = $this->getConf('location');
87 $file = $this->getConf['location'].$file;
/plugin/datapopup/
H A Daction.php26 $JSINFO['plugin']['datapopup']['registered_types'] = $this->getConf('registered_types');
51 $fields = explode(',',$this->getConf('fields'));
/plugin/source/
H A Daction.php78 $location = $this->getConf('location');
85 $file = $this->getConf['location'].$file;
/plugin/hidepages/
H A Dsyntax.php31 if($this->getConf('hidefromsearch')) array_push($data, 'search');
32 if($this->getConf('hidefromsitemap')) array_push($data, 'sitemap');
/plugin/blogtng/renderer/
H A Dcomment.php93 …$comments_xhtml_renderer = array_map('trim', explode(',', $this->getConf('comments_xhtml_renderer'…
94 …$comments_forbid_syntax = array_map('trim', explode(',', $this->getConf('comments_forbid_syntax'))…
/plugin/structpublish/action/
H A Dshow.php39 (auth_isadmin() && !$this->getConf('restrict_admin'))
80 (auth_isadmin() && !$this->getConf('restrict_admin'))
/plugin/youtrack/
H A Dhelper.php144 $url = $this->getConf('url');
158 $user = $this->getConf('user');
159 $password = $this->getConf('password');
/plugin/nssize/
H A Dsyntax.php40 $alert = ($bytes>$this->getConf('alert_size'));
41 $name = $this->getConf('show_abs_path')===1?$path:$p.'/'.$match;
45 if($this->getConf('display_sum')){
/plugin/achart/
H A Dsyntax.php55 'width' => $this->getConf('width'),
56 'height' => $this->getConf('height'),
57 'align' => $this->getConf('align'),
/plugin/infomail/
H A Daction.php84 $lists = explode('|', $this->getConf('default_recipient'));
155 … $s_name = $INPUT->filter('trim')->str('s_name', $this->getConf('default_sender_displayname'));
159 $s_email = $INPUT->filter('trim')->str('s_email', $this->getConf('default_sender'), true);
183 $subject = $this->getConf('subjectprefix') . ' ' . $INPUT->str('subject');
/plugin/mantisreporter/
H A Dsyntax.php341 …$parameters = array('username' => $this->getConf('soap_user'), 'password' => $this->getConf('soap_…
394 return $this->getConf('soap_url');
408 function getConf($setting){ function in syntax_plugin_mantisreporter
/plugin/blog/syntax/
H A Darchive.php47 if ($ns == '') $ns = cleanID($this->getConf('namespace'));
113 if ($this->getConf('showhistogram')) {
212 $max_months = $this->getConf('max_months');
213 $histogram_height = $this->getConf('histogram_height');
/plugin/icalevents/
H A Dsyntax-impl.php89 $template = $this->getConf('template:' . $showAs);
91 $template = $this->getConf('default');
217 $dateFormat = $dformat ?: $this->getConf('dformat') ?: '%Y/%m/%d';
218 $timeFormat = $tformat ?: $this->getConf('tformat') ?: '%H:%M';
522 $prefix = $this->getConf('customLocationUrlPrefix') ?: $this->getConf('locationUrlPrefix');
/plugin/openid/
H A Daction.php245 if ($this->getConf('openid_disable_registration') && $event->data == 'register') {
251 …if ($this->getConf('openid_disable_update_profile') && ($event->data == 'profile'||$event->data ==…
294 } else if (!$this->getConf('openid_disable_update_profile')) {
348 if($this->getConf('openid_disable_update_profile')){
361 if (!empty($this->getConf('openid_identifier'))){
362 $form->addHidden('openid_identifier', $this->getConf('openid_identifier'));
/plugin/datatables/
H A Daction.php44 'enableForAllTables' => $this->getConf('enableForAllTables'),
69 $excluded_pages = $this->getConf('excludedPages');
/plugin/visio/
H A Dsyntax.php68 $renderer->doc .= '<OBJECT classid="'.$this->getConf('classid').'" ';
69 …$renderer->doc .= 'codebase="'.$this->getConf('codebase').'" id="viewer1" width="'.$width.'" heigh…
/plugin/badbehaviour/
H A Daction.php53 'skipblackhole' => $this->getConf('skipblackhole')
88 return $bb2->getConf('email');
/plugin/pdftools/
H A Daction.php29 $show_button = !$this->getConf("print hide");
30 $hide_on_start = $this->getConf("print hide on start");
/plugin/wrap/
H A Daction.php22 $syntaxDiv = $this->getConf('syntaxDiv');
23 $syntaxSpan = $this->getConf('syntaxSpan');
/plugin/folded/syntax/
H A Dspan.php54 if ($this->getConf('unfold_default')) {
63 if ($this->getConf('unfold_default')) {
/plugin/button/
H A Daction.php34 $syntaxDiv = $this->getConf('syntaxDiv');
35 $syntaxSpan = $this->getConf('syntaxSpan');

1...<<11121314151617181920>>...44