Home
last modified time | relevance | path

Searched refs:Query (Results 26 – 50 of 153) sorted by relevance

1234567

/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DHasParent.php3 namespace Elastica\Query;
5 use Elastica\Query as BaseQuery;
H A DHasChild.php3 namespace Elastica\Query;
5 use Elastica\Query as BaseQuery;
H A DAbstractSpanQuery.php3 namespace Elastica\Query;
H A DMatch.php3 namespace Elastica\Query;
H A DMatchAll.php3 namespace Elastica\Query;
H A DMatchNone.php3 namespace Elastica\Query;
H A DExists.php3 namespace Elastica\Query;
H A DMatchPhrasePrefix.php3 namespace Elastica\Query;
H A DAbstractQuery.php3 namespace Elastica\Query;
18 $shortName = \preg_replace('/Query$/', '', $shortName);
H A DLimit.php3 namespace Elastica\Query;
6 * Limit Query.
H A DSimple.php3 namespace Elastica\Query;
14 * Query.
16 * @var array Query
28 * @param array $query Query array
H A DAbstractGeoShape.php3 namespace Elastica\Query;
H A DBoosting.php3 namespace Elastica\Query;
17 * Set the positive query for this Boosting Query.
27 * Set the negative query for this Boosting Query.
37 * Set the negative_boost parameter for this Boosting Query.
/plugin/statistics/inc/
H A DStatisticsGraph.class.php71 * @param string $query The function to call on the Query object to get the data
76 $result = $this->hlp->Query()->$query($this->tlimit, $this->start, 0, false);
106 $result = $this->hlp->Query()->history($this->tlimit, $info, $interval);
184 $result = $this->hlp->Query()->viewport($this->tlimit, 0, 100);
217 $result = $this->hlp->Query()->resolution($this->tlimit, 0, 100);
269 $result = $this->hlp->Query()->dashboardviews($this->tlimit, $hours);
319 $result = $this->hlp->Query()->dashboardwiki($this->tlimit, $hours);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DoubleClickBidManager/
H A DQuery.php20 class Query extends \Google\Model class
164 class_alias(Query::class, 'Google_Service_DoubleClickBidManager_Query');
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DResultSet.php25 * Query.
27 * @var Query Query object
48 public function __construct(Response $response, Query $query, $results)
210 public function getQuery(): Query
H A DIndex.php15 use Elastica\Query\AbstractQuery;
51 * @phpstan-import-type TCreateQueryArgsMatching from Query
181 * @param AbstractQuery|array|Query|string|null $query Query object or array
196 $q = Query::create($query)->getQuery();
345 * @param AbstractQuery|array|Query|string|null $query Query object or array
358 $query = Query::create($query)->getQuery();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DQuery.php20 class Query extends \Google\Collection class
179 class_alias(Query::class, 'Google_Service_Datastore_Query');
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DSignificantTerms.php5 use Elastica\Query\AbstractQuery;
H A DAdjacencyMatrix.php5 use Elastica\Query\AbstractQuery;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Collapse/
H A DInnerHits.php6 use Elastica\Query\InnerHits as BaseInnerHits;
18 * of Query\InnerHits.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vault/
H A DQuery.php20 class Query extends \Google\Model class
314 class_alias(Query::class, 'Google_Service_Vault_Query');
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A Dfunctions.php301 return Query::parse($str, $urlEncoding);
322 return Query::build($params, $encoding);
/plugin/youtrack/
H A Dplugin.info.txt6 desc List YouTrack issues filtered by YouTrack Query Language
/plugin/dig/
H A Dplugin.info.txt6 desc Query DNS for a list of domains

1234567