Home
last modified time | relevance | path

Searched refs:sqlite (Results 101 – 125 of 181) sorted by path

12345678

/plugin/geonav/
H A Dstates.sql9 # Database: test.sqlite
/plugin/git/
H A Dhelper.php38 var $sqlite = null; variable in helper_plugin_git
118 $this->sqlite->query($sql);
129 $rows = $this->sqlite->res2arr($res);
144 $this->sqlite->query($sql);
436 if ($this->sqlite) return true;
439 if (is_null($this->sqlite)) {
459 $res = $this->sqlite->query($sql);
478 $res = $this->sqlite->query($sql);
494 $res = $this->sqlite->query($sql);
512 $res = $this->sqlite->query($sql);
[all …]
/plugin/ireadit/action/
H A Direadit.php45 $sqlite = $db_helper->getDB();
51 $res = $sqlite->query('SELECT user, timestamp FROM ireadit
55 $readers = $sqlite->res2arr($res);
98 $sqlite = $db_helper->getDB();
103 $sqlite->storeEntry('ireadit', [
124 $sqlite = $db_helper->getDB();
129 $sqlite->query('INSERT INTO ireadit (page,rev,user,timestamp)
H A Dmigration.php90 $sqlite = $data['sqlite'];
91 $db = $sqlite->getAdapter()->getDb();
126 $sqlite = $data['sqlite'];
127 $db = $sqlite->getAdapter()->getDb();
132 $sqlite->storeEntry('meta2', [
138 $sqlite->query('DROP TABLE meta');
147 $sqlite = $data['sqlite'];
148 $db = $sqlite->getAdapter()->getDb();
178 $sqlite->storeEntry('meta', [
193 $sqlite = $data['sqlite'];
[all …]
H A Dmove.php32 $sqlite = $db_helper->getDB();
39 $sqlite->query('UPDATE ireadit SET page=? WHERE page=?', $new, $old);
/plugin/ireadit/
H A Dhelper.php120 $sqlite = $db_helper->getDB();
126 $res = $sqlite->query('SELECT user, timestamp FROM ireadit
130 $readers = $sqlite->res2arr($res);
143 $sqlite = $db_helper->getDB();
167 …$res = $sqlite->query('SELECT page, MAX(rev) as "rev", timestamp FROM ireadit WHERE user=? GROUP B…
170 … $res = $sqlite->query('SELECT page, MAX(rev) as "rev", timestamp FROM ireadit GROUP BY page');
172 while ($row = $sqlite->res_fetch_assoc($res)) {
193 …$res = $sqlite->query('SELECT rev, timestamp FROM ireadit WHERE user=? AND page=? ORDER BY rev DES…
196 … $res = $sqlite->query('SELECT rev, timestamp FROM ireadit WHERE page=? ORDER BY rev DESC', $page);
198 $user_reads = $sqlite->res2arr($res);
/plugin/ireadit/helper/
H A Ddb.php18 protected $sqlite; variable in helper_plugin_ireadit_db
36 $this->sqlite = plugin_load('helper', 'sqlite');
37 if (!$this->sqlite) {
48 $this->sqlite = null;
51 $this->sqlite->getAdapter()->setUseNativeAlter(true);
58 $this->sqlite = null;
72 …if ($this->sqlite && $conf['metadir'] != substr($this->sqlite->getAdapter()->getDbFile(), 0, $len)…
75 if(!$this->sqlite && $throw) {
78 return $this->sqlite;
88 if (!$this->sqlite) {
[all …]
/plugin/ireadit/syntax/
H A Dlist.php128 $sqlite = $db_helper->getDB();
/plugin/issuelinks/helper/
H A Ddb.php46 $sqlite = plugin_load('helper', 'sqlite');
47 if (!$sqlite) {
52 if ($sqlite->getAdapter()->getName() !== DOKU_EXT_PDO) {
58 $sqlite->getAdapter()->setUseNativeAlter(true);
61 if (!$sqlite->init('issuelinks', DOKU_PLUGIN . 'issuelinks/db/')) {
65 $this->db = $sqlite;
/plugin/issuelinks/
H A Drequirements.txt2 https://github.com/cosmocode/sqlite.git lib/plugins/sqlite
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dlist_items_with_undefined_ref.md6 …[SQLite3](http://sqlite.org/) database under the runtime directory. You can explicitly specify a d…
/plugin/notification/action/
H A Dcron.php45 $sqlite = $db_helper->getDB();
54 $res = $sqlite->query('SELECT user, MIN(timestamp) FROM cron_check');
55 $user = $sqlite->res2single($res);
60 $sqlite->query('UPDATE cron_check SET timestamp=? WHERE user=?', date('c'), $user);
83 … $res = $sqlite->query('SELECT plugin, notification_id FROM notification WHERE user=?', $user);
84 $sent_notifications = $sqlite->res2arr($res);
140 $sqlite->storeEntry('notification',
H A Dmigration.php50 $sqlite = $db_helper->getDB();
53 $sqlite->storeEntry('cron_check',
/plugin/notification/helper/
H A Dcron.php11 protected $sqlite; variable in helper_plugin_notification_cron
17 $this->sqlite = $db_helper->getDB();
25 $res = $this->sqlite->query('SELECT user from cron_check');
26 $ourUsers = $this->sqlite->res2arr($res);
39 $this->sqlite->storeEntry('cron_check',
H A Ddb.php18 protected $sqlite; variable in helper_plugin_notification_db
36 $this->sqlite = plugin_load('helper', 'sqlite');
37 if (!$this->sqlite) {
48 $this->sqlite = null;
51 $this->sqlite->getAdapter()->setUseNativeAlter(true);
58 $this->sqlite = null;
70 …if ($this->sqlite && $conf['metadir'] != substr($this->sqlite->getAdapter()->getDbFile(), 0, $len)…
73 if (!$this->sqlite) {
77 return $this->sqlite;
87 if (!$this->sqlite) {
[all …]
/plugin/podcast/
H A Dhelper.php8 $sqlite = $dthlp->_getDB();
9 if(!$sqlite) return false;
10 $res = $sqlite->query( 'SELECT
16 $rows = $sqlite->res2arr($res);
/plugin/randomtables/helper/
H A Dhelper.php12 /** @var helper_plugin_sqlite $sqlite */
13 $sqlite = plugin_load('helper', 'sqlite');
15 if(!$sqlite){
16 msg('This plugin requires the sqlite plugin. Please install it', -1);
20 if(!$sqlite->init('randomtables', DOKU_PLUGIN . 'randomtables/db/')){
24 return $sqlite;
/plugin/rating/
H A Dhelper.php15 protected $sqlite = null; variable in helper_plugin_rating
23 if(!is_null($this->sqlite)) return $this->sqlite;
26 if(!$this->sqlite) {
28 $this->sqlite = null;
35 $this->sqlite = null;
39 return $this->sqlite;
61 if(!$sqlite) return;
66 $sqlite->res_close($res);
71 $sqlite->res_close($res);
93 if(!$sqlite) return;
[all …]
/plugin/semanticdata/
H A DREADME5 …on the data plugin (http://www.dokuwiki.org/plugin:data). The underlying sqlite database has been …
17 NOTICE: The plugin cannot be used together with the sqlite based data plugin!
/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/sql2wiki/action/
H A Dsqlite.php3 use dokuwiki\plugin\sqlite\QuerySaver;
4 use dokuwiki\plugin\sqlite\SQLiteDB;
/plugin/sqlite/
H A DFunctions.php8 namespace dokuwiki\plugin\sqlite;
H A DQuerySaver.php3 namespace dokuwiki\plugin\sqlite;
17 $this->db = new SQLiteDB('sqlite', DOKU_PLUGIN . 'sqlite/db/');
H A DREADME6 will look for the PHP sqlite extension.
9 The sqlite extension supports sqlite2 only, here this plugin will look for *.sqlite files.
15 sqlite databasename.sqlite .dump | sqlite3 databasename.sqlite3
17 More about this upgrade on http://www.sqlite.org/version3.html
20 http://www.dokuwiki.org/plugin:sqlite
23 lib/plugins/sqlite/ - if the folder is called different it

12345678