Home
last modified time | relevance | path

Searched refs:startDate (Results 76 – 100 of 116) sorted by relevance

12345

/plugin/authgoogle/google/contrib/
H A DGoogle_AdExchangeSellerService.php232 … * @param string $startDate Start 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.php337 … * @param string $startDate Start 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);
830 … * @param string $startDate Start 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.php1412 public $startDate; variable in Google_Link
1533 public function setStartDate( $startDate) { argument
1534 $this->startDate = $startDate;
1537 return $this->startDate;
H A DGoogle_PlusDomainsService.php2293 public $startDate; variable in Google_PersonOrganizations
2332 public function setStartDate( $startDate) { argument
2333 $this->startDate = $startDate;
2336 return $this->startDate;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php223 private $startDate; variable in phpseclib3\\File\\X509
2632 if (!empty($this->startDate)) {
2633 …$this->currentCert['tbsCertificate']['validity']['notBefore'] = $this->timeField($this->startDate);
2658 … $startDate = new \DateTimeImmutable('now', new \DateTimeZone(@date_default_timezone_get()));
2659 … $startDate = !empty($this->startDate) ? $this->startDate : $startDate->format('D, d M Y H:i:s O');
2683 'notBefore' => $this->timeField($startDate), // $this->setStartDate()
2927 …$thisUpdate = !empty($this->startDate) ? $this->startDate : $thisUpdate->format('D, d M Y H:i:s O'…
3109 $this->startDate = $date->format('D, d M Y H:i:s O');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDoubleclicksearch.php97 'startDate' => [
H A DYouTubeAnalytics.php226 'startDate' => [
H A DAdSenseHost.php309 'startDate' => [
540 'startDate' => [
H A DCloudSearch.php814 'startDate.day' => [
818 'startDate.month' => [
822 'startDate.year' => [
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php1277 $startDate = $startMonth . $startDay;
1287 $startDate = $startDay . ' ' . $startMonth;
1293 $startDate = $startDay;
1298 $date = $startDate . $delimit . $endDate;
/plugin/amcharts/assets/amcharts/
H A Dgantt.js2 …ld,p=c.extractPeriod(this.period),f=p.period,p=p.count,q=c.getDate(this.startDate,this.dataDateFor…
H A Dserial.js39 …his.startTime||this.prevEndTime!=this.endTime)){var a={type:"zoomed"};a.startDate=new Date(this.st…
40startDate=a.startDate;this.endDate=a.endDate;this.prevStartTime=this.startTime;this.prevEndTime=th…
41 …tes&&(this.startTime=a[this.start].time,this.endTime=a[this.end].time,b.startDate=new Date(this.st…
/plugin/webdavclient/
H A Dhelper.php243 * @param string $startDate The start date as a string
249 …public function getCalendarEntries($connectionId, $startDate = null, $endDate = null, $dwuser = nu… argument
257 if($startDate !== null)
259 $startTs = new \DateTime($startDate);
/plugin/combo/ComboStrap/
H A DMarkupPath.php129 private $startDate; variable in ComboStrap\\MarkupPath
1137 return $this->startDate->getValue();
1507 $this->startDate
1645 $this->startDate = StartDate::createFromPage($this);
/plugin/noticeboard/
H A Dsyntax.php205 $out .= ">".$this->getLang('startDate')."</option>";
/plugin/noticeboard/noticeboard/
H A Dsyntax.php205 $out .= ">".$this->getLang('startDate')."</option>";
/plugin/importfacebookevents/
H A Dsyntax.php314 'startDate' => '{starttimestamp}',
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js451 startDate: false, // new Date(), '1986/12/08', '-1970/01/05','-1970/01/05', property in default_options
1905 if (options.startDate) {
1906 ct = _xdsoft_datetime.strToDate(options.startDate);
/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_163705.bak309 'startDate' => '{starttimestamp}',
H A Dsyntax.php.2018-03-08_165255.bak316 'startDate' => '{starttimestamp}',
H A Dsyntax.php.2018-03-08_163658.bak310 'startDate' => '{starttimestamp}',
H A Dsyntax.php.2018-03-08_163718.bak309 'startDate' => '{starttimestamp}',
H A Dsyntax.php.2018-03-08_164623.bak309 'startDate' => '{starttimestamp}',
H A Dsyntax.php.2018-03-08_164706.bak313 'startDate' => '{starttimestamp}',
H A Dsyntax.php.2018-03-08_165027.bak315 'startDate' => '{starttimestamp}',

12345