Searched refs:errors (Results 1 – 11 of 11) sorted by relevance
59 $errors = []; variable61 $errors[] = 'No repository selected';64 $errors[] = 'No Pull request selected';72 $errors[] = 'Email address must be valid!';81 $errors[] = 'Incorrect Captcha';84 if (count($errors)) {97 if (!count($errors)) {104 $errors[] = 'This pull request is already added.';108 $errors[] = $e->getMessage();113 if (count($errors)) {[all …]
15 $errors = []; variable24 $errors[] = 'Incorrect Captcha';28 if (empty($errors)) {35 $errors[] = "Invalid bug id provided: #{$bug_id}";38 $errors[] = "No password found for #$bug_id bug report, sorry.";56 $errors[] = 'Sorry. Mail can not be sent at this time, please try again later.';70 display_bug_error($errors);
78 $errors[] = 'No patch name entered';85 $errors = []; variable90 $errors[] = 'Email address must be valid!';99 $errors[] = 'Incorrect Captcha';102 if (count($errors)) {110 $errors[] = $e->getMessage();111 … $errors[] = 'Could not attach patch "'.htmlspecialchars($patch_name).'" to Bug #'.$bug_id;128 $errors = [ variable155 $errors = []; variable
46 $errors = []; variable83 if (empty($errors)) {108 display_bug_error($errors);226 $errors[] = $message;235 if (!$errors) {266 $errors[] = $message;319 $errors[] = $message;334 if (!$errors && !($errors = incoming_details_are_valid($_POST['in'], false))) { variable390 $errors[] = $message;492 if (!$errors && !($errors = incoming_details_are_valid($_POST['in']))) { variable[all …]
34 $RESOLVE_REASONS = $FIX_VARIATIONS = $errors = []; variable37 $errors[] = 'The username or password you supplied was incorrect.';50 $errors[] = 'You have to use a valid reason to resolve this bug.';54 $errors[] = 'You must provide a comment when marking a bug \'Not a bug\'';58 if ($errors) {60 display_bug_error($errors);
42 $errors[] = 'Invalid query';112 $errors[] = 'No bugs were found.';113 display_bug_error($errors, 'warnings', '');210 display_bug_error($errors);
16 if (!empty($errors)) {17 foreach ($errors as $err) {
15 if (!empty($errors)) {16 foreach ($errors as $err) {
64 global $errors;1177 $errors = [];1179 $errors[] = 'Invalid data submitted!';1180 return $errors;1184 $errors[] = 'Please provide a valid email address.';1189 $errors[] = 'Please provide a password for this bug report.';1197 $errors[] = 'Please select a valid PHP version.';1201 $errors[] = 'Please select an appropriate package.';1203 $errors[] = 'Please select an appropriate package.';1207 $errors[] = 'Please select a valid bug type.';[all …]
5 $errors = []; variable271 $errors[] = 'BAD HACKER!! No database cracking for you today!';278 $errors[] = 'Invalid query' /*. $e->getMessage() */;
182 div.errors,194 div.errors {226 div.errors ul,
Completed in 19 milliseconds