Lines Matching full:column
23 <td>Column: </td>
108 column = parse_field(form, 'columns', 'machine_group')
135 next_column = column
143 next_column = next_field[column]
144 condition_list.append("%s='%s'" % (column, x))
158 if (column == 'test' and
274 ## If 'status' in [row,column] then either width or height
282 test_data = frontend.get_matrix_data(db_obj, column, row, where,
283 query_reasons = ('status' in [row,column])
303 'rows': column, 'condition': condition_field,
310 if field_map.has_key(column):
311 dx = field_map[column](x)
312 x_header = header_tuneup(column, dx)
359 print html_header % (create_select_options(column),
363 column,row,condition_field)