Searched refs:ksParamReportSubjectIds (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/ValidationKit/testmanager/webui/
H A Dwuimain.py85 ksParamReportSubjectIds = 'SubjectIds'; variable in class:WuiMain
89 ## Common parameters: ksParamReportPeriods, ksParamReportPeriodInHours, ksParamReportSubjectIds,
889 aidSubjects = self.getListOfIntParams(self.ksParamReportSubjectIds, aiDefaults = []);
891 aidSubjects = self.getListOfIntParams(self.ksParamReportSubjectIds, iMin = 1);
893 raise WuiException('Missing parameter %s' % (self.ksParamReportSubjectIds,));
902 self.ksParamReportSubjectIds: aidSubjects,
924 asSubjectIds = self.getListOfStrParams(self.ksParamReportSubjectIds);
952 self.ksParamReportSubjectIds: asSubjectIds,
H A Dwuigraphwiz.py539 % ( WuiMain.ksParamReportSubjectIds, WuiMain.ksParamReportSubjectIds, oCollection.sType,
542 WuiMain.ksParamReportSubjectIds, sSampleName );
H A Dwuitestresult.py140 % (WuiMain.ksParamReportSubjectIds, ReportGraphModel.ksTypeResult, sLineage,);
144 % ( WuiMain.ksParamReportSubjectIds, ReportGraphModel.ksTypeElapsed, sLineage);
226 WuiMain.ksParamReportSubjectIds, ReportGraphModel.ksTypeValue, sLineage, oValue.idStrName, );

Completed in 75 milliseconds