OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:header_style
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/ts/misc/
xls-report.py
109
header_style
= xlwt.easyxf('font: bold true; alignment: horizontal centre, vertical top, wrap True')
variable
271
sheet.write_merge(row, row + 1, col, col, caption,
header_style
)
273
sheet.write(row, col, caption,
header_style
)
280
sheet.write_merge(row, row, col, col + 1, config_name,
header_style
)
286
sheet.write(row, col, config_name,
header_style
)
295
sheet.write_merge(row, row + 1, col, col, caption,
header_style
)
297
sheet.write(row, col, caption,
header_style
)
/external/autotest/frontend/client/src/autotest/common/table/
DataTable.java
36
public static final String
HEADER_STYLE
= "data-row-header";
92
table.getRowFormatter().setStylePrimaryName(0,
HEADER_STYLE
);
DynamicTable.java
80
DataTable.
HEADER_STYLE
+ "-sortable");
Completed in 100 milliseconds