Lines Matching refs:k

1394 	[k:string|number]:SectorEntry;
1831 var modulus = ssz - 1, i=0, j=0, k=0, jj=0;
1834 k = (i + dir_start); if(k >= sl) k-=sl;
1835 if(chkd[k]) continue;
1838 for(j=k; j>=0;) {
1850 sector_list[k] = ({nodes: buf, data:__toBuffer([buf_chain])}/*:SectorEntry*/);
2195 var k/*:boolean*/ = false;
2196 if(path.charCodeAt(0) === 47 /* "/" */) { k = true; path = UCFullPaths[0].slice(0, -1) + path; }
2197 else k = path.indexOf("/") !== -1;
2199 var w/*:number*/ = k === true ? UCFullPaths.indexOf(UCPath) : UCPaths.indexOf(UCPath);
2447 var j = 0, k = 0;
2449 for(; k < DST_LN[j+1]; ++k) DST_LN_RE[k] = j;
2451 for(;k < 32768; ++k) DST_LN_RE[k] = 29;
2454 for(j = 0, k = 0; j < LEN_LN.length - 1; ++j) {
2455 for(; k < LEN_LN[j+1]; ++k) LEN_LN_RE[k] = j;
3447 for(var k in o) if(Object.prototype.hasOwnProperty.call(o, k)) out[k] = dup(o[k]);
3534 var k = zip.FullPaths || keys(zip.files);
3536 for(var i=0; i<k.length; ++i) {
3537 var n = k[i].replace(/^Root Entry[\/]/,"").toLowerCase();
3538 if(f == n || g == n) return zip.files ? zip.files[k[i]] : zip.FileIndex[i];
3568 var k = zip.FullPaths || keys(zip.files), o = [];
3569 …for(var i = 0; i < k.length; ++i) if(k[i].slice(-1) != '/') o.push(k[i].replace(/^Root Entry[\/]/,…
3637 var k = (j===5 && q.slice(0,5)==="xmlns"?"xmlns":"")+q.slice(j+1); variable
3638 if(z[k] && q.slice(j-3,j) == "ext") continue; // from ods
3639 z[k] = v;
3640 if(!skip_LC) z[k.toLowerCase()] = v;
3727 var out = new_raw_buf(2*data.length), w, i, j = 1, k = 0, ww=0, c;
3737 if(ww !== 0) { out[k++] = ww&255; out[k++] = ww>>>8; ww = 0; }
3738 out[k++] = w%256; out[k++] = w>>>8;
3740 return out.slice(0,k).toString('ucs2');
3776 var mtcache/*:{[k:string]:RegExp}*/ = ({}/*:any*/);
3833 function wxt_helper(h)/*:string*/ { return keys(h).map(function(k) { return " " + k + '="' + h[k] +… argument
5819 keys(cp).forEach(function custprop(k) { ++pid; argument
5820 o[o.length] = (writextag('property', write_vt(cp[k], true), {
5823 'name': escapexml(k)
5893 if(Props) keys(Props).forEach(function(k) { argument
5895 if(!Object.prototype.hasOwnProperty.call(Props, k)) return;
5896 for(var i = 0; i < CORE_PROPS.length; ++i) if(k == CORE_PROPS[i][1]) return;
5897 for(i = 0; i < EXT_PROPS.length; ++i) if(k == EXT_PROPS[i][1]) return;
5898 for(i = 0; i < BLACKLIST.length; ++i) if(k == BLACKLIST[i]) return;
5900 var m = Props[k];
5905 o.push(writextag(escapexmltag(k), m, {"dt:dt":t}));
5907 if(Custprops) keys(Custprops).forEach(function(k) { argument
5909 if(!Object.prototype.hasOwnProperty.call(Custprops, k)) return;
5910 if(Props && Object.prototype.hasOwnProperty.call(Props, k)) return;
5911 var m = Custprops[k];
5917 o.push(writextag(escapexmltag(k), m, {"dt:dt":t}));
8041 /*::[*/7/*::]*/:183, Q:185, k:186, b:208, i:216, l:222, s:240, y:248, property in SYLK.sylk_escapes
8207 keys(ws).forEach(function(k) { o[k] = ws[k]; });
8209 keys(wb).forEach(function(k) { outwb[k] = wb[k]; });
8609 var k = 0;
8610 …if(_re && s.match(_re)){ s=dateNF_fix(s, o.dateNF, (s.match(_re)||[])); k=1; v = parseDate(s, k); }
10214 case '<keyData': KeyData.forEach(function(k) { o[k] = y[k]; }); break; argument
10856 var k/*Array<number>*/ = (keys(table_fmt)/*:any*/);
10857 for(var i=0; i < k.length; ++i) styles.NumberFmt[k[i]] = table_fmt[k[i]];
15423 ["left", "right", "top", "bottom", "header", "footer"].forEach(function(k) { argument
15424 if(margin[k]) o[k] = parseFloat(margin[k]);
16329 BrtMarginKeys.forEach(function(k) { margins[k] = parse_Xnum(data, 8); }); argument
16335 BrtMarginKeys.forEach(function(k) { write_Xnum((margins/*:any*/)[k], o); }); argument
19067 var k/*:any*/ = {"ss:Index":i+1}; class in write_ws_xlml_table.AnonymousFunction701aad5b8600
19068 if(w) k['ss:Width'] = width2px(p.width);
19069 if(n.hidden) k['ss:Hidden']="1";
19070 o.push(writextag("Column",null,k));
22707 k: for(; i < nf.length; ++i) switch((c = nf[i].toLowerCase())) {
22708 case "h": case "s": has_time = true; --i; break k;
22712 case "h": case "s": has_time = true; --i; break k;
26207 keys(JS).forEach(function(k) { argument
26208 if((C=hdr.indexOf(k)) == -1) hdr[C=hdr.length] = k;
26209 var v = JS[k];