Lines Matching refs:add

767       this._dataValidations.add(this.address, value);
2135 value: function add(address, validation) {
2190 value: function add(locStr, name) {
13067 model.ssId = options.sharedStrings.add(model.value);
13081 model.ssId = options.sharedStrings.add(model.text);
13092 options.merges.add(model);
16902 value: function add(merge) {
18382 var add = function add(name, value, included) {
18388 add('rightToLeft', '1', model.rightToLeft === true);
18389 add('tabSelected', '1', model.tabSelected);
18390 add('showRuler', '0', model.showRuler === false);
18391 add('showRowColHeaders', '0', model.showRowColHeaders === false);
18392 add('showGridLines', '0', model.showGridLines === false);
18393 add('zoomScale', model.zoomScale, model.zoomScale);
18394 add('zoomScaleNormal', model.zoomScaleNormal, model.zoomScaleNormal);
18395 add('view', model.style, model.style);
20318 value: function add(value) {
20679 function add(name, value) {
20686 add('horizontal', validation.horizontal(model.horizontal));
20687 add('vertical', validation.vertical(model.vertical));
20688 add('wrapText', validation.wrapText(model.wrapText) ? '1' : false);
20689 add('shrinkToFit', validation.shrinkToFit(model.shrinkToFit) ? '1' : false);
20690 add('indent', validation.indent(model.indent));
20691 add('textRotation', textRotationXform.toXml(model.textRotation));
20692 add('readingOrder', validation.readingOrder(model.readingOrder));
20707 function add(truthy, name, value) {
20714 add(node.attributes.horizontal, 'horizontal', node.attributes.horizontal);
20715add(node.attributes.vertical, 'vertical', node.attributes.vertical === 'center' ? 'middle' : node.…
20716 add(node.attributes.wrapText, 'wrapText', !!node.attributes.wrapText);
20717 add(node.attributes.shrinkToFit, 'shrinkToFit', !!node.attributes.shrinkToFit);
20718 add(node.attributes.indent, 'indent', parseInt(node.attributes.indent, 10));
20719add(node.attributes.textRotation, 'textRotation', textRotationXform.toModel(node.attributes.textRo…
20720add(node.attributes.readingOrder, 'readingOrder', node.attributes.readingOrder === '2' ? 'rtl' : '…
20933 function add(edgeModel, edgeXform) {
20944 add(model.left, this.map.left);
20945 add(model.right, this.map.right);
20946 add(model.top, this.map.top);
20947 add(model.bottom, this.map.bottom);
20948 add(model.diagonal, this.map.diagonal);
20998 var add = function add(key, edgeModel, extensions) {
21008 add('left', this.map.left.model);
21009 add('right', this.map.right.model);
21010 add('top', this.map.top.model);
21011 add('bottom', this.map.bottom.model);
21012 add('diagonal', this.map.diagonal.model, {
22193 function add(name, value) {
22200 add('locked', validation.boolean(model.locked, true) ? undefined : '0');
22201 add('hidden', validation.boolean(model.hidden, false) ? '1' : undefined);
22743 var add = function add(propName, xform) {
22749 add('numFmts', this.map.numFmts);
22750 add('fonts', this.map.fonts);
22751 add('fills', this.map.fills);
22752 add('borders', this.map.borders);
22753 add('styles', this.map.cellXfs);
22754 add('dxfs', this.map.dxfs); // index numFmts
30319 BN.prototype.add = function add(num) {
32298 return this.red.add(this, num);
32620 Red.prototype.add = function add(a, b) {
32623 var res = a.add(b);
32700 var pow = this.m.add(new BN(1)).iushrn(2);
34003 BN.prototype.add = function add(num) {
36000 return this.red.add(this, num);
36323 Red.prototype.add = function add(a, b) {
36326 var res = a.add(b);
36403 var pow = this.m.add(new BN(1)).iushrn(2);
37076 this._cache.add(data);
37109 Splitter.prototype.add = function (data) {
37214 this._cache.add(data);
37257 Splitter.prototype.add = function (data) {
38464 s = k.invm(q).imul(H.add(x.mul(r))).mod(q);
44041 i = e.add(r, u),
44043 a = e.add(r + (s ? -1 : 1), u);
44213 }, $.add = function (t, a) {
44232 return this.add(-1 * t, e);
44559 …return i ? (u.$offset = n, u.$u = 0 === t, u) : (0 !== t ? (u = this.local().add(n + s, "minute"))…
45720 a = a.add(b);
45755 if (z > 0) acc = acc.add(wnd[z - 1 >> 1]);else acc = acc.add(wnd[-z - 1 >> 1].neg());
45802 comb[1] = points[a].add(points[b]);
45806 comb[2] = points[a].add(points[b].neg());
45872 if (p.type === 'affine') acc = acc.mixedAdd(p);else acc = acc.add(p);
45979 res[i] = res[i - 1].add(dbl);
46313 Point.prototype.add = function add(p) {
46377 Point.prototype.mixedAdd = Point.prototype.add;
46488 Point.prototype.add = function add() {
46712 var len1 = a1.sqr().add(b1.sqr());
46713 var len2 = a2.sqr().add(b2.sqr());
46752 var k2 = q1.add(q2).neg();
46928 Point.prototype.add = function add(p) {
47059 JPoint.prototype.add = function add(p) {
47316 …if (!this.curve.zeroA) return this.dbl().add(this); // hyperelliptic.org/EFD/g1p/auto-shortw-jacob…
47736 …if (isSecondKey) r = this.curve.pointFromX(r.add(this.curve.n), isYOdd);else r = this.curve.pointF…
48103 var S = r.add(s_).umod(this.curve.n);
48124 var RplusAh = sig.R().add(key.pub().mul(h));
50446 HmacDRBG.prototype.reseed = function reseed(entropy, entropyEnc, add, addEnc) {
50449 addEnc = add;
50450 add = entropyEnc;
50455 add = utils.toArray(add, addEnc);
50458 this._update(entropy.concat(add || []));
50463 HmacDRBG.prototype.generate = function generate(len, enc, add, addEnc) {
50467 addEnc = add;
50468 add = enc;
50473 if (add) {
50474 add = utils.toArray(add, addEnc || 'hex');
50476 this._update(add);
50488 this._update(add);
56421 this.add(values[index]);
56457 SetCache.prototype.add = SetCache.prototype.push = setCacheAdd;
57156 return seen.add(othIndex);
58995 this.add(values[index]);
59031 SetCache.prototype.add = SetCache.prototype.push = setCacheAdd;
61052 this.add(values[index]);
61088 SetCache.prototype.add = SetCache.prototype.push = setCacheAdd;
61604 return start.add(this._randbelow(size));
77908 seen.add(eqname);
82423 exports._extend = function (origin, add) {
82425 if (!add || !isObject(add)) return origin;
82426 var keys = Object.keys(add);
82430 origin[keys[i]] = add[keys[i]];