Lines Matching refs:count

2093       var count = 1;
2099 while (count < col.min) {
2100 columns.push(new Column(worksheet, count++));
2103 while (count <= col.max) {
2104 columns.push(new Column(worksheet, count++, col));
2920 return this.count > 1 ? this.range : this._serialisedSheetName + this.tl;
2925 return this.count > 1 ? this.$range : this._serialisedSheetName + this.$t$l;
3028 value: function splice(start, count) {
3029 var nKeep = start + count;
3035 var nExpand = inserts.length - count;
3218 var count = 0;
3220 count++;
3222 return count;
3638 var count = 0;
3641 var r = worksheet.getRow(row + count++);
3652 var r = worksheet.getRow(row + count++);
3661 var _r = worksheet.getRow(row + count++);
3695 var count = 0;
3698 var r = worksheet.getRow(row + count++);
3706 var r = worksheet.getRow(row + count++);
3714 var _r2 = worksheet.getRow(row + count++);
3810 var count = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 1;
3813 this.table.rows.splice(rowIndex, count);
3843 var count = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 1;
3846 this.table.columns.splice(colIndex, count);
3848 row.splice(colIndex, count);
4462 value: function spliceColumns(start, count) {
4474 var rowArguments = [start, count]; // eslint-disable-next-line no-loop-func
4494 r.splice(start, count);
4500 var nExpand = inserts.length - count;
4501 var nKeep = start + count;
4519 this.workbook.definedNames.spliceColumns(this.name, start, count, inserts.length);
4646 value: function duplicateRow(rowNum, count) {
4653 var inserts = new Array(count).fill(rSrc.values);
4654 …this.spliceRows.apply(this, [rowNum + 1, insert ? 0 : count].concat(_toConsumableArray(inserts)));…
4668 for (var i = 0; i < count; i++) {
4674 value: function spliceRows(start, count) {
4678 var nKeep = start + count;
4685 var nExpand = nInserts - count;
4757 this.workbook.definedNames.spliceRows(this.name, start, count, nInserts);
5156 var count = 1;
5159 var column = new Column(_this8, count++, false);
5183 var count = 0;
5190 count++;
5194 return count;
5232 var count = 0;
5234 count++;
5236 return count;
8809 count: false,
8814 count: false,
8819 count: false,
10640 var hasSharedStrings = model.sharedStrings && model.sharedStrings.count;
12754 _this.count = options.count;
12781 if (this.count) {
16017 count: optimizedModel.length
17679 count: true,
17692 if (this.count) {
18824 count: false,
18830 count: false,
18835 count: false,
18845 count: true,
18851 count: false,
18864 count: true,
20304 count: 0
20331 this.model.count++;
20346 this.model.count++;
20361 count: model.count,
20404 this.model.count++;
20437 return this.model.count;
22492 count: true,
22497 count: true,
22505 count: true,
22510 count: true,
22515 count: true,
22520 count: true,
22528 count: true,
22616 count: model.numFmts.length
22638 count: model.fonts.length,
22646 count: model.fills.length
22653 count: model.borders.length
22667 count: model.styles.length
23010 count: 1
23024 count: 0
23030 count: 0,
23713 count: true,
25118 var count, relationships, xform, xml;
25123 count = 1;
25125 Id: "rId".concat(count++),
25129 Id: "rId".concat(count++),
25134 if (model.sharedStrings.count) {
25136 Id: "rId".concat(count++),
25143 worksheet.rId = "rId".concat(count++);
25178 if (model.sharedStrings && model.sharedStrings.count) {
44725 var count = (this.bufferOff + data.length) / this.blockSize | 0;
44726 var out = new Array(count * this.blockSize);
44753 var count = Math.ceil((this.bufferOff + data.length) / this.blockSize) - 1;
44754 …var out = new Array(count * this.blockSize); // TODO(indutny): optimize it, this is far from optim…
44756 for (; count > 0; count--) {
48813 w.count = existing.length;
67982 var count = new utils.Buf16(MAXBITS + 1); //[MAXBITS+1]; /* number of codes of each length */
68020 count[len] = 0;
68024 count[lens[lens_index + sym]]++;
68032 if (count[max] !== 0) {
68057 if (count[min] !== 0) {
68072 left -= count[len];
68091 offs[len + 1] = offs[len] + count[len];
68236 if (--count[len] === 0) {
68263 left -= count[curr + drop];
69384 var count = 0;
69409 if (++count < max_count && curlen === nextlen) {
69411 } else if (count < min_count) {
69414 += count;
69421 } else if (count <= 10) {
69427 count = 0;
69466 var count = 0;
69490 if (++count < max_count && curlen === nextlen) {
69492 } else if (count < min_count) {
69495 } while (--count !== 0);
69499 count--;
69504 send_bits(s, count - 3, 2);
69505 } else if (count <= 10) {
69507 send_bits(s, count - 3, 3);
69510 send_bits(s, count - 11, 7);
69513 count = 0;
73448 var count = 0;
73452 buffer[count] = entry;
73455 count += 1;
80915 var count = 0;
80919 buffer[count] = entry;
80922 count += 1;