Searched defs:formatTsShort (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ValidationKit/testmanager/webui/
H A Dwuicontentbase.py208 def formatTsShort(self, oTs): member in class:WuiContentBase
367 len(oEntry.aoChanges) + 1, webutils.escapeElem(self.formatTsShort(oEntry.tsEffective)),
368 len(oEntry.aoChanges) + 1, webutils.escapeElem(self.formatTsShort(oEntry.tsExpire)),
619 sRow += webutils.escapeElem(self.formatTsShort(oElement));
624 sRow += webutils.escapeElem(self.formatTsShort(aoValues[i]));

Completed in 92 milliseconds