Lines Matching refs:assign

3570       var assign = function assign(o, name, dflt) {
3576 assign(table, 'headerRow', true);
3577 assign(table, 'totalsRow', false);
3578 assign(table, 'style', {});
3579 assign(table.style, 'theme', 'TableStyleMedium2');
3580 assign(table.style, 'showFirstColumn', false);
3581 assign(table.style, 'showLastColumn', false);
3582 assign(table.style, 'showRowStripes', false);
3583 assign(table.style, 'showColumnStripes', false);
3611 assign(column, 'totalsRowLabel', 'Total');
3613 assign(column, 'totalsRowFunction', 'none');
4080 var worksheetOptions = Object.assign({}, options, {
4141 this.media.push(Object.assign({}, image, {
4347 this.properties = Object.assign({}, {
4354 this.pageSetup = Object.assign({}, {
4384 this.headerFooter = Object.assign({}, {
5033 _this5.sheetProtection = Object.assign(_this5.sheetProtection, options);
5609 …return row[col] = this.template ? Object.assign(address, JSON.parse(JSON.stringify(this.template))…
7542 _this.options = Object.assign({
7995 this.model = Object.assign(this.model || {}, obj);
9685 …var position = Object.assign({}, this.map['x:MoveWithCells'].model, this.map['x:SizeWithCells'].mo…
13743 Object.assign(this.model, parser.model);
14844 Object.assign(this.model, parser.model);
15529 Object.assign(this.model, parser.model);
15889 function assign(definedName, attributes, name, defaultValue) {
16109 assign(dataValidation, node.attributes, 'operator', 'between');
16113 assign(dataValidation, node.attributes, 'promptTitle');
16114 assign(dataValidation, node.attributes, 'prompt');
16115 assign(dataValidation, node.attributes, 'errorStyle');
16116 assign(dataValidation, node.attributes, 'errorTitle');
16117 assign(dataValidation, node.attributes, 'error');
16505 Object.assign(this.model, parser.model);
19152 …var pageSetup = Object.assign(sheetProperties, this.map.pageSetup.model, this.map.printOptions.mod…
19202 comment.note = Object.assign({}, comment.note, vmlComment[index]);
21001 Object.assign(edgeModel, extensions);
24671 Object.assign(model, coreProperties);
25664 Object.assign(this, opts || {});
26582 Object.assign(this, opts || {});
41775 var nativeAssign = Object.assign;
41800 }) ? function assign(target, source) { // eslint-disable-line no-unused-vars
42678 var assign = require('../internals/object-assign');
42682 $({ target: 'Object', stat: true, forced: Object.assign !== assign }, {
42683 assign: assign
61756 var assign = require('./lib/utils/common').assign;
61765 assign(pako, deflate, inflate, constants);
61887 this.options = utils.assign({
62263 this.options = utils.assign({
62604 exports.assign = function (obj
62697 exports.assign(exports, fnTyped);
62702 exports.assign(exports, fnUntyped);
75849 this.ns = Object.assign({
75856 Object.assign(this.ns, additional);