Lines Matching refs:concat

218 var bconcat = has_buf ? function(bufs) { return Buffer.concat(bufs.map(function(buf) { return Buffe…
232 …return [].concat.apply([], bufs.map(function(buf) { return Array.isArray(buf) ? buf : [].slice.cal…
3924 …s) { return (bufs[0].length > 0 && Buffer.isBuffer(bufs[0][0])) ? Buffer.concat(bufs[0].map(functi…
5351 o = o.concat([
5675 else for(var j = 0; j < HP.length; ++j) v = v.concat(HP[j].map(function(hp) { return {v:hp}; }));
6247 return bconcat([hdr].concat(piao).concat(prop));
6833 var o = bconcat([header].concat(strs));
6834 …/*::(*/o/*:: :any)*/.parts = [header.length].concat(strs.map(function(str) { return str.length; })…
17643 supbooks[supbooks.length - 1].XTI = supbooks[supbooks.length - 1].XTI.concat(val);
17644 supbooks.XTI = supbooks.XTI.concat(val);
19435 ….length - 1].XTI = supbooks[supbooks.length - 1].XTI.concat(val); supbooks.XTI = supbooks.XTI.conc…
19644 case 0x00e5 /* MergeCells */: merges = merges.concat(val); break;
21816 if(merges.length) ws['!merges'] = (ws["!merges"] || []).concat(merges);
23355 … throw new Error("PB Type ".concat(type, " for Field ").concat(num, " at offset ").concat(off));
23439 throw new Error("Unexpected Snappy chunk type ".concat(type));
23517 throw new Error("Unexpected length: ".concat(chunks.reduce(function(acc, u8) {
23519 }, 0), " != ").concat(usz));
23754 throw new Error("Unsupported cell type ".concat(buf[subarray](0, 4)));
23758 throw new Error("Unsupported cell type ".concat(buf[subarray](0, 4)));
23822 …throw new Error("Unsupported cell type ".concat(buf[1], " : ").concat(fields & 31, " : ").concat(b…
23911 throw new Error("Unsupported payload version ".concat(buf[0]));
23961 throw new Error("2000 unexpected reference to ".concat(mtype));
23991 throw "NUMBERS Tile missing ".concat(type, " cell storage");
24001 throw "Expected ".concat(cnt, " cells, found ").concat(offsets.length);
24029 throw new Error("Duplicate cell r=".concat(x.R, " c=").concat(C));
24042 throw new Error("Invalid row varint ".concat(pb[6][0].data));
24045 throw new Error("Invalid col varint ".concat(pb[7][0].data));
24065 throw new Error("6001 unexpected reference to ".concat(mtype2));
24088 throw new Error("Expected merge type 6144, found ".concat(mtype));
24113 throw new Error("6000 unexpected reference to ".concat(mtype));
24358 throw "Could not find message ".concat(1, " in Numbers template");
24375 throw "Could not find ".concat(deps[id].location, " in Numbers template");
24387 throw "Could not find ".concat(deps[id].location, " in Numbers template");
24496 …var uuid = u8str(tma[1][0].data), new_uuid = uuid.replace(/-[A-Z0-9]*/, "-".concat(wsidx.toString(…
24572 … deps[newref].location = deps[newref].location.replace(/\.iwa/, "-".concat(newref, ".iwa"));
24635 … deps[newref].location = deps[newref].location.replace(/\.iwa/, "-".concat(newref, ".iwa"));
24693 deps[newtileref].location = "Root Entry/Index/Tables/Tile-".concat(newtileref, ".iwa");
24699 …CFB.utils.cfb_add(cfb, "/Index/Tables/Tile-".concat(newtileref, ".iwa"), compress_iwa_file(write_i…
24706 [{ type: 2, data: stru8("Tables/Tile-".concat(newtileref)) }],
24781 console.error("Truncating to ".concat(encode_range(range)));
24868 deps[newtileid].location = "Root Entry/Index/Tables/Tile-".concat(newtileid, ".iwa");
24895 CFB.utils.cfb_add(cfb, "/Index/Tables/Tile-".concat(newtileid, ".iwa"), tilecontent);
24902 [{ type: 2, data: stru8("Tables/Tile-".concat(newtileid)) }],
25118 tcomments = tcomments.concat(parse_tcmnt_xml(getzipdata(zip, dfile, true), opts));