Searched refs:ksParam_tsEffective (Results 1 - 24 of 24) sorted by relevance

/vbox/src/VBox/ValidationKit/testmanager/webui/
H A Dwuifailurecategory.py66 oForm.addTimestampRO(FailureCategoryData.ksParam_tsEffective, oData.tsEffective, 'Last changed')
H A Dwuiadminfailurereason.py76 oForm.addTimestampRO (FailureReasonData.ksParam_tsEffective, oData.tsEffective, 'Last changed')
H A Dwuiadminglobalrsrc.py73 oForm.addTimestampRO(GlobalResourceData.ksParam_tsEffective, self._oData.tsEffective, 'Last changed')
H A Dwuiadminuseraccount.py52 oForm.addTimestampRO(UserAccountData.ksParam_tsEffective, oData.tsEffective, 'Effective Date');
H A Dwuiadminbuild.py58 oForm.addTimestampRO(BuildData.ksParam_tsEffective, oData.tsEffective, 'Last changed')
H A Dwuiadminbuildblacklist.py81 oForm.addTimestampRO(BuildBlacklistData.ksParam_tsEffective, oData.tsEffective, 'Last changed')
H A Dwuiadminbuildsource.py58 oForm.addTimestampRO(BuildSourceData.ksParam_tsEffective, oData.tsEffective, 'Last changed')
H A Dwuiadminschedgroup.py67 oForm.addTimestampRO(SchedGroupData.ksParam_tsEffective, oData.tsEffective, 'Last changed')
H A Dwuiadmintestcase.py169 oForm.addTimestampRO(TestCaseData.ksParam_tsEffective, oData.tsEffective, 'Last changed')
H A Dwuiadmintestgroup.py66 oForm.addTimestampRO (TestGroupData.ksParam_tsEffective, self._oData.tsEffective, 'Last changed')
H A Dwuiadmintestbox.py79 oForm.addTimestampRO(TestBoxData.ksParam_tsEffective, oData.tsEffective, 'Last changed');
H A Dwuihlpform.py651 sPrefix, TestGroupMemberData.ksParam_tsEffective, '' if oMember is None else oMember.tsEffective,
762 sPrefix, SchedGroupMemberData.ksParam_tsEffective, '' if oMember is None else oMember.tsEffective,
/vbox/src/VBox/ValidationKit/testmanager/core/
H A Dbuildblacklist.py44 ksParam_tsEffective = 'BuildBlacklist_tsEffective' variable in class:BuildBlacklistData
H A Dfailurecategory.py42 ksParam_tsEffective = 'FailureCategory_tsEffective' variable in class:FailureCategoryData
H A Dfailurereason.py44 ksParam_tsEffective = 'FailureReasonData_tsEffective' variable in class:FailureReasonData
H A Dglobalresource.py47 ksParam_tsEffective = 'GlobalResource_tsEffective' variable in class:GlobalResourceData
H A Dtestcaseargs.py56 ksParam_tsEffective = 'TestCaseArgs_tsEffective'; variable in class:TestCaseArgsData
H A Duseraccount.py49 ksParam_tsEffective = 'UserAccount_tsEffective' variable in class:UserAccountData
H A Dtestcase.py53 ksParam_tsEffective = 'TestCaseDependency_tsEffective'; variable in class:TestCaseGlobalRsrcDepData
193 ksParam_tsEffective = 'TestCaseDependency_tsEffective'; variable in class:TestCaseDependencyData
238 self.tsEffective = fn(self.ksParam_tsEffective, None, None if fStrict else self.tsEffective);
256 self.tsEffective = self._validateTs( dErrors, self.ksParam_tsEffective, self.tsEffective);
427 ksParam_tsEffective = 'TestCase_tsEffective' variable in class:TestCaseData
H A Dschedgroup.py54 ksParam_tsEffective = 'SchedGroupMember_tsEffective'; variable in class:SchedGroupMemberData
162 ksParam_tsEffective = 'SchedGroup_tsEffective'; variable in class:SchedGroupData
H A Dtestgroup.py45 ksParam_tsEffective = 'TestGroupMember_tsEffective'; variable in class:TestGroupMemberData
204 ksParam_tsEffective = 'TestGroup_tsEffective' variable in class:TestGroupData
H A Dbuildsource.py49 ksParam_tsEffective = 'BuildSource_tsEffective'; variable in class:BuildSourceData
H A Dtestbox.py85 ksParam_tsEffective = 'TestBox_tsEffective'; variable in class:TestBoxData
H A Dbuild.py327 ksParam_tsEffective = 'Build_tsEffective'; variable in class:BuildData

Completed in 81 milliseconds