Home
last modified time | relevance | path

Searched refs:total_function (Results 1 – 24 of 24) sorted by relevance

/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/examples/
H A Dtables.pl266 { header => 'Quarter 1', total_function => 'sum' },
267 { header => 'Quarter 2', total_function => 'sum' },
268 { header => 'Quarter 3', total_function => 'sum' },
273 total_function => 'sum'
308 total_function => 'sum'
343 total_function => 'sum'
372 total_function => 'sum',
377 total_function => 'sum',
382 total_function => 'sum',
387 total_function => 'sum',
[all …]
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/test/unit/table/
H A Dtest_table09.c49 lxw_table_column col3 = {.total_function = LXW_TABLE_FUNCTION_AVERAGE}; in CTEST()
50 lxw_table_column col4 = {.total_function = LXW_TABLE_FUNCTION_COUNT}; in CTEST()
51 lxw_table_column col5 = {.total_function = LXW_TABLE_FUNCTION_COUNT_NUMS}; in CTEST()
52 lxw_table_column col6 = {.total_function = LXW_TABLE_FUNCTION_MAX}; in CTEST()
53 lxw_table_column col7 = {.total_function = LXW_TABLE_FUNCTION_MIN}; in CTEST()
54 lxw_table_column col8 = {.total_function = LXW_TABLE_FUNCTION_SUM}; in CTEST()
55 lxw_table_column col9 = {.total_function = LXW_TABLE_FUNCTION_STD_DEV}; in CTEST()
56 lxw_table_column col10 = {.total_function = LXW_TABLE_FUNCTION_VAR}; in CTEST()
H A Dtest_table08.c44 lxw_table_column col4 = {.total_function = LXW_TABLE_FUNCTION_COUNT}; in CTEST()
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/examples/
H A Dtables.c257 .total_function = LXW_TABLE_FUNCTION_SUM}; in main()
260 .total_function = LXW_TABLE_FUNCTION_SUM}; in main()
263 .total_function = LXW_TABLE_FUNCTION_SUM}; in main()
266 .total_function = LXW_TABLE_FUNCTION_SUM}; in main()
270 .total_function = LXW_TABLE_FUNCTION_SUM}; in main()
299 .total_function = LXW_TABLE_FUNCTION_SUM}; in main()
391 .total_function = LXW_TABLE_FUNCTION_SUM, in main()
395 .total_function = LXW_TABLE_FUNCTION_SUM, in main()
399 .total_function = LXW_TABLE_FUNCTION_SUM, in main()
403 .total_function = LXW_TABLE_FUNCTION_SUM, in main()
[all …]
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/test/functional/src/
H A Dtest_table09.c52 lxw_table_column col3 = {.total_function = LXW_TABLE_FUNCTION_AVERAGE}; in main()
53 lxw_table_column col4 = {.total_function = LXW_TABLE_FUNCTION_COUNT}; in main()
54 lxw_table_column col5 = {.total_function = LXW_TABLE_FUNCTION_COUNT_NUMS}; in main()
55 lxw_table_column col6 = {.total_function = LXW_TABLE_FUNCTION_MAX}; in main()
56 lxw_table_column col7 = {.total_function = LXW_TABLE_FUNCTION_MIN}; in main()
57 lxw_table_column col8 = {.total_function = LXW_TABLE_FUNCTION_SUM}; in main()
58 lxw_table_column col9 = {.total_function = LXW_TABLE_FUNCTION_STD_DEV}; in main()
59 lxw_table_column col10 = {.total_function = LXW_TABLE_FUNCTION_VAR}; in main()
H A Dtest_table10.c55 lxw_table_column col3 = {.total_function = LXW_TABLE_FUNCTION_AVERAGE}; in main()
56 lxw_table_column col4 = {.total_function = LXW_TABLE_FUNCTION_COUNT}; in main()
57 lxw_table_column col5 = {.total_function = LXW_TABLE_FUNCTION_COUNT_NUMS}; in main()
58 lxw_table_column col6 = {.total_function = LXW_TABLE_FUNCTION_MAX}; in main()
59 lxw_table_column col7 = {.total_function = LXW_TABLE_FUNCTION_MIN}; in main()
60 lxw_table_column col8 = {.total_function = LXW_TABLE_FUNCTION_SUM}; in main()
61 lxw_table_column col9 = {.total_function = LXW_TABLE_FUNCTION_STD_DEV}; in main()
62 lxw_table_column col10 = {.total_function = LXW_TABLE_FUNCTION_VAR, in main()
H A Dtest_table17.c52 lxw_table_column col3 = {.total_function = LXW_TABLE_FUNCTION_AVERAGE}; in main()
53 lxw_table_column col4 = {.total_function = LXW_TABLE_FUNCTION_COUNT}; in main()
54 lxw_table_column col5 = {.total_function = LXW_TABLE_FUNCTION_COUNT_NUMS}; in main()
55 lxw_table_column col6 = {.total_function = LXW_TABLE_FUNCTION_MAX, .total_value = 5}; in main()
56 lxw_table_column col7 = {.total_function = LXW_TABLE_FUNCTION_MIN}; in main()
57 lxw_table_column col8 = {.total_function = LXW_TABLE_FUNCTION_SUM, .total_value = 3}; in main()
58 lxw_table_column col9 = {.total_function = LXW_TABLE_FUNCTION_STD_DEV}; in main()
59 lxw_table_column col10 = {.total_function = LXW_TABLE_FUNCTION_VAR}; in main()
H A Dtest_table23.c27 lxw_table_column col2 = {.header = "Column'", .total_function = LXW_TABLE_FUNCTION_SUM}; in main()
28 lxw_table_column col3 = {.header = "Column#", .total_function = LXW_TABLE_FUNCTION_SUM}; in main()
29 lxw_table_column col4 = {.header = "Column[", .total_function = LXW_TABLE_FUNCTION_SUM}; in main()
30 lxw_table_column col5 = {.header = "Column]", .total_function = LXW_TABLE_FUNCTION_SUM}; in main()
H A Dtest_table08.c28 lxw_table_column col4 = {.total_function = LXW_TABLE_FUNCTION_COUNT}; in main()
/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/t/package/table/
H A Dtable09.t35 { total_function => 'Average' },
36 { total_function => 'COUNT' },
37 { total_function => 'count_nums' },
38 { total_function => 'max' },
39 { total_function => 'min' },
40 { total_function => 'sum' },
41 { total_function => 'std Dev' },
42 { total_function => 'var' }
H A Dtable08.t33 [ { total_string => 'Total' }, {}, {}, { total_function => 'count' } ],
H A Dtable12.t39 total_function => 'count',
H A Dtable11.t39 total_function => 'count',
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/src/
H A Dtable.c149 else if (column->total_function) { in _table_write_table_column()
150 if (column->total_function == LXW_TABLE_FUNCTION_AVERAGE) in _table_write_table_column()
152 if (column->total_function == LXW_TABLE_FUNCTION_COUNT_NUMS) in _table_write_table_column()
154 if (column->total_function == LXW_TABLE_FUNCTION_COUNT) in _table_write_table_column()
156 if (column->total_function == LXW_TABLE_FUNCTION_MAX) in _table_write_table_column()
158 if (column->total_function == LXW_TABLE_FUNCTION_MIN) in _table_write_table_column()
160 if (column->total_function == LXW_TABLE_FUNCTION_STD_DEV) in _table_write_table_column()
162 if (column->total_function == LXW_TABLE_FUNCTION_SUM) in _table_write_table_column()
164 if (column->total_function == LXW_TABLE_FUNCTION_VAR) in _table_write_table_column()
H A Dworksheet.c1772 table_column->total_function = user_column->total_function; in _set_custom_table_columns()
1786 uint8_t total_function = column->total_function; in _write_column_function() local
1792 total_function); in _write_column_function()
1868 if (column->total_function) in _write_table_column_data()
/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/t/regression/
H A Dtable09.t67 { total_function => 'Average' },
68 { total_function => 'COUNT' },
69 { total_function => 'count_nums' },
70 { total_function => 'max' },
71 { total_function => 'min' },
72 { total_function => 'sum' },
73 { total_function => 'std Dev' },
74 { total_function => 'var' }
H A Dtable10.t68 { total_function => 'Average' },
69 { total_function => 'COUNT' },
70 { total_function => 'count_nums' },
71 { total_function => 'max' },
72 { total_function => 'min' },
73 { total_function => 'sum' },
74 { total_function => 'std Dev' },
75 …{ total_function => 'var', formula => 'SUM(Table1[[#This Row],[Column1]:[Column3]])', format => $f…
H A Dtable17.t72 { total_function => 'Average' },
73 { total_function => 'COUNT' },
74 { total_function => 'count_nums' },
75 { total_function => 'max', total_value => 5 },
76 { total_function => 'min' },
77 { total_function => 'sum', total_value => 3 },
78 { total_function => 'std Dev' },
79 { total_function => 'var' }
H A Dtable23.t61 { header => "Column'", total_function => 'sum' },
62 { header => 'Column#', total_function => 'sum' },
63 { header => 'Column[', total_function => 'sum' },
64 { header => 'Column]', total_function => 'sum' },
H A Dtable08.t56 { total_function => 'count' },
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/docs/src/
H A Dworking_with_tables.dox250 - `lxw_table_column.total_function`
314 and `total_function` sub properties:
321 .total_function = LXW_TABLE_FUNCTION_SUM};
324 .total_function = LXW_TABLE_FUNCTION_SUM};
327 .total_function = LXW_TABLE_FUNCTION_SUM};
330 .total_function = LXW_TABLE_FUNCTION_SUM};
373 .total_function = LXW_TABLE_FUNCTION_SUM,
377 .total_function = LXW_TABLE_FUNCTION_SUM,
381 .total_function = LXW_TABLE_FUNCTION_SUM,
385 .total_function = LXW_TABLE_FUNCTION_SUM,
[all …]
/dports/devel/php-libawl/awl-827fbfed7dab0ca339998ca6cdcffb328246d83b/inc/
H A DclassBrowser.php559 * @param string $total_function The name of the callback function.
561 function AddTotal( $column_name, $total_function = false ) { argument
563 if ( $total_function != false ) {
564 $this->TotalFuncs[$column_name] = $total_function;
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/include/xlsxwriter/
H A Dworksheet.h1401 uint8_t total_function; member
/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/lib/Excel/Writer/XLSX/
H A DWorksheet.pm4616 if ( $user_data->{total_function} ) {
4617 my $function = $user_data->{total_function};