Home
last modified time | relevance | path

Searched refs:query (Results 626 – 650 of 964) sorted by relevance

1...<<21222324252627282930>>...39

/plugin/strata/syntax/
H A Dtable.php12 * Table syntax for basic query handling.
41 $query = $this->prepareQuery($data['query']);
43 // execute the query
44 $result = $this->triples->queryRelations($query);
/plugin/xcom/scripts/
H A Dxml.php120 $client->query('dokuwiki.login',$user,$pwd);
140 while(!$client->query('dokuwiki.setLocks',$locks)) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DEqlNamespace.asciidoc79 $params['body'] = (array) Eql request body. Use the `query` to limit the query scope. (Required)
/plugin/strata/driver/
H A Dpgsql.php33 return $this->_db->query("SELECT * FROM pg_tables WHERE schemaname = 'public' AND tablename = 'data'")->rowCount() != 0;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D4b90feb9d5d3dbfce424dac0341320b7.asciidoc8 'query' => [
H A D764f9884b370cbdc82a1c5c42ed40ff3.asciidoc9 'query' => [
H A D251ea12c1248385ab409906ac64d9ee9.asciidoc8 'query' => [
H A D47bb632c6091ad0cd94bc660bdd309a5.asciidoc8 'query' => [
H A D1bc731a4df952228af6dfa6b48627332.asciidoc10 'query' => [
H A D78c96113ae4ed0054e581b17542528a7.asciidoc9 'query' => [
H A D64b9baa6d7556b960b29698f3383aa31.asciidoc13 'query' => [
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md106 * Added `Elastica\Query\TermsSet` query by @mamchyts [#2020](https://github.com/ruflin/Elastica/pull/2020)
107 * Added `terms_set` in query builder by @deguif [#2036](https://github.com/ruflin/Elastica/pull/2036)
136 * Fixed terms query params resolution by @deguif [#2032](https://github.com/ruflin/Elastica/pull/2032)
189 * Allowed the Terms query to accept an array of bool, float, int and/or string [#1872](https://github.com/ruflin/Elastica/pull/1872)
238 * Deprecated Match query class and introduced MatchQuery instead for PHP 8.0 compatibility reason [#1799](https://github.com/ruflin/Elastica/pull/1799)
263 * The `Wildcard::setValue()` changed its signature: use it to set the value of the wildcard query only.
273 * Added `Elastica\Reindex->setQuery(Elastica\Query\AbstractQuery $query): void` [#1752](https://github.com/ruflin/Elastica/pull/1752)
348 * Removed `\Elastica\Query\GeohashCell` query, use `\Elastica\Query\GeoBoundingBox` instead [#1672](https://github.com/ruflin/Elastica/pull/1672).
352 * Removed Type query `\Elastica\Query\Type` [#1666](https://github.com/ruflin/Elastica/pull/1666)
357 * Removed Type query `Elastic
[all...]
/plugin/data-au/_test/
H A DhelperAliases.test.php14 $db->query("INSERT INTO aliases (name, type, prefix, postfix, enum) VALUES (?,?,?,?,?)",
/plugin/data/_test/
H A DhelperAliases.test.php
/plugin/pgsqlquery/
H A DREADME.md2 A dokuwiki plugin for processing query to PostgreSQL database and display results as a table.
/plugin/data-au/syntax/
H A Drelated.php42 $res = $sqlite->query($dataau['sql']);
88 $res = $sqlite->query($sql, $col, $id);
H A Dentry.php220 $sqlite->query("BEGIN TRANSACTION");
242 $sqlite->query("ROLLBACK TRANSACTION");
247 $sqlite->query("DELETE FROM DATA WHERE pid = ?", $pid);
265 $sqlite->query("COMMIT TRANSACTION");
/plugin/webdav/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DPDO.php86 $query = 'SELECT name, value, valuetype FROM ' . $this->tableName . ' WHERE path = ?';
87 $stmt = $this->pdo->prepare($query);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DResultSet.php48 public function __construct(Response $response, Query $query, $results) argument
50 $this->_query = $query;
193 * Returns true if the query has timed out.
/plugin/data/syntax/
H A Drelated.php67 * Builds the SQL query from the given data
162 // build the query
/plugin/fedauth/Auth/OpenID/
H A DDatabaseConnection.php51 function query($sql, $params = array()) function in Auth_OpenID_DatabaseConnection
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTubeAnalytics/Resource/
H A DReports.php89 public function query($optParams = []) function in Google\\Service\\YouTubeAnalytics\\Resource\\Reports
/plugin/dbquery/
H A Dplugin.info.txt6 desc Display query results from a database
/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 …
23 field can be included in a multi-date query where one of the other fields has priority.
32 When you query a page, this data will be displayed for every IP address that has accessed the page.…
33 … The page column can often have a great many entries. Therefore, when you query a page, you have t…
54 If your query times out, you see a "timed out" message. If your server is not set to safemode for P…
/plugin/sqlcomp/
H A Dplugin.info.txt6 desc Render result of SQL-query as table

1...<<21222324252627282930>>...39