Home
last modified time | relevance | path

Searched refs:endDate (Results 51 – 75 of 96) sorted by relevance

1234

/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/davcal/
H A Dhelper.php775 $endDate = explode('-', $params['eventto']);
822 $dtEnd->setDate(intval($endDate[0]), intval($endDate[1]), intval($endDate[2]));
972 * @param string $endDate The end date as a string
998 if($endDate !== null)
1000 $endTs = new \DateTime($endDate);
1279 $endDate = explode('-', $params['eventto']);
1345 $dtEnd->setDate(intval($endDate[0]), intval($endDate[1]), intval($endDate[2]));
1717 $endDate = clone $component->DTSTART->getDateTime();
1719 $lastOccurence = $endDate->getTimeStamp();
1724 $endDate->modify('+1 day');
[all …]
H A Dscript.js344 var endDate = moment(jQuery('#dw_davcal__eventto_edit').val(), 'YYYY-MM-DD');
352 endDate.add(endTime);
360 if(!endDate.isValid())
366 if(endDate.isBefore(startDate))
372 if(!allDay && endDate.isSame(startDate))
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php665 $endDate = clone $component->DTSTART->getDateTime();
666 … $endDate = $endDate->add(VObject\DateTimeParser::parse($component->DURATION->getValue()));
667 $lastOccurence = $endDate->getTimeStamp();
669 $endDate = clone $component->DTSTART->getDateTime();
670 $endDate = $endDate->modify('+1 day');
671 $lastOccurence = $endDate->getTimeStamp();
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php560 $endDate = clone $component->DTSTART->getDateTime();
561 $endDate->add(VObject\DateTimeParser::parse($component->DURATION->getValue()));
562 $lastOccurence = $endDate->getTimeStamp();
564 $endDate = clone $component->DTSTART->getDateTime();
565 $endDate->modify('+1 day');
566 $lastOccurence = $endDate->getTimeStamp();
/plugin/davcal/action/
H A Dajax.php101 $endDate = $INPUT->post->str('end');
107 $user, $startDate, $endDate, $timezone, $color));
/plugin/webdavclient/
H A Dhelper.php244 * @param string $endDate The end date as a string
249 …public function getCalendarEntries($connectionId, $startDate = null, $endDate = null, $dwuser = nu… argument
262 if($endDate !== null)
264 $endTs = new \DateTime($endDate);
1677 $endDate = clone $component->DTSTART->getDateTime();
1678 … $endDate->add(\Sabre\VObject\DateTimeParser::parse($component->DURATION->getValue()));
1679 $lastOccurence = $endDate->getTimeStamp();
1683 $endDate = clone $component->DTSTART->getDateTime();
1684 $endDate->modify('+1 day');
1685 $lastOccurence = $endDate->getTimeStamp();
/plugin/authgoogle/google/contrib/
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_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_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_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_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_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_GanService.php1394 public $endDate; variable in Google_Link
1461 public function setEndDate( $endDate) { argument
1462 $this->endDate = $endDate;
1465 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;
/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;
/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/authgooglesheets/vendor/google/apiclient-services/src/
H A DBlogger.php253 'endDate' => [
291 'endDate' => [
595 'endDate' => [
743 'endDate' => [
H A DDoubleclicksearch.php87 'endDate' => [
H A DYouTubeAnalytics.php198 'endDate' => [
H A DAdSenseHost.php314 'endDate' => [
545 'endDate' => [
H A DCloudSearch.php802 'endDate.day' => [
806 'endDate.month' => [
810 'endDate.year' => [
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php231 private $endDate; variable in phpseclib3\\File\\X509
2635 if (!empty($this->endDate)) {
2636 … $this->currentCert['tbsCertificate']['validity']['notAfter'] = $this->timeField($this->endDate);
2661 … $endDate = new \DateTimeImmutable('+1 year', new \DateTimeZone(@date_default_timezone_get()));
2662 … $endDate = !empty($this->endDate) ? $this->endDate : $endDate->format('D, d M Y H:i:s O');
2684 'notAfter' => $this->timeField($endDate) // $this->setEndDate()
2951 if (!empty($this->endDate)) {
2952 $tbsCertList['nextUpdate'] = $this->timeField($this->endDate); // $this->setEndDate()
3130 $this->endDate = new Element($temp);
3136 $this->endDate = $date->format('D, d M Y H:i:s O');
/plugin/combo/ComboStrap/
H A DMarkupPath.php133 private $endDate; variable in ComboStrap\\MarkupPath
1126 return $this->endDate->getValue();
1494 $this->endDate
1646 $this->endDate = EndDate::createFromPage($this);
/plugin/importfacebookevents/
H A Dsyntax.php315 'endDate' => '{endtimestamp}',

1234