Home
last modified time | relevance | path

Searched refs:_write_order (Results 1 – 6 of 6) sorted by relevance

/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/t/chart/
H A Dsub_write_order.t29 # Test the _write_order() method.
31 $caption = " \tChart: _write_order()";
36 $chart->_write_order( 0 );
/dports/textproc/py-xlsxwriter/XlsxWriter-1.4.3/xlsxwriter/
H A Dchart_scatter.py156 self._write_order(index)
H A Dchart.py1778 self._write_order(index)
1823 def _write_order(self, val): member in Chart
/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/lib/Excel/Writer/XLSX/Chart/
H A DScatter.pm181 $self->_write_order( $index );
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/db/
H A Dutils.py227 def _write_order(self): member in ThumbnailCache
251 self._write_order()
/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/lib/Excel/Writer/XLSX/
H A DChart.pm2734 $self->_write_order( $index );
2798 sub _write_order { subroutine