Searched refs:body (Results 1 – 7 of 7) sorted by relevance
/web-master/scripts/ |
H A D | email-note-summaries | 15 $body = "Notes | Page\n" variable 20 $body .= sprintf("%5d | http://php.net/manual/en/%s.php\n", $row['count'], $row['sect']); 31 $body = "Following are the top 20 pages of the manual, sorted by the number\n" variable 34 . $body; 36 mail("phpdoc@lists.php.net, php-notes@lists.php.net","Notes Status, $total total",$body,"From: phpd…
|
H A D | pregen_news | 113 $nodes = $xpath->query('//body/div/*');
|
/web-master/include/ |
H A D | mailer.php | 24 function mailer($to, $subject, $body, MailAddress $from, array $replyTos = []) { argument 37 $mail->Body = $body;
|
H A D | login.inc | 50 <body> 86 </body>
|
/web-master/ |
H A D | forgot.php | 74 $body = variable 92 "Password change instructions for $row[username]", $body,
|
/web-master/manage/js/ |
H A D | jquery.min.js | 19 …body;H.pageX=H.clientX+(I&&I.scrollLeft||E&&E.scrollLeft||0)-(I.clientLeft||0);H.pageY=H.clientY+(…
|
/web-master/manage/ |
H A D | user-notes.php | 888 function note_mail_on_action($user, $id, $subject, $body) argument 890 …mail(NOTES_MAIL, $subject, $body, "From: $user@php.net\r\nIn-Reply-To: <note-$id@php.net>", "-f{$u…
|
Completed in 19 milliseconds