| /plugin/structpublish/helper/ |
| H A D | notify.php | 62 $this->sendMail(implode(',', $recipients), $mailText); 70 public function sendMail($recipients, $mailText) function in helper_plugin_structpublish_notify
|
| /plugin/do/ |
| D | helper.php | 302 $this->sendMail($recs, 'close', $task, $name, $commitmsg); 312 $this->sendMail($recs, 'reopen', $task, $name); 326 public function sendMail($receivers, $type, $task, $user = '', $msg = '') function in helper_plugin_do
|
| /plugin/watchcycle/ |
| D | helper.php | 204 $this->sendMail($mail, $page); 214 protected function sendMail($mail, $page) function in helper_plugin_watchcycle
|
| /plugin/notification/action/ |
| H A D | cron.php | 70 if ($cron_helper->sendMail($user, $text, $html)) {
|
| /plugin/infomail/ |
| D | action.php | 40 $this->sendMail(); 118 protected function sendMail() function in action_plugin_infomail
|
| /plugin/notification/ |
| H A D | cli.php | 99 if ($this->cron_helper->sendMail($user, $text, $html)) {
|
| /plugin/recommend/helper/ |
| D | mail.php | 17 public function sendMail($recipient, $sender, $replacements = []) function in helper_plugin_recommend_mail
|
| /plugin/notification/helper/ |
| H A D | cron.php | 164 public function sendMail($user, $text, $html) function in helper_plugin_notification_cron
|
| /plugin/recommend/ |
| D | action.php | 232 $mailHelper->sendMail($recipients, $sender, $replacements);
|
| /plugin/do/syntax/ |
| D | do.php | 337 $this->hlp->sendMail($receivers, 'open', $data['task'], $data['task']['creator']);
|
| /plugin/sequencediagram/bower_components/lodash/doc/ |
| D | README.md | 3864 // Invoke `sendMail` when clicked, debouncing subsequent calls. 3865 jQuery(element).on('click', _.debounce(sendMail, 300, {
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
| D | pdfmake.min.js.map | 1 … // invoke `sendMail` when the click event is fired, debouncing subsequent calls\n\t * jQuery(…
|