Home
last modified time | relevance | path

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

/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.min.js3wtregex=/(^\s|\s$|\n)/;function writetag(f,g){return"<"+f+(g.match(wtregex)?' xml:space="preserve"… variable
H A Dxlsx.js1476 var wtregex = /(^\s|\s$|\n)/; variable
1477 function writetag(f,g) {return '<' + f + (g.match(wtregex)?' xml:space="preserve"' : "") + '>' + g …
1480 … return '<' + f + (isval(h) ? wxt_helper(h) : "") + (isval(g) ? (g.match(wtregex)?' xml:space="pre…
H A Dxlsx.min.map1 …egex","vtmregex","parseVector","h","matches","baseType","res","forEach","wtregex","writetag","wxt_…
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs3830 var wtregex = /(^\s|\s$|\n)/; variable
3831 function writetag(f/*:string*/,g/*:string*/)/*:string*/ { return '<' + f + (g.match(wtregex)?' xml:…
3834 …n '<' + f + ((h != null) ? wxt_helper(h) : "") + ((g != null) ? (g.match(wtregex)?' xml:space="pre…