Searched refs:bug_type (Results 1 – 6 of 6) sorted by relevance
/web-bugs/www/ |
H A D | stats.php | 45 $bug_type = $_GET['bug_type'] ?? 'All'; variable 48 foreach ($bugRepository->findAllByBugType($bug_type) as $row) { 81 <?php show_type_options($bug_type, /* deprecated */ true, /* all */ true) ?> 141 foreach ($bugRepository->findPhpVersions($bug_type) as $row) { 164 global $pkg, $all, $bug_type; 169 'bug_type='.$bug_type.'&status=' .$status . 178 'bug_type='.$bug_type.'&status=' .
|
H A D | search.php | 72 'bug_type' => urlencode($bug_type), 253 …<td><select id="bug_type" name="bug_type"><?php show_type_options($bug_type, /* deprecated */ true…
|
H A D | bug.php | 585 $bug_type = 'Request'; variable 588 $bug_type = 'Doc Bug'; variable 591 $bug_type = 'Sec Bug'; variable 595 $bug_type = 'Bug'; variable 600 …$show_bug_info ? "{$bug_type} #{$bug_id} :: " . htmlspecialchars($bug['sdesc']) : "You must be log… 656 …<th class="details" id="number"><a href="bug.php?id=<?php echo $bug_id, '">', $bug_type , '</a>&nb…
|
/web-bugs/include/ |
H A D | query.php | 32 $bug_type = (!empty($_GET['bug_type']) && $_GET['bug_type'] != 'All') ? (string)$_GET['bug_type'] :… variable 157 if ($bug_type != '') { 158 if ($bug_type == 'Bugs') { 161 $where_clause .= ' AND bugdb.bug_type = ' . $dbh->quote($bug_type);
|
H A D | functions.php | 1228 function get_package_mail($package_name, $bug_id = false, $bug_type = 'Bug') argument 1236 if ($bug_type === 'Documentation Problem') { 1239 } else if ($bug_type == 'Security') {
|
/web-bugs/sql/ |
H A D | schema.sql | 8 bug_type varchar(32) NOT NULL default 'Bug', field
|
Completed in 21 milliseconds