Home
last modified time | relevance | path

Searched refs:lastWrittenRowIndex (Results 1 – 9 of 9) sorted by relevance

/dports/www/moodle310/moodle/lib/spout/src/Spout/Writer/Common/Entity/
H A DWorksheet.php24 private $lastWrittenRowIndex; variable in Box\\Spout\\Writer\\Common\\Entity\\Worksheet
38 $this->lastWrittenRowIndex = 0;
94 return $this->lastWrittenRowIndex;
98 * @param int $lastWrittenRowIndex
100 public function setLastWrittenRowIndex($lastWrittenRowIndex) argument
102 $this->lastWrittenRowIndex = $lastWrittenRowIndex;
/dports/www/moodle311/moodle/lib/spout/src/Spout/Writer/Common/Entity/
H A DWorksheet.php24 private $lastWrittenRowIndex; variable in Box\\Spout\\Writer\\Common\\Entity\\Worksheet
38 $this->lastWrittenRowIndex = 0;
94 return $this->lastWrittenRowIndex;
98 * @param int $lastWrittenRowIndex
100 public function setLastWrittenRowIndex($lastWrittenRowIndex) argument
102 $this->lastWrittenRowIndex = $lastWrittenRowIndex;
/dports/www/moodle39/moodle/lib/spout/src/Spout/Writer/Common/Entity/
H A DWorksheet.php24 private $lastWrittenRowIndex; variable in Box\\Spout\\Writer\\Common\\Entity\\Worksheet
38 $this->lastWrittenRowIndex = 0;
94 return $this->lastWrittenRowIndex;
98 * @param int $lastWrittenRowIndex
100 public function setLastWrittenRowIndex($lastWrittenRowIndex) argument
102 $this->lastWrittenRowIndex = $lastWrittenRowIndex;
/dports/www/moodle310/moodle/lib/spout/src/Spout/Writer/CSV/
H A DWriter.php24 protected $lastWrittenRowIndex = 0; variable in Box\\Spout\\Writer\\CSV\\Writer
95 $this->lastWrittenRowIndex++;
96 if ($this->lastWrittenRowIndex % self::FLUSH_THRESHOLD === 0) {
109 $this->lastWrittenRowIndex = 0;
/dports/www/moodle311/moodle/lib/spout/src/Spout/Writer/CSV/
H A DWriter.php24 protected $lastWrittenRowIndex = 0; variable in Box\\Spout\\Writer\\CSV\\Writer
95 $this->lastWrittenRowIndex++;
96 if ($this->lastWrittenRowIndex % self::FLUSH_THRESHOLD === 0) {
109 $this->lastWrittenRowIndex = 0;
/dports/www/moodle39/moodle/lib/spout/src/Spout/Writer/CSV/
H A DWriter.php24 protected $lastWrittenRowIndex = 0; variable in Box\\Spout\\Writer\\CSV\\Writer
95 $this->lastWrittenRowIndex++;
96 if ($this->lastWrittenRowIndex % self::FLUSH_THRESHOLD === 0) {
109 $this->lastWrittenRowIndex = 0;
/dports/www/moodle310/moodle/lib/spout/src/Spout/Writer/ODS/Manager/
H A DWorksheetManager.php143 $lastWrittenRowIndex = $worksheet->getLastWrittenRowIndex();
144 $worksheet->setLastWrittenRowIndex($lastWrittenRowIndex + 1);
/dports/www/moodle39/moodle/lib/spout/src/Spout/Writer/ODS/Manager/
H A DWorksheetManager.php143 $lastWrittenRowIndex = $worksheet->getLastWrittenRowIndex();
144 $worksheet->setLastWrittenRowIndex($lastWrittenRowIndex + 1);
/dports/www/moodle311/moodle/lib/spout/src/Spout/Writer/ODS/Manager/
H A DWorksheetManager.php143 $lastWrittenRowIndex = $worksheet->getLastWrittenRowIndex();
144 $worksheet->setLastWrittenRowIndex($lastWrittenRowIndex + 1);