Lines Matching +defs:xmlns +defs:v

289 function pad0(v/*:any*/,d/*:number*/)/*:string*/{var t=""+v; return t.length>=d?t:fill('0',d-t.leng…  argument
290 function pad_(v/*:any*/,d/*:number*/)/*:string*/{var t=""+v;return t.length>=d?t:fill(' ',d-t.lengt… argument
291 function rpad_(v/*:any*/,d/*:number*/)/*:string*/{var t=""+v; return t.length>=d?t:t+fill(' ',d-t.l… argument
292 function pad0r1(v/*:any*/,d/*:number*/)/*:string*/{var t=""+Math.round(v); return t.length>=d?t:fil… argument
293 function pad0r2(v/*:any*/,d/*:number*/)/*:string*/{var t=""+v; return t.length>=d?t:fill('0',d-t.le… argument
295 function pad0r(v/*:any*/,d/*:number*/)/*:string*/{if(v>p2_32||v<-p2_32) return pad0r1(v,d); var i =… argument
461 function SSF_parse_date_code(v/*:number*/,opts/*:?any*/,b2/*:?boolean*/) { argument
494 function datenum_local(v/*:Date*/, date1904/*:?boolean*/)/*:number*/ { argument
514 function SSF_small_exp(v/*:number*/)/*:string*/ { argument
522 function SSF_large_exp(v/*:number*/)/*:string*/ { argument
527 function SSF_general_num(v/*:number*/)/*:string*/ { argument
549 function SSF_general(v/*:any*/, opts/*:any*/) { argument
986 function eval_fmt(fmt/*:string*/, v/*:any*/, opts/*:any*/, flen/*:number*/) { argument
994 out[out.length] = {t:'G', v:'General'}; i+=7; break; property
997 out[out.length] = {t:'t', v:o}; ++i; break; property
999 out[out.length] = {t:t, v:w}; ++i; break; property
1000 case '_': out[out.length] = {t:'t', v:" "}; i+=2; break; property
1002 out[out.length] = {t:'T', v:v}; ++i; break; property
1006 out[out.length] = {t:'X', v:fmt.substr(i,2)}; lst = c; i+=2; break; property
1018 out[out.length] = {t:c, v:o}; lst = c; break; property
1020 var q={t:c, v:c}; property
1034 out[out.length] = {t:'Z', v:o.toLowerCase()}; property
1045 out[out.length] = {t:'s', v:o}; break; property
1050 out[out.length] = {t:'n', v:o}; break; property
1053 out[out.length] = {t:c, v:o}; lst = c; break; property
1055 case '(': case ')': out[out.length] = {t:(flen===1?'t':c), v:c}; ++i; break; property
1058 out[out.length] = {t:'D', v:o}; break; property
1059 case ' ': out[out.length] = {t:c, v:c}; ++i; break; property
1060 case '$': out[out.length] = {t:'t', v:'$'}; ++i; break; property
1063 out[out.length] = {t:'t', v:c}; ++i; break; property
1121 out[jj] = {v:"", t:";"}; ++jj; property
1195 function chkcond(v, rr) { argument
1208 function choose_fmt(f/*:string*/, v/*:any*/) { argument
1229 function SSF_format(fmt/*:string|number*/,v/*:any*/,o/*:?any*/) { argument
3340 function datenum(v/*:Date*/, date1904/*:?boolean*/)/*:number*/ { argument
3349 function numdate(v/*:number*/)/*:Date*/ { argument
3825 if(v) res.push({v:utf8read(v[2]), t:v[1]}); property
3893 'v': 'urn:schemas-microsoft-com:vml', property
3907 function write_double_le(b/*:RawBytes|CFBlob*/, v/*:number*/, idx/*:number*/) { argument
4363 function safe_format_cell(cell/*:Cell*/, v/*:any*/) { argument
4369 function format_cell(cell/*:Cell*/, v/*:any*/, o/*:any*/) { argument
4412 var cell/*:Cell*/ = ({v: data[R][C] }/*:any*/); property
5347 'xmlns': XMLNS.CT, property
5384 (ct[w]||[]).forEach(function(v) { argument
5394 (ct[t]||[]).forEach(function(v) { argument
5486 'xmlns': XMLNS.RELS property
5814 'xmlns': XMLNS.CUST_PROPS, property
5887 return writextag('DocumentProperties', o.join(""), {xmlns:XLMLNS.o }); property
6318 function writebool(v/*:any*/, o) { if(!o) o=new_buf(2); o.write_shift(2, +!!v); return o; } argument
6321 function writeuint16(v/*:number*/, o) { if(!o) o=new_buf(2); o.write_shift(2, v); return o; } argument
6331 function write_Bes(v, t/*:string*/, o) { argument
6974 function write_LabelSst(R/*:number*/, C/*:number*/, v/*:number*/, os/*:number*/ /*::, opts*/) { argument
6991 function write_Label(R/*:number*/, C/*:number*/, v/*:string*/, os/*:number*/, opts) { argument
7170 function write_BoolErr(R/*:number*/, C/*:number*/, v, os/*:number*/, opts, t/*:string*/) { argument
7185 function write_Number(R/*:number*/, C/*:number*/, v, os/*:: :number, opts*/) { argument
8338 …function make_value(v/*:number*/, s/*:string*/)/*:string*/ { return "0," + String(v) + "\r\n" + s;… argument
8943 function write_BOF_WK1(v/*:number*/) { argument
9007 var o = [{c:0,r:0}, {t:'n',v:0}, 0, 0]; property
9069 function write_INTEGER(R, C, v) { argument
9083 function write_NUMBER(R, C, v) { argument
9273 var o = [{c:0,r:0}, {t:'n',v:0}, 0]; property
9334 function write_NUMBER_17(R, C, wsidx, v) { argument
9715 case 2: cell = { t: "n", v: p.read_shift(2) }; break; property
9716 case 3: cell = { t: "n", v: p.read_shift(2, 'i') }; break; property
9717 case 5: cell = { t: "n", v: p.read_shift(8, 'f') }; break; property
9718 case 7: cell = { t: "s", v: SST[type = p.read_shift(4) - 1] }; break; property
9719 …case 8: cell = { t: "n", v: p.read_shift(8, 'f') }; p.l += 2; /* cell.f = formulae[p.read_shift(4)… property
9738 case 2: cell = { t: "n", v: (cell.v + delta) & 0xFFFF }; break; property
9739 …case 3: cell = { t: "n", v: (cell.v + delta) & 0xFFFF }; if(cell.v > 0x7FFF) cell.v -= 0x10000; br… property
9740 case 7: cell = { t: "s", v: SST[type = (type + delta) >>> 0] }; break; property
9744 case 2: cell = { t: "n", v: p.read_shift(2) }; break; property
9745 case 7: cell = { t: "s", v: SST[type = p.read_shift(4) - 1] }; break; property
9888 var o/*:Cell*/ = ({t:'s', v:unescapexml(t[1])}/*:any*/); property
10096 while(cnt-- > 0) comps.push({ t: blob.read_shift(4), v: blob.read_shift(0, 'lpp4') }); property
10415 var cell = { v: payload.join(""), t: "s" }; property
11006 'xmlns': XMLNS_main[0], property
12231 var o = [XML_HEADER, writextag('comments', null, { 'xmlns': XMLNS_main[0] })]; property
12317 …var o = [XML_HEADER, writextag('ThreadedComments', null, { 'xmlns': XMLNS.TCMNT }).replace(/[\/]>/… property
12369 'xmlns': XMLNS.TCMNT, property
15783 'xmlns': XMLNS_main[0], property
16519 p = ({t:'z',v:void 0}/*:any*/); property
16970 cs[col + encode_row(i)] = {t:'n', v:n, z:cache[1] }; property
17240 …var wb = /*::(*/{ AppVersion:{}, WBProps:{}, WBView:[], Sheets:[], CalcPr:{}, Names:[], xmlns: "" … property
17399 'xmlns': XMLNS_main[0], property
17601 var wb = { AppVersion:{}, WBProps:{}, WBView:[], Sheets:[], CalcPr:{}, xmlns: "" }; property
18994 return writextag("WorksheetOptions", o.join(""), {xmlns:XLMLNS.x}); property
19000 var d =writextag("ss:Data", t, {"xmlns":"http://www.w3.org/TR/REC-html40"}); property
19135 'xmlns': XLMLNS.ss, property
19513 temp_val = ({ixfe: val.ixfe, XF: XFs[val.ixfe]||{}, v:val.val, t:'n'}/*:any*/); property
19519 temp_val = ({ixfe: val.ixfe, XF: XFs[val.ixfe], v:val.val, t:val.t}/*:any*/); property
19525 temp_val = ({ixfe: val.ixfe, XF: XFs[val.ixfe], v:val.rknum, t:'n'}/*:any*/); property
19533 temp_val= ({ixfe:ixfe, XF:XFs[ixfe], v:val.rkrec[j-val.c][1], t:'n'}/*:any*/); property
21648 var o/*:Cell*/ = {t:'s', v:m}; property
21654 o = ({t:'d', v:parseDate(m)}/*:any*/); property
21655 if(!opts.cellDates) o = ({t:'n', v:datenum(o.v)}/*:any*/); property
21787 var o/*:Cell*/ = {t:'s', v:v}; property
21796 o = ({t:'d', v:parseDate(v)}/*:any*/); property
21797 if(!opts.cellDates) o = ({t:'n', v:datenum(o.v)}/*:any*/); property
22172 q = ({t:'z', v:null/*:: , z:null, w:"",c:[]*/}/*:any*/); property
22196 q = ({t:ctag['数据类型'] || ctag['value-type'], v:null/*:: , z:null, w:"",c:[]*/}/*:any*/); property
23218 function write_varint49(v) { argument
23357 var v = { data: res, type: type }; variable
23691 function parse_old_storage(buf, lut, v) { argument
23732 ret = { t: "n", v: ieee }; property
23735 ret = { t: "s", v: lut.sst[sidx] }; property
23738 ret = { t: "d", v: dt }; property
23741 ret = { t: "b", v: ieee > 0 }; property
23744 ret = { t: "n", v: ieee }; property
23747 ret = { t: "e", v: 0 }; property
23798 ret = { t: "n", v: d128 }; property
23801 ret = { t: "s", v: lut.sst[sidx] }; property
23804 ret = { t: "d", v: dt }; property
23807 ret = { t: "b", v: ieee > 0 }; property
23810 ret = { t: "n", v: ieee }; property
23813 ret = { t: "e", v: 0 }; property
23816 ret = { t: "s", v: lut.rsst[ridx] }; property
23819 ret = { t: "n", v: d128 }; property
24251 celload = write_new_storage({ t: "s", v: data[C] }, SST); property
24252 _celload = write_old_storage({ t: "s", v: data[C] }, SST); property
24255 celload = write_new_storage({ t: "n", v: data[C] }, SST); property
24256 _celload = write_old_storage({ t: "n", v: data[C] }, SST); property
24259 celload = write_new_storage({ t: "b", v: data[C] }, SST); property
24260 _celload = write_old_storage({ t: "b", v: data[C] }, SST); property
24264 celload = write_new_storage({ t: "s", v: data[C].toISOString() }, SST); property
24265 _celload = write_old_storage({ t: "s", v: data[C].toISOString() }, SST); property
26035 var val = {t:'n',v:0}, header = 0, offset = 1, hdr/*:Array<any>*/ = [], v=0, vv=""; property
26227 if(!dense) ws[ref] = cell = ({t:t, v:v}/*:any*/); property
26228 else ROW[_C + C] = cell = ({t:t, v:v}/*:any*/); property
26472 var val = {t:'n',v:0}, header = 0, offset = 1, hdr/*:Array<any>*/ = [], v=0, vv=""; property