Searched defs:email (Results 1 – 6 of 6) sorted by relevance
/web-bugs/www/ |
H A D | gh-pull-add.php | 69 $email = isset($_POST['email']) ? $_POST['email'] : ''; variable 94 $email = $auth_user->email; variable 139 $email = isset($_GET['email']) ? $_GET['email'] : ''; variable
|
H A D | patch-add.php | 87 $email = isset($_POST['email']) ? $_POST['email'] : ''; variable 122 $email = $auth_user->email; variable 160 $email = isset($_GET['email']) ? $_GET['email'] : ''; variable
|
H A D | bug.php | 22 $email = null; variable 85 $email = $auth_user->email; variable 87 $email = isset($_POST['in']['commentemail']) ? $_POST['in']['commentemail'] : ''; variable 1233 function link_to_people($email, $text) 1243 function output_note($com_id, $ts, $email, $comment, $comment_type, $comment_name, $is_hidden = fal…
|
/web-bugs/sql/ |
H A D | schema.sql | 9 email varchar(40) NOT NULL default '', field 35 email varchar(40) NOT NULL default '', field 89 email varchar(40) NOT NULL default '', field
|
/web-bugs/include/ |
H A D | functions.php | 257 function is_spam_user($email) 1154 function is_valid_email($email, $phpnet_allowed = true) 1358 function unsubscribe_hash($bug_id, $email) 1661 function make_mailto_link($email, $linktext = '', $extras = '')
|
/web-bugs/ |
H A D | composer.json | 15 "email": "php-webmaster@lists.php.net", string
|
Completed in 17 milliseconds