/plugin/approve/action/ |
H A D | approve.php |
|
H A D | notification.php |
|
H A D | move.php | 24 /** @var \helper_plugin_approve_db $db_helper */
|
H A D | cache.php |
|
H A D | prettyprint.php |
|
H A D | revisions.php |
|
/plugin/ireadit/action/ |
H A D | ireadit.php | 43 /** @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 D | move.php | 30 /** @var \helper_plugin_ireadit_db $db_helper */ 31 $db_helper = plugin_load('helper', 'ireadit_db'); 32 $sqlite = $db_helper->getDB();
|
/plugin/approve/ |
H A D | admin.php |
|
/plugin/telleveryone/action/ |
H A D | notification.php | 60 $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 D | admin.php | 48 $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 D | api.php | 9 $db_helper = plugin_load('helper', 'telleveryone_db'); variable 10 $sqlite = $db_helper->getDB();
|
/plugin/addressbook/ |
H A D | syntax.php | 371 $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 D | action.php | 63 $db_helper = plugin_load('helper', 'addressbook_db'); 64 $sqlite = $db_helper->getDB();
|
/plugin/notification/helper/ |
H A D | cron.php | 18 /** @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 D | syntax.php | 105 $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 D | migration.php | 44 /** @var \helper_plugin_notification_db $db_helper */ 45 $db_helper = plugin_load('helper', 'notification_db'); 46 $sqlite = $db_helper->getDB();
|
H A D | cron.php | 40 /** @var \helper_plugin_notification_db $db_helper */ 41 $db_helper = plugin_load('helper', 'notification_db'); 42 $sqlite = $db_helper->getDB();
|
/plugin/structnotification/ |
H A D | admin.php | 45 /** @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 D | helper.php | 80 /** @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 D | notification.php | 46 /** @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 D | Model.php | 87 $this->db_helper = plugin_load('helper', 'bez_db'); 89 $this->sqlite = $this->db_helper->getDB();
|
/plugin/ireadit/syntax/ |
H A D | list.php | 126 /** @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 D | table.php |
|
/plugin/bez/action/ |
H A D | default.php | 315 /** @var \helper_plugin_bez_db $db_helper */ 316 $db_helper = plugin_load('helper', 'bez_db'); 317 $event->data['dependencies'][] = $db_helper->getDB()->getAdapter()->getDbFile();
|