Home
last modified time | relevance | path

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

/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.min.js3write_w3cdtf(d,t){try{return d.toISOString().replace(/\.\d*/,"")}catch(e){if(t)throw e}}function w… function
4write_w3cdtf(cp.CreatedDate,opts.WTF),{"xsi:type":"dcterms:W3CDTF"},o,p);if(cp.ModifiedDate!=null)…
H A Dxlsx.js1482 function write_w3cdtf(d, t) { try { return d.toISOString().replace(/\.\d*/,""); } catch(e) { if(t) … function
1490 if(s instanceof Date) return writextag('vt:filetime', write_w3cdtf(s));
2608 …terms:created", typeof cp.CreatedDate === "string" ? cp.CreatedDate : write_w3cdtf(cp.CreatedDate,…
2609 …ms:modified", typeof cp.ModifiedDate === "string" ? cp.ModifiedDate : write_w3cdtf(cp.ModifiedDate…
H A Dxlsx.min.map1 …"res","forEach","wtregex","writetag","wxt_helper","join","writextag","write_w3cdtf","toISOString",…
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs3836 function write_w3cdtf(d/*:Date*/, t/*:?boolean*/)/*:string*/ { try { return d.toISOString().replace… function
3847 if(s instanceof Date) return writextag('vt:filetime', write_w3cdtf(s));
5636 …terms:created", typeof cp.CreatedDate === "string" ? cp.CreatedDate : write_w3cdtf(cp.CreatedDate,…
5637 …ms:modified", typeof cp.ModifiedDate === "string" ? cp.ModifiedDate : write_w3cdtf(cp.ModifiedDate…