Searched refs:nsregex2 (Results 1 – 4 of 4) sorted by relevance
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/ |
H A D | xlsx.min.js | 3 …nsregex2=/<(\/?)\w+:/;function parsexmltag(tag,skip_root){var z=[];var eq=0,c=0;for(;eq!==tag.leng… variable
|
H A D | xlsx.js | 1345 var nsregex=/<\w*:/, nsregex2 = /<(\/?)\w+:/; variable 1363 function strip_ns(x) { return x.replace(nsregex2, "<$1"); }
|
H A D | xlsx.min.map | 1 …ata","safe","e","_fs","jszip","JSZip","attregexg","tagregex","nsregex","nsregex2","parsexmltag","t…
|
/plugin/xlsx2dw/packages/xlsx/ |
H A D | xlsx.mjs | 3615 var nsregex=/<\w*:/, nsregex2 = /<(\/?)\w+:/; variable 3645 function strip_ns(x/*:string*/)/*:string*/ { return x.replace(nsregex2, "<$1"); }
|