Home
last modified time | relevance | path

Searched refs:sqlite (Results 126 – 150 of 181) sorted by relevance

12345678

/plugin/bibtex4dw/lib/
H A Dbibtexparser.php37 public static $sqlite = array(); variable in bibtexparser_plugin_bibtex4dw
269 public function parseBibliography($sqlite = false) argument
317 if ($sqlite) {
345 if ($sqlite) {
385 public function parse($sqlite = false)
418 if ($sqlite) {
526 $stringCallback = fn($key, $value) => $this->sqlite->query("INSERT OR REPLACE INTO strings (string, entry) VALUES (?,?)", $key, $value);
527 $bibItemCallback = fn($key, $value) => $this->sqlite->query("INSERT OR REPLACE INTO bibtex (key, entry) VALUES (?,?)", $key, $value);
548 $pdo = $this->sqlite->getAdapter()->getPdo();
655 if (!empty($this->sqlite)) {
368 parse($sqlite = false) global() argument
[all...]
/plugin/bez/mdl/
H A DModel.php21 protected $sqlite; variable in dokuwiki\\plugin\\bez\\mdl\\Model
60 in_array($property, array('sqlite', 'db', 'acl', 'dw_auth', 'user_nick', 'action', 'conf'))) {
89 $this->sqlite = $this->db_helper->getDB();
90 $this->db = $this->sqlite->getAdapter()->getPdo();
H A DThread_commentFactory.php77 $this->model->sqlite->query('UPDATE task SET type=? WHERE thread_comment_id=?',
122 $r = $this->model->sqlite->query($sql, $from, $to);
128 $r = $this->model->sqlite->query($sql);
H A DTask_commentFactory.php37 $this->model->sqlite->query("UPDATE {$this->get_table_name()} SET closing=1 WHERE id=?",
44 $this->model->sqlite->query("UPDATE {$this->get_table_name()} SET closing=0 WHERE task_id=?",
/plugin/fksnewsfeed/inc/ORM/
H A DModelPriority.php33 …$res = $this->sqlite->query('DELETE FROM priority WHERE stream_id=? AND news_id =?', $this->stream…
34 return $this->sqlite->res2arr($res);
/plugin/combo/ComboStrap/
H A DSearch.php57 $sqlite = Sqlite::createOrGetSqlite();
62 $request = $sqlite
H A DDatabasePageRow.php78 private $sqlite; variable in ComboStrap\\DatabasePageRow
94 $this->sqlite = Sqlite::createOrGetSqlite();
222 * @throws ExceptionSqliteNotAvailable - if there is no sqlite available
408 $request = $this->sqlite
433 // on an empty string / null (for sqlite)
606 $request = $this->sqlite
683 $request = $this->sqlite
965 $request = $this->sqlite
1045 $request = $this->sqlite
1150 $request = $this->sqlite
[all...]
/plugin/structpublish/meta/
H A DAccessTableStructpublish.php74 $ret = $this->sqlite->queryValue($sql, $opts);
90 return $this->sqlite->query(
/plugin/combo/ComboStrap/Meta/Field/
H A DBacklinkCount.php89 $sqlite = Sqlite::createOrGetSqlite();
91 $request = $sqlite
H A DAliases.php163 $sqlite = Sqlite::createOrGetSqlite();
171 $request = $sqlite
202 $request = $sqlite
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDbStore.php40 private Sqlite $sqlite; variable in ComboStrap\\Meta\\Store\\MetadataDbStore
59 // sqlite in the constructor to handle only one sqlite exception
60 $this->sqlite = Sqlite::createOrGetSqlite();
186 $request = $this->sqlite
259 $res = $this->sqlite
278 // there is no notion of commit in the sqlite plugin
/plugin/structpublish/_test/
H A Drevision.test.php16 protected $pluginsEnabled = ['sqlite', 'struct', 'structpublish'];
21 protected $sqlite; variable in revision_plugin_structpublish_test
41 $this->sqlite = $assignments->getSqlite();
/plugin/sqlite/
H A Dadmin.php6 use dokuwiki\plugin\sqlite\QuerySaver;
7 use dokuwiki\plugin\sqlite\SQLiteDB;
8 use dokuwiki\plugin\sqlite\Tools;
11 * DokuWiki Plugin sqlite (Admin Component)
147 'link' => wl($ID, ['do' => 'admin', 'page' => 'sqlite']),
156 'link' => wl($ID, ['do' => 'admin', 'page' => 'sqlite', 'db' => $db, 'sectok' => getSecurityToken()]),
228 * Construct a link to the sqlite admin page with the given additional parameters
242 'page' => 'sqlite',
/plugin/struct/types/
H A DTag.php63 $sqlite = $hlp->getDB();
64 $rows = $sqlite->queryAll($sql, $opt);
/plugin/tagging/
H A DREADME13 This plugin requires the sqlite plugin!
14 See https://www.dokuwiki.org/plugin:sqlite
/plugin/sqlite/_test/
H A DSQLiteDBTest.php3 namespace dokuwiki\plugin\sqlite\test;
5 use dokuwiki\plugin\sqlite\SQLiteDB;
23 $this->pluginsEnabled[] = 'sqlite';
35 $db = new SQLiteDB('testdb', DOKU_PLUGIN . "sqlite/_test/db");
41 $db = new SQLiteDB('testdb', DOKU_PLUGIN . "sqlite/_test/db");
53 $db = new SQLiteDB('testdb', DOKU_PLUGIN . "sqlite/_test/db");
71 $db = new SQLiteDB('testdb', DOKU_PLUGIN . "sqlite/_test/db");
85 $db = new SQLiteDB('testdb', DOKU_PLUGIN . "sqlite/_test/db");
96 $db = new SQLiteDB('testdb', DOKU_PLUGIN . "sqlite/_test/db");
105 $db = new SQLiteDB('testdb', DOKU_PLUGIN . "sqlite/_tes
[all...]
/plugin/data-au/_test/
H A Daction_edit_button.test.php8 protected $pluginsEnabled = array('dataau, 'sqlite');
/plugin/approve/syntax/
H A Dtable.php
/plugin/dwcommits/lang/en/
H A Ddwc_admin.txt118 …elete the sqlite database file for this entry, which is kept in data/meta. The sqlite dtabase fil…
121 …e any sqlite database files which you have deleted. So, if you use Delete Entries and then Resto…
/plugin/addressbook/
H A Dplugin.info.txt6 desc Simple addressbook using the sqlite-plugin
/plugin/sql2wiki/
H A Dplugin.info.txt6 desc Save results of sqlite queries into page syntax.
/plugin/struct/meta/
H A DCSVImporter.php23 protected $sqlite; variable in dokuwiki\\plugin\\struct\\meta\\CSVImporter
59 $this->sqlite = $db->getDB(true);
/plugin/geonav/
H A Dstates.sql9 # Database: test.sqlite
H A Dcontinents.sql9 # Database: test.sqlite
/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