Searched refs:xml_date (Results 1 – 4 of 4) sorted by relevance
/plugin/yuriigantt/3rd/dhtmlxgantt/ |
H A D | dhtmlxgantt.d.ts | 301 xml_date(date: Date): string; method 1049 xml_date: string; property
|
H A D | dhtmlxgantt.js | 13 …xml_date!==e.templates.parse_date?e.templates.xml_date(o):e.templates.parse_date(o);break;case"dur…
|
H A D | dhtmlxgantt.js.map | 1 …xml_date","parse_date","deleteLink","data_processor_events_1","extend_gantt_1","simple_storage_1",…
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
H A D | dhtmlxgantt.js | 6475 xml_date: undefined, property in module.exports.result 6913 …if (gantt.defined(gantt.templates.xml_date) && gantt.templates.parse_date !== gantt.templates.xml_… 6914 format = gantt.templates.xml_date; 6920 …format = gantt.templates.xml_date !== gantt.templates.parse_date ? gantt.templates.xml_date : gant… 7548 var format_date = d(c.xml_date || c.date_format, c.server_utc); 7549 var parse_date = date.str_to_date(c.xml_date || c.date_format, c.server_utc); 7559 xml_date: parse_date, // deprecated 9377 …property = gantt.templates.xml_date !== gantt.templates.parse_date ? gantt.templates.xml_date(prop…
|