Lines Matching +defs:header +defs:a
3953 var is_buf = function is_buf_a(a) { return Array.isArray(a) || (typeof Uint8Array !== "undefined" &… argument
3962 …is_buf = function is_buf_b(a) { return Buffer.isBuffer(a) || Array.isArray(a) || (typeof Uint8Arra… argument
7894 var aoa/*:AOA*/ = sheet_to_json(ws, {header:1, raw:true, cellDates:true}); property
8036 KC:'Ç', Kc:'ç', q:'æ', z:'œ', a:'Æ', j:'Œ', property
8565 …cc.sort(function(a, b) { return a[0] - b[0] || guess_sep_weights[a[1]] - guess_sep_weights[b[1]]; … argument
12183 var o/*:Comment*/ = ({a: comment.author, t: comment.t, r: comment.r, T: threaded}); property
18338 comment = ({a:tmp.Author}/*:any*/); property
19681 cmnt = {a:val[1],t:noteobj.TxO.t}; property
19732 …wb.SheetNames=keys(Directory).sort(function(a,b) { return Number(a) - Number(b); }).map(function(x… argument
24782 var data = sheet_to_json(ws, { range: range, header: 1 }); property
25994 …(sheet/*:Worksheet*/, r/*:Range*/, R/*:number*/, cols/*:Array<string>*/, header/*:number*/, hdr/*:… argument
26342 cell.c.push({t:text, a:author||"SheetJS"}); property