Home
last modified time | relevance | path

Searched refs:startRow (Results 1 – 25 of 1375) sorted by relevance

12345678910>>...55

/dports/textproc/R-cran-openxlsx/openxlsx/tests/testthat/
H A Dtest-table_overlaps.R18 writeDataTable(wb = wb, sheet = 1, x = head(iris), startCol = 4, startRow = 4)
21 writeDataTable(wb = wb, sheet = 1, x = df1, startCol = 3, startRow = 2)
22 writeDataTable(wb = wb, sheet = 1, x = df1, startCol = 9, startRow = 2)
23 writeDataTable(wb = wb, sheet = 1, x = df1, startCol = 4, startRow = 11)
24 writeDataTable(wb = wb, sheet = 1, x = df1, startCol = 5, startRow = 11)
25 writeDataTable(wb = wb, sheet = 1, x = df1, startCol = 6, startRow = 11)
26 writeDataTable(wb = wb, sheet = 1, x = df1, startCol = 7, startRow = 11)
27 writeDataTable(wb = wb, sheet = 1, x = df1, startCol = 8, startRow = 11)
76 writeData(wb = wb, sheet = 1, x = head(iris), startRow = 5, startCol = i)
81 writeData(wb = wb, sheet = 1, x = head(iris), startRow = i, startCol = "i")
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/
H A DRowIterator.php49 private $startRow = 1; variable in PHPExcel_Worksheet_RowIterator
72 $this->resetStart($startRow);
90 public function resetStart($startRow = 1) argument
92 if ($startRow > $this->subject->getHighestRow()) {
96 $this->startRow = $startRow;
97 if ($this->endRow < $this->startRow) {
98 $this->endRow = $this->startRow;
100 $this->seek($startRow);
127 if (($row < $this->startRow) || ($row > $this->endRow)) {
140 $this->position = $this->startRow;
[all …]
H A DColumnCellIterator.php42 protected $startRow = 1; variable in PHPExcel_Worksheet_ColumnCellIterator
65 $this->resetStart($startRow);
83 public function resetStart($startRow = 1) argument
85 $this->startRow = $startRow;
87 $this->seek($startRow);
131 $this->position = $this->startRow;
171 if ($this->position <= $this->startRow) {
179 ($this->position >= $this->startRow));
202 ++$this->startRow;
204 if ($this->startRow > $this->endRow) {
[all …]
/dports/www/thirtybees/thirtybees-1.1.0/vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/
H A DRowIterator.php49 private $startRow = 1; variable in PHPExcel_Worksheet_RowIterator
72 $this->resetStart($startRow);
90 public function resetStart($startRow = 1) argument
92 if ($startRow > $this->subject->getHighestRow()) {
96 $this->startRow = $startRow;
97 if ($this->endRow < $this->startRow) {
98 $this->endRow = $this->startRow;
100 $this->seek($startRow);
127 if (($row < $this->startRow) || ($row > $this->endRow)) {
140 $this->position = $this->startRow;
[all …]
H A DColumnCellIterator.php42 protected $startRow = 1; variable in PHPExcel_Worksheet_ColumnCellIterator
65 $this->resetStart($startRow);
83 public function resetStart($startRow = 1) argument
85 $this->startRow = $startRow;
87 $this->seek($startRow);
131 $this->position = $this->startRow;
171 if ($this->position <= $this->startRow) {
179 ($this->position >= $this->startRow));
202 ++$this->startRow;
204 if ($this->startRow > $this->endRow) {
[all …]
/dports/finance/prestashop/prestashop/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/
H A DColumnCellIterator.php29 private $startRow = 1; variable in PhpOffice\\PhpSpreadsheet\\Worksheet\\ColumnCellIterator
52 $this->resetStart($startRow);
64 public function resetStart($startRow = 1) argument
66 $this->startRow = $startRow;
68 $this->seek($startRow);
116 $this->currentRow = $this->startRow;
160 ($this->currentRow >= $this->startRow));
182 ($this->startRow <= $this->endRow)) {
183 ++$this->startRow;
185 if ($this->startRow > $this->endRow) {
[all …]
H A DRowIterator.php28 private $startRow = 1; variable in PhpOffice\\PhpSpreadsheet\\Worksheet\\RowIterator
41 * @param int $startRow The row number at which to start iterating
49 $this->resetStart($startRow);
69 public function resetStart($startRow = 1) argument
71 if ($startRow > $this->subject->getHighestRow()) {
75 $this->startRow = $startRow;
76 if ($this->endRow < $this->startRow) {
77 $this->endRow = $this->startRow;
79 $this->seek($startRow);
109 if (($row < $this->startRow) || ($row > $this->endRow)) {
[all …]
/dports/biology/clustalw/clustalw-2.1/src/tree/
H A DClusterTreeOutput.cpp112 if (startRow != lastSeq - firstSeq + 1-2) in twoWaySplit()
127 for (row = startRow - 1; row >= 1; row--) in twoWaySplit()
159 if (startRow == lastSeq - firstSeq + 1-2) in twoWaySplit()
184 for (row = startRow - 1; row >= 1; row--) in twoWaySplit()
221 (*tree) << (*bootTotals)[startRow]; in twoWaySplit()
224 return (startRow); in twoWaySplit()
311 if (startRow != lastSeq - firstSeq + 1 - 2) in twoWaySplitNexus()
326 for (row = startRow - 1; row >= 1; row--) in twoWaySplitNexus()
381 for (row = startRow - 1; row >= 1; row--) in twoWaySplitNexus()
417 (*tree) << (*bootTotals)[startRow]; in twoWaySplitNexus()
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/
H A DRowIterator.php28 private $startRow = 1; variable in PhpOffice\\PhpSpreadsheet\\Worksheet\\RowIterator
41 * @param int $startRow The row number at which to start iterating
49 $this->resetStart($startRow);
69 public function resetStart($startRow = 1) argument
71 if ($startRow > $this->subject->getHighestRow()) {
75 $this->startRow = $startRow;
76 if ($this->endRow < $this->startRow) {
77 $this->endRow = $this->startRow;
79 $this->seek($startRow);
109 if (($row < $this->startRow) || ($row > $this->endRow)) {
[all …]
H A DColumnCellIterator.php29 private $startRow = 1; variable in PhpOffice\\PhpSpreadsheet\\Worksheet\\ColumnCellIterator
52 $this->resetStart($startRow);
64 public function resetStart($startRow = 1) argument
66 $this->startRow = $startRow;
68 $this->seek($startRow);
116 $this->currentRow = $this->startRow;
160 ($this->currentRow >= $this->startRow));
182 ($this->startRow <= $this->endRow)) {
183 ++$this->startRow;
185 if ($this->startRow > $this->endRow) {
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/phpoffice/PhpSpreadsheet/Worksheet/
H A DRowIterator.php28 private $startRow = 1; variable in PhpOffice\\PhpSpreadsheet\\Worksheet\\RowIterator
41 * @param int $startRow The row number at which to start iterating
49 $this->resetStart($startRow);
69 public function resetStart($startRow = 1) argument
71 if ($startRow > $this->subject->getHighestRow()) {
75 $this->startRow = $startRow;
76 if ($this->endRow < $this->startRow) {
77 $this->endRow = $this->startRow;
79 $this->seek($startRow);
109 if (($row < $this->startRow) || ($row > $this->endRow)) {
[all …]
H A DColumnCellIterator.php29 private $startRow = 1; variable in PhpOffice\\PhpSpreadsheet\\Worksheet\\ColumnCellIterator
52 $this->resetStart($startRow);
64 public function resetStart($startRow = 1) argument
66 $this->startRow = $startRow;
68 $this->seek($startRow);
116 $this->currentRow = $this->startRow;
160 ($this->currentRow >= $this->startRow));
182 ($this->startRow <= $this->endRow)) {
183 ++$this->startRow;
185 if ($this->startRow > $this->endRow) {
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/
H A DRowIterator.php29 private $startRow = 1; variable in PhpOffice\\PhpSpreadsheet\\Worksheet\\RowIterator
42 * @param int $startRow The row number at which to start iterating
50 $this->resetStart($startRow);
60 public function resetStart(int $startRow = 1) argument
62 if ($startRow > $this->subject->getHighestRow()) {
68 $this->startRow = $startRow;
69 if ($this->endRow < $this->startRow) {
70 $this->endRow = $this->startRow;
72 $this->seek($startRow);
100 if (($row < $this->startRow) || ($row > $this->endRow)) {
[all …]
H A DColumnCellIterator.php30 private $startRow = 1; variable in PhpOffice\\PhpSpreadsheet\\Worksheet\\ColumnCellIterator
53 $this->resetStart($startRow);
63 public function resetStart(int $startRow = 1) argument
65 $this->startRow = $startRow;
67 $this->seek($startRow);
99 if (($row < $this->startRow) || ($row > $this->endRow)) {
112 $this->currentRow = $this->startRow;
155 ($this->currentRow >= $this->startRow)
175 ($this->startRow <= $this->endRow)
177 ++$this->startRow;
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/
H A DRowIterator.php29 private $startRow = 1; variable in PhpOffice\\PhpSpreadsheet\\Worksheet\\RowIterator
42 * @param int $startRow The row number at which to start iterating
50 $this->resetStart($startRow);
68 public function resetStart($startRow = 1) argument
70 if ($startRow > $this->subject->getHighestRow()) {
74 $this->startRow = $startRow;
75 if ($this->endRow < $this->startRow) {
76 $this->endRow = $this->startRow;
78 $this->seek($startRow);
106 if (($row < $this->startRow) || ($row > $this->endRow)) {
[all …]
H A DColumnCellIterator.php29 private $startRow = 1; variable in PhpOffice\\PhpSpreadsheet\\Worksheet\\ColumnCellIterator
52 $this->resetStart($startRow);
62 public function resetStart($startRow = 1) argument
64 $this->startRow = $startRow;
66 $this->seek($startRow);
98 if (($row < $this->startRow) || ($row > $this->endRow)) {
111 $this->currentRow = $this->startRow;
158 ($this->currentRow >= $this->startRow)
180 ($this->startRow <= $this->endRow)
182 ++$this->startRow;
[all …]
/dports/www/moodle310/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/
H A DRowIterator.php28 private $startRow = 1; variable in PhpOffice\\PhpSpreadsheet\\Worksheet\\RowIterator
41 * @param int $startRow The row number at which to start iterating
49 $this->resetStart($startRow);
69 public function resetStart($startRow = 1) argument
71 if ($startRow > $this->subject->getHighestRow()) {
75 $this->startRow = $startRow;
76 if ($this->endRow < $this->startRow) {
77 $this->endRow = $this->startRow;
79 $this->seek($startRow);
109 if (($row < $this->startRow) || ($row > $this->endRow)) {
[all …]
H A DColumnCellIterator.php29 private $startRow = 1; variable in PhpOffice\\PhpSpreadsheet\\Worksheet\\ColumnCellIterator
52 $this->resetStart($startRow);
64 public function resetStart($startRow = 1) argument
66 $this->startRow = $startRow;
68 $this->seek($startRow);
116 $this->currentRow = $this->startRow;
160 ($this->currentRow >= $this->startRow));
182 ($this->startRow <= $this->endRow)) {
183 ++$this->startRow;
185 if ($this->startRow > $this->endRow) {
[all …]
/dports/www/moodle311/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/
H A DRowIterator.php29 private $startRow = 1; variable in PhpOffice\\PhpSpreadsheet\\Worksheet\\RowIterator
42 * @param int $startRow The row number at which to start iterating
50 $this->resetStart($startRow);
68 public function resetStart($startRow = 1) argument
70 if ($startRow > $this->subject->getHighestRow()) {
74 $this->startRow = $startRow;
75 if ($this->endRow < $this->startRow) {
76 $this->endRow = $this->startRow;
78 $this->seek($startRow);
106 if (($row < $this->startRow) || ($row > $this->endRow)) {
[all …]
H A DColumnCellIterator.php29 private $startRow = 1; variable in PhpOffice\\PhpSpreadsheet\\Worksheet\\ColumnCellIterator
52 $this->resetStart($startRow);
62 public function resetStart($startRow = 1) argument
64 $this->startRow = $startRow;
66 $this->seek($startRow);
98 if (($row < $this->startRow) || ($row > $this->endRow)) {
111 $this->currentRow = $this->startRow;
158 ($this->currentRow >= $this->startRow)
180 ($this->startRow <= $this->endRow)
182 ++$this->startRow;
[all …]
/dports/www/moodle39/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/
H A DRowIterator.php28 private $startRow = 1; variable in PhpOffice\\PhpSpreadsheet\\Worksheet\\RowIterator
41 * @param int $startRow The row number at which to start iterating
49 $this->resetStart($startRow);
69 public function resetStart($startRow = 1) argument
71 if ($startRow > $this->subject->getHighestRow()) {
75 $this->startRow = $startRow;
76 if ($this->endRow < $this->startRow) {
77 $this->endRow = $this->startRow;
79 $this->seek($startRow);
109 if (($row < $this->startRow) || ($row > $this->endRow)) {
[all …]
H A DColumnCellIterator.php29 private $startRow = 1; variable in PhpOffice\\PhpSpreadsheet\\Worksheet\\ColumnCellIterator
52 $this->resetStart($startRow);
64 public function resetStart($startRow = 1) argument
66 $this->startRow = $startRow;
68 $this->seek($startRow);
116 $this->currentRow = $this->startRow;
160 ($this->currentRow >= $this->startRow));
182 ($this->startRow <= $this->endRow)) {
183 ++$this->startRow;
185 if ($this->startRow > $this->endRow) {
[all …]
/dports/finance/prestashop/prestashop/vendor/phpoffice/phpspreadsheet/samples/Reader/
H A D12_Reading_a_workbook_in_chunks_using_a_configurable_read_filter_(version_2).php16 private $startRow = 0; variable in Samples\\Sample12\\ChunkReadFilter
23 * @param mixed $startRow
26 public function setRows($startRow, $chunkSize) argument
28 $this->startRow = $startRow;
29 $this->endRow = $startRow + $chunkSize;
35 if (($row == 1) || ($row >= $this->startRow && $row < $this->endRow)) {
56 for ($startRow = 2; $startRow <= 240; $startRow += $chunkSize) { variable
57 …ing configurable filter for headings row 1 and for rows ' . $startRow . ' to ' . ($startRow + $chu…
59 $chunkFilter->setRows($startRow, $chunkSize);
H A D11_Reading_a_workbook_in_chunks_using_a_configurable_read_filter_(version_1).php16 private $startRow = 0; variable in Samples\\Sample09\\ChunkReadFilter
23 * @param mixed $startRow
26 public function __construct($startRow, $chunkSize) argument
28 $this->startRow = $startRow;
29 $this->endRow = $startRow + $chunkSize;
35 if (($row == 1) || ($row >= $this->startRow && $row < $this->endRow)) {
51 for ($startRow = 2; $startRow <= 240; $startRow += $chunkSize) { variable
52 …ing configurable filter for headings row 1 and for rows ' . $startRow . ' to ' . ($startRow + $chu…
54 $chunkFilter = new ChunkReadFilter($startRow, $chunkSize);
H A D14_Reading_a_large_CSV_file_in_chunks_to_split_across_multiple_worksheets.php17 private $startRow = 0; variable in Samples\\Sample14\\ChunkReadFilter
24 * @param mixed $startRow
27 public function setRows($startRow, $chunkSize) argument
29 $this->startRow = $startRow;
30 $this->endRow = $startRow + $chunkSize;
36 if (($row == 1) || ($row >= $this->startRow && $row < $this->endRow)) {
65 for ($startRow = 2; $startRow <= 240; $startRow += $chunkSize) { variable
66 …ing configurable filter for headings row 1 and for rows ' . $startRow . ' to ' . ($startRow + $chu…
68 $chunkFilter->setRows($startRow, $chunkSize);

12345678910>>...55