Lines Matching refs:w

195     var w = (v<0?12:11);
196 var o = gfn5(v.toFixed(12)); if(o.length <= w) return o;
197 o = v.toPrecision(10); if(o.length <= w) return o;
622 case '\\': var w = fmt[++i], t = (w === "(" || w === ")") ? w : 't';
623 out[out.length] = {t:t, v:w}; ++i; break;
1077 var w = k === true ? UCFullPaths.indexOf(UCPath) : UCPaths.indexOf(UCPath);
1078 if(w === -1) return null;
1079 return k === true ? FileIndex[w] : files[Paths[w]];
1352 var m = tag.match(attregexg), j=0, w="", v="", i=0, q="", cc="";
1406 var out = "", i = 0, c = 0, d = 0, e = 0, f = 0, w = 0;
1415 w = (((c & 7) << 18) | ((d & 63) << 12) | ((e & 63) << 6) | (f & 63))-65536;
1416 out += String.fromCharCode(0xD800 + ((w>>>10)&1023));
1417 out += String.fromCharCode(0xDC00 + (w&1023));
1425 var out = new Buffer(2*data.length), w, i, j = 1, k = 0, ww=0, c;
1428 if((c=data.charCodeAt(i)) < 128) w = c;
1429 else if(c < 224) { w = (c&31)*64+(data.charCodeAt(i+1)&63); j=2; }
1430 … else if(c < 240) { w=(c&15)*4096+(data.charCodeAt(i+1)&63)*64+(data.charCodeAt(i+2)&63); j=3; }
1432w = (c & 7)*262144+(data.charCodeAt(i+1)&63)*4096+(data.charCodeAt(i+2)&63)*64+(data.charCodeAt(i+…
1433 w -= 65536; ww = 0xD800 + ((w>>>10)&1023); w = 0xDC00 + (w&1023);
1436 out[k++] = w%256; out[k++] = w>>>8;
1578 var o="", oI, oR, oo=[], w, vv, i, loc;
1596 while((w=__readUInt8(this, this.l + size++))!==0) oo.push(_getchar(w));
1599 while((w=__readUInt16LE(this,this.l +size))!==0){oo.push(_getchar(w));size+=2;}
1606 w = __readUInt8(this, loc);
1608 vv = ReadShift.call(this, size-i, w ? 'dbcs-cont' : 'sbcs-cont');
1618 w = __readUInt8(this, loc);
1620 vv = ReadShift.call(this, size-i, w ? 'dbcs-cont' : 'sbcs-cont');
2449 var f1 = function(w) { argument
2450 if(ct[w] && ct[w].length > 0) {
2451 v = ct[w][0];
2454 'ContentType': CT_LIST[w][opts.bookType || 'xlsx']
2458 var f2 = function(w) { argument
2459 ct[w].forEach(function(v) {
2462 'ContentType': CT_LIST[w][opts.bookType || 'xlsx']
7270 var dimregex = /"(\w*:\w*)"/;
7509 case 'e': p.w = p.v; p.v = RBErr[p.v]; break;
7747 case 'e': p.v = val[1]; p.w = BErr[p.v]; break;
8086 for(var j = 0; j != target.length; ++j) { var w = target[j];
8088 if(w[z[0]] == null) w[z[0]] = z[1];
8486 var m = tag.match(attregexg2), y, j, w, i;
8491 if(y[1].substr(0,6) === "xmlns:") w = "xmlns"+y[1].substr(6);
8492 else w = y[1].substr(j+1);
8493 z[w] = y[2].substr(1,y[2].length-2);
8502 var m = tag.match(attregexg2), y, j, w, i;
8507 if(y[1].substr(0,6) === "xmlns:") w = "xmlns"+y[1].substr(6);
8508 else w = y[1].substr(j+1);
8509 z[w] = y[2].substr(1,y[2].length-2);
8537 if(cell.t === 'e') { cell.w = cell.w || BErr[cell.v]; }
8540 if((cell.v|0) === cell.v) cell.w = SSF._general_int(cell.v);
8541 else cell.w = SSF._general_num(cell.v);
8543 else cell.w = SSF._general(cell.v);
8545 else cell.w = xlml_format(nf||"General", cell.v);
8591 case 'Error': cell.t = 'e'; cell.v = RBErr[xml]; cell.w = xml; break;
8610 comment.v = comment.w = comment.ixfe = undefined;
9236 if(p.t === 'e') { p.w = p.w || BErr[p.v]; }
9239 if((p.v|0) === p.v) p.w = SSF._general_int(p.v);
9240 else p.w = SSF._general_num(p.v);
9242 else p.w = SSF._general(p.v);
9244 else p.w = SSF.format(fmtid,p.v, {date1904:date1904||false});
11132 wbrels = sheets.map(function pwbr(w) { return [w.name, wbrels['!id'][w.id].Target]; }); argument
11494 if(cell.z !== undefined) try { return (cell.w = SSF.format(cell.z, v)); } catch(e) { }
11496 try { return (cell.w = SSF.format(cell.XF.ifmt||0, v)); } catch(e) { return ''+v; }
11501 if(cell.w !== undefined) return cell.w;
11612 else if(x.w !== undefined) val = "'" + x.w;