Lines Matching refs:values

243             var values = row.values;
244 values.shift();
245 csvStream.write(values.map(map));
3154 var values = [];
3158 values[cell.col] = cell.value;
3162 return values;
3797 value: function addRow(values, rowNumber) {
3802 this.table.rows.push(values);
3804 this.table.rows.splice(rowNumber, 0, values);
3823 value: function addColumn(column, values, colIndex) {
3831 row.push(values[i]);
3836 row.splice(colIndex, 0, values[i]);
4570 row.values = value;
4600 value: function insertRows(pos, values) {
4602 this.spliceRows.apply(this, [pos, 0].concat(_toConsumableArray(values)));
4606 for (var i = 0; i < values.length; i++) {
4607 if (style[0] === 'o' && this.findRow(values.length + pos + i) !== undefined) {
4608 this._copyStyle(values.length + pos + i, pos + i, style[1] === '+');
4615 return this.getRows(pos, values.length);
4653 var inserts = new Array(count).fill(rSrc.values);
4699 rDst.values = rSrc.values;
4723 rDst.values = rSrc.values;
4753 rDst.values = inserts[i];
4790 rows[row.number] = row.values;
5070 return Object.values(this.tables);
5276 tables: Object.values(this.tables).map(function (table) {
7982 Object.values(this.map).forEach(function (xform) {
20303 values: [],
20314 return this.model.values[index];
20327 index = this.hash[value] = this.model.values.length;
20328 this.model.values.push(value);
20342 index = this.rich[xml] = this.model.values.length;
20343 this.model.values.push(value);
20362 uniqueCount: model.values.length
20365 model.values.forEach(function (sharedString) {
20403 this.model.values.push(this.parser.model);
20427 return this.model.values;
20432 return this.model.values.length;
24039 Object.values(model.tables).forEach(function (table) {
24523 _i = 0, _Object$values = Object.values(zip.files);
29237 if (!values) return this.reporter.error('string objid given, but no values map found');
29238 if (!values.hasOwnProperty(id)) return this.reporter.error('objid not found in values map');
29312 if (!values) return this.reporter.error('String int or enum given, but no values map');
29318 num = values[num];
41080 case VALUES: return function values() { return new IteratorConstructor(this, KIND); };
41115 defaultIterator = function values() { return nativeIterator.call(this); };
41127 values: getIterationMethod(VALUES),
42120 values: createMethod(false)
42704 var $values = require('../internals/object-to-array').values;
42709 values: function values(O) {
43058 var values = [];
43064 values.push(undefined);
43069 values[index] = value;
43070 --remaining || resolve(values);
43073 --remaining || resolve(values);
55476 var values = new Array(len);
55496 values[i] = outValue;
55500 handlers.resolve(promise, values);
56415 function SetCache(values) {
56417 length = values ? values.length : 0;
56421 this.add(values[index]);
58434 function arrayPush(array, values) {
58436 length = values.length,
58440 array[offset + index] = values[index];
58989 function SetCache(values) {
58991 length = values == null ? 0 : values.length;
58995 this.add(values[index]);
61046 function SetCache(values) {
61048 length = values ? values.length : 0;
61052 this.add(values[index]);
61203 var createSet = !(Set && 1 / setToArray(new Set([, -0]))[1] == INFINITY) ? noop : function (values)…
61204 return new Set(values);
74622 var NativeIteratorPrototype = getProto && getProto(getProto(values([])));
74990 function values(iterable) {
75028 exports.values = values;
75206 iterator: values(iterable),