Lines Matching full:column

91     for column in header_di_loc:
92 table_di_loc += " <th>{0}</th>\n".format(column.strip())
117 for column in row:
119 if column == " <tr>\n" or column == " </tr>\n":
120 table_di_loc += column
122 table_di_loc += " <td>{0}</td>\n".format(column.strip())
143 for column in header_di_loc_sum:
144 table_di_loc_sum += " <th>{0}</th>\n".format(column.strip())
154 for column in row:
155 if column == " <tr>\n" or column == " </tr>\n":
156 table_di_loc_sum += column
158 table_di_loc_sum += " <td>{0}</td>\n".format(column.strip())
179 for column in header_di_sp:
180 table_di_sp += " <th>{0}</th>\n".format(column.strip())
203 for column in row:
205 if column == " <tr>\n" or column == " </tr>\n":
206 table_di_sp += column
208 table_di_sp += " <td>{0}</td>\n".format(column.strip())
229 for column in header_di_sp_sum:
230 table_di_sp_sum += " <th>{0}</th>\n".format(column.strip())
240 for column in row:
241 if column == " <tr>\n" or column == " </tr>\n":
242 table_di_sp_sum += column
244 table_di_sp_sum += " <td>{0}</td>\n".format(column.strip())
265 for column in header_di_var:
266 table_di_var += " <th>{0}</th>\n".format(column.strip())
290 for column in row:
292 if column == " <tr>\n" or column == " </tr>\n":
293 table_di_var += column
295 table_di_var += " <td>{0}</td>\n".format(column.strip())
316 for column in header_di_var_sum:
317 table_di_var_sum += " <th>{0}</th>\n".format(column.strip())
327 for column in row:
328 if column == " <tr>\n" or column == " </tr>\n":
329 table_di_var_sum += column
331 table_di_var_sum += " <td>{0}</td>\n".format(column.strip())