Searched refs:null_mailer (Results 1 – 5 of 5) sorted by relevance
/dports/www/hotcrp/hotcrp-2.102/ |
H A D | mail.php | 41 $null_mailer = new HotCRPMailer($Conf, null, null, array_merge(array("width" => false), $mailer_opt… variable 96 $Qreq->subject = $null_mailer->expand($template["subject"]); 97 $Qreq->emailBody = $null_mailer->expand($template["body"]); 442 $Qreq->subject = $null_mailer->expand($mailTemplates["genericmailtool"]["subject"]); 444 $Qreq->emailBody = $null_mailer->expand($mailTemplates["genericmailtool"]["body"]);
|
H A D | bulkassign.php | 8 $null_mailer = new HotCRPMailer($Conf, variable 233 $requestreview_template = $null_mailer->expand_template("requestreview");
|
H A D | assign.php | 419 $null_mailer = new HotCRPMailer($Conf); variable 420 $reqbody = $null_mailer->expand_template("requestreview", false);
|
/dports/www/hotcrp/hotcrp-2.102/src/ |
H A D | settingvalues.php | 290 private $null_mailer; variable in SettingValues 789 if (!$this->null_mailer) 790 $this->null_mailer = new HotCRPMailer($this->conf, null, null, array("width" => false)); 791 return $this->null_mailer->expand_template($name, $default);
|
/dports/security/nmap/nmap-7.91/nselib/data/ |
H A D | drupal-modules.lst | 12762 null_mailer
|