Searched defs:to (Results 1 – 3 of 3) sorted by relevance
/web-master/ |
H A D | github-webhook.php | 43 function send_mail($to, $subject, $message, MailAddress $from, array $replyTos = []) { 321 $to = get_repo_email($CONFIG["repos"], $repoName); variable 362 $to = get_repo_email($CONFIG["repos"], $repoName); variable
|
/web-master/include/ |
H A D | mailer.php | 24 function mailer($to, $subject, $body, MailAddress $from, array $replyTos = []) {
|
/web-master/manage/ |
H A D | user-notes.php | 221 $to = $NextPage * 25; variable 222 $to = $to > $resultCount ? $resultCount : $to; variable 331 $to = date('Y-m-d H:i:s', $row['to']); variable
|
Completed in 18 milliseconds