Lines Matching +defs:a +defs:defaults
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
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
17158 function push_defaults_array(target, defaults) { argument
17169 function push_defaults(target, defaults) { argument
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
25023 function fix_opts_func(defaults/*:Array<Array<any> >*/)/*:{(o:any):void}*/ { argument
26342 cell.c.push({t:text, a:author||"SheetJS"}); property