Searched defs:bodyhtml (Results 1 – 4 of 4) sorted by relevance
/plugin/issuetracker/ |
H A D | edit.php | 131 …function mail_send_html($to, $subject, $body, $bodyhtml, $from='', $cc='', $bcc='', $header='', $p… 179 function replace_bodyhtml($currentID, $bodyhtml, $pstring, $project, $issue, $comment, $usr) {
|
H A D | syntax.php | 996 …function mail_send_html($to, $subject, $body, $bodyhtml, $from='', $cc='', $bcc='', $header='', $p… 1043 function replace_bodyhtml($bodyhtml, $pstring, $project, $issue, $comment) {
|
H A D | action.php | 2884 …function mail_send_html($to, $subject, $body, $bodyhtml, $from='', $cc='', $bcc='', $header='', $p… 2933 function replace_bodyhtml($bodyhtml, $pstring, $project, $issue, $comment) {
|
/plugin/txt2tags/ |
H A D | txt2tags.class.php | 82 var $bodyhtml = ''; # the innerHTML of the body of the output, no <html>...<head> variable in T2T
|