Home
last modified time | relevance | path

Searched refs:getConf (Results 251 – 275 of 1091) sorted by relevance

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

/plugin/adfs/
H A Dhelper.php37 $cert = $this->getConf('certificate');
66 'entityId' => $this->getConf('idPEntityID'),
68 'url' => $this->getConf('endpoint'),
/plugin/katex/action/
H A Dload.php45 if ( $this->getConf( 'extension-mhchem' ) ) {
52 if ( $this->getConf( 'extension-copy-tex' ) ) {
84 $cdn_provider = $this->getConf( 'cdn-provider' );
/plugin/shorty/
H A Dhelper.php91 $uri = $this->getConf('bitly_oauth_api');
92 $uri .= "shorten?access_token=" . $this->getConf('bitly_oauth_access_token');
122 $uri = $this->getConf('yourls_url');
123 $uri .= "/yourls-api.php?signature=" . $this->getConf('yourls_token');
/plugin/pgsqlquery/
H A Dsyntax.php80 $host = $this->getConf('Host');
81 $DB = $this->getConf('DB');
82 $user = $this->getConf('user');
83 $password = $this->getConf('password');
/plugin/cli/
H A Dsyntax.php73 if(''!=($s=$this->getConf('prompt')))
75 if(''!=($s=$this->getConf('continue')))
77 if(''!=($s=$this->getConf('comment')))
79 $this->_parsenamedparam($this->getConf('namedprompt'), self::PROMPT);
80 $this->_parsenamedparam($this->getConf('namedcontinue'), self::CONT);
81 $this->_parsenamedparam($this->getConf('namedcomment'), self::COMMENT);
314 'background-color' => $this->getConf('odtbackground'),
315 'border' => $this->getConf('odtborderwidth').' solid '.
316 $this->getConf('odtbordercolor'),
485 if($this->getConf('debug'))
[all …]
/plugin/translate/
H A Dhelper.php67 if (!isset($lang) && $this->getConf('guess_lang_by_ns')) {
72 if (!isset($lang) && $this->getConf('guess_lang_by_ui_lang')) {
76 if (!isset($lang) && ($default = $this->getConf('default_language')) &&
129 $str = trim($this->getConf('include_namespaces'));
142 $str = $this->getConf('exclude_namespaces');
149 $str = $this->getConf('exclude_pagenames');
171 $grp = $this->getConf('translator_group');
213 $text = $this->getConf('link_style') == 'langname' ? $langname : $language;
327 if ($this->getConf('use_language_namespace')) {
345 return $this->getConf('use_language_namespace') ?
[all …]
/plugin/mediatooltip/
H A Daction.php16 $this->toolTipOptions = $this->getConf('fields');
76 $use_real = $this->getConf('enable_real');
77 $photogroups = $this->getConf('groups');
97 if($this->getConf('enable_userid')) {
124 $date_style = $this->getConf('date_style');
135 $time_format = $this->getConf('time_format');
221 $captionpos = $this->getConf('captionpos');
238 $copypos = trim($this->getConf('copypos'));
/plugin/sqljson/
H A Dsyntax.php82 $host = $this->getConf('Host');
83 $DB = $this->getConf('DB');
84 $user = $this->getConf('user');
85 $password = $this->getConf('password');
/plugin/barcodes/
H A Dsyntax.php62 …utes()['img-type'] ? strval($barcode->attributes()['img-type']) : $this->getConf('default_img_type…
63 … Color::str2hex($barcode->attributes()['color']) : Color::str2hex($this->getConf('default_color'));
64 …ttributes()['background-color']) : ($this->getConf('default_background_color') ? Color::str2hex($t…
/plugin/linkback/action/
H A Dsend.php56 if (!$this->getConf('allow_guests') && !$_SERVER['REMOTE_USER'])
120 if ($item[0] == 'internallink' && $this->getConf('ping_internal')) {
145 if (!$this->getConf('allow_guests') && !$_SERVER['REMOTE_USER'])
162 $namespace_conf = $this->getConf('enabled_namespaces');
214 $range = $this->getConf('range') * 1024;
225 $order = explode(',', $this->getConf('order'));
244 if (!$this->getConf('enable_' . $type)) {
H A Ddisplay.php102 (!$this->getConf('show_trackback_url') || !$this->getConf('enable_trackback')))
109 if ($this->getConf('show_trackback_url') && $data['receive']) {
159 if ($this->getConf('usefavicon')) {
161 $icon = $this->getConf('favicon_default');
182 ($this->getConf('usefavicon') ? $style : '') . '>' . NL .
202 echo '<div class="linkback_line" ' . ($this->getConf('usefavicon') ? $style : '') . '>&nbsp;</div>' . NL;
/plugin/ahrefmenu/
H A Dadmin.php76 …_dir . 'generate_map.py" "' . $this->getConf('rooturl'). '" "'. $this->getConf('deeppages') . '" "…
/plugin/searchtext/
H A Daction.php19 if ($this->getConf('search_in_text')) {
29 if($this->getConf('search_in_text')) {
41 if($this->getConf('snippet_in_text')) {
/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_163705.bak100 if ($this->getConf(FB_EVENTS_APPLICATION_ID) == '') {
103 if ($this->getConf(FB_EVENTS_APPLICATION_SECRET) == '') {
123 $template = $this->getConf($params[FB_EVENTS_SHOW_AS]);
125 $template = $this->getConf('default');
132 $wallposts_template = $this->getConf('wallposts_default');
166 $date_format = $this->getConf(FB_EVENTS_DATE_FORMAT);
167 $time_format = $this->getConf(FB_EVENTS_TIME_FORMAT);
170 $fb_app_id = $this->getConf(FB_EVENTS_APPLICATION_ID);
171 $fb_secret = $this->getConf(FB_EVENTS_APPLICATION_SECRET);
294 …$dateTimeStart = date($this->getConf(FB_EVENTS_TIME_FORMAT).', '.$this->getConf(FB_EVENTS_DATE_FOR…
[all …]
H A Dsyntax.php.2018-03-08_165255.bak104 if ($this->getConf(FB_EVENTS_APPLICATION_ID) == '') {
107 if ($this->getConf(FB_EVENTS_APPLICATION_SECRET) == '') {
127 $template = $this->getConf($params[FB_EVENTS_SHOW_AS]);
129 $template = $this->getConf('default');
136 $wallposts_template = $this->getConf('wallposts_default');
170 $date_format = $this->getConf(FB_EVENTS_DATE_FORMAT);
171 $time_format = $this->getConf(FB_EVENTS_TIME_FORMAT);
174 $fb_app_id = $this->getConf(FB_EVENTS_APPLICATION_ID);
175 $fb_secret = $this->getConf(FB_EVENTS_APPLICATION_SECRET);
301 …$dateTimeStart = date($this->getConf(FB_EVENTS_TIME_FORMAT).', '.$this->getConf(FB_EVENTS_DATE_FOR…
[all …]
H A Dsyntax.php.2018-03-08_163658.bak100 if ($this->getConf(FB_EVENTS_APPLICATION_ID) == '') {
103 if ($this->getConf(FB_EVENTS_APPLICATION_SECRET) == '') {
123 $template = $this->getConf($params[FB_EVENTS_SHOW_AS]);
125 $template = $this->getConf('default');
132 $wallposts_template = $this->getConf('wallposts_default');
166 $date_format = $this->getConf(FB_EVENTS_DATE_FORMAT);
167 $time_format = $this->getConf(FB_EVENTS_TIME_FORMAT);
170 $fb_app_id = $this->getConf(FB_EVENTS_APPLICATION_ID);
171 $fb_secret = $this->getConf(FB_EVENTS_APPLICATION_SECRET);
295 …$dateTimeStart = date($this->getConf(FB_EVENTS_TIME_FORMAT).', '.$this->getConf(FB_EVENTS_DATE_FOR…
[all …]
H A Dsyntax.php.2018-03-08_163718.bak100 if ($this->getConf(FB_EVENTS_APPLICATION_ID) == '') {
103 if ($this->getConf(FB_EVENTS_APPLICATION_SECRET) == '') {
123 $template = $this->getConf($params[FB_EVENTS_SHOW_AS]);
125 $template = $this->getConf('default');
132 $wallposts_template = $this->getConf('wallposts_default');
166 $date_format = $this->getConf(FB_EVENTS_DATE_FORMAT);
167 $time_format = $this->getConf(FB_EVENTS_TIME_FORMAT);
170 $fb_app_id = $this->getConf(FB_EVENTS_APPLICATION_ID);
171 $fb_secret = $this->getConf(FB_EVENTS_APPLICATION_SECRET);
294 …$dateTimeStart = date($this->getConf(FB_EVENTS_TIME_FORMAT).', '.$this->getConf(FB_EVENTS_DATE_FOR…
[all …]
H A Dsyntax.php.2018-03-08_164623.bak100 if ($this->getConf(FB_EVENTS_APPLICATION_ID) == '') {
103 if ($this->getConf(FB_EVENTS_APPLICATION_SECRET) == '') {
123 $template = $this->getConf($params[FB_EVENTS_SHOW_AS]);
125 $template = $this->getConf('default');
132 $wallposts_template = $this->getConf('wallposts_default');
166 $date_format = $this->getConf(FB_EVENTS_DATE_FORMAT);
167 $time_format = $this->getConf(FB_EVENTS_TIME_FORMAT);
170 $fb_app_id = $this->getConf(FB_EVENTS_APPLICATION_ID);
171 $fb_secret = $this->getConf(FB_EVENTS_APPLICATION_SECRET);
294 …$dateTimeStart = date($this->getConf(FB_EVENTS_TIME_FORMAT).', '.$this->getConf(FB_EVENTS_DATE_FOR…
[all …]
H A Dsyntax.php.2018-03-08_164706.bak104 if ($this->getConf(FB_EVENTS_APPLICATION_ID) == '') {
107 if ($this->getConf(FB_EVENTS_APPLICATION_SECRET) == '') {
127 $template = $this->getConf($params[FB_EVENTS_SHOW_AS]);
129 $template = $this->getConf('default');
136 $wallposts_template = $this->getConf('wallposts_default');
170 $date_format = $this->getConf(FB_EVENTS_DATE_FORMAT);
171 $time_format = $this->getConf(FB_EVENTS_TIME_FORMAT);
174 $fb_app_id = $this->getConf(FB_EVENTS_APPLICATION_ID);
175 $fb_secret = $this->getConf(FB_EVENTS_APPLICATION_SECRET);
298 …$dateTimeStart = date($this->getConf(FB_EVENTS_TIME_FORMAT).', '.$this->getConf(FB_EVENTS_DATE_FOR…
[all …]
H A Dsyntax.php.2018-03-08_165027.bak104 if ($this->getConf(FB_EVENTS_APPLICATION_ID) == '') {
107 if ($this->getConf(FB_EVENTS_APPLICATION_SECRET) == '') {
127 $template = $this->getConf($params[FB_EVENTS_SHOW_AS]);
129 $template = $this->getConf('default');
136 $wallposts_template = $this->getConf('wallposts_default');
170 $date_format = $this->getConf(FB_EVENTS_DATE_FORMAT);
171 $time_format = $this->getConf(FB_EVENTS_TIME_FORMAT);
174 $fb_app_id = $this->getConf(FB_EVENTS_APPLICATION_ID);
175 $fb_secret = $this->getConf(FB_EVENTS_APPLICATION_SECRET);
300 …$dateTimeStart = date($this->getConf(FB_EVENTS_TIME_FORMAT).', '.$this->getConf(FB_EVENTS_DATE_FOR…
[all …]
H A Dsyntax.php.2018-03-08_165158.bak104 if ($this->getConf(FB_EVENTS_APPLICATION_ID) == '') {
107 if ($this->getConf(FB_EVENTS_APPLICATION_SECRET) == '') {
127 $template = $this->getConf($params[FB_EVENTS_SHOW_AS]);
129 $template = $this->getConf('default');
136 $wallposts_template = $this->getConf('wallposts_default');
170 $date_format = $this->getConf(FB_EVENTS_DATE_FORMAT);
171 $time_format = $this->getConf(FB_EVENTS_TIME_FORMAT);
174 $fb_app_id = $this->getConf(FB_EVENTS_APPLICATION_ID);
175 $fb_secret = $this->getConf(FB_EVENTS_APPLICATION_SECRET);
299 …$dateTimeStart = date($this->getConf(FB_EVENTS_TIME_FORMAT).', '.$this->getConf(FB_EVENTS_DATE_FOR…
[all …]
/plugin/html2pdf/multilingual/
H A Daction.php40 if($this->getConf('start_redirect')) {
43 if($this->getConf('use_browser_lang')) {
67 $enabled_languages = preg_split("/ /", $this->getConf('enabled_langs') );
/plugin/sfauth/
H A Dauth.php61 if(!$this->getConf('consumer key')) return false;
62 if(!$this->getConf('consumer secret')) return false;
63 if(!$this->getConf('auth url')) return false;
/plugin/skilltagicon/action/
H A Dicon.php49 $easy_tag = $this->getConf('easy_tag');
50 $intermediate_tag = $this->getConf('intermediate_tag');
51 $expert_tag = $this->getConf('expert_tag');
/plugin/multilingual/
H A Daction.php40 if($this->getConf('start_redirect')) {
43 if($this->getConf('use_browser_lang')) {
67 $enabled_languages = preg_split("/ /", $this->getConf('enabled_langs') );

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