Home
last modified time | relevance | path

Searched refs:notificationList (Results 1 – 25 of 103) sorted by relevance

12345

/dports/biology/ugene/ugene-40.1/src/plugins/kraken_support/src/
H A DKrakenBuildValidator.cpp34 bool KrakenBuildValidator::validate(const Actor *actor, NotificationsList &notificationList, const … in validate() argument
35 const bool isMinimizerLengthValid = validateMinimizerLength(actor, notificationList); in validate()
36 const bool isTaxonomyValid = validateTaxonomy(actor, notificationList); in validate()
40 …Validator::validateMinimizerLength(const Actor *actor, NotificationsList &notificationList) const { in validateMinimizerLength()
44notificationList << WorkflowNotification(tr("Minimizer length has to be less than K-mer length"), … in validateMinimizerLength()
51 bool KrakenBuildValidator::validateTaxonomy(const Actor *actor, NotificationsList &notificationList in validateTaxonomy()
54notificationList << WorkflowNotification(tr("Taxonomy classification data from NCBI are not availa… in validateTaxonomy()
69notificationList << WorkflowNotification(missingFileMessage.arg(neccessaryItem), actor->getId()); in validateTaxonomy()
H A DKrakenClassifyValidator.cpp34 bool KrakenClassifyValidator::validate(const Actor *actor, NotificationsList &notificationList, con… in validate() argument
35 return validateDatabase(actor, notificationList); in validate()
38 …lassifyValidator::validateDatabase(const Actor *actor, NotificationsList &notificationList) const { in validateDatabase()
42notificationList.append(WorkflowNotification(tr("The database folder \"%1\" doesn't exist.").arg(d… in validateDatabase()
57notificationList.append(WorkflowNotification(tr("The mandatory database file \"%1\" doesn't exist.… in validateDatabase()
H A DKrakenBuildValidator.h35 …bool validate(const Actor *actor, NotificationsList &notificationList, const QMap<QString, QString…
38 bool validateMinimizerLength(const Actor *actor, NotificationsList &notificationList) const;
39 bool validateTaxonomy(const Actor *actor, NotificationsList &notificationList) const;
H A DKrakenClassifyValidator.h35 …bool validate(const Actor *actor, NotificationsList &notificationList, const QMap<QString, QString…
38 bool validateDatabase(const Actor *actor, NotificationsList &notificationList) const;
/dports/biology/ugene/ugene-40.1/src/plugins/wevote_support/src/
H A DWevoteValidator.cpp33 bool WevoteValidator::validate(const Actor *actor, NotificationsList &notificationList, const QMap<… in validate() argument
34 return validateTaxonomy(actor, notificationList); in validate()
37 bool WevoteValidator::validateTaxonomy(const Actor *actor, NotificationsList &notificationList) con… in validateTaxonomy()
41 …SAFE_POINT_EXT(nullptr != dataPathRegistry, notificationList.append(WorkflowNotification("U2DataPa… in validateTaxonomy()
45notificationList << WorkflowNotification(tr("Taxonomy classification data from NCBI are not availa… in validateTaxonomy()
50notificationList << WorkflowNotification(missingFileMessage.arg(NgsReadsClassificationPlugin::TAXO… in validateTaxonomy()
55notificationList << WorkflowNotification(missingFileMessage.arg(NgsReadsClassificationPlugin::TAXO… in validateTaxonomy()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Designer/src/dashboard/
H A DNotificationsDashboardWidget.cpp69 notificationList = dom2NotificationInfo(dom); in NotificationsDashboardWidget()
70 …for (int notificationIndex = 0; notificationIndex < notificationList.size(); notificationIndex++) { in NotificationsDashboardWidget()
88 dashboardWidget->setHidden(notificationList.isEmpty()); in updateVisibility()
92 for (int i = 0; i < notificationList.size(); i++) { in sl_newNotification()
93 NotificationsDashboardInfo &oldNotification = notificationList[i]; in sl_newNotification()
104notificationList << NotificationsDashboardInfo(wdNotification.actorId, actorName, wdNotification.t… in sl_newNotification()
106 updateNotificationRow(notificationList.size() - 1); in sl_newNotification()
110 auto info = notificationList[workerIndex]; in updateNotificationRow()
112 bool isLastRow = workerIndex == notificationList.size() - 1; in updateNotificationRow()
129 for (auto notification : qAsConst(notificationList)) { in toHtml()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Lang/src/model/url_attribute/
H A DURLContainer.cpp86 bool FileUrlContainer::validateUrl(NotificationsList &notificationList) { in validateUrl() argument
87 return WorkflowUtils::validateInputFiles(url, notificationList); in validateUrl()
108 bool DbObjUrlContainer::validateUrl(NotificationsList &notificationList) { in validateUrl() argument
109 return WorkflowUtils::validateInputDbObject(url, notificationList); in validateUrl()
138 bool DirUrlContainer::validateUrl(NotificationsList &notificationList) { in validateUrl() argument
139 bool res = WorkflowUtils::validateInputDirs(url, notificationList); in validateUrl()
148 bool urlIsValid = WorkflowUtils::validateInputFiles(fileUrl, notificationList); in validateUrl()
200 bool DbFolderUrlContainer::validateUrl(NotificationsList &notificationList) { in validateUrl() argument
201 bool res = WorkflowUtils::validateInputDbFolders(url, notificationList); in validateUrl()
210 bool urlIsValid = WorkflowUtils::validateInputDbObject(fileUrl, notificationList); in validateUrl()
H A DURLContainer.h48 virtual bool validateUrl(NotificationsList &notificationList) = 0;
68 virtual bool validateUrl(NotificationsList &notificationList);
79 virtual bool validateUrl(NotificationsList &notificationList);
95 virtual bool validateUrl(NotificationsList &notificationList);
120 virtual bool validateUrl(NotificationsList &notificationList);
H A DURLAttribute.cpp124 bool URLAttribute::validate(NotificationsList &notificationList) { in validate() argument
129notificationList << WorkflowNotification(WorkflowUtils::tr("Required parameter has no datasets spe… in validate()
136notificationList << WorkflowNotification(WorkflowUtils::tr("Required parameter has no input urls s… in validate()
141notificationList << WorkflowNotification(WorkflowUtils::tr("Required parameter %1 has empty datase… in validate()
/dports/biology/ugene/ugene-40.1/src/plugins/metaphlan2_support/src/
H A DMetaphlan2Validator.cpp35 bool Metaphlan2Validator::validate(const Actor *actor, NotificationsList &notificationList, const Q… in validate() argument
36 return validateDatabase(actor, notificationList); in validate()
39 bool Metaphlan2Validator::validateDatabase(const Actor *actor, NotificationsList &notificationList)… in validateDatabase()
48notificationList << WorkflowNotification(tr("The database folder should contain a single \"*.pkl\"… in validateDatabase()
55notificationList << WorkflowNotification(tr("The database folder should contain six Bowtie2 index … in validateDatabase()
/dports/biology/ugene/ugene-40.1/src/plugins/workflow_designer/src/util/
H A DWriteAnnotationsValidator.cpp30 bool WriteAnnotationsValidator::validate(const Actor *actor, NotificationsList &notificationList, c… in validate() argument
35notificationList << WorkflowNotification(tr("Input port is NULL"), actor->getId(), WorkflowNotific… in validate()
41notificationList << WorkflowNotification(tr("IntegralBusPort is NULL"), actor->getId(), WorkflowNo… in validate()
47notificationList << WorkflowNotification(tr("Attribute is NULL"), actor->getId(), WorkflowNotifica… in validate()
54notificationList << WorkflowNotification(QObject::tr("Sequence names were not saved, the input slo… in validate()
H A DWriteSequenceValidator.cpp39 bool WriteSequenceValidator::validate(const Configuration *cfg, NotificationsList &notificationList in validate()
50 notificationList << WorkflowNotification(warning, "", WorkflowNotification::U2_WARNING); in validate()
79 …cePortValidator::validate(const IntegralBusPort *port, NotificationsList &notificationList) const { in validate()
92 result &= ScreenedSlotValidator::validate(screenedSlots, port, notificationList); in validate()
H A DDatasetsCountValidator.cpp66 bool DatasetsCountValidator::validate(const Actor *actor, NotificationsList &notificationList, cons… in validate() argument
74notificationList << WorkflowNotification(QObject::tr("The minimum datasets count is %1. The curren… in validate()
78notificationList << WorkflowNotification(QObject::tr("The maximum datasets count is %1. The curren… in validate()
/dports/finance/fava/fava-1.18/frontend/src/
H A Dnotifications.ts1 const notificationList = document.createElement("div"); constant
2 notificationList.className = "notifications";
3 document.body.appendChild(notificationList);
24 notificationList.append(notification);
/dports/net/storj/storj-1.45.3/storagenode/console/consoleapi/
H A Dnotifications.go115 notificationList, err := notification.service.List(ctx, cursor)
133 result.Page.Notifications = notificationList.Notifications
134 result.Page.Limit = notificationList.Limit
135 result.Page.CurrentPage = notificationList.CurrentPage
136 result.Page.Offset = notificationList.Offset
137 result.Page.PageCount = notificationList.PageCount
139 result.TotalCount = int(notificationList.TotalCount)
H A Dnotifications_test.go92 notificationList, err := notificationsDB.List(ctx, notifications.Cursor{
97 require.NotEqual(t, nil, notificationList.Notifications[1].ReadAt)
113 notificationList, err := notificationsDB.List(ctx, notifications.Cursor{
118 require.NotEqual(t, nil, notificationList.Notifications[1].ReadAt)
119 require.NotEqual(t, nil, notificationList.Notifications[0].ReadAt)
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Lang/src/support/
H A DWorkflowUtils.cpp205 NotificationsList notificationList; in validatePorts() local
206 good = p->validate(notificationList) && good; in validatePorts()
207 if (!notificationList.isEmpty()) { in validatePorts()
208 foreach (WorkflowNotification notification, notificationList) { in validatePorts()
280 isValid = validatePorts(actor, notificationList) && isValid; in validate()
282 isValid = validateScript(actor, notificationList) && isValid; in validate()
284 isValid = validateExternalTools(actor, notificationList) && isValid; in validate()
291 isValid = validateParameters(schema, notificationList) && isValid; in validate()
1099 notificationList << notificationMsg; in checkDbConnectionAndFixProblems()
1102 foreach (WorkflowNotification notification, notificationList) { in checkDbConnectionAndFixProblems()
[all …]
H A DWorkflowUtils.h147 static bool validateInputFiles(QString urls, NotificationsList &notificationList);
148 static bool validateInputDirs(QString urls, NotificationsList &notificationList);
150 static bool validateInputDbObject(const QString &url, NotificationsList &notificationList);
151 static bool validateInputDbFolders(QString urls, NotificationsList &notificationList);
159 static bool validateOutputFile(const QString &url, NotificationsList &notificationList);
160 static bool validateOutputDir(const QString &url, NotificationsList &notificationList);
163 static bool validateSharedDbUrl(const QString &url, NotificationsList &notificationList);
169 static bool validateDatasets(const QList<Dataset> &sets, NotificationsList &notificationList);
180 static bool validate(const Workflow::Schema &s, NotificationsList &notificationList);
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Lang/src/model/
H A DIntegralBusModel.h78 virtual bool validate(NotificationsList &notificationList) const;
136 …te(const QStringList &screenedSlots, const IntegralBusPort *, NotificationsList &notificationList);
137 virtual bool validate(const Configuration *, NotificationsList &notificationList) const;
154 virtual bool validate(const Configuration *, NotificationsList &notificationList) const;
204 virtual bool validate(const Configuration *cfg, NotificationsList &notificationList) const;
205 … virtual bool validate(const IntegralBusPort *port, NotificationsList &notificationList) const = 0;
H A DPairedReadsPortValidator.cpp31 …dsPortValidator::validate(const IntegralBusPort *port, NotificationsList &notificationList) const { in validate()
40notificationList.append(WorkflowNotification(tr("The mandatory \"%1\" slot is not connected.").arg… in validate()
46notificationList.append(WorkflowNotification(tr("The mandatory \"%1\" slot is not connected.").arg… in validate()
H A DIntegralBusModel.cpp441 bool IntegralBusPort::validate(NotificationsList &notificationList) const { in validate()
442 bool good = Configuration::validate(notificationList); in validate()
444 good &= ScreenedSlotValidator::validate(QStringList(), this, notificationList); in validate()
456notificationList.append(WorkflowNotification(IntegralBusPort::tr("No input data supplied"))); in validate()
492notificationList.append(WorkflowNotification(IntegralBusPort::tr("No input data supplied"))); in validate()
529 bool ScreenedSlotValidator::validate(const Configuration *cfg, NotificationsList &notificationList)… in validate()
530 return validate(screenedSlots, static_cast<const IntegralBusPort *>(cfg), notificationList); in validate()
540 bool ScreenedParamValidator::validate(const Configuration *cfg, NotificationsList &notificationList in validate()
543 notificationList.append(WorkflowNotification(err)); in validate()
657 bool PortValidator::validate(const Configuration *cfg, NotificationsList &notificationList) const { in validate()
[all …]
/dports/biology/ugene/ugene-40.1/src/plugins/clark_support/src/
H A DClarkBuildWorker.cpp80 bool ClarkBuildValidator::validate(const Actor *actor, NotificationsList &notificationList, const Q… in validate() argument
81 return validateTaxonomy(actor, notificationList); in validate()
84 bool ClarkBuildValidator::validateTaxonomy(const Actor *actor, NotificationsList &notificationList)… in validateTaxonomy()
87notificationList << WorkflowNotification(tr("Taxonomy classification data from NCBI data are not a… in validateTaxonomy()
102notificationList << WorkflowNotification(missingFileMessage.arg(NgsReadsClassificationPlugin::TAXO… in validateTaxonomy()
107notificationList << WorkflowNotification(missingFileMessage.arg(NgsReadsClassificationPlugin::TAXO… in validateTaxonomy()
112notificationList << WorkflowNotification(missingFileMessage.arg(NgsReadsClassificationPlugin::TAXO… in validateTaxonomy()
117notificationList << WorkflowNotification(missingFileMessage.arg(NgsReadsClassificationPlugin::TAXO… in validateTaxonomy()
122notificationList << WorkflowNotification(missingFileMessage.arg(NgsReadsClassificationPlugin::TAXO… in validateTaxonomy()
H A DClarkClassifyWorker.h112 …bool validate(const Actor *actor, NotificationsList &notificationList, const QMap<QString, QString…
115 bool validateDatabase(const Actor *actor, NotificationsList &notificationList) const;
116 bool validateRefseqAvailability(const Actor *actor, NotificationsList &notificationList) const;
118 …bool checkRefseqAvailability(const Actor *actor, NotificationsList &notificationList, const QStrin…
/dports/biology/ugene/ugene-40.1/src/plugins/workflow_designer/src/library/
H A DCmdlineBasedWorkerValidator.cpp35 bool CmdlineBasedWorkerValidator::validate(const Actor *actor, NotificationsList &notificationList,… in validate() argument
40notificationList << WorkflowNotification(tr("The element specifies a nonexistent path to an extern… in validate()
43notificationList << WorkflowNotification(tr("The element should specify an executable file."), act… in validate()
/dports/devel/staf/src/staf/services/event/
H A DGenerationManager.java45 transient Vector notificationList; field in GenerationManager.EventID
60 notificationList = theNotificationList; in EventID()
118 for (int i = 0; i < notificationList.size(); i++) in getNotificationList()
121 (Notification)notificationList.get(i); in getNotificationList()
275 Vector notificationList = new Vector(); in generateEvent() local
279 notificationList); in generateEvent()
292 notificationList.addElement(notification); in generateEvent()
397 Vector clientList = eventID.notificationList; in ackEvent()
450 if (eventID != null) result = eventID.notificationList; in getClientsForEvent()
518 ((EventID)fEventTable.get(new Integer(id))).notificationList; in notify()

12345