Searched refs:toHtml (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/ValidationKit/testmanager/webui/ |
H A D | wuilogviewer.py | 117 ' ' + oTestSetLink.toHtml() + '\n' \ 118 ' ' + oRawLink.toHtml() + '\n' \ 119 ' ' + oDownloadLink.toHtml() + '\n' \
|
H A D | wuiadmintestgroup.py | 110 TestCaseData.ksParam_idGenTestCase: oMember.oTestCase.idGenTestCase, } ).toHtml(), 113 TestCaseData.ksParam_idTestCase: oMember.oTestCase.idTestCase, } ).toHtml()
|
H A D | wuicontentbase.py | 52 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 D | wuitestresult.py | 61 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 D | wuimain.py | 304 fBracketed = False).toHtml(); 751 sLink = WuiTmLink(sMemberName, '', _dParams, fBracketed = False).toHtml()
|
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/ |
H A D | QIRichTextLabel.cpp | 65 return m_pTextEdit->toHtml();
|
Completed in 60 milliseconds