Searched refs:PropH (Results 1 – 4 of 4) sorted by relevance
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/ |
H A D | xlsx.min.js | 4 …PropH={};for(i=0;i!=NumProps;++i){if(blob.l!==Props[i][1]){var fail=true;if(i>0&&PIDSI)switch(PIDS… variable
|
H A D | xlsx.js | 2926 var PropH = {}; variable 2940 PropH[piddsi.n] = parse_TypedPropertyValue(blob, piddsi.t, {raw:true}); 2941 …if(piddsi.p === 'version') PropH[piddsi.n] = String(PropH[piddsi.n] >> 16) + "." + String(PropH[pi… 2942 if(piddsi.n == "CodePage") switch(PropH[piddsi.n]) { 2943 case 0: PropH[piddsi.n] = 1252; 2967 set_cp(CodePage = PropH[piddsi.n]); break; 2968 default: throw new Error("Unsupported CodePage: " + PropH[piddsi.n]); 2972 CodePage = PropH.CodePage = parse_TypedPropertyValue(blob, VT_I2); 2998 PropH[name] = val; 3003 return PropH;
|
H A D | xlsx.min.map | 1 …"PIDSI","start_addr","NumProps","Dictionary","DictObj","PropID","Offset","PropH","fail","piddsi","…
|
/plugin/xlsx2dw/packages/xlsx/ |
H A D | xlsx.mjs | 6095 var PropH = {}; variable 6110 PropH[piddsi.n] = parse_TypedPropertyValue(blob, piddsi.t, {raw:true}); 6111 …if(piddsi.p === 'version') PropH[piddsi.n] = String(PropH[piddsi.n] >> 16) + "." + ("0000" + Strin… 6112 if(piddsi.n == "CodePage") switch(PropH[piddsi.n]) { 6113 case 0: PropH[piddsi.n] = 1252; 6134 set_cp(CodePage = (PropH[piddsi.n]>>>0) & 0xFFFF); break; 6135 default: throw new Error("Unsupported CodePage: " + PropH[piddsi.n]); 6139 CodePage = PropH.CodePage = (parse_TypedPropertyValue(blob, VT_I2)/*:number*/); 6165 PropH[name] = val; 6170 return PropH;
|