Home
last modified time | relevance | path

Searched refs:sqlite (Results 176 – 181 of 181) sorted by last modified time

12345678

/plugin/datapopup/
H A Daction.php35 $sqlite = $this->dthlp->_getDB();
36 … if(!$sqlite) return "The datapopup had an error retrieving the SQLite plugin. Please report.";
38 $res = $sqlite->query($query);
39 $rows = $sqlite->res2arr($res);
/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/geonav/
H A Dcontinents.sql9 # Database: test.sqlite
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/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!

12345678