Home
last modified time | relevance | path

Searched refs:getDB (Results 51 – 75 of 76) sorted by relevance

1234

/plugin/struct/meta/
H A DPageMeta.php22 $this->sqlite = $helper->getDB();
H A DCSVImporter.php59 $this->sqlite = $db->getDB(true);
H A DAssignments.php51 $this->sqlite = $helper->getDB();
H A DSchemaBuilder.php69 $this->sqlite = $this->helper->getDB();
H A DAccessTable.php128 $this->sqlite = $helper->getDB();
H A DSearch.php71 $this->sqlite = $this->dbHelper->getDB();
/plugin/watchcycle/
H A Dadmin.php50 $sqlite = plugin_load('helper', 'watchcycle_db')->getDB();
H A Daction.php127 $sqlite = plugin_load('helper', 'watchcycle_db')->getDB();
/plugin/structpublish/action/
H A Dmigration.php39 $sqlite = $helper->getDB();
/plugin/notification/action/
H A Dcron.php45 $sqlite = $db_helper->getDB();
/plugin/structstatus/
H A Daction.php45 $sqlite = $helper->getDB();
/plugin/struct/types/
H A DTag.php63 $sqlite = $hlp->getDB();
/plugin/struct/action/
H A Dcache.php84 $sqlite = $db->getDB(false);
H A Dmove.php49 $this->db = $hlp->getDB(false);
/plugin/bez/mdl/
H A DModel.php89 $this->sqlite = $this->db_helper->getDB();
/plugin/ireadit/syntax/
H A Dlist.php128 $sqlite = $db_helper->getDB();
/plugin/extendpage/meta/
H A DAssignments.php50 $this->sqlite = $helper->getDB();
/plugin/structpublish/meta/
H A DAssignments.php50 $this->sqlite = $helper->getDB();
/plugin/tagging/action/
H A Dmain.php158 $tags = $hlp->findItems(array('tag' => '*' . $hlp->getDB()->escape_string($search) . '*'), 'tag');
/plugin/labeled/
H A Dhelper.php21 function getDB() { function in helper_plugin_labeled
/plugin/approve/syntax/
H A Dtable.php
/plugin/bez/action/
H A Ddefault.php317 $event->data['dependencies'][] = $db_helper->getDB()->getAdapter()->getDbFile();
/plugin/database2/
H A Ddatabase2.php6184 public function getDB() function in Database2_Admin
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js2getDB:(function(name,callback){var db=IDBFS.dbs[name];if(db){return callback(null,db)}var req;try{…
H A Dvorbis.js2getDB:(function(name,callback){var db=IDBFS.dbs[name];if(db){return callback(null,db)}var req;try{…

1234