Searched refs:addText (Results 1 - 16 of 16) sorted by relevance

/vbox/src/VBox/ValidationKit/testmanager/webui/
H A Dwuiadminbuildcategory.py98 oForm.addText( BuildCategoryData.ksParam_sRepository, oData.sRepository, 'VCS repository name');
99 oForm.addText( BuildCategoryData.ksParam_sProduct, oData.sProduct, 'Product name')
100 oForm.addText( BuildCategoryData.ksParam_sBranch, oData.sBranch, 'Branch name')
101 oForm.addText( BuildCategoryData.ksParam_sType, oData.sType, 'Build type')
H A Dwuiadminuseraccount.py55 oForm.addText( UserAccountData.ksParam_sLoginName, oData.sLoginName, 'Login name')
56 oForm.addText( UserAccountData.ksParam_sUsername, oData.sUsername, 'User name')
57 oForm.addText( UserAccountData.ksParam_sFullName, oData.sFullName, 'Full name')
58 oForm.addText( UserAccountData.ksParam_sEmail, oData.sEmail, 'E-mail')
H A Dwuiadminbuildsource.py61 oForm.addText (BuildSourceData.ksParam_sName, oData.sName, 'Name')
62 oForm.addText (BuildSourceData.ksParam_sDescription, oData.sDescription, 'Description')
63 oForm.addText (BuildSourceData.ksParam_sProduct, oData.sProduct, 'Product')
64 oForm.addText (BuildSourceData.ksParam_sBranch, oData.sBranch, 'Branch')
H A Dwuifailurecategory.py69 oForm.addText (FailureCategoryData.ksParam_sShort, oData.sShort, 'Short Description')
70 oForm.addText (FailureCategoryData.ksParam_sFull, oData.sFull, 'Full Description')
H A Dwuiadminfailurereason.py83 oForm.addText (FailureReasonData.ksParam_sShort, oData.sShort, 'Short Description')
84 oForm.addText (FailureReasonData.ksParam_sFull, oData.sFull, 'Full Description')
H A Dwuiadminglobalrsrc.py76 oForm.addText (GlobalResourceData.ksParam_sName, self._oData.sName, 'Name')
77 oForm.addText (GlobalResourceData.ksParam_sDescription, self._oData.sDescription, 'Description')
H A Dwuiadminbuildblacklist.py88 oForm.addText (BuildBlacklistData.ksParam_sProduct, oData.sProduct, 'Product')
89 oForm.addText (BuildBlacklistData.ksParam_sBranch, oData.sBranch, 'Branch')
H A Dwuiadmintestcase.py173 oForm.addText (TestCaseData.ksParam_sName, oData.sName, 'Name')
174 oForm.addText (TestCaseData.ksParam_sDescription, oData.sDescription, 'Description')
181 oForm.addText (TestCaseData.ksParam_sValidationKitZips, oData.sValidationKitZips, 'Test suite files')
H A Dwuiadmintestbox.py83 oForm.addText( TestBoxData.ksParam_ip, oData.ip, 'TestBox IP Address');
85 oForm.addText( TestBoxData.ksParam_sName, oData.sName, 'TestBox Name');
86 oForm.addText( TestBoxData.ksParam_sDescription, oData.sDescription, 'TestBox Description');
92 oForm.addText( TestBoxData.ksParam_ipLom, oData.ipLom, 'Lights-out-management IP Address');
H A Dwuiadminschedgroup.py70 oForm.addText (SchedGroupData.ksParam_sName, oData.sName, 'Name')
71 oForm.addText (SchedGroupData.ksParam_sDescription, oData.sDescription, 'Description')
H A Dwuiadmintestgroup.py69 oForm.addText (TestGroupData.ksParam_sName, self._oData.sName, 'Name')
70 oForm.addText (TestGroupData.ksParam_sDescription, self._oData.sDescription, 'Description')
H A Dwuiadminbuild.py66 oForm.addText (BuildData.ksParam_sVersion, oData.sVersion, 'Version')
H A Dwuihlpform.py120 def addText(self, sName, sValue, sLabel, sSubClass = 'string', sExtraAttribs = '', sPostHtml = ''): member in class:WuiHlpForm
142 return self.addText(sName, sValue, sLabel, 'wide', sExtraAttribs);
173 return self.addText(sName, str(iValue), sLabel, 'int', sExtraAttribs);
181 return self.addText(sName, str(lValue), sLabel, 'long', sExtraAttribs);
189 return self.addText(sName, str(uuidValue), sLabel, 'uuid', sExtraAttribs);
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIImageTools.cpp233 tp.addText(0, 0, f, "BETA");
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dsaaj-impl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 65 milliseconds