Home
last modified time | relevance | path

Searched refs:reset_dimensions (Results 1 – 15 of 15) sorted by relevance

/dports/textproc/py-agate-excel/agate-excel-0.2.5/agateexcel/
H A Dtable_xlsx.py18 reset_dimensions=False, row_limit=None, **kwargs): argument
75 if reset_dimensions:
76 sheet.reset_dimensions()
/dports/textproc/py-agate-excel/agate-excel-0.2.5/
H A DCHANGELOG.rst20 * Add a ``reset_dimensions`` argument to :meth:`.Table.from_xlsx` to recalculate the data's dimensi…
/dports/textproc/py-openpyxl/openpyxl-2.6.4/openpyxl/worksheet/
H A D_read_only.py168 def reset_dimensions(self): member in ReadOnlyWorksheet
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/util/
H A Dsort.h312 void reset_dimensions(void);
H A Dsort.c3240 void reset_dimensions(void) in reset_dimensions() function
3305 reset_dimensions(); in setup_sorting()
3339 reset_dimensions(); in reset_output_field()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/util/
H A Dsort.h312 void reset_dimensions(void);
H A Dsort.c3240 void reset_dimensions(void) in reset_dimensions() function
3305 reset_dimensions(); in setup_sorting()
3339 reset_dimensions(); in reset_output_field()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/util/
H A Dsort.h312 void reset_dimensions(void);
H A Dsort.c3240 void reset_dimensions(void) in reset_dimensions() function
3305 reset_dimensions(); in setup_sorting()
3339 reset_dimensions(); in reset_output_field()
/dports/math/py-pandas/pandas-1.2.5/pandas/io/excel/
H A D_openpyxl.py538 sheet.reset_dimensions()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/
H A Dbuiltin-c2c.c1754 reset_dimensions(); in c2c_hists__init_output()
1768 reset_dimensions(); in c2c_hists__init_sort()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/
H A Dbuiltin-c2c.c1754 reset_dimensions(); in c2c_hists__init_output()
1768 reset_dimensions(); in c2c_hists__init_sort()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/
H A Dbuiltin-c2c.c1754 reset_dimensions(); in c2c_hists__init_output()
1768 reset_dimensions(); in c2c_hists__init_sort()
/dports/deskutils/zim/zim-0.74.3/zim/gui/pageview/
H A D__init__.py7902 self.__class__.reset_dimensions, self)
7911 self.reset_dimensions()
7919 def reset_dimensions(self): member in EditImageDialog
7953 self.reset_dimensions()
/dports/deskutils/zim/zim-0.74.3/tests/
H A Dpageview.py3525 dialog.reset_dimensions()