Home
last modified time | relevance | path

Searched refs:Query (Results 1 – 25 of 153) sorted by path

1234567

/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe37166 Ġj Query
/plugin/api/
H A DREADME.md21 Request Query parameters:
33 Query parameters:
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/Resource/
H A DQuery.php33 class Query extends \Google\Service\Resource class
77 class_alias(Query::class, 'Google_Service_CloudSearch_Resource_Query');
/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');
H A DRunQueryRequest.php26 protected $queryType = Query::class;
60 * @param Query
62 public function setQuery(Query $query)
67 * @return Query
H A DRunQueryResponse.php24 protected $queryType = Query::class;
42 * @param Query
44 public function setQuery(Query $query)
49 * @return Query
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DoubleClickBidManager/
H A DListQueriesResponse.php31 protected $queriesType = Query::class;
63 * @param Query[]
70 * @return Query[]
H A DQuery.php20 class Query extends \Google\Model class
164 class_alias(Query::class, 'Google_Service_DoubleClickBidManager_Query');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DoubleClickBidManager/Resource/
H A DQueries.php21 use Google\Service\DoubleClickBidManager\Query; alias
37 * @param Query $postBody
42 * @return Query
44 public function createquery(Query $postBody, $optParams = [])
48 return $this->call('createquery', [$params], Query::class);
68 * @return Query
74 return $this->call('getquery', [$params], Query::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vault/
H A DCountArtifactsMetadata.php30 protected $queryType = Query::class;
66 * @param Query
68 public function setQuery(Query $query)
73 * @return Query
H A DCountArtifactsRequest.php22 protected $queryType = Query::class;
30 * @param Query
32 public function setQuery(Query $query)
37 * @return Query
H A DExport.php42 protected $queryType = Query::class;
138 * @param Query
140 public function setQuery(Query $query)
145 * @return Query
H A DQuery.php20 class Query extends \Google\Model class
314 class_alias(Query::class, 'Google_Service_Vault_Query');
H A DSavedQuery.php34 protected $queryType = Query::class;
84 * @param Query
86 public function setQuery(Query $query)
91 * @return Query
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md270 $query = new Google\Service\Datastore\Query([
298 $query = new Google\Service\Datastore\Query();
/plugin/authgooglesheets/vendor/google/auth/src/Middleware/
H A DSimpleMiddleware.php20 use GuzzleHttp\Psr7\Query; alias
84 $query = Query::parse($request->getUri()->getQuery());
86 $uri = $request->getUri()->withQuery(Query::build($params));
/plugin/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php24 use GuzzleHttp\Psr7\Query; alias
528 Query::build($params)
704 $existingParams = Query::parse($result->getQuery());
707 Query::build(array_merge($existingParams, $params))
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md291 * Removed `GuzzleHttp\Query`. Query string handling is now handled using an
323 * `Query` no longer typehints on the `$query` argument in the constructor,
332 wire. A Query object then encodes the value before sending over the wire. This
334 makes the Query class match PHP's http_build_query function. However, if you
339 subsequently made, forcing the query-string to be converted into a Query
401 `GuzzleHttp\Query`, `GuzzleHttp\Post\PostBody`, and
640 * Query strings are now parsed in a way that they do no convert empty keys with no value to have a …
1167 * Bug: Query string values set to 0 are no longer dropped from the query string
1180 * BC: Guzzle\Http\Query
1181 …* Query strings with empty variables will always show an equal sign unless the variable is set to …
H A DUPGRADING.md41 - `GuzzleHttp\Query` and `GuzzleHttp\QueryParser` have been removed. Query
175 - `GuzzleHttp\Query`
322 - `Guzzle\Http\QueryString` has moved to `GuzzleHttp\Query`.
892 ### Query parameter aggregation
894 … query parameters are no longer aggregated using a callback function. `Guzzle\Http\Query` now has a
1015 "description":"Zendesk Search Query",
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md392 ## `GuzzleHttp\Psr7\Query::parse`
404 ## `GuzzleHttp\Psr7\Query::build`
576 | `parse_query` | `Query::parse` |
577 | `build_query` | `Query::build` |
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DQuery.php5 final class Query class
H A Dfunctions.php301 return Query::parse($str, $urlEncoding);
322 return Query::build($params, $encoding);
/plugin/bureaucracy-au/_test/
H A Dinput.txt37 submit "Submit Query"
/plugin/bureaucracyau/_test/
H A Dinput.txt37 submit "Submit Query"
/plugin/ckgdoku/ckeditor/
H A Dconfig.js.unc368 QStringLabel: 'Query String (For example: value_1=1&value_2=2) ',
369 ResetQS: 'Reset Query String',

1234567