Home
last modified time | relevance | path

Searched refs:returns (Results 26 – 50 of 171) sorted by last modified time

1234567

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md58 - Show generic error messages when server returns no response
H A DREADME.md185 associative array containing a decoded version of the JSON that Elasticsearch returns:
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md324 * The `\Elastica\Query\GeoPolygon::count()` method now returns the count of points passed to the filter [#1696](https://github.com/ruflin/Elastica/pull/1696)
426 * Made result sets adhere to `\Iterator` interface definition that they implement. Specifically, you need to call `valid()` on the result set before calling `current()`. When using `foreach` this is done by PHP automatically. When `valid` returns false, the return value of `current` is undefined instead of false. [#1506](https://github.com/ruflin/Elastica/pull/1506)
427 * `\Elastica\ResultSet::next` returns `void` instead of `\Elastica\Result|false`
428 * `\Elastica\Bulk\ResponseSet::current` returns `\Elastica\Bulk\Response` instead of `\Elastica\Bulk\Response|false`
429 * `\Elastica\Multi\ResultSet::current` returns `\Elastica\ResultSet` instead of `\Elastica\ResultSet|false`
602 - Fix reading bool index settings like `\Elastica\Index\Settings::getBlocksWrite`. Elasticsearch returns all settings as strings and does not normalize bool values.
739 - `Health::getIndices` returns key=>value result, where key === $indexName.
928 - Elastica\Reponse::getError() now returns and array instead of a string
1061 - `Elastica\ScanAndScroll::$_lastScrollId` removed: `key()` now always returns the next scroll id [#842](https://github.com/ruflin/Elastica/issues/842/)
1477 - Document::setDocAsUpsert() now returns th
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dindex-operations.asciidoc228 The GET Mappings API returns the mapping details about your indices. Depending
H A Drelease-notes.asciidoc129 * Show generic error messages when server returns no response
H A Dsearch-operations.asciidoc247 `scroll` enabled. This returns a "page" of documents, and a `scroll_id` which is
H A Dselectors.asciidoc16 This selector returns connections in a round-robin fashion. Node #1 is selected
73 This selector returns a random node, regardless of state. It is generally just
H A Dconfig-hash.asciidoc8 method, which accepts an array of configurations and returns a fully built
H A Dconnecting.asciidoc260 decoded version of the JSON that {es} returns:
280 Let's get the document that we just indexed. This returns the document:
H A Dconnection-pool.asciidoc13 returns a `NoNodesAvailableException`. This is distinct from an exception due to
77 The `SimpleConnectionPool` returns the next node as specified by the selector;
78 it does not track node conditions. It returns nodes either they are dead or
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClientBuilder.asciidoc446 Build and returns the Client object
/plugin/elasticsearch/vendor/react/promise/
H A DCHANGELOG.md185 * `resolve()` now always returns a `ExtendedPromiseInterface`.
H A DREADME.md103 The `promise` method returns the promise of the deferred.
200 It returns a new promise that will fulfill with the return value of either
245 `done()` always returns `null`.
289 * If `$promise` fulfills, and `$onFulfilledOrRejected` returns successfully,
291 * If `$promise` fulfills, and `$onFulfilledOrRejected` throws or returns a
294 * If `$promise` rejects, and `$onFulfilledOrRejected` returns successfully,
296 * If `$promise` rejects, and `$onFulfilledOrRejected` throws or returns a
316 Similar asynchronous code (with `doSomething()` that returns a promise) can be
642 Each call to `then()` returns a new promise that will resolve with the return
651 // and returns
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DIndicesNamespace.asciidoc143 $params['wait_for_active_shards'] = (string) Set the number of active shards to wait for on the cloned index before the operation returns.
162 $params['wait_for_active_shards'] = (string) Sets the number of active shards to wait for before the operation returns. Set to `index-setting` to wait according to the index setting `index.write.wait_for_active_shards`, or `all` to wait for all shards, or an integer. Defaults to `0`.
436 $params['wait_for_active_shards'] = (string) Sets the number of active shards to wait for before the operation returns.
624 $params['wait_for_active_shards'] = (string) Sets the number of active shards to wait for before the operation returns.
848 $params['wait_for_active_shards'] = (string) Set the number of active shards to wait for on the shrunken index before the operation returns.
900 $params['wait_for_active_shards'] = (string) Set the number of active shards to wait for on the shrunken index before the operation returns.
932 $params['wait_for_active_shards'] = (string) Sets the number of active shards to wait for before the operation returns.
/plugin/ckgedit/ckeditor/
H A DCHANGES.md125 …latest/api/CKEDITOR_ui_panel_block.html#method-getItems) method now also returns `input` elements …
199 …dom_range.html#method-getClientRects) method to `CKEDITOR.dom.range`. It returns a list of rectang…
308 …ery) method. It invokes a given test function on every array element and returns `true` if all ele…
394 …ditor4/latest/api/CKEDITOR_dom_range.html#method-extractContents) method returns an incorrect resu…
401 …itor4/latest/api/CKEDITOR_dom_nodeList.html#method-toArray) method which returns an array represen…
761 …ckeditor4/latest/api/CKEDITOR_editor.html#method-getSelectedHtml) method returns invalid results f…
1633 …or.com/docs/ckeditor4/latest/api/CKEDITOR_editor.html#method-checkDirty) returns `true` when calle…
/plugin/ckgedit/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js.unc23 // * @param {Function} setup Setup function which returns a value instead of setting it.
24 // * @returns {Function} A function to be used in dialog definition.
39 // when setup returns some value. Otherwise, a *default* value
55 // * @returns {String} A unit of width: 'px', '%' or undefined if none.
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc1642 * @returns DOMObject or null
1653 * @returns jQuery object
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md34 * #43: `getCredentials` returns null if incomplete. (@Hywan)
84 * `getHeaders()` now returns header values as an array, just like psr/http.
161 * Changed: Added Response::getStatusText(). This method returns the
163 Response::getStatus(), which now always returns just the status code as an
H A DREADME.md135 2. The `Sapi::getRequest` factory always returns a instance of
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js7156 // assigns each seg's el and returns a subset of segs that were rendered
/plugin/davcal/vendor/sabre/xml/
H A DCHANGELOG.md8 that it always returns an array of elements, or an empty array.
143 * Changed: Reader::parse returns an array with 1 level less depth.
156 * Change: Reader::parseSubTree is now named parseInnerTree, and returns either
/plugin/davcal/vendor/sabre/event/
H A DCHANGELOG.md25 * Changed: EventEmitter::listeners now returns just the callbacks for an event,
26 and no longer returns the list by reference. The list is now automatically
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md333 return a request, but rather creates a request, sends the request, and returns
1104 $sd->getCommands(); // @returns ApiCommandInterface[]
1106 $sd->getCommand($name); // @returns ApiCommandInterface|null
1116 $sd->getOperations(); // @returns OperationInterface[]
1118 $sd->getOperation($name); // @returns OperationInterface|null
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DOrderLineItem.php291 public function setReturns($returns) argument
293 $this->returns = $returns;
300 return $this->returns;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md180 - Ensure `ServerRequest::getUriFromGlobals` returns a URI in absolute form.

1234567