Home
last modified time | relevance | path

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

12

/plugin/authgoogle/google/contrib/
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;
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' => …
/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/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/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_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)) {
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 ) ) {
/plugin/hcalendar/
H A Daction.php44 'open'=>'<hcal start_date=\'yyyy/mm/dd\' '.
/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/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_163658.bak230 $start_date = date($date_format, strtotime($event['start_time']));
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_163718.bak231 $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']));
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_165027.bak235 $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_165255.bak236 $start_date = date($date_format, strtotime($event['start_time']));
/plugin/importfacebookevents/
H A Dsyntax.php234 $start_date = date($date_format, strtotime($event['start_time']));
/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…

12