Home
last modified time | relevance | path

Searched defs:bug_id (Results 1 – 25 of 92) sorted by relevance

1234

/dports/devel/rth/rth/api/
H A Dbug_api.php447 function bug_get_detail( $bug_id ) {
591 function bug_exists( $bug_id ) {
808 function bug_delete( $bug_id ) {
1095 function bug_get_relations( $bug_id ) {
1123 function bug_get_dest_relations( $bug_id ) {
1202 function bug_get_notes( $bug_id ) {
1346 function bug_delete_all_bugnotes( $bug_id ) {
1386 function bug_delete_test_assoc( $bug_id ) {
1410 function bug_get_history( $bug_id ) {
1450 function bug_delete_history( $bug_id ) {
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/dashboard/dashboard/models/
H A Dbug_data.py51 def New(cls, project, bug_id): argument
59 def SetBisectStatus(bug_id, status, project): argument
71 def Key(project, bug_id): argument
79 def Get(project, bug_id): argument
/dports/devel/brz/breezy-3.2.0/breezy/
H A Dbugtracker.py154 def __init__(self, bug_id, reason): argument
203 def get_bug_url(abbreviated_bugtracker_name, branch, bug_id): argument
239 def check_bug_id(self, bug_id): argument
245 def get_bug_url(self, bug_id): argument
250 def _get_bug_url(self, bug_id): argument
257 def check_bug_id(self, bug_id): argument
283 def _get_bug_url(self, bug_id): argument
307 def check_bug_id(self, bug_id): argument
317 def _get_bug_url(self, bug_id): argument
368 def _get_bug_url(self, bug_id): argument
[all …]
/dports/databases/mantis/mantisbt-2.25.2/plugins/Slack/
H A DSlack.php110 function bugnote_add_form($event, $bug_id) {
123 function bug_report_update($event, $bug, $bug_id) {
139 function bug_report($event, $bug, $bug_id) {
147 function bug_action($event, $action, $bug_id) {
158 function bug_deleted($event, $bug_id) {
173 function bugnote_add_edit($event, $bug_id, $bugnote_id) {
201 function bugnote_deleted($event, $bug_id, $bugnote_id) {
/dports/sysutils/dnf/dnf-4.9.0/doc/
H A Drhbug.py34 def __call__(self, bug_id): argument
43 def _from_bugzilla(self, bug_id): argument
51 def _from_cache(self, bug_id): argument
60 def _store_in_cache(self, bug_id, summary): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/dashboard/dashboard/
H A Dauto_bisect.py26 def StartNewBisectForBug(bug_id, project_id): argument
45 def _StartBisectForBug(bug_id, project_id): argument
66 def _StartPinpointBisect(bug_id, project_id, test_anomaly, test): argument
H A Dassociate_alerts.py101 def _AssociateAlertsWithBug(self, bug_id, project_id, urlsafe_keys, argument
145 def _VerifyAnomaliesOverlap(self, alerts, bug_id, project_id): argument
190 def AssociateAlerts(bug_id, project_id, alerts): argument
H A Dbug_details.py43 def GetBugDetails(bug_id, http): argument
50 def _GetDetailsFromMonorail(bug_id, http): argument
H A Dupdate_bug_with_results.py76 bug_id, argument
107 def _UpdateCacheKeyForIssue(merge_issue_id, commit_cache_key, bug_id, project): argument
H A Dmark_recovered_alerts.py115 def MarkAlertAndBugIfRecovered(self, alert_key_urlsafe, bug_id, project_id): argument
190 def CheckRecoveredAlertsForBug(self, bug_id, project_id): argument
H A Dedit_anomalies.py71 def ChangeBugId(self, alert_entities, bug_id): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/dashboard/dashboard/services/
H A Dissue_tracker_service.py56 bug_id, argument
129 bug_id, argument
258 def GetIssueComments(self, bug_id, project='chromium'): argument
280 def GetLastBugCommentsAndTimestamp(self, bug_id, project='chromium'): argument
302 def _MakeGetCommentsRequest(self, bug_id, project): argument
/dports/sysutils/plasma5-drkonqi/drkonqi-5.23.5/src/bugzillaintegration/libbugzilla/models/
H A Dcomment.cpp21 int Comment::bug_id() const in bug_id() function in Bugzilla::Comment
26 void Comment::setBug_id(int bug_id) in setBug_id()
/dports/sysutils/py-scarab/scarab-0.1.3/scarab/
H A Dbugzilla.py189 def attachments(self, bug_id, include_obsolete=False): argument
231 def add_attachment(self, bug_id, file_name, data, \ argument
261 def update(self, bug_id, status=None, \ argument
343 def bug(self, bug_id): argument
359 def bug_description(self, bug_id): argument
375 def add_flag(self, bug_id, name, requestee): argument
395 def rm_flags(self, bug_id, names): argument
420 def update_flag(self, bug_id, name, status): argument
/dports/sysutils/plasma5-drkonqi/drkonqi-5.23.5/src/bugzillaintegration/libbugzilla/autotests/data/
H A Dcomments.json7 "bug_id" : 407363, number
19 "bug_id" : 407363, number
31 "bug_id" : 407363, number
/dports/devel/liborcus/liborcus-0.16.1/src/python/orcus/tools/
H A Dbugzilla.py88 def get_attachments(self, bug_id): argument
183 def _run(bug_id, index, totals): argument
/dports/devel/rth/rth/
H A Dbug_upload_file_action.php18 $bug_id = $_POST['bug_id']; variable
H A Dbug_close_action.php19 $bug_id = $s_bug_details['bug_id']; variable
H A Dbug_edit_bugnote_action.php18 $bug_id = $_POST['bug_id']; variable
H A Dbug_detail_update_action.php19 $bug_id = $s_bug_details['bug_id']; variable
H A Dbug_add_action.php28 $bug_id = bug_add( $project_id, variable
H A Dbug_edit_bugnote_page.php41 $bug_id = $bugnote_detail[BUG_NOTE_BUG_ID]; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/dashboard/dashboard/common/
H A Dfile_bug.py51 def _AdditionalDetails(bug_id, project_id, alerts): argument
276 def AssignBugToCLAuthor(bug_id, argument
/dports/databases/mantis/mantisbt-2.25.2/plugins/Snippets/
H A DSnippets.API.php102 public static function clean($dirty, $target = self::TARGET_VIEW, $bug_id = 0) {
147 public static function patterns($snippets, $bug_id) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/perf/examples/pinpoint_cli/
H A Dbisect_job.json3 "bug_id": "1022349", string

1234