Home
last modified time | relevance | path

Searched refs:start_date (Results 1 – 25 of 38) sorted by last modified time

12

/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dstructure.txt1875 ['start_date']=>string() //
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts103 histogram_cell_allocated(start_date: Date, end_date: Date, resource: any, tasks: any[]): void;
112 histogram_cell_capacity(start_date: Date, end_date: Date, resource: any, tasks: any[]): void;
121 histogram_cell_class(start_date: Date, end_date: Date, resource: any, tasks: any[]): void;
130 histogram_cell_label(start_date: Date, end_date: Date, resource: any, tasks: any[]): void;
197 resource_cell_class(start_date: Date, end_date: Date, resource: any, tasks: any[]): string;
206 resource_cell_value(start_date: Date, end_date: Date, resource: any, tasks: any[]): string;
331 lightbox_header(start_date: Date, end_date: Date, task: any): string;
909 start_date: Date; property
H A Ddhtmlxgantt.js13start_date||!t.end_date)return null;var i=e.posFromDate(t.start_date),n=e.posFromDate(t.end_date),… property in AnonymousFunction949e2c6c5900.a.o.i
H A Ddhtmlxgantt.js.map1start_date","end_date","startCoord","posFromDate","endCoord","min","max","$getConfig","getItemTop"…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_keyboard_navigation.js13 …==a.taskId){for(var r=!1,s=0;s<i.length;s++)if(i[s].id==a.taskId&&i[s].start_date){r=!0;break}r||i…
H A Ddhtmlxgantt_keyboard_navigation.js.map1start_date","item","nodeConstructor","oldId","newId","interval","setInterval","getSelection","_loc…
H A Ddhtmlxgantt_marker.js13start_date)return!1;var e=gantt.getState();if(!(+t.start_date>+e.max_date||(!t.end_date||+t.end_da…
H A Ddhtmlxgantt_quick_info.js13start_date,n.end_date,n);return i&&(e+=" "+i),e},gantt._init_quick_info=function(t,n){var i=gantt.…
H A Ddhtmlxgantt_tooltip.js.map1start_date","end_date","getState","link_source_id"],"mappings":";;;;;;;;;;;;CAAA,SAAAA,EAAAC,GACA,…
H A Ddhtmlxgantt_tooltip.js13 …xists(e)){var o=gantt.getTask(e);return gantt.templates.tooltip_text(o.start_date,o.end_date,o)}re…
H A Ddhtmlxgantt_quick_info.js.map1start_date","end_date","_quick_info_readonly","isReadonly","createElement","_waiAria","quickInfoAt…
H A Ddhtmlxgantt_marker.js.map1start_date","state","getState","max_date","end_date","min_date","div","document","createElement","…
/plugin/yuriigantt/_test/
H A Dtest_page.txt20 "start_date": "02-02-2020 00:00",
31 "start_date": "02-02-2020 00:00",
42 "start_date": "04-02-2020 00:00",
53 "start_date": "05-02-2020 00:00",
64 "start_date": "07-02-2020 00:00",
75 "start_date": "05-02-2020 00:00",
86 "start_date": "02-02-2020 00:00",
97 "start_date": "05-02-2020 00:00",
108 "start_date": "07-02-2020 00:00",
119 "start_date": "05-02-2020 00:00",
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_marker.js137 if(!marker.start_date)
141 if(+marker.start_date > +state.max_date)
143 …if((!marker.end_date || +marker.end_date < +state.min_date) && +marker.start_date < +state.min_dat…
163 var start = gantt.posFromDate(marker.start_date);
H A Ddhtmlxgantt_tooltip.js138 return gantt.templates.tooltip_text(task.start_date, task.end_date, task);
H A Ddhtmlxgantt_keyboard_navigation.js292 if(items[i].id == currentNode.taskId && items[i].start_date){
H A Ddhtmlxgantt_quick_info.js280 template = this.templates.quick_info_class(task.start_date, task.end_date, task);
406 content: gantt.templates.quick_info_title(ev.start_date, ev.end_date, ev),
407 date: gantt.templates.quick_info_date(ev.start_date, ev.end_date, ev)
419 main.innerHTML = gantt.templates.quick_info_content(ev.start_date, ev.end_date, ev);
/plugin/yuriigantt/src/Entities/
H A DTask.php32 public $start_date; variable in dokuwiki\\plugin\\yuriigantt\\src\\Entities\\Task
59 $this->start_date = \DateTime::createFromFormat(self::DATE_FORMAT, $data->start_date);
75 $arr['start_date'] = $this->start_date->format(self::DATE_FORMAT);
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js7744 return +a.start_date > +b.start_date ? 1 : -1;
7991 start_date: task.start_date,
12439 start_date: gantt.date[unit + "_start"](range.start_date),
12805 start_date = ev[mapping.start_date] || new Date();
12807 start_date: start_date,
12812 start_date: start_date,
13228 var start_date = ev[mapping.start_date] || new Date();
13230 start_date: start_date,
25926 start_date: task.start_date,
26806 xLeft = this.posFromDate(start_date || task.start_date);
[all …]
/plugin/importfacebookevents/
H A Dsyntax.php234 $start_date = date($date_format, strtotime($event['start_time']));
/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_165255.bak236 $start_date = date($date_format, strtotime($event['start_time']));
H A Dsyntax.php.2018-03-08_165158.bak234 $start_date = date($date_format, strtotime($event['start_time']));
H A Dsyntax.php.2018-03-08_165027.bak235 $start_date = date($date_format, strtotime($event['start_time']));
H A Dsyntax.php.2018-03-08_164706.bak235 $start_date = date($date_format, strtotime($event['start_time']));
H A Dsyntax.php.2018-03-08_164623.bak231 $start_date = date($date_format, strtotime($event['start_time']));

12