Searched refs:res (Results 1 – 6 of 6) sorted by relevance
/web-bugs/www/ |
H A D | lstats.php | 32 $res = $dbh->prepare($query)->execute([]); 33 $row = $res->fetch(\PDO::FETCH_NUM);
|
H A D | gh-pull-add.php | 128 $res = bugs_add_comment($bug_id, $email, $auth_user->name, $text, 'patch'); variable
|
H A D | bug.php | 251 …$res = bugs_add_comment($bug_id, $_POST['in']['commentemail'], $_POST['in']['name'], $ncomment, 'c… variable 373 $res = bugs_add_comment($bug_id, $from, '', $log_comment, 'log'); variable 379 $res = bugs_add_comment($bug_id, $from, '', $ncomment, 'comment'); variable 556 $res = bugs_add_comment($bug_id, $from, $comment_name, $log_comment, 'log'); variable 562 $res = bugs_add_comment($bug_id, $from, $comment_name, $ncomment, 'comment'); variable
|
H A D | patch-add.php | 149 $res = bugs_add_comment($bug_id, $email, $auth_user->name, $text, 'patch'); variable
|
/web-bugs/www/js/ |
H A D | Markdown.Sanitizer.js | 102 var res = tagremove[ctag] ? "" : match; 104 return res;
|
/web-bugs/include/ |
H A D | functions.php | 1062 $res = $dbh->prepare(" 1071 $row = $res->fetch(\PDO::FETCH_NUM); 1077 …while (($row = $res->fetch(\PDO::FETCH_NUM)) && strlen($output) < $max_message_length && $count++ … 1083 … $res = $dbh->prepare("SELECT ts1, email, ldesc FROM bugdb WHERE id = ?")->execute([$bug_id]); 1084 if (!$res) { 1087 $row = $res->fetch(\PDO::FETCH_NUM); 1249 $res = $dbh->prepare(' 1255 list($list_email, $project) = $res->fetch(\PDO::FETCH_NUM);
|
Completed in 15 milliseconds