Home
last modified time | relevance | path

Searched refs:getDb (Results 1 – 7 of 7) sorted by relevance

/plugin/timetrack/ !
Dhelper.php34 return (bool) $this->getDb();
43 public function getDb() { function in helper_plugin_timetrack
64 $sqlite = $this->getDb();
89 $sqlite = $this->getDb();
117 $sqlite = $this->getDb();
155 $sqlite = $this->getDb();
181 $sqlite = $this->getDb();
199 $sqlite = $this->getDb();
214 $sqlite = $this->getDb();
238 $sqlite = $this->getDb();
[all …]
/plugin/labeled/ !
Dhelper.php96 $db = $this->getDb();
107 $db = $this->getDb();
120 $db = $this->getDb();
134 $db = $this->getDb();
162 $db = $this->getDb();
178 $db = $this->getDb();
206 $db = $this->getDb();
229 $db = $this->getDb();
266 $db = $this->getDb();
278 $db = $this->getDb();
/plugin/combo/ComboStrap/ !
H A DSqliteResult.php72 return $adapter->getDb()->lastInsertId();
H A DSqliteRequest.php131 $do = $adapter->getDb();
H A DSqlite.php318 $db = $adapter->getDb();
/plugin/labeled/action/ !
Dchange.php37 $this->hlp->getDb();
/plugin/struct/meta/ !
H A DSearch.php74 public function getDb() function in dokuwiki\\plugin\\struct\\meta\\Search