Home
last modified time | relevance | path

Searched refs:res (Results 1 – 6 of 6) sorted by relevance

/web-bugs/www/
H A Dlstats.php32 $res = $dbh->prepare($query)->execute([]);
33 $row = $res->fetch(\PDO::FETCH_NUM);
H A Dgh-pull-add.php128 $res = bugs_add_comment($bug_id, $email, $auth_user->name, $text, 'patch'); variable
H A Dbug.php252 …$res = bugs_add_comment($bug_id, $_POST['in']['commentemail'], $_POST['in']['name'], $ncomment, 'c… variable
374 $res = bugs_add_comment($bug_id, $from, '', $log_comment, 'log'); variable
380 $res = bugs_add_comment($bug_id, $from, '', $ncomment, 'comment'); variable
557 $res = bugs_add_comment($bug_id, $from, $comment_name, $log_comment, 'log'); variable
563 $res = bugs_add_comment($bug_id, $from, $comment_name, $ncomment, 'comment'); variable
H A Dpatch-add.php142 $res = bugs_add_comment($bug_id, $email, $auth_user->name, $text, 'patch'); variable
/web-bugs/www/js/
H A DMarkdown.Sanitizer.js102 var res = tagremove[ctag] ? "" : match;
104 return res;
/web-bugs/include/
H A Dfunctions.php1062 $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 20 milliseconds