Searched refs:status (Results 1 – 9 of 9) sorted by relevance
/web-bugs/www/ |
H A D | lstats.php | 7 function status_print ($status, $num, $width, $align = STR_PAD_LEFT) argument 9 echo ucfirst($status), ':', str_pad($num, $width - strlen($status), ' ', $align), "\n\n"; 12 function get_status_count ($status, $category = '') argument 26 $query.= " {$status} AND bug_type = 'Bug' AND package_name = " . $dbh->quote($category); 28 $query.= " status='{$status}' "; 66 foreach ($tla as $status => $short) { 67 if (!in_array($status, ['Duplicate'])) { 68 $count = get_status_count ($status); 69 status_print($status, $count, 30);
|
H A D | stats.php | 162 function bugstats($status, $name) argument 167 if (isset($all[$status])) { 169 'bug_type='.$bug_type.'&status=' .$status . 171 $all[$status] . "</a>\n"; 174 if (empty($pkg[$status][$name])) { 179 $status . 182 $pkg[$status][$name] . "</a>\n";
|
H A D | fix.php | 108 $status = $RESOLVE_REASONS[$reason]['status']; variable 118 if ($status == $bug['status']) { 124 'status' => $status, 132 if ($status == 'Closed' && $in['assign'] == '') { 146 $status,
|
H A D | search.php | 116 $link .= '&status=' . urlencode($status); 246 <td><select id="status" name="status"><?php show_state_options($status);?></select></td>
|
H A D | bug.php | 512 $status = 'Assigned'; variable 514 $status = 'Open'; variable 516 $status = $_POST['in']['status']; variable 520 if ($status == 'Closed' && $_POST['in']['assign'] == '') { 539 $status, 1291 function canvote($thanks, $status) argument
|
/web-bugs/src/Repository/ |
H A D | ReasonRepository.php | 117 'status' => 'Feedback', 126 report and change the status back to "Open". Thank you for helping 134 'status' => 'Feedback',
|
/web-bugs/include/ |
H A D | query.php | 30 $status = !empty($_GET['status']) ? (string)$_GET['status'] : 'Open'; variable 109 switch ($status) { 124 $where_clause .= " AND bugdb.status='$status'"; 258 if ($status == 'Feedback') {
|
/web-bugs/sql/ |
H A D | schema.sql | 15 status varchar(16) default NULL, field 27 KEY status (status), 78 status varchar(16) default NULL, field
|
/web-bugs/www/rss/ |
H A D | rdf.php | 15 switch ($bug['status']) {
|
Completed in 16 milliseconds