Home
last modified time | relevance | path

Searched refs:queries (Results 26 – 50 of 65) sorted by last modified time

123

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnection-pool.asciidoc225 likely loads the client, executes a few queries and then closes. Imagine that
230 In reality, if your script only executes a few queries, the sniffing concept is
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D33f148e3d8676de6cc52f58749898a13.asciidoc9 'queries' => [
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DIndicesNamespace.asciidoc986 $params['analyze_wildcard'] = (boolean) Specify whether wildcard and prefix queries should be analyzed (default: false)
/plugin/latexcaption/
H A Dstyle.less87 // Media queries
123 // Media queries
H A DREADME.md51 …,`w-[40,50,60,70,80]` and can be used in conjunction with optional media queries (`-sm`, `-md`, `-…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DPDOMySQLTest.php19 $queries = explode(
24 foreach($queries as $query) {
H A DPDOSqliteTest.php22 …$queries = explode(';', file_get_contents(__DIR__ . '/../../../../examples/sql/sqlite.calendars.sq…
23 foreach($queries as $query) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DTestUtil.php23 …$queries = explode(';', file_get_contents(__DIR__ . '/../../../examples/sql/sqlite.calendars.sql')…
24 foreach($queries as $query) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/
H A DPDOMySQLTest.php21 $queries = explode(
26 foreach($queries as $query) {
H A DPDOSqliteTest.php29 $queries = explode(
34 foreach($queries as $query) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DTestUtil.php25 …$queries = explode(';', file_get_contents(__DIR__ . '/../../../examples/sql/sqlite.addressbooks.sq…
26 foreach($queries as $query) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DXML.php246 foreach ($fieldTypes as $type => $queries) {
247 foreach ($queries as $query) {
297 foreach ($fieldTypes as $type => $queries) {
298 foreach ($queries as $query) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIdentity/
H A DDynamicGroupMetadata.php31 public function setQueries($queries) argument
33 $this->queries = $queries;
40 return $this->queries;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
H A DSearch.php103 public function setQueries(SearchQueries $queries) argument
105 $this->queries = $queries;
112 return $this->queries;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DQueryList.php26 public $queries; variable in Google\\Service\\Dataproc\\QueryList
31 public function setQueries($queries) argument
33 $this->queries = $queries;
40 return $this->queries;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1ListAsyncQueriesResponse.php29 public function setQueries($queries) argument
31 $this->queries = $queries;
38 return $this->queries;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DApigee.php2550 'queries',
2554 'path' => 'v1/{+parent}/queries',
2594 'path' => 'v1/{+parent}/queries',
H A DDoubleClickBidManager.php42 public $queries; variable in Google\\Service\\DoubleClickBidManager
65 'queries',
98 'path' => 'queries',
135 'path' => 'queries/{queryId}/reports',
H A DBigquery.php258 'path' => 'projects/{projectId}/queries/{jobId}',
346 'path' => 'projects/{projectId}/queries',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DoubleClickBidManager/
H A DListQueriesResponse.php65 public function setQueries($queries) argument
67 $this->queries = $queries;
74 return $this->queries;
/plugin/xcom/lang/en/
H A Dhowto.txt7 …sult will be a list of all the pages on the remote wiki. Often, however, queries require an id. Fo…
25 …- Some queries may require additional options. Clicking the ''Query types'' button will bring up …
26 …'. See the ''Query types'' listing for details on how to handle array options for specific queries.
28 …- ''Timestamps'': Some queries require a timestamp as a parameter. Xcom will create the timesta…
56 The results of these queries are formatted as tables in which the first column is an action link. I…
58 Action links can also work with queries selected from the drop-down query menu. For more informatio…
/plugin/quickstats/
H A Daction.php209 if(!$queries) $queries = array('words'=>array(), 'ns'=>array(), 'extern'=>array() );
282 function set_named_values(&$queries,$val="_empty_") { argument
284 if(!isset($queries['values'])) {
285 $queries['values'] = array();
287 if(!isset($queries['values'][$this->ipaddr])) {
288 $queries['values'][$this->ipaddr] = array();
291 $queries['values'][$this->ipaddr][] = $val;
295 function set_queries(&$queries,$word,$which) { argument
296 if(!isset($queries[$which][$word])) {
297 $queries[$which][$word]['count'] = 1;
[all …]
H A DHOW-TO129 There is also an admin panel which has various options for making detailed queries.
/plugin/quickstats/lang/en/
H A Dquery.txt8 …- IP queries (i.e. ip priority) ignore all other fields and if an IP is included in a query where …
38 In the case of output for page queries, there are two results for **accesses**. The one which appe…
41 … appear in every table. The ''Country'' column will be excluded from Country queries. The ''IP''
48 …e you a convenient means of checking names and IP's which you might want to use in your queries. \\
H A Dgeneral_intro.txt3 - make specific queries based on country, ip address, and Dokuwiki page names;

123