Lines Matching refs:from
756 $from = trim($bug[$name]);
757 if ($from != $to) {
759 $from = $from == 'Y' ? 'Yes' : 'No';
762 $changed[$name]['from'] = $from;
799 … $from = wordwrap('-'.$field.$content['from'], 72 - $maxlength, "\n$spaces"); // wrap and indent
800 $from = rtrim($from); // wordwrap may add spacer to last line
803 $changes .= '<span class="removed">' . clean($from) . '</span>' . "\n";
818 function mail_bug_updates($bug, $in, $from, $ncomment, $edit = 1, $id = false) argument
825 $from = str_replace(["\n", "\r"], '', $from);
834 $headers[] = [' Patch added by', $from];
835 $from = "\"{$from}\" <{$mailfrom}>";
838 $headers[] = [' Comment by', $from];
839 $from = "\"{$from}\" <{$mailfrom}>";
842 $from = spam_protect(txfield('email', $bug, $in), 'text');
843 $headers[] = [' User updated by', $from];
844 $from = "\"{$from}\" <{$mailfrom}>";
847 $headers[] = [' Updated by', $from];
991 "From: {$from}\r\n".
1011 if ($email == $from) {
1018 "{$in['assign']} you have just been assigned to this bug by {$from}\n\n{$dev_text}",
1019 "From: {$from}\r\n" .
1448 function bugs_add_comment($bug_id, $from, $from_name, $comment, $type = 'comment') argument
1456 $bug_id, $from, $from_name, $comment, $type