Lines Matching +defs:base +defs:x
64 var _getchar = function _gc1(x/*:number*/)/*:string*/ { return String.fromCharCode(x); }; argument
65 var _getansi = function _ga1(x/*:number*/)/*:string*/ { return String.fromCharCode(x); }; argument
74 _getchar = function _gc2(x/*:number*/)/*:string*/ { argument
78 _getansi = function _ga2(x/*:number*/)/*:string*/ { argument
189 return s.split("").map(function(x/*:string*/)/*:number*/{ return x.charCodeAt(0) & 0xff; }); argument
288 function _strrev(x/*:string*/)/*:string*/ { var o = "", i = x.length-1; while(i>=0) o += x.charAt(i… argument
441 function SSF_frac(x/*:number*/, D/*:number*/, mixed/*:?boolean*/)/*:Array<number>*/ { argument
756 …return _strrev(_strrev(fmt.replace(/\\/g,"")).replace(/[0#]/g,function(x){return ri<o.length?o.cha… argument
876 …return _strrev(_strrev(fmt.replace(/\\/g,"")).replace(/[0#]/g,function(x){return ri<o.length?o.cha… argument
3599 function resolve_path(path/*:string*/, base/*:string*/)/*:string*/ { argument
3645 function strip_ns(x/*:string*/)/*:string*/ { return x.replace(nsregex2, "<$1"); } argument
3788 ].map(function(x/*:[string, string]*/) { return [new RegExp('&' + x[0] + ';', "ig"), x[1]]; }); argument
3823 matches.forEach(function(x/*:string*/) { argument
3889 'x': 'urn:schemas-microsoft-com:office:excel', property
3924 …th > 0 && Buffer.isBuffer(bufs[0][0])) ? Buffer.concat(bufs[0].map(function(x) { return Buffer.isB… argument
4455 function write_UInt32LE(x/*:number*/, o) { argument
4946 …ay<number>*/)/*:Array<[number, number, number]>*/ { return arr.map(function(x) { return [(x>>16)&2… argument
5319 (data.match(tagregex)||[]).forEach(function(x) { argument
5366 ].map(function(x) { argument
5467 (data.match(tagregex)||[]).forEach(function(x) { argument
5550 function write_rdf_has(base/*:string*/, file/*:string*/) { argument
5676 …var parts = (typeof TOP == "string") ? parseVector(TOP, opts).map(function (x) { return x.v; }) : … argument
6094 Props.sort(function(x,y) { return x[1] - y[1]; }); argument
8070 …var record=rstr.replace(/;;/g, "\u0000").split(";").map(function(x) { return x.replace(/\u0000/g, … argument
9944 function parse_si(x, opts) { argument
10209 xml.replace(tagregex, function xml_agile(x) { argument
10597 (t[0].match(tagregex)||[]).forEach(function(x) { argument
10672 (t[0].match(tagregex)||[]).forEach(function(x) { argument
10738 (t[0].match(tagregex)||[]).forEach(function(x) { argument
10899 (t[0].match(tagregex)||[]).forEach(function(x) { argument
11426 (t[0].match(tagregex)||[]).forEach(function(x) { argument
11903 data.replace(tagregex, function(x) { argument
11986 (data.match(tagregex)||[]).forEach(function(x) { argument
12121 _comments.forEach(function(x) { ++_shapeid; o.push(write_vml_comment(x, _shapeid)); }); argument
12126 function write_vml_comment(x, _shapeid)/*:string*/ { argument
12205 if(authtag && authtag[1]) authtag[1].split(/<\/\w*:?author>/).forEach(function(x) { argument
12211 if(cmnttag && cmnttag[1]) cmnttag[1].split(/<\/\w*:?comment>/).forEach(function(x) { argument
12235 data.forEach(function(x) { x[1].forEach(function(w) { var a = escapexml(w.a); argument
12281 data.replace(tagregex, function xml_tcmnt(x, idx) { argument
12524 return function rc_to_a1(fstr/*:string*/, base/*:Cell*/)/*:string*/ { argument
12532 return function a1_to_rc(fstr/*:string*/, base/*:CellAddress*/) { argument
16431 supbooks.SheetNames = wb.SheetNames || wb.Sheets.map(function(x) { return x.name; }); argument
17243 data.replace(tagregex, function xml_wb(x, idx) { argument
17412 WBPropsDef.forEach(function(x) { argument
17987 function parse_xlml_data(xml, ss, data, cell/*:any*/, base, styles, csty, row, arrayf, o) { argument
18046 interiors.forEach(function(x) { argument
18990 ].forEach(function(x) { if(ws['!protect'][x[0]]) o.push("<"+x[1]+"/>"); }); argument
19732 …wb.SheetNames=keys(Directory).sort(function(a,b) { return Number(a) - Number(b); }).map(function(x… argument
23155 var len = u8a.reduce(function(acc, x) { argument
23166 function popcnt(x) { argument
23263 return u8concat(nums.map(function(x) { argument
23963 data[key] = tswpsa[3].map(function(x) { argument
24024 data: ri.reduce(function(acc, x) { argument
24326 indices.sort(function(x, y) { argument
24329 var indices_varint = indices.filter(function(x) { argument
24331 }).map(function(x) { argument
24409 numbers_iwa_doit(cfb, deps, newsheetref, function(_, x) { argument
24459 numbers_iwa_doit(cfb, deps, tiaref, function(_, x) { argument
24485 numbers_iwa_doit(cfb, deps, tmaref, function(_, x) { argument
24763 numbers_iwa_doit(cfb, deps, tmaref, function(docroot, x) { argument
25125 function strip_front_slash(x/*:string*/)/*:string*/ { return x.charAt(0) == '/' ? x.slice(1) : x; } argument
25219 if(wb.Sheets) sheets = wb.Sheets.map(function pluck(x){ return x.name; }); argument