Home
last modified time | relevance | path

Searched refs:getDB (Results 51 – 75 of 76) sorted by last modified time

1234

/plugin/blogtng/helper/
H A Dentry.php69 $resid = $this->sqlitehelper->getDB()->query($query, $pid);
79 $result = $this->sqlitehelper->getDB()->res2arr($resid);
198 $this->sqlitehelper->getDB()->query(
213 $result = $this->sqlitehelper->getDB()->query(
308 $resid = $this->sqlitehelper->getDB()->query($query);
622 $res = $this->sqlitehelper->getDB()->query($query);
623 $res = $this->sqlitehelper->getDB()->res2arr($res);
646 $res = $this->sqlitehelper->getDB()->query($query);
648 $res = $this->sqlitehelper->getDB()->res2arr($res);
816 $resid = $this->sqlitehelper->getDB()->query($query);
[all …]
H A Dtags.php71 $resid = $this->sqlitehelper->getDB()->query($query, $this->pid);
77 if ($this->sqlitehelper->getDB()->res2count($resid) == 0) {
82 $tags_from_db = $this->sqlitehelper->getDB()->res2arr($resid);
108 $resid = $this->sqlitehelper->getDB()->query($query, $pid);
114 $tagcount = $this->sqlitehelper->getDB()->res2row($resid, 0);
133 $resid = $this->sqlitehelper->getDB()->query($query);
135 return $this->sqlitehelper->getDB()->res2arr($resid);
147 if (!$this->sqlitehelper->getDB()->query($query)) {
148 $this->sqlitehelper->getDB()->query('ROLLBACK TRANSACTION');
152 if (!$this->sqlitehelper->getDB()->query($query, $this->pid)) {
[all …]
/plugin/structnotification/
H A Dadmin.php47 $sqlite = $db_helper->getDB();
98 $sqlite = $db_helper->getDB();
/plugin/structnotification/action/
H A Dnotification.php48 $sqlite = $db_helper->getDB();
77 $sqlite = $db_helper->getDB();
/plugin/structnotification/helper/
H A Ddb.php66 public function getDB() function in helper_plugin_structnotification_db
/plugin/davcal/
H A Dhelper.php26 private function getDB() function in helper_plugin_davcal
299 $sqlite = $this->getDB();
347 $sqlite = $this->getDB();
367 $sqlite = $this->getDB();
390 $sqlite = $this->getDB();
413 $sqlite = $this->getDB();
447 $sqlite = $this->getDB();
501 $sqlite = $this->getDB();
536 $sqlite = $this->getDB();
686 $sqlite = $this->getDB();
[all …]
/plugin/watchcycle/
H A Daction.php127 $sqlite = plugin_load('helper', 'watchcycle_db')->getDB();
H A Dadmin.php50 $sqlite = plugin_load('helper', 'watchcycle_db')->getDB();
/plugin/watchcycle/helper/
H A Ddb.php69 public function getDB() function in helper_plugin_watchcycle_db
/plugin/addressbook/
H A Dsyntax.php372 $sqlite = $db_helper->getDB();
453 $sqlite = $db_helper->getDB();
518 $sqlite = $db_helper->getDB();
583 $sqlite = $db_helper->getDB();
612 $sqlite = $db_helper->getDB();
665 $sqlite = $db_helper->getDB();
933 $sqlite = $db_helper->getDB();
H A Daction.php64 $sqlite = $db_helper->getDB();
/plugin/addressbook/helper/
H A Ddb.php70 public function getDB($throw=true) function in helper_plugin_addressbook_db
/plugin/extendpage/helper/
H A Ddb.php63 public function getDB($throw = true) function in helper_plugin_extendpage_db
/plugin/extendpage/meta/
H A DAssignments.php50 $this->sqlite = $helper->getDB();
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dvorbis.js2getDB:(function(name,callback){var db=IDBFS.dbs[name];if(db){return callback(null,db)}var req;try{…
H A Dopus.js2getDB:(function(name,callback){var db=IDBFS.dbs[name];if(db){return callback(null,db)}var req;try{…
H A Dogg.js2getDB:(function(name,callback){var db=IDBFS.dbs[name];if(db){return callback(null,db)}var req;try{…
/plugin/issuelinks/helper/
H A Ddb.php26 $db = $this->getDB();
42 public function getDB() function in helper_plugin_issuelinks_db
77 $db = $this->getDB();
95 $db = $this->getDB();
134 $db = $this->getDB();
187 $db = $this->getDB();
221 $db = $this->getDB();
/plugin/telleveryone/
H A Dadmin.php49 $sqlite = $db_helper->getDB();
95 $sqlite = $db_helper->getDB();
H A Dapi.php10 $sqlite = $db_helper->getDB();
/plugin/telleveryone/helper/
H A Ddb.php68 public function getDB($throw=true) function in helper_plugin_telleveryone_db
/plugin/telleveryone/action/
H A Dnotification.php61 $sqlite = $db_helper->getDB();
76 $sqlite = $db_helper->getDB();
/plugin/webdavclient/
H A Dhelper.php35 private function getDB() function in helper_plugin_webdavclient
160 $sqlite = $this->getDB();
178 $sqlite = $this->getDB();
196 $sqlite = $this->getDB();
213 $sqlite = $this->getDB();
251 $sqlite = $this->getDB();
367 $sqlite = $this->getDB();
419 $sqlite = $this->getDB();
457 $sqlite = $this->getDB();
476 $sqlite = $this->getDB();
[all …]
/plugin/davcard/
H A Dhelper.php27 private function getDB() function in helper_plugin_davcard
147 $sqlite = $this->getDB();
260 $sqlite = $this->getDB();
300 $sqlite = $this->getDB();
325 $sqlite = $this->getDB();
369 $sqlite = $this->getDB();
428 $sqlite = $this->getDB();
523 $sqlite = $this->getDB();
599 $sqlite = $this->getDB();
748 $sqlite = $this->getDB();
[all …]
/plugin/database2/
H A Ddatabase2.php6184 public function getDB() function in Database2_Admin

1234