Home
last modified time | relevance | path

Searched refs:query (Results 751 – 775 of 964) sorted by relevance

1...<<313233343536373839

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dper-request-configuration.asciidoc97 ==== Providing custom query parameters
99 Sometimes you need to provide custom query parameters, such as authentication
100 tokens for a third-party plugin or proxy. All query parameters are allow listed
264 continue executing the request until it completes. In the case of a slow query
/plugin/logger/
H A DREADME.md4 It logs the date, time, ip, username, host name, query string and user agent.
/plugin/sqlquery/
H A DREADME3 Processing query to mysql database and display results as a table.
/plugin/sqljson/
H A DREADME3 Processing query to mysql database and insert results as a json.
/plugin/pgsqlquery/
H A DREADME3 Processing query to PostgreSQL database and display results as a table.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/Resource/
H A DJobs.php184 public function query($projectId, QueryRequest $postBody, $optParams = []) function in Google\\Service\\Bigquery\\Resource\\Jobs
/plugin/struct/
H A DREADME3 Add and query additional structured page data
/plugin/dbquery/
H A DREADME3 Display query results from a database
/plugin/solr/
H A Daction.php419 $query = $this->array2paramstr(array(
424 $helper->solr_query('update', $query);
/plugin/fksnewsfeed/
H A Dhelper.php96 $res = $this->sqlite->query('SELECT * FROM dependence WHERE parent=?', $streamId);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DXML.php79 …$temp = $xpath->query("//*[translate(local-name(), 'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopq…
/plugin/struct/meta/
H A DSearchCloud.php110 $res = $this->sqlite->query($sql, $opts);
/plugin/database2/
H A Ddatabase2.php478 $this->db->query( 'SET NAMES UTF8' );
930 if ( $this->db->query( $sql ) === false )
1536 $query = "SELECT COUNT(*) FROM {$this->table}";
1543 if ( stripos( $query, ' WHERE ' ) !== false )
1550 $st = $this->db->prepare( $query . $filter );
1652 $query = $customQuery;
1654 if ( stripos( $query, ' WHERE ' ) !== false )
4111 $s = $this->db->query( $sql );
4156 if ( $this->db->query( <<<EOT
4274 if ( $this->db->query( <<<EOT
[all …]
/plugin/strata/
H A DREADME.md7 Strata is a semi-structured data plugin for [DokuWiki][dw]. Strata allows you to add data to your wiki pages, and later on query that data to create automatic indices or other overviews.
/plugin/podcast/
H A Dhelper.php10 $res = $sqlite->query( 'SELECT
/plugin/semantic/
H A Dhelper.php34 'query-input' => 'required name=search_term_string',
/plugin/sqlite/_test/
H A DSQLiteDBTest.php44 $stmt = $db->query($sql, ['music']);
/plugin/404manager/
H A Daction.php648 $query = str_replace($replacementPart, ' ', $ID);
652 "q" => $query,
/plugin/fblogin/lib/
H A Dbase_facebook.php1192 $query = '';
1204 $query = '?'.implode($retained_params, '&');
1216 return $protocol . $parts['host'] . $port . $parts['path'] . $query;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md182 * Bug fix: `form_params` and `query` now always uses the `&` separator.
206 * Fixed a bug with serializing the `query` request option where the `&`
292 associative array passed into the `query` request option. The query string
294 can pass the query string in as a string.
323 * `Query` no longer typehints on the `$query` argument in the constructor,
337 pass true as the second argument to specify that the query string is a raw
339 subsequently made, forcing the query-string to be converted into a Query
542 the query aggregator used before uploading
543 * Added much more robust query string parsing
639 * Merging URLs will now use the query string object from the relative URL (thus allowing custom que…
[all …]
/plugin/dev/
H A DSVGIcon.php175 for ($els = $xpath->query('//comment()'), $i = $els->length - 1; $i >= 0; $i--) {
/plugin/data-au/syntax/
H A Dcloud.php153 $res = $sqlite->query($dataau['sql']);
/plugin/data-graph/
H A Dsyntax.php153 …$arr = $this->db->res2arr($this->db->query('select d2.value as k, sum(d.value) as s, count(d.value…
/plugin/datagraph/
H A Dsyntax.php153 …$arr = $this->db->res2arr($this->db->query('select d2.value as k, sum(d.value) as s, count(d.value…
/plugin/icon/
H A DSVG.php199 for ($els = $xpath->query('//comment()'), $i = $els->length - 1; $i >= 0; $i--) {

1...<<313233343536373839