Searched refs:Props (Results 1 – 6 of 6) sorted by relevance
| /plugin/farmer/vendor/splitbrain/php-ico/ |
| H A D | changelog | 8 …Updated class constructor to __construct() as PHP4-style constructors are now deprecated. Props @n…
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/ |
| D | xlsx.min.js | 4 …Props,tag,val){switch(tag){case"Description":tag="Comments";break}Props[tag]=val}function parse_FI… argument 8 …Props={},Custprops={},pidx=0,cp={};var comments=[],comment={};var cstys=[],csty;xlmlregex.lastInde… 9 …Props=props;out.Custprops=custprops}if(typeof sheets!=="undefined")out.SheetNames=sheets;if(opts.b… property
|
| D | xlsx.js | 2761 function xlml_set_prop(Props, tag, val) { argument 2766 Props[tag] = val; 2918 var Props = [], i = 0; 2924 Props[i] = [PropID, Offset + start_addr]; 2928 if(blob.l !== Props[i][1]) { 2930 if(i>0 && PIDSI) switch(PIDSI[Props[i-1][0]].t) { 2931 … case 0x02 /*VT_I2*/: if(blob.l +2 === Props[i][1]) { blob.l+=2; fail = false; } break; 2932 … case 0x50 /*VT_STRING*/: if(blob.l <= Props[i][1]) { blob.l=Props[i][1]; fail = false; } break; 2933 …case 0x100C /*VT_VECTOR|VT_VARIANT*/: if(blob.l <= Props[i][1]) { blob.l=Props[i][1]; fail = false… 2935 if(!PIDSI && blob.l <= Props[i][1]) { fail=false; blob.l = Props[i][1]; } [all …]
|
| D | xlsx.min.map | 1 …PS_XML_ROOT","write_cust_props","pid","custprop","fmtid","xlml_set_prop","Props","parse_FILETIME",…
|
| /plugin/xlsx2dw/packages/xlsx/ |
| D | xlsx.mjs | 5633 if(!cp && !opts.Props) return o.join(""); 5642 var v = opts.Props && opts.Props[f[1]] != null ? opts.Props[f[1]] : cp ? cp[f[1]] : null; 5864 function xlml_set_prop(Props, tag/*:string*/, val) { argument 5867 Props[tag] = val; 5870 function xlml_write_docprops(Props, opts) { argument 5877 if(Props[p[1]] == null) return; 5878 var m = opts && opts.Props && opts.Props[p[1]] != null ? opts.Props[p[1]] : Props[p[1]]; 5889 function xlml_write_custprops(Props, Custprops/*::, opts*/) { argument 5893 if(Props) keys(Props).forEach(function(k) { 5894 /*:: if(!Props) return; */ [all …]
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | bundle.js.map | 1 …utesIterable) {\n routesList.push(new RouteItem(path, route))\n}\n\n// Props for the component …
|