Home
last modified time | relevance | path

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

/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
Dxlsx.min.js8Custprops,Rn,cp,val){switch((cp[0].match(/dt:dt="([\w.]+)"/)||["",""])[1]){case"boolean":val=parse… argument
9Custprops=custprops}if(typeof sheets!=="undefined")out.SheetNames=sheets;if(opts.bookSheets?out.Sh… property
Dxlsx.js8523 function xlml_set_custprop(Custprops, Rn, cp, val) { argument
8532 Custprops[unescapexml(Rn[3])] = val;
8632 var Props = {}, Custprops = {}, pidx = 0, cp = {}; variable
9152 … else if(Rn[1]==="/") xlml_set_custprop(Custprops, Rn, cp, str.slice(pidx, Rn.index));
9163 out.Custprops = Custprops;
9836 WorkbookP.Props = WorkbookP.Custprops = props; /* TODO: split up properties */
11207 if(opts.bookProps) { out.Props = props; out.Custprops = custprops; }
11250 Custprops: custprops, property
11314 if(wb.Custprops !== wb.Props && keys(wb.Custprops||{}).length > 0) {
11316 zip.file(f, write_cust_props(wb.Custprops, opts));
Dxlsx.min.map1 …mltag","words","xlml_parsexmltagobj","xlml_format","xlml_set_custprop","Custprops","Rn","safe_form…
/plugin/xlsx2dw/packages/xlsx/
Dxlsx.mjs5889 function xlml_write_custprops(Props, Custprops/*::, opts*/) { argument
5907 if(Custprops) keys(Custprops).forEach(function(k) {
5908 /*:: if(!Custprops) return; */
5909 if(!Object.prototype.hasOwnProperty.call(Custprops, k)) return;
5911 var m = Custprops[k];
17941 function xlml_set_custprop(Custprops, key, cp, val/*:string*/) { argument
17951 Custprops[unescapexml(key)] = oval;
18110 var Props = {}, Custprops = {}, pidx = 0, cp = []; variable
18801 else if(Rn[1]==="/") xlml_set_custprop(Custprops, raw_Rn3, cp, str.slice(pidx, Rn.index));
18813 out.Custprops = Custprops;
[all …]