Home
last modified time | relevance | path

Searched refs:bugId (Results 1 – 24 of 24) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/bin/
H A Dcheck-missing-unittests.py78 for bugId in bugIds:
87 if bugId in hasTestSet:
95 hasTestSet.add(bugId)
101 results['export']['docx'][bugId] = infoList
104 results['export']['doc'][bugId] = infoList
153 for bugId, info in v1.items():
154 if bugId not in hasTestSet:
155 listOfBugIdsWithoutTest.append(bugId)
183 for bugId, info in v1.items():
189 if str(bug['id']) == str(bugId):
[all …]
H A Dlist-uitest.py41 bugId = re.search(r'\d{5,6}', name)
42 if bugId:
44 .format(bugId.group(), name)
/dports/sysutils/plasma5-drkonqi/drkonqi-5.23.5/src/bugzillaintegration/
H A Dbugzillalib.h46 …t QString &text, const QString &filename, const QString &description, int bugId, const QString &co…
47 void addMeToCC(int bugId);
63 void reportSent(int bugId);
64 void attachToReportSent(int bugId);
65 void addMeToCCFinished(int bugId);
H A Dduplicatefinderjob.cpp57 void DuplicateFinderJob::fetchBug(int bugId) in fetchBug() argument
59 if (bugId > 0) { in fetchBug()
60 qCDebug(DRKONQI_LOG) << "Fetching:" << bugId; in fetchBug()
61 m_manager->fetchBugReport(bugId, this); in fetchBug()
63 qCDebug(DRKONQI_LOG) << "Bug id not valid:" << bugId; in fetchBug()
H A Dbugzillalib.cpp276 …const QString &text, const QString &filename, const QString &summary, int bugId, const QString &co… in attachTextToReport() argument
279 attachment.ids = QList<int>{bugId}; in attachTextToReport()
286 auto job = Bugzilla::AttachmentClient().createAttachment(bugId, attachment); in attachTextToReport()
299 void BugzillaManager::addMeToCC(int bugId) in addMeToCC() argument
305 auto job = Bugzilla::BugClient().update(bugId, update); in addMeToCC()
308 const auto bugId = Bugzilla::BugClient().update(job); in addMeToCC() local
309 Q_ASSERT(bugId != 0); in addMeToCC()
310 Q_EMIT addMeToCCFinished(bugId); in addMeToCC()
H A Dreportinterface.cpp343 connect(m_bugzillaManager, &BugzillaManager::reportSent, this, [=](int bugId) { in sendBugReport() argument
345 m_attachToBugNumber = bugId; in sendBugReport()
348 Q_EMIT reportSent(bugId); in sendBugReport()
H A Dduplicatefinderjob.h72 void fetchBug(int bugId);
/dports/databases/mantis/mantisbt-2.25.2/plugins/GaugeSupport/pages/
H A Dsubmit_support.php2 $bugId = gpc_get_int('bugid'); variable
6 $dboutput = db_query_bound($dbquery, array($bugId, current_user_get_field("id"), $stance, $stance));
7 print_successful_redirect( 'view.php?id=' . $bugId );
/dports/sysutils/plasma5-drkonqi/drkonqi-5.23.5/src/bugzillaintegration/libbugzilla/clients/
H A Dattachmentclient.cpp32 KJob *AttachmentClient::createAttachment(int bugId, const NewAttachment &attachment) in createAttachment() argument
34 return m_connection.post(QStringLiteral("/bug/%1/attachment").arg(bugId), attachment.toJson()); in createAttachment()
H A Dcommentclient.cpp32 KJob *CommentClient::getFromBug(int bugId) in getFromBug() argument
34 return m_connection.get(QStringLiteral("/bug/%1/comment").arg(QString::number(bugId))); in getFromBug()
H A Dbugclient.cpp59 KJob *BugClient::update(qint64 bugId, BugUpdate &bug) in update() argument
61 return m_connection.put(QStringLiteral("/bug/%1").arg(bugId), bug.toJson()); in update()
H A Dattachmentclient.h22 KJob *createAttachment(int bugId, const NewAttachment &attachment);
H A Dcommentclient.h21 KJob *getFromBug(int bugId);
H A Dbugclient.h31 KJob *update(qint64 bugId, BugUpdate &bug);
/dports/databases/fastdb/fastdb/examples/
H A Dbugdb.cpp88 int bugId; variable
582 bugId = atoi(bug); in removeBug()
1152 bugId = atoi(bugStr); in bugForm()
1371 bugId = atoi(bugStr); in updateBug()
1379 if (id != bugId) { in updateBug()
1380 bugId = id; in updateBug()
1406 bugId = atoi(bugStr); in addReportForm()
1472 bugId = atoi(bugStr); in addWorkAroundForm()
1541 bugId = atoi(bugStr); in updateReportForm()
1640 bugId = atoi(bugStr); in updateWorkAroundForm()
[all …]
H A Dbugdb.h191 int4 bugId; variable
209 TYPE_DESCRIPTOR((KEY(bugId, HASHED),
/dports/databases/gigabase/gigabase/
H A Dbugdb.cpp88 int bugId; variable
582 bugId = atoi(bug); in removeBug()
1151 bugId = atoi(bugStr); in bugForm()
1370 bugId = atoi(bugStr); in updateBug()
1378 if (id != bugId) { in updateBug()
1379 bugId = id; in updateBug()
1405 bugId = atoi(bugStr); in addReportForm()
1471 bugId = atoi(bugStr); in addWorkAroundForm()
1540 bugId = atoi(bugStr); in updateReportForm()
1639 bugId = atoi(bugStr); in updateWorkAroundForm()
[all …]
H A Dbugdb.h191 int4 bugId; variable
209 TYPE_DESCRIPTOR((KEY(bugId, HASHED),
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.releng/bundles/org.eclipse.releng.tools/src/org/eclipse/releng/tools/git/
H A DGitCopyrightAdapter.java85 for (String bugId : FILTER_BUGS) { in getLastModifiedYear()
86 if (commit.getShortMessage().startsWith(bugId)) { in getLastModifiedYear()
/dports/deskutils/gnote/gnote-41.1/src/plugins/bugzilla/
H A Dbugzillanoteaddin.cpp143 int bugId = STRING_TO_INT(match_info.fetch(2)); in drop_uri_list() local
145 if (insert_bug (x, y, uriString, bugId)) { in drop_uri_list()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ukey2/src/src/main/java/com/google/security/annotations/
H A DCryptoAnnotation.java62 int bugId() default 0; in bugId() method
/dports/devel/gitblit/gitblit-1.8.0/WEB-INF/data/groovy/
H A Dfogbugz.groovy125 for( bugId in bugIds ) {
126 …def url = "${fogbugzUrl}/cvsSubmit.asp?ixBug=${bugId}&sFile=${file}&sPrev=${command.oldId.name}&sN…
/dports/java/icedtea-web/icedtea-web-1.6.2/tests/junit-runner/
H A DJunitLikeXmlOutputListener.java260 for (String bugId : bugsIds) { in testDone()
261 String idAndUrl[] = createBug(bugId); in testDone()
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog80866 * Use findall since there might be more than 1 bugId in the summary