Lines Matching +refs:_ref +refs:current
2512 set: function set(_ref) {
2513 var type = _ref.type,
2514 imageId = _ref.imageId,
2515 range = _ref.range,
2516 hyperlinks = _ref.hyperlinks;
5185 row.eachCell(function (_ref) {
5186 var col = _ref.col;
6067 var _ref = _wrapAsyncGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee(iterable) {
6196 return _ref.apply(this, arguments);
10089 var _ref = model.note && model.note.margins,
10090 inset = _ref.inset;
10672 model.commentRefs.forEach(function (_ref) {
10673 var commentName = _ref.commentName;
13601 value: function parseOpen(_ref) {
13602 var attributes = _ref.attributes;
13732 value: function createNewModel(_ref) {
13733 var attributes = _ref.attributes;
14165 value: function createNewModel(_ref) {
14166 var attributes = _ref.attributes;
14375 value: function createNewModel(_ref) {
14376 var attributes = _ref.attributes;
14823 value: function createNewModel(_ref) {
14824 var attributes = _ref.attributes;
15107 value: function createNewModel(_ref) {
15108 var attributes = _ref.attributes;
15678 value: function createNewModel(_ref) {
15679 var attributes = _ref.attributes;
18815 var _ref = options || {},
18816 maxRows = _ref.maxRows,
18817 maxCols = _ref.maxCols;
24837 … var _ref = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee13(medium) {
24899 return _ref.apply(this, arguments);
32775 var current = 0;
32793 if (bit === 0 && current === 0) {
32798 current <<= 1;
32799 current |= bit;
32802 res = this.mul(res, wnd[current]);
32804 current = 0;
36478 var current = 0;
36496 if (bit === 0 && current === 0) {
36501 current <<= 1;
36502 current |= bit;
36505 res = this.mul(res, wnd[current]);
36507 current = 0;
73143 var current = this.bufferedRequest;
73146 while (current) {
73147 out.push(current);
73148 current = current.next;
80617 var current = this.bufferedRequest;
80620 while (current) {
80621 out.push(current);
80622 current = current.next;