Home
last modified time | relevance | path

Searched refs:start_date (Results 1 – 25 of 38) sorted by relevance

12

/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/bahnde/
H A Dsyntax.php117 $start_date = $data['start_date'];
135 if ($start_date != null) {
136 $txt .= '<input type="hidden" name="returnTime" value="'.$start_date.'" />';
180 if ($start_date != null) {
181 …d="date" name="date" type="hidden" maxlength="10" size="6" value="'.$start_date.'"/>'.$start_date;
/plugin/gcalendar/inc/
H A Dgcal_main.php95 case "day" : $start_date = $reference_date;
104 $start_date = strtotime( "-".$shift."days", $reference_date );
106 $end_date = strtotime( "+".($options["days"]-1)." days", $start_date);
108 $end_date = strtotime( "+1 week -1 day", $start_date );
113 default : $start_date = mktime(0, 0, 0, $month, 1, $year);
114 $end_date = strtotime( "+1 month -1 day", $start_date );
121 show_gCal_page($options,$pages,$start_date,$end_date);
H A Dgcal_show.php18 function show_gCal_page(&$options,&$pages,$start_date,$end_date) { argument
23 $act_date = getdate($start_date);
34 …case 'week' : $header = $header = $lang["gCal_weekofyear"].date('W',$start_date)."/".$act_date["y…
99 for($i=$start_date ; $i <= $end_date ; $i = strtotime ( "+1 days", $i ) ) {
H A Dgcal_read.php122 $start_date = $end_date = fetch_date($buffer,$default_date);
131 if ( strlen($end_date)==0 ) $end_date = $start_date;
138 for($d=$start_date ; $d <= $end_date ; $d++) {
164 if(is_array($start_time) && ($d==$start_date)) {
/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/hcalendar/syntax/
H A Dhcal2.php126 $start_date = $data['start_date'];
127 if ($start_date != '' && $start_date != 'off') {
128 $time = strtotime($start_date);
129 list($yy_start, $mth_start, $dy_start) = hcal_parseDateEntry($start_date);
141 $time = strtotime($start_date." ".$hh_start.":".$mm_start);
/plugin/facebookevents/
H A Dsyntax.php205 $start_date = date( $date_format, strtotime($event['start_time']));
278 $datetime_string = $start_date;
287 $date_string = $start_date.' - '.$end_date;
290 $datetime_string = $start_date.' '.$start_time.' - '.$end_date.' '.$end_time;
297 $entry = str_replace('{date}', $start_date, $entry );
298 $entry = str_replace('{datetime}', $start_date.' '.$start_time);
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeAnalyticsService.php33 …* @param string $start_date The start date for fetching YouTube Analytics data. The value should b…
45 public function query($ids, $start_date, $end_date, $metrics, $optParams = array()) { argument
46 …$params = array('ids' => $ids, 'start-date' => $start_date, 'end-date' => $end_date, 'metrics' => …
H A DGoogle_AnalyticsService.php56 public function get($ids, $start_date, $end_date, $metrics, $optParams = array()) { argument
93 public function get($ids, $start_date, $end_date, $metrics, $optParams = array()) { argument
246 * @param string $start_date Start date of the form YYYY-MM-DD.
1656 public $start_date; variable in Google_GaDataQuery
1708 public function setStart_date( $start_date) { argument
1709 $this->start_date = $start_date;
1712 return $this->start_date;
2279 public $start_date; variable in Google_McfDataQuery
2331 public function setStart_date( $start_date) { argument
2332 $this->start_date = $start_date;
[all …]
H A DGoogle_GanService.php1773 public $start_date; variable in Google_Report
1808 public function setStart_date( $start_date) { argument
1809 $this->start_date = $start_date;
1812 return $this->start_date;
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
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_marker.js.map1start_date","state","getState","max_date","end_date","min_date","div","document","createElement","…
H A Ddhtmlxgantt_quick_info.js.map1start_date","end_date","_quick_info_readonly","isReadonly","createElement","_waiAria","quickInfoAt…
/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/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_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/hcalendar/
H A Daction.php44 'open'=>'<hcal start_date=\'yyyy/mm/dd\' '.
/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_163705.bak231 $start_date = date($date_format, strtotime($event['start_time']));
H A Dsyntax.php.2018-03-08_165255.bak236 $start_date = date($date_format, strtotime($event['start_time']));

12