Home
last modified time | relevance | path

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

/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.min.js4EXT_PROPS=[["Application","Application","string"],["AppVersion","AppVersion","string"],["Company",… variable
9 …t_props(wb.Props,opts));ct.extprops.push(f);add_rels(opts.rels,3,f,RELS.EXT_PROPS);if(wb.Custprops…
H A Dxlsx.js2617 var EXT_PROPS = [ variable
2631 XMLNS.EXT_PROPS = "http://schemas.openxmlformats.org/officeDocument/2006/extended-properties";
2632 RELS.EXT_PROPS = 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-pro…
2637 EXT_PROPS.forEach(function(f) {
2664 'xmlns': XMLNS.EXT_PROPS,
2675 EXT_PROPS.forEach(function(f) {
11312 add_rels(opts.rels, 3, f, RELS.EXT_PROPS);
H A Dxlsx.min.map1 …","cp_doit","write_core_props","CreatedDate","xsi:type","ModifiedDate","EXT_PROPS","parse_ext_prop…
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs3865 EXT_PROPS: "http://schemas.openxmlformats.org/officeDocument/2006/extended-properties", property in XMLNS
5430EXT_PROPS: 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-propertie… property in RELS
5653 var EXT_PROPS/*:Array<Array<string> >*/ = [ variable
5723 EXT_PROPS.forEach(function(f) {
5746 'xmlns': XMLNS.EXT_PROPS,
5750 EXT_PROPS.forEach(function(f) {
5874 for(i = 0; i < EXT_PROPS.length; ++i) if(EXT_PROPS[i][1] == m) return EXT_PROPS[i];
5897 for(i = 0; i < EXT_PROPS.length; ++i) if(k == EXT_PROPS[i][1]) return;
25415 add_rels(opts.rels, 3, f, RELS.EXT_PROPS);
25550 add_rels(opts.rels, 3, f, RELS.EXT_PROPS);