Home
last modified time | relevance | path

Searched refs:query (Results 351 – 375 of 964) sorted by relevance

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

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A Dcdedd5f33f7e5f7acde561e97bff61de.asciidoc1 // query-dsl/term-query.asciidoc:132
8 'query' => [
H A Dfa88f6f5a7d728ec4f1d05244228cb09.asciidoc1 // query-dsl/bool-query.asciidoc:107
7 'query' => [
H A D5c2f486c27bd5346e512265f93375d16.asciidoc1 // query-dsl/range-query.asciidoc:219
7 'query' => [
H A Da80f5db4357bb25b8704d374c18318ed.asciidoc1 // query-dsl/term-query.asciidoc:165
8 'query' => [
H A D67ceac4bf2d9ac7cc500390544cdcb41.asciidoc1 // query-dsl/range-query.asciidoc:157
7 'query' => [
H A Db0eaf67e5cce24ef8889bf20951ccec1.asciidoc1 // query-dsl/multi-match-query.asciidoc:130
7 'query' => [
H A D33f148e3d8676de6cc52f58749898a13.asciidoc1 // query-dsl/multi-match-query.asciidoc:275
7 'query' => [
H A D6bbc613bd4f9aec1bbdbabf5db021d28.asciidoc1 // query-dsl/multi-match-query.asciidoc:228
7 'query' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DFirebaseRealtimeDatabase.php86 'location' => 'query',
90 'location' => 'query',
134 'location' => 'query',
138 'location' => 'query',
142 'location' => 'query',
H A DMyBusinessBusinessCalls.php86 'location' => 'query',
110 'location' => 'query',
114 'location' => 'query',
118 'location' => 'query',
H A DRemoteBuildExecution.php89 'location' => 'query',
94 'location' => 'query',
98 'location' => 'query',
122 'location' => 'query',
206 'location' => 'query',
210 'location' => 'query',
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Uri/
H A DUriFactory.php29 $query = $this->detectQuery($_server);
31 return $this->createFromParts($scheme, '', $host, $port, $path, $query);
52 * @param string $query
57 …public function createFromParts($scheme, $userInfo, $host, $port, $path = '', $query = '', $fragme… argument
65 $uri->setQuery($query);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Uri/
H A DUriFactory.php29 $query = $this->detectQuery($_server);
31 return $this->createFromParts($scheme, '', $host, $port, $path, $query);
52 * @param string $query
57 public function createFromParts($scheme, $userInfo, $host, $port, $path = '', $query = '', $fragment = '') argument
65 $uri->setQuery($query);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vault/
H A DHold.php119 public function setQuery(CorpusQuery $query) argument
121 $this->query = $query;
128 return $this->query;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/
H A DPDOMySQLTest.php14 $pdo->query("DROP TABLE IF EXISTS users");
15 $pdo->query("
25 …$pdo->query("INSERT INTO users (username,digesta1,email,displayname) VALUES ('user','hash','user@e…
/plugin/sqlite/
H A DQuerySaver.php22 * Save a query
25 * @param string $query
27 public function saveQuery($name, $query)
33 'query' => &$query
38 $this->db->exec($sql, [$this->upstream, $name, $query]);
44 * Get a saved query
47 * @return string The SQL query
56 * Delete a saved query
28 saveQuery($name, $query) global() argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/
H A DJobQuery.php66 public $query; variable in Google\\Service\\CloudTalentSolution\\JobQuery
243 public function setQuery($query) argument
245 $this->query = $query;
252 return $this->query;
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DRequest.php35 * @param array $query OPTIONAL Query params
38 public function __construct(string $path, string $method = self::GET, $data = [], array $query = [], ?Connection $connection = null, string $contentType = self::DEFAULT_CONTENT_TYPE) argument
43 $this->setQuery($query);
115 * Return query params.
121 return $this->getParam('query');
127 public function setQuery(array $query = []) argument
129 return $this->setParam('query', $query);
/plugin/freechat/phpfreechat/src/containers/
H A Doracle.class.php187 $res = $this->_db->query($sql_count);
203 $res=$this->_db->query($sql_insert);
212 $res=$this->_db->query($sql_update);
263 $thisresult = $this->_db->query($sql_select);
309 $res = $this->_db->query($sql_count);
323 $res=$this->_db->query($sql_insert);
335 $res=$this->_db->query($sql_update);
342 $res = $this->_db->query($sql_last);
376 $res=$this->_db->query($sql_delete);
/plugin/xcom/lang/en/
H A Dhowto.txt7 … ''Remote URL'' text box, you select a query form the ''Select query'' drop-down menu, and you cli…
11 …for controlling what appears on the screen and the ''Send Query'' button for submitting the query.
12 * Second and third rows: inputs for constructing the query
16 * A status bar with action links to clear the various views and to display the current query
17 …is the output window where the results of the query are displayed. They open automatically when t…
19 ==== Instructions for creating the query ====
23 - Select your query type from the drop-down ''Select query'' menu.
24 …- If your query requires an id, enter that in the ''ID'' text box. The id must be the complete id…
35 …- ''HTML view'' is used to display wiki pages and to display query results that can be convenient…
40 …''Query'' field where the current query is displayed. At the far right is a link which enables you…
[all …]
/plugin/blogtng/helper/
H A Dentry.php69 $resid = $this->sqlitehelper->getDB()->query($query, $pid);
198 $this->sqlitehelper->getDB()->query(
199 $query,
214 $query,
304 $query = 'SELECT A.pid, A.page
308 $resid = $this->sqlitehelper->getDB()->query($query);
619 $query = "SELECT tag
622 $res = $this->sqlitehelper->getDB()->query($query);
646 $res = $this->sqlitehelper->getDB()->query($query);
816 $resid = $this->sqlitehelper->getDB()->query($query);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DJobConfiguration.php148 public function setQuery(JobConfigurationQuery $query) argument
150 $this->query = $query;
157 return $this->query;
/plugin/structpublish/helper/
H A Dpublish.php77 $sqlite->query("UPDATE data_$table SET published = 0 WHERE pid = ?", [$ID]);
78 $sqlite->query("UPDATE multi_$table SET published = 0 WHERE pid = ?", [$ID]);
81 $sqlite->query(
85 $sqlite->query(
/plugin/aichat/
H A Dcli.php29 'Manage and query the AI chatbot data. Please note that calls to your LLM provider will be made. ' .
55 $options->registerArgument('query', 'Look up chunks similar to this query', true, 'similar');
304 * @param string $query
308 protected function ask($query)
310 $result = $this->helper->askQuestion($query);
315 * Get the pages that are similar to the query
317 * @param string $query
320 protected function similar($query)
327 $sources = $this->helper->getEmbeddings()->getSimilarChunks($query,
147 ask($query) global() argument
159 similar($query) global() argument
[all...]
/plugin/top/
H A Dhelper.php69 $res = $sqlite->query($sql, $page, $page, $month, $lang, $month);
87 $res = $sqlite->query($sql, $num);
90 $res = $sqlite->query($sql, $lang, $num);
93 $res = $sqlite->query($sql, intval($month), $num);
96 $res = $sqlite->query($sql, $lang, intval($month), $num);

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