Home
last modified time | relevance | path

Searched refs:getDbName (Results 1 – 5 of 5) sorted by relevance

/plugin/sqlite/
H A Dadmin.php56 $exportfile = $conf['tmpdir'] . '/' . $this->db->getDbName() . '.sql';
59 … header('Content-Disposition: attachment; filename="' . $this->db->getDbName() . '.sql";');
95 . $this->db->getDbName() . SQLiteDB::FILE_EXTENSION . '"'
111 echo '<h2>' . $this->getLang('db') . ' "' . hsc($this->db->getDbName()) . '"</h2>';
H A DSQLiteDB.php351 public function getDbName() function in dokuwiki\\plugin\\sqlite\\SQLiteDB
/plugin/sql2wiki/action/
Dsqlite.php110 $db = $event->data['sqlitedb']->getDbName();
/plugin/combo/ComboStrap/
H A DSqlite.php401 public function getDbName(): string function in ComboStrap\\Sqlite
/plugin/bez/action/
H A Dmigration.php31 if ($event->data['sqlite']->getAdapter()->getDbName() !== 'b3p') {