Home
last modified time | relevance | path

Searched refs:param (Results 401 – 425 of 1180) sorted by path

1...<<11121314151617181920>>...48

/plugin/dwspecialist/
H A Daction.php96 * @param unknown_type $param
98 function insert_button(& $event, $param) { argument
/plugin/dwtimeline/
H A Daction.php24 public function insert_button(Doku_Event $event, $param) { argument
/plugin/dyncontent/
H A Daction.php28 public function insert_button(Doku_Event $event, $param) { argument
49 public function handle_parser_wikitext_preprocess(Doku_Event &$event, $param) { argument
/plugin/editions/
H A Daction.php36 function openContent(&$event, $param){ argument
45 function closeContent(&$event, $param){ argument
54 function openSection(&$event, $param) { argument
64 function closeSection(&$event, $param){ argument
74 function cleanDocument(&$event, $param){ argument
83 function addIcons(&$event, $param) { argument
/plugin/editsections/action/
H A Des.php51 function _editbutton(&$event, $param) { argument
/plugin/editsections2/
H A Daction.php77 function handleInstructions(&$event, $param) argument
97 function handleHtmlContent(&$event, $param) argument
204 function rewriteEditInstructions(&$event, $param) argument
/plugin/editx/
H A Daction.php27 function _append_to_edit(&$event, $param) { argument
37 function _handle_act(&$event, $param) { argument
42 function _handle_tpl_act(&$event, $param) { argument
/plugin/elasticsearch/action/
H A Dindexing.php22 * @param Doku_Event_Handler $controller DokuWiki's event controller object
35 * @param Doku_Event $event event object by reference
57 * @param Doku_Event $event
68 * @param Doku_Event $event event object by reference
81 * @param Doku_Event $event
82 * @param $param
84 public function handle_media_delete(Doku_Event $event, $param) argument
92 * @param string $id
127 * @param arra
[all...]
H A Dsearch.php43 * @param Doku_Event_Handler $controller DokuWiki's event controller object
56 * @param Doku_Event $event
57 * @param $param
59 public function handle_preprocess(Doku_Event $event, $param) { argument
68 * @param Doku_Event $event
69 * @param $param
71 public function handle_action(Doku_Event $event, $param) { argument
186 * @param Doku_Even
[all...]
/plugin/elasticsearch/helper/
H A Dform.php20 * @param array $aggregations
44 * @param Form $searchForm
45 * @param array $aggregations
56 $param = $term === 'namespace' ? 'ns' : $term;
57 $this->addCheckboxSelector($searchForm, $aggregation['buckets'], $param);
67 * @param Form $searchForm
68 * @param array $aggregations Namespace aggregations
69 * @param string $param Prefix to use in input names
71 protected function addCheckboxSelector(Form $searchForm, array $aggregations, $param) argument
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md223 - Fixed scroll TTL is extracted but not set as a body param
310 - Add 'max_concurrent_shard_requests' param to MSearch endpoint [[00800c1]](http://github.com/elasticsearch/elasticsearch-php/commit/00800c1)
316 - fix DeleteByQuery param white list (#748) [[8d963c6]](http://github.com/elasticsearch/elasticsearch-php/commit/8d963c6)
338 - Remove PutTemplate endpoint, lang param of PutScript no longer used [[a13544f]](http://github.com/elasticsearch/elasticsearch-php/commit/a13544f)
383 - Add 'allow_no_indices' param to Indices\Delete whitelist [[3a3a5ab]](http://github.com/elasticsearch/elasticsearch-php/commit/3a3a5ab)
384 - Add 'verbose' param to Snapshot\Get whitelist [[b70b933]](http://github.com/elasticsearch/elasticsearch-php/commit/b70b933)
385 - Add 'pre_filter_shard_size' param to Search whitelist [[f708d9d]](http://github.com/elasticsearch/elasticsearch-php/commit/f708d9d)
386 - Add 'ignore_unavailable' param to Indices\Delete whitelist [[8133021]](http://github.com/elasticsearch/elasticsearch-php/commit/8133021)
387 - Add 'include_defaults' param to Cluster\Settings\Get whitelist [[8e5ab38]](http://github.com/elasticsearch/elasticsearch-php/commit/8e5ab38)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc820 $params['id'] = (string) The id of the document, when not specified a doc param should be supplied.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnection-factory.asciidoc31 * @param $hostDetails
H A Dconnection-pool.asciidoc128 * @param bool $force
177 * @param bool $force
H A Dcrud.asciidoc6 you can address these with the `type` param.
H A Drelease-notes.asciidoc348 * Fixed scroll TTL is extracted but not set as a body param
H A Dselectors.asciidoc106 * @param array $connections Array of Connection objects
H A Dserializers.asciidoc162 * @param string|array $data Request body
174 * @param string $data Response body
175 * @param array $headers Response Headers
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/
H A DAbstractConnectionPool.php62 * @param ConnectionInterface[] $connections The Connections to choose from
63 * @param SelectorInterface $selector A Selector instance to perform the selection logic for the available connections
64 * @param ConnectionFactoryInterface $factory ConnectionFactory instance
65 * @param array $connectionPoolParams
70 foreach ($paramList as $param) {
71 if (isset($$param) === false) {
72 throw new InvalidArgumentException('`' . $param . '` parameter must not be null');
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md111 * Allowed to configure a sub key when adding a param with `Elastica\Param::addParam()` by @deguif [#2030](https://github.com/ruflin/Elastica/pull/2030)
434 * [Field](https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-function-score-query.html#function-random) param for `Elastica\Query\FunctionScore::addRandomScoreFunction` [#1529](https://github.com/ruflin/Elastica/pull/1529)
617 - skip sending "retry_on_conflict=0" default query param to improve compatibility with Amazon Elasticsearch [#1047](https://github.com/ruflin/Elastica/pull/1047)
643 - Removed the `routing` option in `\Elastica\Index::create` because there is no routing param when creating an index. So that option was doing nothing so far but fails in Elasticearch 5.0 because the non-existing query param is validated.
691 - Replace flush refresh param with a options array
791 - [Multi value field](https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-function-score-query.html#_multi_values_fields) param for decay function.
829 - `Elastica\Type->deleteByQuery($query, $options)` $query param can be a query `array` again https://github.com/ruflin/Elastica/issues/1072 [#1073](https://github.com/ruflin/Elastica/pull/1073)
848 `field` or `script` param.
849 - `Elastica\Index->deleteByQuery($query, $options)` $query param ca
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DResult.php22 * @param array $hit Hit data
34 * @param string $key Key name
48 * @param string $key Key name
58 * Returns a param from the result hit array.
62 * If the param does not exist, an empty array is returned
64 * @param string $name Param name
74 * Test if a param from the result hit is set.
250 * @param mixed $value
252 public function setParam(string $param, $value): void argument
254 $this->_hit[$param]
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DHttp.php40 * @param array<string, mixed> $params Host, Port, ...
195 * @param \CurlHandle|resource $curlConnection Curl connection
200 foreach ($this->getConnection()->getConfig('curl') as $key => $param) {
201 \curl_setopt($curlConnection, $key, $param);
209 * @param bool $persistent False if not persistent connection
/plugin/emoji/
H A Daction.php15 public function tplMetaheaderOutput(Doku_Event &$event, $param) { argument
/plugin/encryptedpasswords/
H A Daction.php24 * @param Event $event event object by reference
25 * @param mixed $param optional parameter passed when event was registered
28 public function handleDokuWikiStarted(Event $event, $param)
37 * @param Event $event event object by reference
38 * @param mixed $param optional parameter passed when event was registered
41 public function handleDraftSave(Event $event, $param)
26 handleDokuWikiStarted(Doku_Event $event, $param) global() argument
39 handleDraftSave(Doku_Event $event, $param) global() argument
/plugin/epnsmartlink/
H A Daction.php26 public function _get_conf(Doku_Event $event, $param) argument

1...<<11121314151617181920>>...48