Lines Matching refs:tbl
51 tbl = table(", ".join(files)) variable
64 tbl.newColumn(m, metrix_table[m][0])
66 tbl.newColumn(m, metrix_table[m][0], align = "center")
71 tbl.newRow()
80 tbl.newCell(m, str(case))
82 tbl.newCell(m, status, color = "red")
88 tbl.newCell(m, "%.2f %s" % (val, options.units), val)
90 tbl.newCell(m, val, val)
92 tbl.trimLastRow()
97 tbl.htmlPrintTable(sys.stdout, True)
100 tbl.htmlPrintTable(sys.stdout)
103 tbl.consolePrintTable(sys.stdout)