Home
last modified time | relevance | path

Searched refs:bug_type (Results 1 – 6 of 6) sorted by relevance

/web-bugs/www/
H A Dstats.php45 $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.'&amp;status=' .$status .
178 'bug_type='.$bug_type.'&amp;status=' .
H A Dsearch.php72 'bug_type' => urlencode($bug_type),
253 …<td><select id="bug_type" name="bug_type"><?php show_type_options($bug_type, /* deprecated */ true…
H A Dbug.php585 $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 Dquery.php32 $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 Dfunctions.php1228 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 Dschema.sql8 bug_type varchar(32) NOT NULL default 'Bug', field

Completed in 18 milliseconds