Lines Matching +defs:data +defs:url
43 function char_codes(data/*:string*/)/*:Array<number>*/ { var o/*:Array<number>*/ = []; for(var i = … argument
45 function utf16leread(data/*:string*/)/*:string*/ { argument
50 function utf16beread(data/*:string*/)/*:string*/ { argument
56 var debom = function(data/*:string*/)/*:string*/ { argument
70 debom = function(data/*:string*/) { argument
199 function a2s(data/*:any*/)/*:string*/ { argument
204 function a2u(data/*:Array<number>*/)/*:Uint8Array*/ { argument
209 function ab2a(data/*:ArrayBuffer|Uint8Array*/)/*:Array<number>*/ { argument
1850 sector_list[k] = ({nodes: buf, data:__toBuffer([buf_chain])}/*:SectorEntry*/); property
3238 function blobify(data) { argument
3271 return chrome.downloads.download({ url: url, filename: fname, saveAs: true}); property
3506 function getdatastr(data)/*:?string*/ { argument
3516 function getdatabin(data) { argument
3529 function getdata(data) { return (data && data.name.slice(-4) === ".bin") ? getdatabin(data) : getda… argument
3726 function utf8readb(data) { argument
3743 function utf8readc(data) { return Buffer_from(data, 'binary').toString('utf8'); } argument
3814 function parseVector(data/*:string*/, opts)/*:Array<{v:string,t:string}>*/ { argument
4152 function recordhopper(data, cb/*:RecordHopperCB*/, opts/*:?any*/) { argument
4384 function sheet_add_aoa(_ws/*:?Worksheet*/, data/*:AOA*/, opts/*:?any*/)/*:Worksheet*/ { argument
4450 function aoa_to_sheet(data/*:AOA*/, opts/*:?any*/)/*:Worksheet*/ { return sheet_add_aoa(null, data,… argument
4452 function parse_Int32LE(data) { argument
4462 function parse_XLWideString(data/*::, length*/)/*:string*/ { argument
4466 function write_XLWideString(data/*:string*/, o) { argument
4480 function parse_StrRun(data) { argument
4491 function parse_RichStr(data, length/*:number*/)/*:XLString*/ { argument
4530 function parse_XLSBCell(data)/*:any*/ { argument
4546 function parse_XLSBShortCell(data)/*:any*/ { argument
4564 function parse_XLNullableWideString(data/*::, length*/)/*:string*/ { argument
4568 function write_XLNullableWideString(data/*:string*/, o) { argument
4585 function parse_RkNumber(data)/*:number*/ { argument
4592 function write_RkNumber(data/*:number*/, o) { argument
4603 function parse_RfX(data /*::, length*/)/*:Range*/ { argument
4646 function parse_Xnum(data/*::, length*/) { argument
4650 function write_Xnum(data, o) { return (o || new_buf(8)).write_shift(8, data, 'f'); } argument
4653 function parse_BrtColor(data/*::, length*/) { argument
4718 function parse_FontFlags(data/*::, length, opts*/) { argument
5315 function parse_ct(data/*:?string*/) { argument
5459 function parse_rels(data/*:?string*/, currentFilePath/*:string*/) { argument
5603 function parse_core_props(data) { argument
5719 function parse_ext_props(data, p, opts) { argument
5768 function parse_cust_props(data/*:string*/, opts) { argument
6802 function write_BoundSheet8(data, opts) { argument
6953 function write_Font(data, opts) { argument
7124 function write_XF(data, ixfeP, opts, o) { argument
7570 var o = {fmt:cf, env:env, len:lcb, data:blob.slice(blob.l,blob.l+lcb)}; property
8494 function set_text_arr(data/*:string*/, arr/*:AOA*/, R/*:number*/, C/*:number*/, o/*:any*/) { argument
8714 function lotushopper(data, cb/*:RecordHopperCB*/, opts/*:any*/) { argument
9971 function parse_sst_xml(data/*:string*/, opts)/*:SST*/ { argument
10014 function parse_BrtBeginSst(data) { argument
10019 function parse_sst_bin(data, opts)/*:SST*/ { argument
10970 return function parse_sty_xml(data, themes, opts) { argument
11023 function parse_BrtFmt(data, length/*:number*/) { argument
11038 function parse_BrtFont(data, length/*:number*/, opts) { argument
11160 function parse_BrtXF(data, length/*:number*/) { argument
11167 function write_BrtXF(data, ixfeP, o) { argument
11185 function write_Blxf(data, o) { argument
11227 function parse_sty_bin(data, themes, opts) { argument
11356 function write_CELLXFS_bin(ba, data) { argument
11488 function parse_themeElements(data, themes, opts) { argument
11509 function parse_theme_xml(data/*:string*/, opts) { argument
11785 function parse_BrtMdtinfo(data, length) { argument
11792 function write_BrtMdtinfo(data) { argument
11799 function parse_BrtMdb(data) { argument
11821 function parse_BrtBeginEsmdb(data) { argument
11831 function parse_xlmeta_bin(data, name, _opts) { argument
11896 function parse_xlmeta_xml(data, name, opts) { argument
11982 function parse_cc_xml(data/*::, name, opts*/)/*:Array<any>*/ { argument
12002 function parse_BrtCalcChainItem$(data) { argument
12016 function parse_cc_bin(data, name, opts) { argument
12040 function parse_xlink_bin(data, rel, name/*:string*/, _opts) { argument
12085 function parse_drawing(data, rels/*:any*/) { argument
12110 …writextag("o:shapelayout", writextag("o:idmap", null, {'v:ext':"edit", 'data':rId}), {'v:ext':"edi… property
12199 function parse_comments_xml(data/*:string*/, opts)/*:Array<RawComment>*/ { argument
12230 function write_comments_xml(data/*::, opts*/) { argument
12278 function parse_tcmnt_xml(data/*:string*/, opts)/*:Array<RawComment>*/ { argument
12339 function parse_people_xml(data/*:string*/, opts) { argument
12384 function parse_BrtBeginComment(data) { argument
12393 function write_BrtBeginComment(data, o) { argument
12406 function write_BrtCommentAuthor(data) { return write_XLWideString(data.slice(0, 54)); } argument
12409 function parse_comments_bin(data, opts)/*:Array<RawComment>*/ { argument
12448 function write_comments_bin(data/*::, opts*/) { argument
13718 function parse_XLSBParsedFormula(data, length, opts) { argument
15257 function parse_ws_xml(data/*:?string*/, opts, idx/*:number*/, rels, wb/*:WBWBProps*/, themes, style… argument
15391 function parse_ws_xml_hlinks(s, data/*:Array<string>*/, rels) { argument
15456 function parse_ws_xml_autofilter(data/*:string*/) { argument
15460 function write_ws_xml_autofilter(data, ws, wb, idx)/*:string*/ { argument
15480 function parse_ws_xml_sheetviews(data, wb/*:WBWBProps*/) { argument
15902 function parse_BrtRowHdr(data, length) { argument
15979 function parse_BrtWsProp(data, length) { argument
16006 function parse_BrtCellBlank(data) { argument
16014 function parse_BrtShortBlank(data) { argument
16024 function parse_BrtCellBool(data) { argument
16035 function parse_BrtShortBool(data) { argument
16048 function parse_BrtCellError(data) { argument
16059 function parse_BrtShortError(data) { argument
16075 function parse_BrtCellIsst(data) { argument
16086 function parse_BrtShortIsst(data) { argument
16099 function parse_BrtCellReal(data) { argument
16110 function parse_BrtShortReal(data) { argument
16123 function parse_BrtCellRk(data) { argument
16134 function parse_BrtShortRk(data) { argument
16147 function parse_BrtCellRString(data) { argument
16154 function parse_BrtCellSt(data) { argument
16166 function parse_BrtShortSt(data) { argument
16180 function parse_BrtFmlaBool(data, length, opts) { argument
16196 function parse_BrtFmlaError(data, length, opts) { argument
16212 function parse_BrtFmlaNum(data, length, opts) { argument
16228 function parse_BrtFmlaString(data, length, opts) { argument
16254 function parse_BrtHLink(data, length/*::, opts*/) { argument
16283 function parse_BrtArrFmla(data, length, opts) { argument
16296 function parse_BrtShrFmla(data, length, opts) { argument
16327 function parse_BrtMargins(data/*::, length, opts*/)/*:Margins*/ { argument
16340 function parse_BrtBeginWsView(data/*::, length, opts*/) { argument
16407 function parse_ws_bin(data, _opts, idx, rels, wb/*:WBWBProps*/, themes, styles)/*:Worksheet*/ { argument
16934 function parse_Cache(data/*:string*/)/*:[Array<number|string>, string, ?string]*/ { argument
16955 function parse_chart(data/*:?string*/, name/*:string*/, opts, rels, wb, csheet) { argument
16980 function parse_cs_xml(data/*:?string*/, opts, idx/*:number*/, rels, wb/*::, themes, styles*/)/*:Wor… argument
17009 function parse_BrtCsProp(data, length/*:number*/) { argument
17016 function parse_cs_bin(data, opts, idx/*:number*/, rels, wb/*::, themes, styles*/)/*:Worksheet*/ { argument
17238 function parse_wb_xml(data, opts)/*:WorkbookFile*/ { argument
17484 function parse_BrtBundleSh(data, length/*:number*/) { argument
17492 function write_BrtBundleSh(data, o) { argument
17502 function parse_BrtWbProp(data, length)/*:WBProps*/ { argument
17525 function write_BrtWbProp(data/*:?WBProps*/, o) { argument
17539 function parse_BrtFRTArchID$(data, length) { argument
17548 function parse_BrtName(data, length, opts) { argument
17600 function parse_wb_bin(data, opts)/*:WorkbookFile*/ { argument
17721 function write_BrtFileVersion(data, o) { argument
17839 function parse_wb(data, name/*:string*/, opts)/*:WorkbookFile*/ { argument
17844 function parse_ws(data, name/*:string*/, idx/*:number*/, opts, rels, wb, themes, styles)/*:Workshee… argument
17849 function parse_cs(data, name/*:string*/, idx/*:number*/, opts, rels, wb, themes, styles)/*:Workshee… argument
17854 function parse_ms(data, name/*:string*/, idx/*:number*/, opts, rels, wb, themes, styles)/*:Workshee… argument
17859 function parse_ds(data, name/*:string*/, idx/*:number*/, opts, rels, wb, themes, styles)/*:Workshee… argument
17864 function parse_sty(data, name/*:string*/, themes, opts) { argument
17869 function parse_sst(data, name/*:string*/, opts)/*:SST*/ { argument
17874 function parse_cmnt(data, name/*:string*/, opts)/*:Array<RawComment>*/ { argument
17879 function parse_cc(data, name/*:string*/, opts) { argument
17884 function parse_xlink(data, rel, name/*:string*/, opts) { argument
17889 function parse_xlmeta(data, name/*:string*/, opts) { argument
17987 function parse_xlml_data(xml, ss, data, cell/*:any*/, base, styles, csty, row, arrayf, o) { argument
18818 function parse_xlml(data/*:RawBytes|string*/, opts)/*:Workbook*/ { argument
21318 function write_FONTS_biff8(ba, data, opts) { argument
22626 function parse_fods(data/*:string*/, opts/*:?ParseOpts*/)/*:Workbook*/ { argument
23357 var v = { data: res, type: type }; property
23381 function mappa(data, cb) { argument
23402 data: buf[subarray](ptr[0], ptr[0] + fl) property
23417 [{ data: write_varint49(ia.id), type: 0 }], property
23421 ai[3] = [{ data: write_varint49(+!!ia.merge), type: 0 }]; property
23425 mi.meta[3] = [{ type: 0, data: write_varint49(mi.data.length) }]; property
23426 ai[2].push({ data: write_shallow(mi.meta), type: 2 }); property
23921 [{ type: 0, data: write_varint49(idx) }] property
23930 iwa.messages[0].meta[5] = [{ type: 2, data: write_packed_varints(orefs) }]; property
23936 iwa.messages[0].meta[5] = [{ type: 2, data: write_packed_varints(orefs.filter(function(r) { property
24207 function write_TST_TileRowInfo(data, SST, wide) { argument
24211 [{ type: 0, data: write_varint49(0) }], property
24212 [{ type: 0, data: write_varint49(0) }], property
24213 [{ type: 2, data: new Uint8Array([]) }], property
24214 [{ type: 2, data: new Uint8Array(Array.from({ length: 510 }, function() { property
24217 [{ type: 0, data: write_varint49(5) }], property
24218 [{ type: 2, data: new Uint8Array([]) }], property
24219 [{ type: 2, data: new Uint8Array(Array.from({ length: 510 }, function() { property
24222 [{ type: 0, data: write_varint49(1) }] property
24286 tri[8] = [{ type: 0, data: write_varint49(wide ? 1 : 0) }]; property
24293 [{ type: 0, data: write_varint49(type) }] property
24403 doc[1].push({ type: 2, data: write_TSP_Reference(newsheetref) }); property
24426 sa[2] = [{ type: 2, data: write_TSP_Reference(tiaref) }]; property
24451 data: write_shallow([ property
24579 mlist[3].push({ type: 2, data: write_shallow([ property
24594 …mlist[1] = [{ type: 0, data: write_varint49(Math.max(newref + 1, parse_varint49(mlist[1][0].data))… property
24609 data: write_shallow([ property
24642 mlist[3].push({ type: 2, data: write_shallow([ property
24657 …mlist[1] = [{ type: 0, data: write_varint49(Math.max(newref + 1, parse_varint49(mlist[1][0].data))… property
24672 data: write_shallow([ property
24702 mlist[3].push({ type: 2, data: write_shallow([ property
24717 …mlist[1] = [{ type: 0, data: write_varint49(Math.max(newtileref + 1, parse_varint49(mlist[1][0].da… property
24732 data: write_shallow([ property
24756 sheetref[1] = [{ type: 2, data: stru8(wsname) }]; property
24803 base_bucket[2][R2] = { type: base_bucket[2][0].type, data: write_shallow(_bucket) }; property
24814 base_bucket[2][C] = { type: base_bucket[2][0].type, data: write_shallow(_bucket) }; property
24823 tilestore[2] = [{ type: 0, data: write_varint49(tstride) }]; property
24871 [{ type: 0, data: write_varint49(0) }], property
24872 [{ type: 0, data: write_varint49(Math.min(range.e.r + 1, (tidx + 1) * tstride)) }], property
24873 [{ type: 0, data: write_varint49(0) }], property
24874 …[{ type: 0, data: write_varint49(Math.min((tidx + 1) * tstride, range.e.r + 1) - tidx * tstride) }… property
24876 [{ type: 0, data: write_varint49(5) }], property
24877 [{ type: 0, data: write_varint49(1) }], property
24878 [{ type: 0, data: write_varint49(USE_WIDE_ROWS ? 1 : 0) }] property
24883 tiledata[5].push({ data: write_shallow(tilerow), type: 2 }); property
24885 tilestore[1].push({ type: 2, data: write_shallow([ property
24898 mlist[3].push({ type: 2, data: write_shallow([ property
24913 …mlist[1] = [{ type: 0, data: write_varint49(Math.max(newtileid + 1, parse_varint49(mlist[1][0].dat… property
24928 data: write_shallow([ property
24937 rbtree[1].push({ type: 2, data: write_shallow([ property
24946 store[10] = [{ type: 2, data: new Uint8Array([]) }]; property
24960 [{ type: 2, data: write_shallow([ property
24964 [{ type: 2, data: write_shallow([ property
24972 store[13] = [{ type: 2, data: write_TSP_Reference(mergeid) }]; property
24989 data: write_shallow([ property
25008 sstdata[3].push({ type: 2, data: write_shallow([ property
25678 function read_zip(data/*:RawData*/, opts/*:?ParseOpts*/)/*:Workbook*/ { argument
25686 function read_plaintext(data/*:string*/, o/*:ParseOpts*/)/*:Workbook*/ { argument
25696 function read_plaintext_raw(data/*:RawData*/, o/*:ParseOpts*/)/*:Workbook*/ { argument
25710 function read_utf16(data/*:RawData*/, o/*:ParseOpts*/)/*:Workbook*/ { argument
25718 function bstrify(data/*:string*/)/*:string*/ { argument
25722 function read_prn(data, d, o, str) { argument
25727 function readSync(data/*:RawData*/, opts/*:?ParseOpts*/)/*:Workbook*/ { argument