Home
last modified time | relevance | path

Searched refs:Query (Results 101 – 125 of 153) sorted by relevance

1234567

/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DMatchQuery.php3 namespace Elastica\Query;
H A DFunctionScore.php3 namespace Elastica\Query;
/plugin/xcom/lang/en/
H A Dhowto.txt11 …* Top Row: Buttons for controlling what appears on the screen and the ''Send Query'' button for …
25 …- Some queries may require additional options. Clicking the ''Query types'' button will bring up …
26 …- Options which expect arrays are enclosed in parentheses: ''(option)''. See the ''Query types'' l…
40 …nts from each of the three view windows. The status bar also contains a ''Query'' field where the …
/plugin/crossdbsqlclient/syntax/
H A Ddbwrapper.php41 private function _oracle($Server, $User, $Pass, $Database, $Query) { argument
46 $rs = oci_parse ( $connection, $Query );
/plugin/fckg/fckeditor/editor/lang/
H A Dlang-template.txt50 DlgLnkQS : "Query String (For example: value_1=1&value_2='abc')",
52 DlgnLnkMsgQSErr : "Malformed Query String element(s). Press Cancel to revise:",
62 DlgLnkQSExample: "Query String (for example: value_1=1&value_2=2)",
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DReindex.php8 use Elastica\Query\AbstractQuery;
/plugin/quickstats/lang/en/
H A Dquery.txt29 …'Country''>|''User Agent''|''Search Terms''|''Name Spaces''|''Query String Names''|''Query String …
/plugin/sphinxsearch-was/
H A DSphinxSearch.php84 $this->_result = $this->_sphinx->Query($this->_query, $this->_index);
/plugin/sphinxsearch/
H A DSphinxSearch.php83 $this->_result = $this->_sphinx->Query($this->_query, $this->_index);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc165 $params['q'] = (string) Query in the Lucene query string syntax
172 $params['body'] = (array) A query to restrict the results specified with the Query DSL (optional)
244 $params['q'] = (string) Query in the Lucene query string syntax
349 $params['q'] = (string) Query in the Lucene query string syntax
354 $params['body'] = (array) The query definition using the Query DSL
373 $params['body'] = (array) An index filter specified with the Query DSL
662 $params['body'] = (array) The search definition using the Query DSL and the prototype for the index request. (Required)
750 $params['q'] = (string) Query in the Lucene query string syntax
875 $params['q'] = (string) Query in the Lucene query string syntax
/plugin/ckgdoku/ckeditor/lang/
H A Den.js.ckgedit57 QStringLabel: 'Query String (For example: value_1=1&value_2=2) ',
58 ResetQS: 'Reset Query String',
/plugin/ckgedit/ckeditor/lang/
H A Den.js.ckgedit62 QStringLabel: 'Query String (For example: value_1=1&value_2=2) ',
63 ResetQS: 'Reset Query String',
/plugin/strata/
H A Dmanual.txt141 * [[#Query Language]]
142 * [[#Query Results]]
214 ===== Query Language =====
216 Querying data is done through the ''<table>'' and ''<list>'' syntax. A table or list block defines what data to query, and how to display it. This part of the reference is about querying the data. The [[#Query Results]] section discusses how to control the display of data (this includes sorting, grouping, and aggregation).
218 The following sections contain short samples, each of these samples is situated inside a table or list block. It is possible to enclose the whole of the query (not including sorting, grouping, or other [[#Query Results]] related blocks) in a ''query'' block as a convenience.
332 ===== Query Results =====
/plugin/farm/install/animaltemplate/conf/
H A Dacronyms.conf111 SQL Structured Query Language
H A Dinterwiki.conf50 Dictionary http://www.dict.org/bin/Dict?Database=*&amp;Form=Dict1&amp;Strategy=*&amp;Query=
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/
H A DAggregation.php47 use Elastica\Query\AbstractQuery;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dcommunity.asciidoc67 - Query results iterators are provided for your convenience.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DAsyncSearchNamespace.asciidoc96 $params['q'] = (string) Query in the Lucene query string syntax
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
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",
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 …
/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/dwcommits/lang/en/
H A Ddwc_admin.txt89 ===== Query =====
/plugin/interwikiformatting/
H A DREADME.md29 …- ** Strip Query Toggle** (*strip_query*) - Whether or not the query part of the interwiki link sh…
/plugin/issuetracker/
H A DREADME72 Define severity levels you will use = Query,Minor,Medium,Major,Critical,
/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