/plugin/elasticsearch/vendor/ruflin/elastica/src/ |
H A D | Result.php | 68 public function getParam($name) function in Elastica\\Result 88 return $this->getParam('_id'); 102 return $this->getParam('_type'); 110 return $this->getParam('fields'); 128 return $this->getParam('_index'); 138 return $this->getParam('_score'); 153 return $this->getParam('sort'); 171 return $this->getParam('_version'); 179 return $this->getParam('inner_hits'); 213 return $this->getParam('_source'); [all …]
|
H A D | Connection.php | 73 return $this->hasParam('port') ? $this->getParam('port') : self::DEFAULT_PORT; 91 return $this->hasParam('host') ? $this->getParam('host') : self::DEFAULT_HOST; 109 return $this->hasParam('proxy') ? $this->getParam('proxy') : null; 168 return $this->hasParam('path') ? $this->getParam('path') : ''; 196 return (int) $this->hasParam('timeout') ? $this->getParam('timeout') : self::TIMEOUT; 241 return (bool) $this->getParam('enabled'); 263 return (bool) $this->hasParam('persistent') ? $this->getParam('persistent') : true; 311 $config = $this->getParam('config'); 348 return $this->hasParam('username') ? $this->getParam('username') : null; 356 return $this->hasParam('password') ? $this->getParam('password') : null; [all …]
|
H A D | AbstractUpdateAction.php | 68 return $this->getParam('_index'); 116 return $this->getParam('if_seq_no'); 147 return $this->getParam('if_primary_term'); 178 return $this->getParam('version'); 210 return $this->getParam('op_type'); 242 return $this->getParam('routing'); 282 return $this->getParam('fields'); 344 $refresh = $this->getParam('refresh'); 376 return $this->getParam('timeout'); 404 return $this->getParam('consistency'); [all …]
|
H A D | Request.php | 71 return $this->getParam('method'); 93 return $this->getParam('data'); 111 return $this->getParam('path'); 121 return $this->getParam('query'); 169 return $this->getParam('contentType');
|
/plugin/blogtng/action/ |
H A D | new.php | 51 if(!$tools->getParam('new/title')){ 57 $new = $tools->mkpostid($tools->getParam('new/format'),$tools->getParam('new/title')); 61 'btng[post][blog]' => $tools->getParam('post/blog'), 62 'btng[post][tags]' => $tools->getParam('post/tags'), 63 'btng[post][commentstatus]' => $tools->getParam('post/commentstatus'), 64 'btng[new][format]' => $tools->getParam('new/format'), 65 'btng[new][title]' => $tools->getParam('new/title') 70 $TEXT = $this->_prepare_template($new, $tools->getParam('new/title'));
|
H A D | edit.php | 58 $blog = $this->tools->getParam('post/blog'); 89 $commentstatus = $this->tools->getParam('post/commentstatus'); 98 $postdate = $this->tools->getParam('post/date'); 163 $blog = $this->tools->getParam('post/blog'); 187 if($this->tools->getParam('post/date') && $this->getConf('editform_set_date')) { 191 $time = mktime($this->tools->getParam('post/date/hh'), 192 $this->tools->getParam('post/date/mm'), 194 $this->tools->getParam('post/date/MM'), 195 $this->tools->getParam('post/date/DD'), 196 $this->tools->getParam('post/date/YY')); [all …]
|
H A D | comments.php | 67 $comment['source'] = $this->tools->getParam('comment/source'); 68 …$comment['name'] = (($commentname = $this->tools->getParam('comment/name'))) ? $commentname : $I… 69 …$comment['mail'] = (($commentmail = $this->tools->getParam('comment/mail'))) ? $commentmail : $I… 70 … $comment['web'] = (($commentweb = $this->tools->getParam('comment/web'))) ? $commentweb : '';
|
/plugin/odt/helper/ |
H A D | config.php | 440 public function getParam($name) { function in helper_plugin_odt_config 557 $value = $this->getParam ($name); 585 $template = $this->getParam ('template'); 588 …if (file_exists($this->getParam('mediadir').'/'.$this->getParam('tpl_dir')."/".$this->getParam ('t… 593 …$warning = sprintf($this->getLang('tpl_not_found'),$this->getParam ('template'),$this->getParam ('… 602 …if (file_exists($this->getParam('mediadir').'/'.$this->getParam('tpl_dir')."/".$this->getParam ('o… 611 …arning = sprintf($this->getLang('tpl_not_found'),$this->getParam ('odt_template'),$this->getParam … 617 $temp = $this->getParam ('disable_links'); 627 $temp = $this->getParam ('toc_pagebreak'); 637 $template = $this->getParam ('template'); [all …]
|
/plugin/bureaucracy-au/helper/ |
H A D | fieldfieldset.php | 41 $form->startFieldset(hsc($this->getParam('display'))); 77 if ($field->getParam('label') != $this->depends_on[0]) { 81 $hidden = $field->getParam('value') != $this->depends_on[1]; 107 function getParam($name) { function in helper_plugin_bureaucracyau_fieldfieldset 111 return parent::getParam($name);
|
H A D | actionmail.php | 101 $value = $field->getParam('value'); 102 $label = $field->getParam('label'); 109 …if($field_tmp->getParam('label') === $field->depends_on[0] && $field_tmp->getParam('value') === $f… 119 $file = $field->getParam('file'); 135 if (!is_null($field->getParam('template')) ) { 136 $this->mailtemplate = $this->replace($field->getParam('template')); 146 if(!is_null($field->getParam('replyto'))) {
|
H A D | field.php | 182 $preload_name = '@' . strtr($this->getParam('label'),' .','__') . '@'; 220 $label = $this->getParam('label'); 221 $value = $this->getParam('value'); 265 $value = $this->getParam('value'); 301 return !is_null($this->getParam('value')); 310 $value = $this->getParam('value'); 341 public function getParam($name) { function in helper_plugin_bureaucracyau_field 347 $value = $this->getParam('value');
|
/plugin/bureaucracyau/helper/ |
H A D | fieldfieldset.php | 41 $form->startFieldset(hsc($this->getParam('display'))); 77 if ($field->getParam('label') != $this->depends_on[0]) { 81 $hidden = $field->getParam('value') != $this->depends_on[1]; 107 function getParam($name) { function in helper_plugin_bureaucracyau_fieldfieldset 111 return parent::getParam($name);
|
H A D | actionmail.php | 101 $value = $field->getParam('value'); 102 $label = $field->getParam('label'); 109 …if($field_tmp->getParam('label') === $field->depends_on[0] && $field_tmp->getParam('value') === $f… 119 $file = $field->getParam('file'); 135 if (!is_null($field->getParam('template')) ) { 136 $this->mailtemplate = $this->replace($field->getParam('template')); 146 if(!is_null($field->getParam('replyto'))) {
|
H A D | field.php | 182 $preload_name = '@' . strtr($this->getParam('label'),' .','__') . '@'; 220 $label = $this->getParam('label'); 221 $value = $this->getParam('value'); 265 $value = $this->getParam('value'); 301 return !is_null($this->getParam('value')); 310 $value = $this->getParam('value'); 341 public function getParam($name) { function in helper_plugin_bureaucracyau_field 347 $value = $this->getParam('value');
|
/plugin/bureaucracy/helper/ |
H A D | fieldfieldset.php | 41 $form->startFieldset(hsc($this->getParam('display'))); 77 if ($field->getParam('label') != $this->depends_on[0]) { 81 $hidden = $field->getParam('value') != $this->depends_on[1]; 107 function getParam($name) { function in helper_plugin_bureaucracy_fieldfieldset 111 return parent::getParam($name);
|
H A D | actionmail.php | 110 $value = $field->getParam('value'); 111 $label = $field->getParam('label'); 118 …if($field_tmp->getParam('label') === $field->depends_on[0] && $field_tmp->getParam('value') === $f… 128 $file = $field->getParam('file'); 144 if (!is_null($field->getParam('template')) ) { 145 $this->mailtemplate = $this->replace($field->getParam('template')); 155 if(!is_null($field->getParam('replyto'))) {
|
H A D | field.php | 182 $preload_name = '@' . strtr($this->getParam('label'),' .','__') . '@'; 220 $label = $this->getParam('label'); 221 $value = $this->getParam('value'); 265 $value = $this->getParam('value'); 301 return !is_null($this->getParam('value')); 310 $value = $this->getParam('value'); 341 public function getParam($name) { function in helper_plugin_bureaucracy_field 347 $value = $this->getParam('value');
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/ |
H A D | AwsAuthV4.php | 42 ? $this->getConnection()->getParam('aws_region') 78 return $connection->getParam('aws_credential_provider'); 83 $connection->getParam('aws_access_key_id'), 84 $connection->getParam('aws_secret_access_key'), 86 ? $connection->getParam('aws_session_token') 109 ? (bool) $conn->getParam('ssl')
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/ |
H A D | WeightedAvg.php | 23 if ($this->hasParam('value') && isset($this->getParam('value')['script'])) { 43 if ($this->hasParam('value') && isset($this->getParam('value')['field'])) { 59 if ($this->hasParam('weight') && isset($this->getParam('weight')['script'])) { 79 if ($this->hasParam('weight') && isset($this->getParam('weight')['field'])) {
|
/plugin/odt/renderer/ |
H A D | page.php | 108 switch ($this->config->getParam('css_usage')) { 132 …($this->css, $this->config->getParam('media_sel'), array($this, 'replaceURLPrefixesCallback'), fal… 189 $media_sel = $this->config->getParam ('media_sel'); 191 $directory = $this->config->getParam ('tpl_dir'); 241 $disabled = $this->config->getParam ('disable_links'); 1983 $media_sel = $this->config->getParam ('media_sel'); 2114 …($text, $this->config->getParam('media_sel'), array($this, 'replaceURLPrefixesCallback'), true, $t… 2223 if (is_dir($this->config->getParam('tmpdir'))) { 2224 $tempDirPath = $this->config->getParam('tmpdir'); 2230 $template = $this->config->getParam ('odt_template'); [all …]
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/ |
H A D | Wildcard.php | 43 $data = $this->getParam($this->field); 51 $data = $this->getParam($this->field); 65 $data = $this->getParam($this->field); 76 $data = $this->getParam($this->field);
|
/plugin/odt/action/ |
H A D | cache.php | 45 $template_name = $this->config->getParam('odt_template'); 49 …$template_path = $this->config->getParam('mediadir') . '/' . $this->config->getParam('tpl_dir') . …
|
/plugin/findologicxmlexport/ |
H A D | OutputXMLHelper.php | 80 public function getUrlParam($paramName, $defaultValue, $getParam) argument 82 if (isset($getParam[$paramName])) { 83 return htmlspecialchars($getParam[$paramName]);
|
/plugin/syntaxhighlighter3/sxh3/src/js/ |
H A D | shCore.js | 1283 getParam: function(name, defaultValue) method in sh.Highlighter 1455 brushName = this.getParam('brush') 1556 if (this.getParam('light') == true) 1561 if (this.getParam('collapse') == true) 1571 classes.push(this.getParam('brush')); 1577 tabSize = this.getParam('tab-size'); 1586 if (this.getParam('unindent')) 1600 if (this.getParam('auto-links')) 1646 if (this.getParam('toolbar')) 1649 if (this.getParam('quick-code')) [all …]
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Rescore/ |
H A D | Query.php | 63 $query = $this->getParam('query'); 76 $query = $this->getParam('query'); 89 $query = $this->getParam('query');
|