Lines Matching refs:map

189 	return s.split("").map(function(x/*:string*/)/*:number*/{ return x.charCodeAt(0) & 0xff; });
200 if(Array.isArray(data)) return data.map(function(c) { return String.fromCharCode(c); }).join("");
218 var bconcat = has_buf ? function(bufs) { return Buffer.concat(bufs.map(function(buf) { return Buffe…
232 …return [].concat.apply([], bufs.map(function(buf) { return Array.isArray(buf) ? buf : [].slice.cal…
2193 var UCFullPaths/*:Array<string>*/ = cfb.FullPaths.map(function(x) { return x.toUpperCase(); });
2194 …var UCPaths/*:Array<string>*/ = UCFullPaths.map(function(x) { var y = x.split("/"); return y[y.len…
3788 ].map(function(x/*:[string, string]*/) { return [new RegExp('&' + x[0] + ';', "ig"), x[1]]; });
3833 function wxt_helper(h)/*:string*/ { return keys(h).map(function(k) { return " " + k + '="' + h[k] +…
3924 …bufs[0].length > 0 && Buffer.isBuffer(bufs[0][0])) ? Buffer.concat(bufs[0].map(function(x) { retur…
4946 function rgbify(arr/*:Array<number>*/)/*:Array<[number, number, number]>*/ { return arr.map(functio…
5366 ].map(function(x) {
5675 else for(var j = 0; j < HP.length; ++j) v = v.concat(HP[j].map(function(hp) { return {v:hp}; }));
5676 …var parts = (typeof TOP == "string") ? parseVector(TOP, opts).map(function (x) { return x.v; }) : …
5762 …o[o.length] = (W('TitlesOfParts', W('vt:vector', cp.SheetNames.map(function(s) { return "<vt:lpstr…
5872 keys(XLMLDocPropsMap).map(function(m) {
6834 …/*::(*/o/*:: :any)*/.parts = [header.length].concat(strs.map(function(str) { return str.length; })…
7870 ws["!cols"] = o.DBF.map(function(field) { return {
8070 …var record=rstr.replace(/;;/g, "\u0000").split(";").map(function(x) { return x.replace(/\u0000/g, …
9895 return rs.replace(rregex,"").split(rend).map(parse_r).filter(function(r) { return r.v; });
9937 return rs.map(r_to_html).join("");
13291 …case 0x3A01: return supbooks[XTI[0]].slice(1).map(function(name) { return name.Name; }).join(";;")…
13525 //stack.push("(" + f[2].map(encode_range).join(",") + ")");
13816 …out.write_shift(2, 2 + wb.SheetNames.map(function(n) { return n.toLowerCase(); }).indexOf(sname.to…
13834 …out.write_shift(2, 2 + wb.SheetNames.map(function(n) { return n.toLowerCase(); }).indexOf(sname.to…
13885 …out.write_shift(2, 2 + wb.SheetNames.map(function(n) { return n.toLowerCase(); }).indexOf(sname.to…
13892 …out.write_shift(2, 2 + wb.SheetNames.map(function(n) { return n.toLowerCase(); }).indexOf(sname.to…
13916 …out.write_shift(2, 2 + wb.SheetNames.map(function(n) { return n.toLowerCase(); }).indexOf(sname.to…
16431 supbooks.SheetNames = wb.SheetNames || wb.Sheets.map(function(x) { return x.name; });
17932 /* map from xlml named formats to SSF TODO: localize */
18767 case 'map' /*case 'Map'*/: break;
18997 return comments.map(function(c) {
19732 …wb.SheetNames=keys(Directory).sort(function(a,b) { return Number(a) - Number(b); }).map(function(x…
22054 case 'map': // <style:map> 16.3
22311 case 'config-item-map-indexed': // TODO: <office:config-item-map-indexed>
22312 case 'config-item-map-entry': // TODO: <office:config-item-map-entry>
22313 case 'config-item-map-named': // TODO: <office:config-item-map-entry>
22359 case 'map': break; // 16.3 <style:map>
22818 return " <table:named-expressions>\n" + scoped.map(function(name) {
22930 wb.SheetNames.map(function(n) { return wb.Sheets[n]; }).forEach(function(ws) {
22949 wb.SheetNames.map(function(n) { return wb.Sheets[n]; }).forEach(function(ws) {
22979 wb.SheetNames.map(function(n) { return wb.Sheets[n]; }).forEach(function(ws) {
23263 return u8concat(nums.map(function(x) {
23382 return (data == null ? void 0 : data.map(function(d) {
23963 data[key] = tswpsa[3].map(function(x) {
24089 ws["!merges"] = (_f = parse_shallow(ref.data)) == null ? void 0 : _f[1].map(function(pi) {
24311 cfb.FileIndex.map(function(fi, idx) {
24331 }).map(function(x) {
24511 [2, 3].map(function(n) {
24957 ws["!merges"].map(function(m) {
25079 …wbrels = sheets.map(function pwbr(w) { if(!w.id) w.id = w.strRelID; return [w.name, wbrels['!id'][…
25189 /*var externbooks = */dir.links.map(function(link) {
25219 if(wb.Sheets) sheets = wb.Sheets.map(function pluck(x){ return x.name; });
25860 …else return write_string_type(o, {type:'binary'}).split("").map(function(c) { return c.charCodeAt(…
25874 else return out.split("").map(function(c) { return c.charCodeAt(0); });