Home
last modified time | relevance | path

Searched defs:bufs (Results 1 – 3 of 3) sorted by relevance

/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js85 var bconcat = function(bufs) { return [].concat.apply([], bufs); }; argument
1554 …__toBuffer = function(bufs) { return (bufs[0].length > 0 && Buffer.isBuffer(bufs[0][0])) ? Buffer.… argument
H A Dxlsx.min.js2 …(typeof module!=="undefined"&&typeof require!=="undefined"){if(typeof cptable==="undefined")cptabl…
3 …return{nodes:buf,data:__toBuffer([buf_chain])}}function make_sector_list(sectors,dir_start,fat_add… property in SummaryPIDSI.19
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs3923 var ___toBuffer = function(bufs/*:Array<Array<RawBytes> >*/)/*:RawBytes*/ { var x=[],w=10240; for(v… argument
21481 function write_biff8_global(wb/*:Workbook*/, bufs, opts/*:WriteOpts*/) { argument