Home
last modified time | relevance | path

Searched refs:setLike (Results 1 – 4 of 4) sorted by relevance

/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DMoreLikeThis.php35 public function setLike($like): self function in Elastica\\Query\\MoreLikeThis
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DActivityContentDetails.php104 public function setLike(ActivityContentDetailsLike $like) function in Google\\Service\\YouTube\\ActivityContentDetails
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md79 * Fixed `MoreLikeThis::setLike()` PHPDoc allowing `Document` by @franmomu [#2091](https://github.com/ruflin/Elastica/pull/2091)
910 - MoreLikeThis::setLikeText deprecated from ES 2.0, use setLike instead, but there is a difference - setLike haven't trim magic inside for strings
942 - Elastica\Query\MoreLikeThis::setLike
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php1137 public function setLike(Google_ActivityContentDetailsLike $like) { function in Google_ActivityContentDetails