Searched refs:toHtml (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/ValidationKit/testmanager/webui/
H A Dwuilogviewer.py117 ' ' + oTestSetLink.toHtml() + '\n' \
118 ' ' + oRawLink.toHtml() + '\n' \
119 ' ' + oDownloadLink.toHtml() + '\n' \
H A Dwuiadmintestgroup.py110 TestCaseData.ksParam_idGenTestCase: oMember.oTestCase.idGenTestCase, } ).toHtml(),
113 TestCaseData.ksParam_idTestCase: oMember.oTestCase.idTestCase, } ).toHtml()
H A Dwuicontentbase.py52 def toHtml(self): member in class:WuiHtmlBase
61 return self.toHtml();
95 def toHtml(self): member in class:WuiLinkBase
173 def toHtml(self): member in class:WuiRawHtml
370 ' '.join(oLink.toHtml() for oLink in self._calcChangeLogEntryLinks(aoEntries, iEntry)),);
612 sRow += aoValues[i].toHtml();
617 sRow += oElement.toHtml();
750 sPageBody += '<th>' + oHeader.toHtml() + '</th>';
H A Dwuitestresult.py61 return oObject.toHtml();
272 '\n'.join(oLink.toHtml() for oLink in aoLinks),);
577 sHtml += ' ' + WuiTmLink('#%u' % (iFailure,), '#failure-%u' % (iFailure,)).toHtml();
580 sHtml += ' ' + WuiTmLink('#%u' % (iFailure,), '#failure-%u' % (iFailure,)).toHtml();
583 sHtml += ' ' + WuiTmLink('#%u' % (iFailure,), '#failure-%u' % (iFailure,)).toHtml();
H A Dwuimain.py304 fBracketed = False).toHtml();
751 sLink = WuiTmLink(sMemberName, '', _dParams, fBracketed = False).toHtml()
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQIRichTextLabel.cpp65 return m_pTextEdit->toHtml();

Completed in 60 milliseconds