Home
last modified time | relevance | path

Searched refs:operation (Results 51 – 75 of 208) sorted by relevance

123456789

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DDanglingIndicesNamespace.asciidoc35 $params['timeout'] = (time) Explicit operation timeout
51 $params['timeout'] = (time) Explicit operation timeout
H A DFeaturesNamespace.asciidoc31 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
H A DWatcherNamespace.asciidoc125 $params['if_seq_no'] = (number) only update the watch if the last operation that has changed the watch has the specified sequence number
126 $params['if_primary_term'] = (number) only update the watch if the last operation that has changed the watch has the specified primary term
H A DSearchableSnapshotsNamespace.asciidoc54 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
55 $params['wait_for_completion'] = (boolean) Should this request wait until the operation has completed before returning (Default = false)
H A DXpackNamespace.asciidoc46 $params['master_timeout'] = (time) Specify timeout for watch write operation
H A DCatNamespace.asciidoc79 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
170 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
194 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
300 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
321 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
341 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
361 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
403 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
443 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
464 $params['master_timeout'] = (time) Explicit operation timeou
[all...]
H A DAsyncSearchNamespace.asciidoc76 $params['index'] = (list) A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices
95 $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
98 $params['search_type'] = (enum) Search operation type (Options = query_then_fetch,dfs_query_then_fetch)
H A DMonitoringNamespace.asciidoc36 $params['body'] = (array) The operation definition and data (action-data pairs), separated by newlines (Required)
H A DCcrNamespace.asciidoc71 $params['index'] = (list) A comma-separated list of index patterns; use `_all` to perform the operation on all indices
84 $params['index'] = (list) A comma-separated list of index patterns; use `_all` to perform the operation on all indices
/plugin/authucenter/lib/api/
H A Duc.php293 function authcode($string, $operation = 'DECODE', $key = '', $expiry = 0) { argument
300 …$keyc = $ckey_length ? ($operation == 'DECODE' ? substr($string, 0, $ckey_length): substr(md5(micr…
305 …$string = $operation == 'DECODE' ? base64_decode(substr($string, $ckey_length)) : sprintf('%010d',…
332 if($operation == 'DECODE') {
/plugin/settingstree/
H A Dscript.js52 …{ call:'plugin_settingstree', operation: 'savelevel', pluginname: pluginname, path: path, sectok: …
81 …{ call:'plugin_settingstree', operation: 'exportlevel', pluginname: pluginname, path: path, sectok…
128 …{ call:'plugin_settingstree', operation: 'loadlevel', pluginname: pluginname, path: id, sectok: to…
149 …{ call:'plugin_settingstree', operation: 'show_hierarchy', pluginname: pluginname, key: key, secto…
/plugin/googlesearch/
H A Dnusoap.php4644 if ($operation == $bOperation) {
5010 * @param string $operation operation name
6645 $payload = "<$operation xmlns=\"$namespace\">" . $payload . "</$operation>";
6647 $payload = "<$operation>" . $payload . "</$operation>";
6654 "</$nsPrefix:$operation>";
6656 $payload = "<$operation>" .
6658 "</$operation>";
6718 function getOperationData($operation){ argument
6719 if(isset($this->operations[$operation])){
6720 return $this->operations[$operation];
[all …]
/plugin/mantis/lib/
H A Dnusoap.php5143 if ($operation == $bOperation) {
5612 * @param string $operation operation name
5706 * @param string $operation operation name
7334 "</$nsPrefix:$operation>";
7336 $payload = "<$operation>" . $payload . "</$operation>";
7343 "</$nsPrefix:$operation>";
7345 $payload = "<$operation>" .
7347 "</$operation>";
7446 function getOperationData($operation){ argument
7453 return $this->operations[$operation];
[all …]
/plugin/openlayersmap/lang/en/
H A Dhelp.txt4 == mouse/touch operation ==
12 == keyboard operation ==
13 Keyboard operation becomes available after activating the map using the tab key (the map will show a focus indicator ring).
/plugin/combo/ComboStrap/
H A DCacheLog.php15 const OPERATION_ATT = "operation";
82 public static function logCacheEvent(string $event, string $path, string $format, string $operation, string $message) argument
91 self::OPERATION_ATT => $operation,
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DWrapper.php149 * @param int $operation Operation is one the following:
158 public function stream_lock($operation) argument
160 return flock($this->getStream(), $operation);
/plugin/farmer/lang/en/
H A Dtab_plugins.txt1 You can activate or deactivate either a plugin for all animals in a single bulk operation or you can edit the plugins of a specific animal.
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DWrapper.php130 public function _case_stream_xxx_lock($operation) argument
134 … $this->function->flock = function ($resource, $operation) use (&$_resource, &$_operation) {
136 $_operation = $operation;
138 if ($operation === LOCK_NB) {
142 return flock($resource, $operation);
147 ->when($result = $wrapper->stream_lock($operation))
155 ->isEqualTo($operation);
/plugin/davcard/db/
H A Dupdate0001.sql18 operation integer field
/plugin/explorertree/
H A Dscript.js17 …{ call:'plugin_explorertree', operation: 'callback', event: is_ns ? 'ns_selected_cb':'page_selecte…
78 …{call: 'plugin_explorertree',operation:'explorertree_branch',itemid:$elem.data('itemid'), loader: …
/plugin/codemirror/dist/keymaps/
H A Dsublime.min.js1operation(function(){var a=b.listSelections().length,e=[],f=-1;for(var g=0;g<a;g++){var h=b.listSe…
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php878 foreach ($changes as $uri => $operation) {
880 switch ($operation) {
910 * @param int $operation 1 = add, 2 = modify, 3 = delete.
913 protected function addChange($calendarId, $objectUri, $operation) { argument
919 $operation,
/plugin/batchedit/
H A Dengine.php917 private $operation; variable in BatcheditProgress
925 public function __construct($sessionId, $operation = self::UNKNOWN, $range = 0) { argument
927 $this->operation = $operation;
932 if ($this->operation != self::UNKNOWN && $this->range > 0) {
971 if ($this->operation == self::APPLY) {
/plugin/davcal/db/
H A Dupdate0001.sql34 operation integer field
/plugin/authucenter/lib/uc_client/model/
H A Dbase.php221 function authcode($string, $operation = 'DECODE', $key = '', $expiry = 0) { argument
222 return uc_authcode($string, $operation, $key, $expiry);

123456789