Home
last modified time | relevance | path

Searched refs:query (Results 276 – 300 of 964) sorted by relevance

1...<<11121314151617181920>>...39

/plugin/indextitleonly/_test/
H A Dindextitleonly.test.php24 $query = array('title');
25 …rray('title' => array('test' => 1, 'titleonly:sub:test' => 1)), idx_get_indexer()->lookup($query));
29 $query = array('content');
30 … $this->assertEquals(array('content' => array('test' => 1)), idx_get_indexer()->lookup($query));
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D0ac9916f47a2483b89c1416684af322a.asciidoc1 // query-dsl/match-query.asciidoc:241
7 'query' => [
10 'query' => 'to be or not to be',
H A Dad0dcbc7fc619e952c8825b8f307b7b2.asciidoc1 // query-dsl/multi-match-query.asciidoc:400
7 'query' => [
9 'query' => 'Jon',
H A D7b908b1189f076942de8cd497ff1fa59.asciidoc1 // query-dsl/multi-match-query.asciidoc:212
7 'query' => [
9 'query' => 'quick brown fox',
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DBoosting.php10 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-boosting-query.html
17 * Set the positive query for this Boosting Query.
21 public function setPositiveQuery(AbstractQuery $query): self argument
23 return $this->setParam('positive', $query);
27 * Set the negative query for this Boosting Query.
31 public function setNegativeQuery(AbstractQuery $query): self argument
33 return $this->setParam('negative', $query);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAccessApproval.php110 'location' => 'query',
164 'location' => 'query',
168 'location' => 'query',
172 'location' => 'query',
226 'location' => 'query',
280 'location' => 'query',
284 'location' => 'query',
288 'location' => 'query',
342 'location' => 'query',
396 'location' => 'query',
[all …]
H A DVision.php179 'location' => 'query',
183 'location' => 'query',
187 'location' => 'query',
361 'location' => 'query',
405 'location' => 'query',
409 'location' => 'query',
423 'location' => 'query',
457 'location' => 'query',
461 'location' => 'query',
485 'location' => 'query',
[all …]
H A DAdExchangeBuyer.php101 'location' => 'query',
115 'location' => 'query',
252 'location' => 'query',
257 'location' => 'query',
262 'location' => 'query',
266 'location' => 'query',
270 'location' => 'query',
274 'location' => 'query',
353 'location' => 'query',
397 'location' => 'query',
[all …]
H A DMyBusinessAccountManagement.php88 'location' => 'query',
92 'location' => 'query',
96 'location' => 'query',
100 'location' => 'query',
114 'location' => 'query',
118 'location' => 'query',
172 'location' => 'query',
216 'location' => 'query',
290 'location' => 'query',
H A DPaymentsResellerSubscription.php76 'location' => 'query',
80 'location' => 'query',
104 'location' => 'query',
108 'location' => 'query',
112 'location' => 'query',
146 'location' => 'query',
190 'location' => 'query',
H A DApiKeysService.php75 'location' => 'query',
119 'location' => 'query',
133 'location' => 'query',
167 'location' => 'query',
171 'location' => 'query',
175 'location' => 'query',
189 'location' => 'query',
H A DFitness.php182 'location' => 'query',
227 'location' => 'query',
231 'location' => 'query',
285 'location' => 'query',
289 'location' => 'query',
368 'location' => 'query',
373 'location' => 'query',
377 'location' => 'query',
381 'location' => 'query',
385 'location' => 'query',
H A DAdMob.php88 'location' => 'query',
92 'location' => 'query',
116 'location' => 'query',
120 'location' => 'query',
144 'location' => 'query',
148 'location' => 'query',
H A DCloudLifeSciences.php88 'location' => 'query',
92 'location' => 'query',
96 'location' => 'query',
140 'location' => 'query',
144 'location' => 'query',
148 'location' => 'query',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleCloudRetailV2SearchRequestFacetSpecFacetKey.php44 public $query; variable in Google\\Service\\CloudRetail\\GoogleCloudRetailV2SearchRequestFacetSpecFacetKey
123 public function setQuery($query) argument
125 $this->query = $query;
132 return $this->query;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vault/
H A DCountArtifactsRequest.php32 public function setQuery(Query $query) argument
34 $this->query = $query;
41 return $this->query;
/plugin/findologicxmlexport/vendor/hoa/stream/IStream/
H A DStructural.php106 * @param string $query Query.
109 public function querySelector($query); argument
114 * @param string $query Query.
117 public function querySelectorAll($query); argument
/plugin/structpublish/meta/
H A DAssignments.php76 $ok = (bool) $this->sqlite->query($sql, [$pattern, $user, $status]);
88 $this->sqlite->query('BEGIN TRANSACTION');
94 $ok = $ok && $this->sqlite->query('COMMIT TRANSACTION');
96 $this->sqlite->query('ROLLBACK TRANSACTION');
114 $ok = (bool) $this->sqlite->query($sql, [$pattern, $user, $status]);
164 $ok = (bool) $this->sqlite->query($sql);
171 $ok = $ok && (bool) $this->sqlite->query($sql);
190 return (bool) $this->sqlite->query($sql, [$page, $user, $status]);
203 return (bool) $this->sqlite->query($sql, [$page, $user, $status]);
/plugin/semanticdata/phpSesame/
H A DphpSesame.php105 throw new Exception ('Please supply a valid query language, SPARQL or SeRQL supported.');
167 $request->addPostParameter('query', $query);
174 throw new Exception ('Failed to run query, HTTP response error: ' . $response->getStatus());
210 throw new Exception ('Failed to run query, HTTP response error: ' . $response->getStatus());
330 throw new Exception ('Failed to run query, HTTP response error: ' . $response->getStatus());
403 throw new Exception ('Failed to run query, HTTP response error: ' . $response->getStatus());
426 throw new Exception ('Failed to run query, HTTP response error: ' . $response->getStatus());
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DRunQueryResponse.php44 public function setQuery(Query $query) argument
46 $this->query = $query;
53 return $this->query;
/plugin/datasearchform/
H A Dscript.js14 var query = $input.val(),
17 if (reg.test(query)) {
18 return query;
21 return query + (namespace ? ' @' + namespace : '');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/
H A DFilterCriteria.php41 public $query; variable in Google\\Service\\Gmail\\FilterCriteria
118 public function setQuery($query) argument
120 $this->query = $query;
127 return $this->query;
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DIndex.php107 * @param array $query querystring when put mapping (for example update_all_types)
109 public function setMapping(Mapping $mapping, array $query = []): Response
111 return $mapping->send($this, $query);
159 * @param array $options Array of query params to use for query. For possible options check es api
179 * Update entries in the db based on a query.
181 * @param AbstractQuery|array|Query|string|null $query Query object or array
182 * @phpstan-param TCreateQueryArgsMatching $query
187 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-update-by-query.html
193 public function updateByQuery($query, AbstractScrip
106 setMapping(Mapping $mapping, array $query = []) global() argument
176 updateByQuery($query, AbstractScript $script, array $options = []) global() argument
319 deleteByQuery($query, array $options = []) global() argument
465 createSearch($query = '', $options = null, BuilderInterface $builder = null) global() argument
477 search($query = '', $options = null, string $method = Request POST) global() argument
487 count($query = '', string $method = Request POST) global() argument
[all...]
/plugin/airtable/
H A Dsyntax.php489 $query = array();
497 $query['fields'] = $fields;
499 return $query;
510 function decodeRecordURL($query) { argument
511 if(array_key_exists("record-url", $query)) {
514 preg_match("/viw\w+/i", $query["record-url"], $view);
515 preg_match("/rec\w+/i", $query["record-url"], $record_id);
517 $query['table'] = urlencode($table[0]); //url encode each part
518 $query['view'] = urlencode($view[0]);
519 $query['record-id'] = urlencode($record_id[0]);
[all …]
/plugin/combo/ComboStrap/Web/
H A DUrl.php75 private ArrayCaseInsensitive $query;
100 $this->query = new ArrayCaseInsensitive();
120 $queryString = $urlComponents['query'] ?? null;
124 $this->query = new ArrayCaseInsensitive($queryKeys);
243 return $this->query->getOriginalArray();
251 $value = $this->query[$key];
266 if (!isset($this->query[$propertyName])) {
269 return $this->query[$propertyName];
337 $actualValue = $this->query[$key];
339 $this->query[
78 private ArrayCaseInsensitive $query; global() variable in ComboStrap\\Web\\Url
[all...]

1...<<11121314151617181920>>...39