Home
last modified time | relevance | path

Searched defs:status (Results 1 – 6 of 6) sorted by relevance

/web-bugs/www/
H A Dlstats.php7 function status_print ($status, $num, $width, $align = STR_PAD_LEFT)
12 function get_status_count ($status, $category = '')
H A Dfix.php109 $status = $RESOLVE_REASONS[$reason]['status']; variable
H A Dstats.php162 function bugstats($status, $name)
H A Dbug.php513 $status = 'Assigned'; variable
515 $status = 'Open'; variable
517 $status = $_POST['in']['status']; variable
1292 function canvote($thanks, $status)
/web-bugs/sql/
H A Dschema.sql15 status varchar(16) default NULL, field
78 status varchar(16) default NULL, field
/web-bugs/include/
H A Dquery.php30 $status = !empty($_GET['status']) ? (string)$_GET['status'] : 'Open'; variable

Completed in 13 milliseconds