Home
last modified time | relevance | path

Searched refs:body (Results 1 – 7 of 7) sorted by relevance

/web-master/scripts/
H A Demail-note-summaries15 $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 Dpregen_news113 $nodes = $xpath->query('//body/div/*');
/web-master/include/
H A Dmailer.php24 function mailer($to, $subject, $body, MailAddress $from, array $replyTos = []) { argument
37 $mail->Body = $body;
H A Dlogin.inc50 <body>
86 </body>
/web-master/
H A Dforgot.php74 $body = variable
92 "Password change instructions for $row[username]", $body,
/web-master/manage/js/
H A Djquery.min.js19body;H.pageX=H.clientX+(I&&I.scrollLeft||E&&E.scrollLeft||0)-(I.clientLeft||0);H.pageY=H.clientY+(…
/web-master/manage/
H A Duser-notes.php888 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 16 milliseconds