Home
last modified time | relevance | path

Searched refs:db_helper (Results 1 – 18 of 18) sorted by relevance

/plugin/ireadit/action/
H A Direadit.php44 $db_helper = plugin_load('helper', 'ireadit_db');
45 $sqlite = $db_helper->getDB();
97 $db_helper = plugin_load('helper', 'ireadit_db');
98 $sqlite = $db_helper->getDB();
123 $db_helper = plugin_load('helper', 'ireadit_db');
124 $sqlite = $db_helper->getDB();
H A Dmove.php31 $db_helper = plugin_load('helper', 'ireadit_db');
32 $sqlite = $db_helper->getDB();
/plugin/notification/helper/
H A Dcron.php19 $db_helper = plugin_load('helper', 'notification_db');
20 $this->sqlite = $db_helper->getDB();
91 $db_helper = plugin_load('helper', 'notification_db');
92 $sqlite = $db_helper->getDB();
186 $db_helper = plugin_load('helper', 'notification_db');
187 $sqlite = $db_helper->getDB();
/plugin/telleveryone/action/
Dnotification.php60 $db_helper = plugin_load('helper', 'telleveryone_db');
61 $sqlite = $db_helper->getDB();
75 $db_helper = plugin_load('helper', 'telleveryone_db');
76 $sqlite = $db_helper->getDB();
/plugin/addressbook/
Dsyntax.php371 $db_helper = plugin_load('helper', 'addressbook_db');
372 $sqlite = $db_helper->getDB();
452 $db_helper = plugin_load('helper', 'addressbook_db');
453 $sqlite = $db_helper->getDB();
517 $db_helper = plugin_load('helper', 'addressbook_db');
518 $sqlite = $db_helper->getDB();
582 $db_helper = plugin_load('helper', 'addressbook_db');
583 $sqlite = $db_helper->getDB();
611 $db_helper = plugin_load('helper', 'addressbook_db');
612 $sqlite = $db_helper->getDB();
[all …]
Daction.php63 $db_helper = plugin_load('helper', 'addressbook_db');
64 $sqlite = $db_helper->getDB();
/plugin/notification/
H A Dcli.php10 protected $db_helper; variable in cli_plugin_notification
21 $this->db_helper = plugin_load('helper', 'notification_db');
65 $sqlite = $this->db_helper->getDB();
/plugin/telleveryone/
Dadmin.php48 $db_helper = plugin_load('helper', 'telleveryone_db');
49 $sqlite = $db_helper->getDB();
94 $db_helper = plugin_load('helper', 'telleveryone_db');
95 $sqlite = $db_helper->getDB();
Dapi.php9 $db_helper = plugin_load('helper', 'telleveryone_db'); variable
10 $sqlite = $db_helper->getDB();
/plugin/issuelinks/
Dsyntax.php105 $db_helper = $this->loadHelper('issuelinks_db');
106 …$db_helper->deleteAllIssuePageRevisions($ID, $pmServiceName, $project, $issue_id, $isMergeRequest,…
107 …$db_helper->savePageRevIssues($ID, $currentRev, $pmServiceName, $project, $issue_id, $isMergeReque…
/plugin/structnotification/
H A Dadmin.php43 $db_helper = plugin_load('helper', 'structnotification_db');
44 $sqlite = $db_helper->getDB();
90 $db_helper = plugin_load('helper', 'structnotification_db');
91 $sqlite = $db_helper->getDB();
/plugin/ireadit/
H A Dhelper.php115 $db_helper = plugin_load('helper', 'ireadit_db');
116 $sqlite = $db_helper->getDB();
138 $db_helper = plugin_load('helper', 'ireadit_db');
139 $sqlite = $db_helper->getDB();
/plugin/notification/action/
H A Dmigration.php45 $db_helper = plugin_load('helper', 'notification_db');
46 $sqlite = $db_helper->getDB();
H A Dcron.php41 $db_helper = plugin_load('helper', 'notification_db');
42 $sqlite = $db_helper->getDB();
/plugin/structnotification/action/
H A Dnotification.php49 $db_helper = plugin_load('helper', 'structnotification_db');
50 $sqlite = $db_helper->getDB();
77 $db_helper = plugin_load('helper', 'structnotification_db');
78 $sqlite = $db_helper->getDB();
/plugin/bez/mdl/
H A DModel.php87 $this->db_helper = plugin_load('helper', 'bez_db');
89 $this->sqlite = $this->db_helper->getDB();
/plugin/ireadit/syntax/
H A Dlist.php127 $db_helper = plugin_load('helper', 'ireadit_db');
128 $sqlite = $db_helper->getDB();
/plugin/bez/action/
H A Ddefault.php313 $db_helper = plugin_load('helper', 'bez_db');
314 $event->data['dependencies'][] = $db_helper->getDB()->getAdapter()->getDbFile();