Home
last modified time | relevance | path

Searched refs:query (Results 701 – 725 of 964) sorted by relevance

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

/plugin/quickstats/
H A Dstyle.css5 /* This can be used to control the dimensions and overflow of the query output display */
11 /* This controls the overflow of the query form */
H A Dstyle.wide.css5 /* This can be used to control the dimensions and overflow of the query output display */
11 /* This controls the overflow of the query form */
H A DREADME1 …ts, including geo-location, IP, page counts, browsers, operating systems, query string parameters.…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DGamesManagement.php122 'location' => 'query',
126 'location' => 'query',
H A DDocs.php101 'location' => 'query',
H A DCloudProfiler.php101 'location' => 'query',
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DFunctionScore.php10 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-function-score-query.html
54 * Set the child query for this function_score query.
58 public function setQuery(AbstractQuery $query): self argument
60 return $this->setParam('query', $query);
64 * Add a function to the function_score query.
97 * Add a script_score function to the query.
111 * Add a decay function to the query
[all...]
/plugin/openid/Auth/Yadis/
H A DXML.php282 $result = @$this->xpath->query($xpath, $node);
284 $result = @$this->xpath->query($xpath);
/plugin/sqlite/
H A Dhelper.php129 // region query and result handling functions
135 * build the appropriate query and executes it.
154 * Execute a query with the given parameters.
159 * @param string ...$args - the arguments of query(), the first is the sql and others are values
161 public function query(...$args)
168 return $this->adapter->query($sql);
176 * Prepare a query with the given arguments.
409 'This method seems to never have done what it suggests. Please use the query() function instead.'
156 public function query() global() function in helper_plugin_sqlite
/plugin/randomtables/table-roller/src/Table/
H A DManager.php36 $result = $this->db->query('SELECT * FROM rtables WHERE id=? LIMIT 1', $name);
/plugin/openid/Auth/OpenID/
H A DConsumer.php400 * @param array $query An array of the query parameters (key =>
411 function complete($current_url, $query=null) argument
421 if ($query === null) {
422 $query = Auth_OpenID::getQuery();
430 $message = Auth_OpenID_Message::fromPostArgs($query);
927 * @param array $query
930 function _verifyReturnToArgs($query) argument
935 $message = Auth_OpenID_Message::fromPostArgs($query);
956 if (!array_key_exists($rt_key, $query)) {
960 $value = $query[$rt_key];
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.object.php66 …$mysqli->query("INSERT INTO `table` (`thumbnail`) VALUES ('".mysqli_real_escape_string($phpThumb->…
/plugin/bez/mdl/
H A DAuthentication_tokenFactory.php14 $r = $this->model->sqlite->query("SELECT token FROM {$this->get_table_name()} WHERE page_id=?", $page_id);
/plugin/statistics/inc/
H A DStatisticsGraph.class.php71 * @param string $query The function to call on the Query object to get the data
75 protected function sumUpPieChart($query, $key, $max=4){ argument
76 $result = $this->hlp->Query()->$query($this->tlimit, $this->start, 0, false);
/plugin/sqlcomp/
H A DREADME.md3 Dokuwiki plugin to query SQL databases and show result as tables.
/plugin/accscounter/lang/en/
H A Dnoitem.txt6 * If you're searching the log file with the keyword, change the search query.
/plugin/fksnewsfeed/inc/ORM/
H A DModelPriority.php33 …$res = $this->sqlite->query('DELETE FROM priority WHERE stream_id=? AND news_id =?', $this->stream…
H A DServicePriority.php21 …$res = $this->sqlite->query('SELECT * FROM ? WHERE stream_id=? AND news_id =?', $this->table, $str…
/plugin/pagequery/
H A Dplugin.info.txt6 desc Search for (fulltext) and list wiki pages, sorted and optionally grouped by name, date, creator, abc, etc. in columns. Insert the pagequery markup wherever you want your list to appear. E.g.{{pagequery>[query;fulltext;sort=key:direction,key2:direction;group;limit=??;cols=?;inwords;proper]}} [..] = optional
/plugin/zenlogin/
H A Daction.php95 … $query = sprintf("SELECT id FROM ".$this->zp_mysql_prefix."administrators WHERE user = '%s'",
97 $result = mysql_query($query, $con);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DReindex.php22 public const QUERY = 'query';
127 public function setQuery(AbstractQuery $query): void
129 $this->setParam(self::QUERY, $query);
119 setQuery(AbstractQuery $query) global() argument
H A DQueryBuilder.php71 public function query() function in Elastica\\QueryBuilder
/plugin/bugzillaint/docs/
H A Dbugzillaint.txt90query format for buglists uses the bugzilla quicksearch syntax. You can query for various fields (…
145 …* Buglist query syntax should be completely switched to Bugzilla quicksearch syntax once Bugzilla …
/plugin/sphinxsearch-was/
H A Dsphinxapi.php911 function Query($query, $index = "*", $comment = "") argument
915 $this->AddQuery($query, $index, $comment);
940 function AddQuery($query, $index = "*", $comment = "") argument
948 $req .= pack("N", strlen($query)) . $query; // query itself
1356 function BuildKeywords($query, $index, $hits) argument
1358 assert(is_string($query));
1374 $req = pack("N", strlen($query)) . $query; // req query
/plugin/sphinxsearch/
H A Dsphinxapi.php947 function Query ( $query, $index="*", $comment="" ) argument
951 $this->AddQuery ( $query, $index, $comment );
976 function AddQuery ( $query, $index="*", $comment="" ) argument
984 $req .= pack ( "N", strlen($query) ) . $query; // query itself
1390 function BuildKeywords ( $query, $index, $hits ) argument
1392 assert ( is_string($query) );
1409 $req = pack ( "N", strlen($query) ) . $query; // req query

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