Searched refs:getDbFile (Results 1 – 18 of 18) sorted by relevance
| /plugin/addressbook/helper/ |
| D | db.php | 74 …if ($this->sqlite && $conf['metadir'] != substr($this->sqlite->getAdapter()->getDbFile(), 0, $len)… 93 $file = $this->sqlite->getAdapter()->getDbFile();
|
| /plugin/telleveryone/helper/ |
| D | db.php | 72 …if ($this->sqlite && $conf['metadir'] != substr($this->sqlite->getAdapter()->getDbFile(), 0, $len)… 91 $file = $this->sqlite->getAdapter()->getDbFile();
|
| /plugin/bez/helper/ |
| H A D | db.php | 60 …if ($this->sqlite && $conf['metadir'] != substr($this->sqlite->getAdapter()->getDbFile(),0,$len)) { 76 $file = $this->sqlite->getAdapter()->getDbFile();
|
| /plugin/ireadit/helper/ |
| H A D | db.php | 72 …if ($this->sqlite && $conf['metadir'] != substr($this->sqlite->getAdapter()->getDbFile(), 0, $len)… 91 $file = $this->sqlite->getAdapter()->getDbFile();
|
| /plugin/extendpage/helper/ |
| D | db.php | 67 …if ($this->sqlite && $conf['metadir'] != substr($this->sqlite->getAdapter()->getDbFile(), 0, $len)… 84 $file = $this->sqlite->getAdapter()->getDbFile();
|
| /plugin/approve/action/ |
| H A D | cache.php | 39 $cache->depends['files'][] = $db->getDbFile();
|
| H A D | notification.php | 30 $event->data['dependencies'][] = $db->getDbFile();
|
| /plugin/structnotification/helper/ |
| H A D | db.php | 64 …if ($this->sqlite && $conf['metadir'] != substr($this->sqlite->getAdapter()->getDbFile(), 0, $len)…
|
| /plugin/notification/helper/ |
| H A D | db.php | 65 …if ($this->sqlite && $conf['metadir'] != substr($this->sqlite->getAdapter()->getDbFile(), 0, $len)…
|
| /plugin/sqlite/ |
| H A D | admin.php | 91 $file = $this->db->getDbFile(); 274 'info' => filesize_h(filesize($this->db->getDbFile()))
|
| H A D | SQLiteDB.php | 61 $file = $this->getDbFile(); 359 public function getDbFile() function in dokuwiki\\plugin\\sqlite\\SQLiteDB
|
| /plugin/combo/ComboStrap/ |
| H A D | Sqlite.php | 237 $dbFile = $this->sqlitePlugin->getAdapter()->getDbFile(); 342 $dbFile = $adapter->getDbFile();
|
| /plugin/struct/helper/ |
| H A D | db.php | 71 $file = $this->sqlite->getDbFile();
|
| /plugin/telleveryone/action/ |
| D | notification.php | 62 $event->data['dependencies'][] = $sqlite->getAdapter()->getDbFile();
|
| /plugin/approve/helper/ |
| H A D | db.php | 23 public function getDbFile(): string function in helper_plugin_approve_db 25 return $this->db->getDbFile();
|
| /plugin/struct/action/ |
| H A D | cache.php | 86 $cache->depends['files'][] = $sqlite->getDbFile();
|
| /plugin/structnotification/action/ |
| H A D | notification.php | 51 $event->data['dependencies'][] = $sqlite->getAdapter()->getDbFile();
|
| /plugin/bez/action/ |
| H A D | default.php | 314 $event->data['dependencies'][] = $db_helper->getDB()->getAdapter()->getDbFile();
|