| /plugin/ireadit/action/ |
| H A D | ireadit.php | 44 $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 D | move.php | 31 $db_helper = plugin_load('helper', 'ireadit_db'); 32 $sqlite = $db_helper->getDB();
|
| /plugin/notification/helper/ |
| H A D | cron.php | 19 $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/ |
| 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/addressbook/ |
| D | syntax.php | 371 $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 …]
|
| D | action.php | 63 $db_helper = plugin_load('helper', 'addressbook_db'); 64 $sqlite = $db_helper->getDB();
|
| /plugin/notification/ |
| H A D | cli.php | 10 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/ |
| 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();
|
| D | api.php | 9 $db_helper = plugin_load('helper', 'telleveryone_db'); variable 10 $sqlite = $db_helper->getDB();
|
| /plugin/issuelinks/ |
| 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/structnotification/ |
| H A D | admin.php | 43 $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 D | helper.php | 115 $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 D | migration.php | 45 $db_helper = plugin_load('helper', 'notification_db'); 46 $sqlite = $db_helper->getDB();
|
| H A D | cron.php | 41 $db_helper = plugin_load('helper', 'notification_db'); 42 $sqlite = $db_helper->getDB();
|
| /plugin/structnotification/action/ |
| H A D | notification.php | 49 $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 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 | 127 $db_helper = plugin_load('helper', 'ireadit_db'); 128 $sqlite = $db_helper->getDB();
|
| /plugin/bez/action/ |
| H A D | default.php | 313 $db_helper = plugin_load('helper', 'bez_db'); 314 $event->data['dependencies'][] = $db_helper->getDB()->getAdapter()->getDbFile();
|