Searched refs:write_w3cdtf (Results 1 – 4 of 4) sorted by relevance
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/ |
H A D | xlsx.min.js | 3 …write_w3cdtf(d,t){try{return d.toISOString().replace(/\.\d*/,"")}catch(e){if(t)throw e}}function w… function 4 …write_w3cdtf(cp.CreatedDate,opts.WTF),{"xsi:type":"dcterms:W3CDTF"},o,p);if(cp.ModifiedDate!=null)…
|
H A D | xlsx.js | 1482 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 D | xlsx.min.map | 1 …"res","forEach","wtregex","writetag","wxt_helper","join","writextag","write_w3cdtf","toISOString",…
|
/plugin/xlsx2dw/packages/xlsx/ |
H A D | xlsx.mjs | 3836 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…
|