Home
last modified time | relevance | path

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

/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js1477 function writetag(f,g) {return '<' + f + (g.match(wtregex)?' xml:space="preserve"' : "") + '>' + g … function
2600 o[o.length] = (h ? writextag(f,g,h) : writetag(f,g));
7408 var v = writetag('v', escapexml(vv)), o = {r:ref};
7419 v = writetag('v', ''+get_sst_id(opts.Strings, cell.v));
H A Dxlsx.min.js3 ….push({v:v[2],t:v[1]})});return res}var wtregex=/(^\s|\s$|\n)/;function writetag(f,g){return"<"+f+… function
4 …[f]!=null||g==null||g==="")return;p[f]=g;o[o.length]=h?writextag(f,g,h):writetag(f,g)}function wri…
H A Dxlsx.min.map1 …egex","parseVector","h","matches","baseType","res","forEach","wtregex","writetag","wxt_helper","jo…
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs5620 o[o.length] = (h ? writextag(f,g,h) : writetag(f,g));
5885 o.push(writetag(XLMLDocPropsMap[p[1]] || p[1], m));
12152 writetag('x:AutoFill', "False"),
12153 writetag('x:Row', String(c.r)),
12154 writetag('x:Column', String(c.c)),
12260 o.push(writetag("t", c.t == null ? "" : escapexml(c.t)));
12268 o.push(writetag("t", escapexml(t)));
12331 o.push(writextag('threadedComment', writetag('text', c.t||""), tcopts));
15532 v = writetag('v', ''+get_sst_id(opts.Strings, cell.v, opts.revStrings));
18973 o.push(writetag("ProtectContents", "True"));
[all …]