Home
last modified time | relevance | path

Searched refs:endDate (Results 76 – 96 of 96) sorted by last modified time

1234

/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_163658.bak311 'endDate' => '{endtimestamp}',
/plugin/davcard/vendor/sabre/vobject/bin/
H A Drrulebench.php15 list(, $inputFile, $startDate, $endDate) = $argv;
28 $vobj->expand(new DateTime($startDate), new DateTime($endDate));
/plugin/authgoogle/google/contrib/
H A DGoogle_AdsensehostService.php282 * @param string $endDate End of the date range to report on in "YYYY-MM-DD" format, inclusive.
294 public function generate($accountId, $startDate, $endDate, $optParams = array()) { argument
295 $params = array('accountId' => $accountId, 'startDate' => $startDate, 'endDate' => $endDate);
546 * @param string $endDate End of the date range to report on in "YYYY-MM-DD" format, inclusive.
558 public function generate($startDate, $endDate, $optParams = array()) { argument
559 $params = array('startDate' => $startDate, 'endDate' => $endDate);
H A DGoogle_DfareportingService.php573 public $endDate; variable in Google_DateRange
577 public function setEndDate( $endDate) { argument
578 $this->endDate = $endDate;
581 return $this->endDate;
819 public $endDate; variable in Google_DimensionValueRequest
831 public function setEndDate( $endDate) { argument
832 $this->endDate = $endDate;
835 return $this->endDate;
H A DGoogle_PlusDomainsService.php2289 public $endDate; variable in Google_PersonOrganizations
2308 public function setEndDate( $endDate) { argument
2309 $this->endDate = $endDate;
2312 return $this->endDate;
H A DGoogle_PlusService.php1346 public $endDate; variable in Google_ItemScope
1540 public function setEndDate( $endDate) { argument
1541 $this->endDate = $endDate;
1544 return $this->endDate;
2241 public $endDate; variable in Google_PersonOrganizations
2260 public function setEndDate( $endDate) { argument
2261 $this->endDate = $endDate;
2264 return $this->endDate;
H A DGoogle_AdSenseService.php338 * @param string $endDate End of the date range to report on in "YYYY-MM-DD" format, inclusive.
352 public function generate($accountId, $startDate, $endDate, $optParams = array()) { argument
353 $params = array('accountId' => $accountId, 'startDate' => $startDate, 'endDate' => $endDate);
831 * @param string $endDate End of the date range to report on in "YYYY-MM-DD" format, inclusive.
846 public function generate($startDate, $endDate, $optParams = array()) { argument
847 $params = array('startDate' => $startDate, 'endDate' => $endDate);
H A DGoogle_AdExchangeSellerService.php233 * @param string $endDate End of the date range to report on in "YYYY-MM-DD" format, inclusive.
245 public function generate($startDate, $endDate, $optParams = array()) { argument
246 $params = array('startDate' => $startDate, 'endDate' => $endDate);
H A DGoogle_CivicInfoService.php559 public $endDate; variable in Google_PollingLocation
575 public function setEndDate( $endDate) { argument
576 $this->endDate = $endDate;
579 return $this->endDate;
H A DGoogle_GanService.php1394 public $endDate; variable in Google_Link
1461 public function setEndDate( $endDate) { argument
1462 $this->endDate = $endDate;
1465 return $this->endDate;
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.min.js2 …m=new Date(m)),d.exportSelection&&(m instanceof Date?(m<a.startDate||m>a.endDate)&&(i=!0):(e<a.sta…
H A Dexport.js2535 if ( value < chart.startDate || value > chart.endDate ) {
/plugin/amcharts/assets/amcharts/
H A Damcharts.js257 …s.startTime=k,this.endTime=b,f.start=k,f.end=b,f.startDate=new Date(k),f.endDate=new Date(b),this.…
258 …[this.start]&&(f.startDate=new Date(a[this.start].time)),a[this.end]&&(f.endDate=new Date(a[this.e…
H A Dserial.js39 …s.endTime)){var a={type:"zoomed"};a.startDate=new Date(this.startTime);a.endDate=new Date(this.end…
40endDate=a.endDate;this.prevStartTime=this.startTime;this.prevEndTime=this.endTime;var b=this.categ…
41 …ime,this.endTime=a[this.end].time,b.startDate=new Date(this.startTime),b.endDate=new Date(this.end…
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Drrulebench.php15 list(, $inputFile, $startDate, $endDate) = $argv;
28 $vobj->expand(new DateTime($startDate), new DateTime($endDate));
/plugin/eventline/timeline_js/scripts/
H A Dsources.js273 Timeline.DefaultEventSource.prototype.getEventIterator = function(startDate, endDate) { argument
274 return this._events.getIterator(startDate, endDate);
277 Timeline.DefaultEventSource.prototype.getEventReverseIterator = function(startDate, endDate) { argument
278 return this._events.getReverseIterator(startDate, endDate);
/plugin/eventline/timeline_js/
H A Dtimeline-bundle.js826 this._endDate=(typeof A.endDate=="string")?this._unit.parseFromObject(A.endDate):A.endDate;
/plugin/tline/timeline_js/
H A Dtimeline-bundle.js826 this._endDate=(typeof A.endDate=="string")?this._unit.parseFromObject(A.endDate):A.endDate;
/plugin/noticeboard/classes/
H A DEditForm.php27 private $endDate; variable in helper_plugin_noticeboard_EditForm
90 $this->endDate = date("d.m.Y",$notice->getEndTime());
115 $this->endDate = $_REQUEST['noticeboard_end_date'];
169 …e='text' id='noticeboard_end_date' name='noticeboard_end_date' value='".$this->endDate."' /></td>";
/plugin/noticeboard/noticeboard/classes/
H A DEditForm.php27 private $endDate; variable in helper_plugin_noticeboard_EditForm
90 $this->endDate = date("d.m.Y",$notice->getEndTime());
115 $this->endDate = $_REQUEST['noticeboard_end_date'];
169 …e='text' id='noticeboard_end_date' name='noticeboard_end_date' value='".$this->endDate."' /></td>";
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php1279 $endDate = $endMonth . $endDay = ($endDay === FALSE) ? '' : ' ' . $endDay;
1281 $endDate = $endDay;
1288 $endDate = $endDay = ($endDay === FALSE) ? '' : $endDay . ' ';
1289 $endDate .= $endMonth;
1294 $endDate = ($endDay === FALSE) ? ' ' : $endDay . ' ';
1295 $endDate .= $startMonth;
1298 $date = $startDate . $delimit . $endDate;

1234