Home
last modified time | relevance | path

Searched refs:ostr (Results 1 – 4 of 4) sorted by relevance

/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
Dxlsx.min.js2ostr;if(nstr.length>0){myv=v<0&&nstr.charCodeAt(0)===45?-v:v;ostr=write_num(nstr.charCodeAt(0)===4…
Dxlsx.js739 var vv = "", myv, ostr; variable
742 ostr = write_num(nstr.charCodeAt(0) === 40 ? '(' : 'n', nstr, myv); /* '(' */
743 jj=ostr.length-1;
747 if(decpt === out.length && ostr.indexOf("E") === -1) {
750 …if(jj>=out[i].v.length-1) { jj -= out[i].v.length; out[i].v = ostr.substr(jj+1, out[i].v.length); }
752 else { out[i].v = ostr.substr(0, jj+1); jj = -1; }
756 if(jj>=0 && lasti<out.length) out[lasti].v = ostr.substr(0,jj+1) + out[lasti].v;
758 else if(decpt !== out.length && ostr.indexOf("E") === -1) {
759 jj = ostr.indexOf(".")-1;
765 if(jj>=0 && (out[i].v[j] === "0" || out[i].v[j] === "#")) vv = ostr[jj--] + vv;
[all …]
Dxlsx.min.map1 …","flen","lst","dt","hr","toLowerCase","bt","ssm","nstr","jj","vv","myv","ostr","decpt","lasti","r…
/plugin/xlsx2dw/packages/xlsx/
Dxlsx.mjs1128 var vv = "", myv, ostr; variable
1132 ostr = write_num('n', nstr, myv);
1135 ostr = write_num('n', nstr, myv);
1137 ostr = ostr.substr(1);
1141 jj=ostr.length-1;
1145 if(decpt === out.length && ostr.indexOf("E") === -1) {
1148 …if(jj>=out[i].v.length-1) { jj -= out[i].v.length; out[i].v = ostr.substr(jj+1, out[i].v.length); }
1150 else { out[i].v = ostr.substr(0, jj+1); jj = -1; }
1154 if(jj>=0 && lasti<out.length) out[lasti].v = ostr.substr(0,jj+1) + out[lasti].v;
1156 else if(decpt !== out.length && ostr.indexOf("E") === -1) {
[all …]