Lines Matching refs:_

414 var _ = require('../utils/under-dash');
704 return _.escapeHtml(this.text);
1769 var _ = require('../utils/under-dash');
1804 …this.hidden === other.hidden && this.outlineLevel === other.outlineLevel && _.isEqual(this.style, …
2164 var _ = require('../utils/under-dash');
2230 _.each(this.matrixMap, function (matrix) {
2237 _.each(this.matrixMap, function (matrix, name) {
2252 return _.map(this.matrixMap, function (matrix, name) {
2366 _.each(this.matrixMap, function (matrix) {
2377 _.each(this.matrixMap, function (matrix) {
2389 return _.map(this.matrixMap, function (matrix, name) {
2563 var _ = require('../utils/under-dash');
2598 return _.deepMerge({}, Note.DEFAULT_CONFIGS, value);
2948 var _ = require('../utils/under-dash');
3206 return _.some(this._cells, function (cell) {
4297 var _ = require('../utils/under-dash');
4432 _.each(this._keys, f);
4843 _.each(this._merges, function (merge) {
5109 _.each(model.mergeCells, function (merge) {
5242 return _.some(this._merges, Boolean);
5302 _.each(this._merges, function (merge) {
5445 var _ = require('./under-dash');
5556 _.each(this.sheets, function (sheet, sheetName) {
5641 _.each(sheet, function (row) {
6897 var _ = {
6972 return _.isEqual(aValue, bValue);
6979 return _.every(a, function (aValue, key) {
6981 return _.isEqual(aValue, bValue);
7051 if (_.isObject(val) || copyIsArray) {
7056 clone = src && _.isObject(src) ? src : {};
7059 target[key] = _.deepMerge(clone, val);
7060 } else if (!_.isUndefined(val)) {
7066 _.each(arguments[i], assignValue);
7072 module.exports = _;
7276 var _ = require('./under-dash');
7299 _.each(attributes, function (value, name) {
8771 var _ = require('../../../utils/under-dash');
8990 _.each(model.definedNames, function (definedName) {
15879 var _ = require('../../../utils/under-dash');
15923 var dvList = _.map(model, function (dataValidation, address) {
15930 return _.strcmp(a.address, b.address);
15933 var dvMap = _.keyBy(dvList, 'address');
15939 if (!model[otherAddress] || !_.isEqual(model[addr.address], model[otherAddress])) {
15962 while (model[otherAddress] && _.isEqual(dv.dataValidation, model[otherAddress])) {
16884 var _ = require('../../../utils/under-dash');
16915 _.each(mergeCells, function (merge) {
16947 return _.map(this.merges, function (merge) {
17144 var _ = require('../../../utils/under-dash');
17172 if (_.some(attributes, function (value) {
17325 var _ = require('../../../utils/under-dash');
17404 if (_.some(attributes, function (value) {
17566 var _ = require('../../../utils/under-dash');
17596 if (_.some(attributes, function (value) {
17947 var _ = require('../../../utils/under-dash');
17982 if (_.some(attributes, function (value) {
18199 var _ = require('../../../utils/under-dash');
18252 if (_.some(attributes, function (value) {
18688 var _ = require('../../../utils/under-dash');
19102 _.each(this.map, function (xform) {
21825 var _ = require('../../../utils/under-dash');
21952 _.each(this.map, function (defn, tag) {
22050 var _ = require('../../../utils/under-dash');
22059 _.each(defaultNumFormats, function (dnf, id) {
31268 var _ = this.stub(N);
31280 this.transform(rws, _, rwst, iwst, N, rbt);
31281 this.transform(nrws, _, nrwst, niwst, N, rbt);
31290 this.transform(rwst, iwst, rmws, _, N, rbt);
31291 this.conjugate(rmws, _, N);
34954 var _ = this.stub(N);
34966 this.transform(rws, _, rwst, iwst, N, rbt);
34967 this.transform(nrws, _, nrwst, niwst, N, rbt);
34976 this.transform(rwst, iwst, rmws, _, N, rbt);
34977 this.conjugate(rmws, _, N);
38318 Sign.prototype._write = function _write(data, _, done) {
38352 Verify.prototype._write = function _write(data, _, done) {
40394 var INVALID_BASE64_RE = /[^+/0-9A-Za-z-_]/g;
40614 CipherBase.prototype._transform = function (data, _, next) {
73161 } catch (_) {}
74136 value: function value(_, options) {
77140 if (!/^[A-Za-z][A-Za-z0-9._-]*$/.test(value)) {
80635 } catch (_) {}
81795 } catch (_) {
81900 } catch (_) {