Home
last modified time | relevance | path

Searched refs:from (Results 1 – 9 of 9) sorted by relevance

/web-bugs/www/
H A Drpc.php50 $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 Dbug.php259 $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 Dfunctions.php756 $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 DGitHub.php69 throw new \Exception('Failed to retrieve pull request from GitHub');
/web-bugs/www/js/
H A Dpackage-affected.js77 function moveOptions(from, to) { argument
78 from.querySelectorAll(':scope > option')
/web-bugs/docs/
H A Dcontainer.md108 // Calling method from another service
H A Dtemplates.md3 A simple template engine separates logic from the presentation and provides
/web-bugs/www/css/
H A Dstyle.css650 /* {{{ Stolen from https://www.devbridge.com/sourcery/components/jquery-autocomplete/ */
/web-bugs/
H A Dcomposer.lock194 … "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",

Completed in 22 milliseconds