Home
last modified time | relevance | path

Searched refs:getParam (Results 76 – 100 of 103) sorted by path

12345

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DReindex.php229 $script = $this->getParam(self::SCRIPT);
H A DRequest.php71 return $this->getParam('method');
93 return $this->getParam('data');
111 return $this->getParam('path');
121 return $this->getParam('query');
169 return $this->getParam('contentType');
H A DResult.php68 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('_sourc
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Rescore/
H A DQuery.php63 $query = $this->getParam('query');
76 $query = $this->getParam('query');
89 $query = $this->getParam('query');
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DAwsAuthV4.php42 ? $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')
H A DGuzzle.php126 if ($this->hasParam('postWithRequestBody') && true == $this->getParam('postWithRequestBody')) {
H A DHttp.php126 if ($this->hasParam('postWithRequestBody') && true == $this->getParam('postWithRequestBody')) {
H A DHttpAdapter.php106 if ($this->hasParam('postWithRequestBody') && true == $this->getParam('postWithRequestBody')) {
/plugin/eventum/XML/
H A DRPC.php1319 function getParam($i) function in XML_RPC_Message
/plugin/findologicxmlexport/
H A DOutputXMLHelper.php80 public function getUrlParam($paramName, $defaultValue, $getParam) argument
82 if (isset($getParam[$paramName])) {
83 return htmlspecialchars($getParam[$paramName]);
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/odt/action/
H A Dcache.php45 $template_name = $this->config->getParam('odt_template');
49 …$template_path = $this->config->getParam('mediadir') . '/' . $this->config->getParam('tpl_dir') . …
H A Dexport.php259 search($result, $this->config->getParam('datadir'), 'search_allpages', $opts, $dir);
/plugin/odt/helper/
H A Dconfig.php440 public function getParam($name) { function in helper_plugin_odt_config
557 $value = $this->getParam ($name);
586 $template = $this->getParam ('template');
589 …if (file_exists($this->getParam('mediadir').'/'.$this->getParam('tpl_dir')."/".$this->getParam ('t…
594 …$warning = sprintf($this->getLang('tpl_not_found'),$this->getParam ('template'),$this->getParam ('…
603 …if (file_exists($this->getParam('mediadir').'/'.$this->getParam('tpl_dir')."/".$this->getParam ('o…
612 …arning = sprintf($this->getLang('tpl_not_found'),$this->getParam ('odt_template'),$this->getParam
618 $temp = $this->getParam ('disable_links');
628 $temp = $this->getParam ('toc_pagebreak');
638 $template = $this->getParam ('template');
[all …]
/plugin/odt/renderer/
H A Dpage.php108 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');
1987 $media_sel = $this->config->getParam ('media_sel');
2118 …($text, $this->config->getParam('media_sel'), array($this, 'replaceURLPrefixesCallback'), true, $t…
2227 if (is_dir($this->config->getParam('tmpdir'))) {
2228 $tempDirPath = $this->config->getParam('tmpdir');
2234 $template = $this->config->getParam ('odt_template');
[all …]
H A Dpagepdf.php79 $temp_dir = $this->config->getParam('tmpdir');
89 $command = $this->config->getParam('convert_to_pdf');
/plugin/odt/
H A Dsyntax.php244 if ($this->config->getParam ('index_in_browser') == 'hide') {
/plugin/prettyphoto/js/
H A Djquery.prettyPhoto.js222 …movie_width = ( parseFloat(getParam('width',pp_images[set_position])) ) ? getParam('width',pp_imag…
223 …movie_height = ( parseFloat(getParam('height',pp_images[set_position])) ) ? getParam('height',pp_i…
270 movie_id = getParam('v',pp_images[set_position]);
284 …(getParam('rel',pp_images[set_position])) ? movie+="?rel="+getParam('rel',pp_images[set_position])…
902 function getParam(name,url){ function
/plugin/struct/action/
H A Dbureaucracy.php96 $value = $field->getParam('value');
160 $tosave[$tbl][$lbl] = $field->getParam('value');
/plugin/struct/helper/
H A Dfield.php112 $value = $this->getParam('value');
H A Dfieldhidden.php23 $form->addHidden($params['name'], $this->getParam('value') . '');
H A Dlookup.php34 $tosave[$tbl][$lbl] = $field->getParam('value');
/plugin/structcombolookup/
H A Daction.php58 $rawvalue = $field->getParam('value');
/plugin/structupdate/helper/
H A Dupdate.php57 $tosave[$tbl][$lbl] = $field->getParam('value');
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js2564 getParam: function(name, defaultValue) method in sh.Highlighter
2736 brushName = this.getParam('brush')
2837 if (this.getParam('light') == true)
2842 if (this.getParam('collapse') == true)
2852 classes.push(this.getParam('brush'));
2858 tabSize = this.getParam('tab-size');
2867 if (this.getParam('unindent'))
2881 if (this.getParam('auto-links'))
2927 if (this.getParam('toolbar'))
2930 if (this.getParam('quick-code'))
[all …]

12345