Home
last modified time | relevance | path

Searched refs:hide_zero (Results 1 – 23 of 23) sorted by relevance

/dports/math/py-fvcore/fvcore-0.1.5.post20210924/fvcore/nn/
H A Dprint_model_statistics.py18 def _format_size(x: int, sig_figs: int = 3, hide_zero: bool = False) -> str:
33 if hide_zero and x == 0:
54 statistics: Dict[str, Dict[str, int]], sig_figs: int = 3, hide_zero: bool = False
74 s: _format_size(val, sig_figs, hide_zero) for s, val in stats.items()
644 stats = _pretty_statistics(stats, hide_zero=False)
/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/t/worksheet/
H A Dsub_write_sheet_views1.t99 $worksheet->hide_zero();
/dports/math/gnumeric/gnumeric-1.12.50/plugins/sylk/
H A Dsylk.c455 state->pp.sheet->hide_zero = TRUE; in sylk_rtd_o_parse()
546 state->pp.sheet->hide_zero = TRUE; in sylk_rtd_f_parse()
H A Dsylk-write.c357 if (sheet->hide_zero) in sylk_write_sheet()
/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dsheet-diff.c240 DO_INT (hide_zero, "HideZero"); in diff_sheets_attrs()
H A Dsheet.h70 gboolean hide_zero; member
H A Drendered-value.c451 } else if (sheet->hide_zero && gnm_cell_is_zero (cell)) { in gnm_rendered_value_new()
H A Dxml-sax-read.c366 int hide_zero; member
720 state->display_formulas = state->hide_zero = in xml_sax_sheet_start()
735 state->hide_zero = tmp; in xml_sax_sheet_start()
841 if (state->hide_zero >= 0) in xml_sax_sheet_name()
842 g_object_set (sheet, "display-zeros", !state->hide_zero, NULL); in xml_sax_sheet_name()
H A Dsheet.c257 if (sheet->hide_zero == hide) in sheet_set_hide_zeros()
260 sheet->hide_zero = hide; in sheet_set_hide_zeros()
618 g_value_set_boolean (value, !sheet->hide_zero); in gnm_sheet_get_property()
840 sheet->hide_zero = FALSE; in gnm_sheet_init()
6376 "display-zeros", !src->hide_zero, in sheet_dup()
H A Dxml-sax-write.c1343 "HideZero", sheet->hide_zero); in xml_write_sheet()
H A Dwbc-gtk-actions.c1967 TOGGLE_HANDLER (hide_zero, "display-zeros")
H A Dwbc-gtk.c816 "SheetHideZeros", sheet->hide_zero); in wbcg_update_menu_feedback()
/dports/net-mgmt/phpweathermap/weathermap/
H A DWeathermap.class.php1508 $hide_zero = intval($this->get_hint("key_hidezero_".$scalename));
1513 if( ($hide_zero == 1) && isset($colours['0_0']) )
1595 if( ($hide_zero == 0) || $colour['key'] != '0_0')
/dports/textproc/p5-Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.40/
H A DChanges318 + Added hide_zero() worksheet method to allow hiding of zero
/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/
H A DChanges961 hide_zero()
/dports/textproc/py-xlsxwriter/XlsxWriter-1.4.3/
H A DChanges1310 * :func:`hide_zero` for hiding zero values in cells.
/dports/math/gnumeric/gnumeric-1.12.50/plugins/excel/
H A Dxlsx-write.c1452 if (sheet->hide_zero) in xlsx_write_sheet_view()
H A Dms-excel-read.c5121 esheet->sheet->hide_zero = ((options & 0x0010) == 0); in excel_read_WINDOW2()
5148 esheet->sheet->hide_zero = (q->data[4] == 0); in excel_read_WINDOW2()
H A Dms-excel-write.c815 if (!sheet->hide_zero) in excel_write_WINDOW2()
/dports/textproc/p5-Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.40/lib/Spreadsheet/WriteExcel/
H A DWorksheet.pm1487 sub hide_zero { subroutine
/dports/textproc/py-xlsxwriter/XlsxWriter-1.4.3/xlsxwriter/
H A Dworksheet.py3444 def hide_zero(self): member in Worksheet
/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/lib/Excel/Writer/XLSX/
H A DWorksheet.pm1975 sub hide_zero { subroutine
/dports/math/gnumeric/gnumeric-1.12.50/plugins/openoffice/
H A Dopenoffice-write.c6267 odf_add_bool (state->xml, NULL, !sheet->hide_zero); in odf_write_ooo_settings()