Home
last modified time | relevance | path

Searched defs:bug_type (Results 1 – 5 of 5) sorted by relevance

/web-bugs/www/
H A Dstats.php45 $bug_type = $_GET['bug_type'] ?? 'All'; variable
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
/web-bugs/include/
H A Dquery.php32 $bug_type = (!empty($_GET['bug_type']) && $_GET['bug_type'] != 'All') ? (string)$_GET['bug_type'] :… variable
H A Dfunctions.php1228 function get_package_mail($package_name, $bug_id = false, $bug_type = 'Bug')
/web-bugs/sql/
H A Dschema.sql8 bug_type varchar(32) NOT NULL default 'Bug', field

Completed in 18 milliseconds