Lines Matching refs:unescapexml

3658 var unescapexml/*:StringConv*/ = /*#__PURE__*/(function() {  function
3667 return function unescapexml(text/*:string*/, xlsx/*:boolean*/) { function
5609 if(cur != null && cur.length > 0) p[f[1]] = unescapexml(cur[1]);
5726 case "string": if(xml) p[f[1]] = unescapexml(xml); break;
5776 case '<property': name = unescapexml(y.name); break;
5784 p[name] = unescapexml(text);
5799 p[name] = unescapexml(text);
9888 var o/*:Cell*/ = ({t:'s', v:unescapexml(t[1])}/*:any*/);
9952 z.t = unescapexml(utf8read(x.slice(x.indexOf(">")+1).split(/<\/(?:\w+:)?t>/)[0]||""), true);
9959 …z.t = unescapexml(utf8read((x.replace(sirphregex, '').match(sitregex)||[]).join("").replace(tagreg…
10865 var f=unescapexml(utf8read(y.formatCode)), j=parseInt(y.numFmtId,10);
15347 if(data.codeName) wb.Sheets[idx].CodeName = unescapexml(utf8read(data.codeName));
15399 if(val.location) val.Target += "#"+unescapexml(val.location);
15401 val.Target = "#" + unescapexml(val.location);
15630 …if((cref=d.match(match_v))!= null && /*::cref != null && */cref[1] !== '') p.v=unescapexml(cref[1]…
15634 p.f=unescapexml(utf8read(cref[1]), true);
15642 var ___f = unescapexml(utf8read(cref[1]));
15688 p.v = (p.v!=null) ? unescapexml(utf8read(p.v), true) : '';
16947 …var nf = unescapexml((data.match(/<c:formatCode>([\s\S]*?)<\/c:formatCode>/) || ["","General"])[1]…
17300 y.name = unescapexml(utf8read(y.name));
17328 dname.Ref = unescapexml(utf8read(data.slice(dnstart, idx)));
17936 var fmt = XLMLFormatMap[format] || unescapexml(format);
17951 Custprops[unescapexml(key)] = oval;
18005 cell.t = 's'; cell.r = xlml_fixstr(unescapexml(xml));
18006 …cell.v = (xml.indexOf("<") > -1 ? unescapexml(ss||xml).replace(/<.*?>/g, "") : cell.r); // todo: B…
18011 if(cell.v !== cell.v) cell.v = unescapexml(xml);
18028 var fstr = unescapexml(cell.Formula);
18140 cell.l = ({Target:unescapexml(cell.HRef)}/*:any*/);
18215 sheetname = unescapexml(tmp.Name);
18239 stag.nf = unescapexml(xlml_parsexmltag(Rn[0]).Format || "General");
21860 var v = unescapexml(fixed.replace(/<[^>]*>/g,""));
22057 …if(unescapexml(y["condition"]) == "value()>=0") NF = number_format_map[y["apply-style-name"]] + ";…
22173 … if(ctag.formula && opts.cellFormula != false) q.f = ods_to_csf_formula(unescapexml(ctag.formula));
22176 q.t = "s"; q.v = unescapexml(ctag['string-value'] || "");
22199 if(ctag.formula) ctag.formula = unescapexml(ctag.formula);
22239 if(ctag['string-value'] != null) { textp = unescapexml(ctag['string-value']); textR = []; }
22576 atag.Target = unescapexml(atag.href); delete atag.href;