Home
last modified time | relevance | path

Searched refs:hasTimedOut (Results 1 – 5 of 5) sorted by relevance

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DResultSet.php195 public function hasTimedOut(): bool function in Elastica\\ResultSet
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DStream.php463 public function hasTimedOut() function in Hoa\\Stream\\Stream
H A DCHANGELOG.md99 * Add the `hasTimedOut` method. (Ivan Enderlin, 2015-08-28T09:27:15+02:00)
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DStream.php483 ->when($result = $stream->hasTimedOut())
498 ->when($result = $stream->hasTimedOut())
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md720 - Removed Elastica\ResultSet::$_timedOut as deprecated. Use ResultSet->hasTimedOut() instead.
721 - Removed Elastica\ResultSet::$_took as deprecated. Use ResultSet->hasTimedOut() instead.
722 - Removed Elastica\ResultSet::$_totalHits as deprecated. Use ResultSet->hasTimedOut() instead.