Searched refs:from (Results 1 – 9 of 9) sorted by relevance
/web-bugs/www/ |
H A D | rpc.php | 50 $from = "{$user}@php.net"; variable 54 bugs_add_comment($bug_id, $from, $user, $ncomment, 'svn'); 72 bugs_add_comment($bug_id, $from, '', $log_comment, 'log'); 77 mail_bug_updates($bug, $in, $from, $ncomment, 1, $bug_id);
|
H A D | bug.php | 259 $from = ''; variable 269 $from = $_POST['in']['commentemail']; variable 270 if (is_spam_user($from)) { 325 $from = $_POST['in']['email']; variable 327 $from = $bug['email']; variable 330 if (is_spam_user($from)) { 363 $from, 381 mark_related_bugs($from, '', $ncomment); 392 if (is_spam_user($from)) { 490 $from = $auth_user->email; variable [all …]
|
/web-bugs/include/ |
H A D | functions.php | 756 $from = trim($bug[$name]); 757 if ($from != $to) { 759 $from = $from == 'Y' ? 'Yes' : 'No'; 800 $from = rtrim($from); // wordwrap may add spacer to last line 825 $from = str_replace(["\n", "\r"], '', $from); 835 $from = "\"{$from}\" <{$mailfrom}>"; 839 $from = "\"{$from}\" <{$mailfrom}>"; 844 $from = "\"{$from}\" <{$mailfrom}>"; 991 "From: {$from}\r\n". 1011 if ($email == $from) { [all …]
|
/web-bugs/src/Utils/ |
H A D | GitHub.php | 69 throw new \Exception('Failed to retrieve pull request from GitHub');
|
/web-bugs/www/js/ |
H A D | package-affected.js | 77 function moveOptions(from, to) { argument 78 from.querySelectorAll(':scope > option')
|
/web-bugs/docs/ |
H A D | container.md | 108 // Calling method from another service
|
H A D | templates.md | 3 A simple template engine separates logic from the presentation and provides
|
/web-bugs/www/css/ |
H A D | style.css | 650 /* {{{ Stolen from https://www.devbridge.com/sourcery/components/jquery-autocomplete/ */
|
/web-bugs/ |
H A D | composer.lock | 194 … "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
|
Completed in 23 milliseconds