Searched refs:wtregex (Results 1 – 4 of 4) sorted by relevance
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/ |
H A D | xlsx.min.js | 3 …wtregex=/(^\s|\s$|\n)/;function writetag(f,g){return"<"+f+(g.match(wtregex)?' xml:space="preserve"… variable
|
H A D | xlsx.js | 1476 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 D | xlsx.min.map | 1 …egex","vtmregex","parseVector","h","matches","baseType","res","forEach","wtregex","writetag","wxt_…
|
/plugin/xlsx2dw/packages/xlsx/ |
H A D | xlsx.mjs | 3830 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…
|