Searched defs:bug_id (Results 1 – 10 of 10) sorted by relevance
/web-bugs/www/ |
H A D | bug-pwd-finder.php | 17 $bug_id = isset($_REQUEST['id']) ? (int) $_REQUEST['id'] : 0; variable 18 $bug_id = $bug_id ? $bug_id : ''; variable
|
H A D | rpc.php | 12 $bug_id = (isset($_REQUEST['id']) ? (int) $_REQUEST['id'] : 0); variable
|
H A D | gh-pull-add.php | 18 $bug_id = !empty($_REQUEST['bug']) ? (int) $_REQUEST['bug'] : 0; variable 20 $bug_id = !empty($_REQUEST['bug_id']) ? (int) $_REQUEST['bug_id'] : 0; variable
|
H A D | patch-display.php | 36 $bug_id = !empty($_GET['bug']) ? (int) $_GET['bug'] : 0; variable 38 $bug_id = (int) $_GET['bug_id']; variable
|
H A D | patch-add.php | 29 $bug_id = !empty($_REQUEST['bug']) ? (int) $_REQUEST['bug'] : 0; variable 31 $bug_id = !empty($_REQUEST['bug_id']) ? (int) $_REQUEST['bug_id'] : 0; variable
|
H A D | fix.php | 13 $bug_id = (int) $_REQUEST['id']; variable
|
H A D | bug.php | 26 $bug_id = 'PREVIEW'; variable 41 $bug_id = (int) $_REQUEST['id']; variable 1271 function delete_comment($bug_id, $com_id)
|
/web-bugs/www/rss/ |
H A D | bug.php | 16 $bug_id = isset($_REQUEST['id']) ? (int)$_REQUEST['id'] : 0; variable
|
/web-bugs/include/ |
H A D | functions.php | 99 function bugs_has_access ($bug_id, $bug, $pw, $user_flags) 1052 function get_old_comments($bug_id, $all = 0) 1228 function get_package_mail($package_name, $bug_id = false, $bug_type = 'Bug') 1358 function unsubscribe_hash($bug_id, $email) 1412 function unsubscribe($bug_id, $hash) 1448 function bugs_add_comment($bug_id, $from, $from_name, $comment, $type = 'comment') 1463 function bugs_status_change($bug_id, $new_status) 1478 function verify_bug_passwd($bug_id, $passwd)
|
/web-bugs/sql/ |
H A D | schema.sql | 88 bug_id int(8) NOT NULL default '0', field
|
Completed in 18 milliseconds