Home
last modified time | relevance | path

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

/plugin/approve/action/
H A Dapprove.php
H A Dnotification.php
H A Dmove.php24 /** @var \helper_plugin_approve_db $db_helper */
H A Dcache.php
H A Dprettyprint.php
H A Drevisions.php
/plugin/ireadit/action/
H A Direadit.php43 /** @var \helper_plugin_ireadit_db $db_helper */
44 $db_helper = plugin_load('helper', 'ireadit_db');
45 $sqlite = $db_helper->getDB();
96 /** @var \helper_plugin_ireadit_db $db_helper */
97 $db_helper = plugin_load('helper', 'ireadit_db');
98 $sqlite = $db_helper->getDB();
122 /** @var \helper_plugin_ireadit_db $db_helper */
123 $db_helper = plugin_load('helper', 'ireadit_db');
124 $sqlite = $db_helper->getDB();
H A Dmove.php30 /** @var \helper_plugin_ireadit_db $db_helper */
31 $db_helper = plugin_load('helper', 'ireadit_db');
32 $sqlite = $db_helper->getDB();
/plugin/approve/
H A Dadmin.php
/plugin/telleveryone/action/
H A 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/telleveryone/
H A 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();
H A Dapi.php9 $db_helper = plugin_load('helper', 'telleveryone_db'); variable
10 $sqlite = $db_helper->getDB();
/plugin/addressbook/
H A Dsyntax.php371 $db_helper = plugin_load('helper', 'addressbook_db');
372 $sqlite = $db_helper->getDB();
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();
665 $sqlite = $db_helper->getDB();
[all …]
H A Daction.php63 $db_helper = plugin_load('helper', 'addressbook_db');
64 $sqlite = $db_helper->getDB();
/plugin/notification/helper/
H A Dcron.php18 /** @var \helper_plugin_notification_db $db_helper */
19 $db_helper = plugin_load('helper', 'notification_db');
20 $this->sqlite = $db_helper->getDB();
90 /** @var \helper_plugin_notification_db $db_helper */
91 $db_helper = plugin_load('helper', 'notification_db');
92 $sqlite = $db_helper->getDB();
185 /** @var \helper_plugin_notification_db $db_helper */
186 $db_helper = plugin_load('helper', 'notification_db');
187 $sqlite = $db_helper->getDB();
/plugin/issuelinks/
H A 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/notification/action/
H A Dmigration.php44 /** @var \helper_plugin_notification_db $db_helper */
45 $db_helper = plugin_load('helper', 'notification_db');
46 $sqlite = $db_helper->getDB();
H A Dcron.php40 /** @var \helper_plugin_notification_db $db_helper */
41 $db_helper = plugin_load('helper', 'notification_db');
42 $sqlite = $db_helper->getDB();
/plugin/structnotification/
H A Dadmin.php45 /** @var \helper_plugin_structnotification_db$db_helper */
46 $db_helper = plugin_load('helper', 'structnotification_db');
47 $sqlite = $db_helper->getDB();
96 /** @var \helper_plugin_structnotification_db$db_helper */
97 $db_helper = plugin_load('helper', 'structnotification_db');
98 $sqlite = $db_helper->getDB();
/plugin/ireadit/
H A Dhelper.php80 /** @var \helper_plugin_approve_db $db_helper */
114 /** @var \helper_plugin_ireadit_db $db_helper */
115 $db_helper = plugin_load('helper', 'ireadit_db');
116 $sqlite = $db_helper->getDB();
137 /** @var \helper_plugin_ireadit_db $db_helper */
138 $db_helper = plugin_load('helper', 'ireadit_db');
139 $sqlite = $db_helper->getDB();
/plugin/structnotification/action/
H A Dnotification.php46 /** @var \helper_plugin_structnotification_db $db_helper */
47 $db_helper = plugin_load('helper', 'structnotification_db');
48 $sqlite = $db_helper->getDB();
75 /** @var \helper_plugin_structnotification_db$db_helper */
76 $db_helper = plugin_load('helper', 'structnotification_db');
77 $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.php126 /** @var \helper_plugin_ireadit_db $db_helper */
127 $db_helper = plugin_load('helper', 'ireadit_db');
128 $sqlite = $db_helper->getDB();
/plugin/approve/syntax/
H A Dtable.php
/plugin/bez/action/
H A Ddefault.php315 /** @var \helper_plugin_bez_db $db_helper */
316 $db_helper = plugin_load('helper', 'bez_db');
317 $event->data['dependencies'][] = $db_helper->getDB()->getAdapter()->getDbFile();