Home
last modified time | relevance | path

Searched refs:getParam (Results 26 – 50 of 103) sorted by last modified time

12345

/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/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DFilter.php44 'filter' => $this->getParam('filter')->toArray(),
H A DFilters.php35 && \count($this->getParam('filters'))
H A DWeightedAvg.php23 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/elasticsearch/vendor/ruflin/elastica/src/
H A DMapping.php56 return $this->getParam('properties');
140 public function getParam(string $key) function in Elastica\\Mapping
H A DParam.php107 public function getParam($key) function in Elastica\\Param
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 DQuery.php150 return $this->getParam('query');
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...]
H A DAbstractUpdateAction.php37 return $this->hasParam('_id') ? $this->getParam('_id') : null;
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');
310 return $this->getParam('retry_on_conflict');
344 $refresh = $this->getParam('refres
[all...]
H A DCollapse.php35 $existingInnerHits = $this->getParam('inner_hits');
H A DConnection.php73 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;
132 return $this->hasParam('transport') ? $this->getParam('transport') : self::DEFAULT_TRANSPORT;
150 return (bool) $this->hasParam('compression') ? $this->getParam('compression') : self::DEFAULT_COMPRESSION;
168 return $this->hasParam('path') ? $this->getParam('path') : '';
196 return (int) $this->hasParam('timeout') ? $this->getParam('timeout') : self::TIMEOUT;
221 return (int) $this->hasParam('connectTimeout') ? $this->getParam('connectTimeout') : self::CONNECT_TIMEOUT;
241 return (bool) $this->getParam('enabled');
263 return (bool) $this->hasParam('persistent') ? $this->getParam('persisten
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DTerms.php56 $terms = $this->getParam($this->field);
H A DWildcard.php43 $data = $this->getParam($this->field);
51 $data = $this->getParam($this->field);
65 $data = $this->getParam($this->field);
76 $data = $this->getParam($this->field);
/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 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/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md1453 - Add getParam & getProperties methods to Elastica\Type\Mapping
1984 - Added getParam to Elastica_Result that more values can be retrieved from the hit array

12345