Home
last modified time | relevance | path

Searched refs:returns (Results 76 – 100 of 171) sorted by path

1234567

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
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 Dserializers.asciidoc118 If the data was not an array and/or not convertible to JSON, the method returns
H A Dset-retries.asciidoc7 and 5xx errors are not considered retriable events, since the node returns an
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DCHANGELOG.rst20 returns the entire remainder of the stream. If you want to limit the maximum
66 * LazyOpenStream now correctly returns the underlying stream resource when
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DREADME.md10 through a PHP function that accepts a request hash and returns a response hash
/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/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/fedauth/
H A Dhelper.php53 'desc' => 'returns the authorization provider collection',
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dannotations.rst136 By default the annotation reader returns a list of annotations with numeric indexes. If you want yo…
/plugin/findologicxmlexport/vendor/hoa/file/
H A DCHANGELOG.md37 * `getSize` returns `false` if stream is unstatable. (Ivan Enderlin, 2015-05-27T11:05:46+02:00)
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DREADME.md91 We note that it cares about text **direction**. Look at `$arabic[0]`, it returns
94 `Hoa\Ustring\Ustring::getCharDirection` static method), it returns either
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md153 - Serializing a self-referencing object returns null [\#845](https://github.com/schmittjoh/serializ…
594 - Object handler callback returns array, but serialized object = null [\#594](https://github.com/sc…
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/
H A DREADME.md168 > The resolve method of the TypeResolver only returns object with the interface `Type` and the FQSE…
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md160 - `ReturnPromise` or `->willReturn(1)` - returns a value from a method call
161 - `ReturnArgumentPromise` or `->willReturnArgument($index)` - returns the nth method argument from …
243 - `ObjectStateToken` or `Argument::which($method, $value)` - checks that the argument method returns
323 stubs we describe every object conversation instead of just agreeing with `null` returns
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DChangeLog-5.7.md163 …thub.com/sebastianbergmann/phpunit/issues/2424): `TestCase::getStatus()` returns `STATUS_PASSED` i…
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DCHANGELOG.md36 // returns TaggedValue('foo', 'bar');
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG55 * made sure twig_include returns a string
132 * "length" filter now returns string length when applied to an object that does
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst393 * If your tag modifies some content and returns it, use a **filter** instead.
415 effect, create a **function** that returns nothing and call it via the
499 * ``next()``: Moves to the next token in the stream, *but returns the old one*.
H A Dadvanced_legacy.rst439 * ``next()``: Moves to the next token in the stream, *but returns the old one*.
696 As you can see in the above code, the ``getFilters()`` method returns an array
H A Dapi.rst50 returns a ``\Twig\TemplateWrapper`` instance::
56 Before Twig 1.28, you should use ``loadTemplate()`` instead which returns a
H A Ddeprecated.rst190 ``_self`` returns the current template name instead of the current
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dabs.rst4 The ``abs`` filter returns the absolute value.
H A Ddefault.rst4 The ``default`` filter returns the passed default value if the value is
H A Dfirst.rst7 The ``first`` filter returns the first "element" of a sequence, a mapping, or

1234567