Home
last modified time | relevance | path

Searched refs:queries (Results 51 – 65 of 65) sorted by path

123

/plugin/quickstats/lang/en/
H A Dgeneral_intro.txt3 - make specific queries based on country, ip address, and Dokuwiki page names;
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. \\
/plugin/refnotes/lang/en/
H A D__template.txt8 * Store one note per page as [[doku>plugin:data|Data plugin]] entry. This way the notes are stored in a database, which allows to make queries against the bibliography data, for example, see all books of a certain author. Unfortunately Data plugin allows only one ''dataentry'' section per page.
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/searchcombinedgoogle/
H A DREADME.md5 Here we go! This plugin hooks into the DokuWiki search and queries Google for your search word. It …
/plugin/sql/
H A Dsyntax.php78 $queries = explode(';', $match);
79 if (trim(end($queries)) == "") {
80 array_pop($queries);
82 return array('sql' => $queries);
/plugin/sql2wiki/
H A DREADME3 Save results of sqlite queries into page syntax.
H A Dplugin.info.txt6 desc Save results of sqlite queries into page syntax.
/plugin/sqlite/
H A Dadmin.php169 * multiple queries can be given separated by semicolons
298 * Display the saved queries for this database
302 $queries = $this->querySaver->getQueries();
303 if (!$queries) return;
306 foreach ($queries as $query) {
/plugin/sqlite/db/
H A Dupdate0001.sql1 -- Defines the queries that can be used in wiki
2 CREATE TABLE queries table
/plugin/sqlraw/
H A Dsyntax.php76 $queries = explode(';', $match);
77 if (trim(end($queries)) == "") {
78 array_pop($queries);
80 return array('sql' => $queries);
/plugin/strata/
H A Dmanual.txt225 Patterns are the basic building block of all queries. They are constructed according to the following format:
236 You can refer to 'the current page' with ''%%[[]]%%''. This can be used to write queries that get information related to the page, but defined on other pages.
395 All variables mentioned will be considered to be relevant, even if they are not displayed. Since the queries use so called 'set semantics', results that are equivalent will be reduced to a single result. This can be prevented by declaring additional variables to be considered; results are only equivalent if all displayed and all considered fields are equal.
544 Types are used with data entry to store data in the correct format. Types with queries are used for handling comparisons, and to determine how the data should be displayed.
565 By default, strata does not disable caching. This can result in pages with queries not updating after you edit data somewhere else.
/plugin/tagging/
H A Dhelper.php127 $queries = array(array('DELETE FROM taggings WHERE pid = ? AND tagger = ?', $id, $user));
129 $queries[] = array('INSERT INTO taggings (pid, tagger, tag, lang) VALUES(?, ?, ?, ?)', $id, $user, $tag, $lang);
132 foreach ($queries as $query) {
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1258 queries.
1263 * Update: Caching results for principal lookups. This should cut down queries
1266 especially speeding up a bunch of REPORT queries.
1392 time-range queries on alarms.
1522 * Fixed: Issue 182: Removed backticks from sql queries, so it will work with
/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…

123