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

/vbox/src/VBox/ValidationKit/testmanager/webui/
H A Dwuifailurecategory.py68 oForm.addIntRO (FailureCategoryData.ksParam_uidAuthor, oData.uidAuthor, 'Changed by UID')
H A Dwuiadminfailurereason.py78 oForm.addIntRO (FailureReasonData.ksParam_uidAuthor, oData.uidAuthor, 'Changed by UID')
H A Dwuiadminglobalrsrc.py75 oForm.addIntRO (GlobalResourceData.ksParam_uidAuthor, self._oData.uidAuthor, 'Changed by UID')
H A Dwuiadminuseraccount.py54 oForm.addIntRO( UserAccountData.ksParam_uidAuthor, oData.uidAuthor, 'Changed by UID');
H A Dwuiadminbuild.py60 oForm.addIntRO (BuildData.ksParam_uidAuthor, oData.uidAuthor, 'Changed by UID')
H A Dwuiadminbuildblacklist.py83 oForm.addIntRO (BuildBlacklistData.ksParam_uidAuthor, oData.uidAuthor, 'Changed by UID')
H A Dwuiadminbuildsource.py60 oForm.addIntRO (BuildSourceData.ksParam_uidAuthor, oData.uidAuthor, 'Changed by UID')
H A Dwuiadminschedgroup.py69 oForm.addIntRO (SchedGroupData.ksParam_uidAuthor, oData.uidAuthor, 'Changed by UID')
H A Dwuiadmintestcase.py171 oForm.addIntRO (TestCaseData.ksParam_uidAuthor, oData.uidAuthor, 'Changed by UID')
H A Dwuiadmintestgroup.py68 oForm.addIntRO (TestGroupData.ksParam_uidAuthor, self._oData.uidAuthor, 'Changed by UID')
H A Dwuiadmintestbox.py81 oForm.addIntRO( TestBoxData.ksParam_uidAuthor, oData.uidAuthor, 'Changed by UID');
H A Dwuihlpform.py652 sPrefix, TestGroupMemberData.ksParam_uidAuthor, '' if oMember is None else oMember.uidAuthor,
763 sPrefix, SchedGroupMemberData.ksParam_uidAuthor, '' if oMember is None else oMember.uidAuthor,
/vbox/src/VBox/ValidationKit/testmanager/core/
H A Dbuildblacklist.py46 ksParam_uidAuthor = 'BuildBlacklist_uidAuthor' variable in class:BuildBlacklistData
H A Dfailurecategory.py44 ksParam_uidAuthor = 'FailureCategory_uidAuthor' variable in class:FailureCategoryData
H A Dfailurereason.py46 ksParam_uidAuthor = 'FailureReasonData_uidAuthor' variable in class:FailureReasonData
H A Dglobalresource.py49 ksParam_uidAuthor = 'GlobalResource_uidAuthor' variable in class:GlobalResourceData
H A Dtestcaseargs.py58 ksParam_uidAuthor = 'TestCaseArgs_uidAuthor'; variable in class:TestCaseArgsData
H A Duseraccount.py50 ksParam_uidAuthor = 'UserAccount_uidAuthor' variable in class:UserAccountData
H A Dtestcase.py55 ksParam_uidAuthor = 'TestCaseDependency_uidAuthor'; variable in class:TestCaseGlobalRsrcDepData
195 ksParam_uidAuthor = 'TestCaseDependency_uidAuthor'; variable in class:TestCaseDependencyData
240 self.uidAuthor = fn(self.ksParam_uidAuthor, None, None if fStrict else self.uidAuthor);
258 self.uidAuthor = self._validateInt( dErrors, self.ksParam_uidAuthor, self.uidAuthor);
429 ksParam_uidAuthor = 'TestCase_uidAuthor' variable in class:TestCaseData
H A Dschedgroup.py56 ksParam_uidAuthor = 'SchedGroupMember_uidAuthor'; variable in class:SchedGroupMemberData
164 ksParam_uidAuthor = 'SchedGroup_uidAuthor'; variable in class:SchedGroupData
H A Dtestgroup.py47 ksParam_uidAuthor = 'TestGroupMember_uidAuthor'; variable in class:TestGroupMemberData
206 ksParam_uidAuthor = 'TestGroup_uidAuthor' variable in class:TestGroupData
H A Dbuildsource.py51 ksParam_uidAuthor = 'BuildSource_uidAuthor'; variable in class:BuildSourceData
H A Dtestbox.py87 ksParam_uidAuthor = 'TestBox_uidAuthor'; variable in class:TestBoxData
H A Dbuild.py329 ksParam_uidAuthor = 'Build_uidAuthor'; variable in class:BuildData

Completed in 90 milliseconds