Home
last modified time | relevance | path

Searched defs:to (Results 1 – 3 of 3) sorted by relevance

/web-master/
H A Dgithub-webhook.php43 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 Dmailer.php24 function mailer($to, $subject, $body, MailAddress $from, array $replyTos = []) {
/web-master/manage/
H A Duser-notes.php221 $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