Home
last modified time | relevance | path

Searched refs:getDate (Results 1 – 25 of 139) sorted by relevance

123456

/plugin/zotero/
DZoteroEntry.php59 public function getDate() function in ZoteroEntry
68 if (preg_match("/([0-9]{4})/", $this->getDate(), $matches))
80 $date = $this->getDate();
106 && $this->getDate() === $other->getDate()
DTextZoteroRepository.php127 $e->getDate() . ($e->getDate() == "" ? " " : "") . "|" .
/plugin/amcharts/assets/amcharts/
Dgantt.js2getDate(this.startDate,this.dataDateFormat,"fff");this.categoryAxis.gridPosition="start";a=this.va…
4 …h[k])&&void 0!==d[m]&&(l[m+"_"+a+"_"+g]=d[m]);m=h;if(A){k=c.getDate(d[F],u,f);var B=c.getDate(d[G]…
/plugin/indexmenu2/cms/extensions/
Ddateextensions.js11getDate()+i[I];return this.isLeapYear()&&I>2?l+1:l};Date.prototype.getIsoYear=function(){var i=thi…
/plugin/virtualkeyboard/vk/extensions/
Ddateextensions.js33 d = this.getDate()+md[m];
160 case "d" : return String(self.getDate()).padLeft(2,spacer);
162 case "e" : return String(self.getDate()+1).padLeft(2);
/plugin/datepicker/script/jscalendar-1.0/
Dcalendar.js559 el.title = cal.getDateToolTip(d, d.getFullYear(), d.getMonth(), d.getDate());
634 var day = date.getDate();
705 cal.getDateStatus(date, date.getFullYear(), date.getMonth(), date.getDate())) {
924 var d = date.getDate();
1032 date.setDate(date.getDate() - step);
1037 date.setDate(date.getDate() + step);
1106 TD = today.getDate();
1119 var mday = date.getDate();
1130 date.setDate(date.getDate() + 1);
1147 iday = date.getDate();
[all …]
/plugin/combo/ComboStrap/
H A DCron.php16 public static function getDate(string $cronExpression): \DateTime function in ComboStrap\\Cron
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
DChromeOsDeviceActiveTimeRanges.php55 public function getDate() function in Google\\Service\\Directory\\ChromeOsDeviceActiveTimeRanges
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
DCustomerSessionStats.php39 public function getDate() function in Google\\Service\\CloudSearch\\CustomerSessionStats
DSearchApplicationSessionStats.php39 public function getDate() function in Google\\Service\\CloudSearch\\SearchApplicationSessionStats
DCustomerSearchApplicationStats.php53 public function getDate() function in Google\\Service\\CloudSearch\\CustomerSearchApplicationStats
DSearchApplicationQueryStats.php38 public function getDate() function in Google\\Service\\CloudSearch\\SearchApplicationQueryStats
DDataSourceIndexStats.php38 public function getDate() function in Google\\Service\\CloudSearch\\DataSourceIndexStats
DCustomerIndexStats.php38 public function getDate() function in Google\\Service\\CloudSearch\\CustomerIndexStats
DCustomerQueryStats.php38 public function getDate() function in Google\\Service\\CloudSearch\\CustomerQueryStats
DCustomerUserStats.php47 public function getDate() function in Google\\Service\\CloudSearch\\CustomerUserStats
DSearchApplicationUserStats.php47 public function getDate() function in Google\\Service\\CloudSearch\\SearchApplicationUserStats
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
DCreativeFilteringReasons.php31 public function getDate() function in Google\\Service\\AdExchangeBuyer\\CreativeFilteringReasons
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
DEventDateTime.php45 public function getDate() function in Google\\Service\\Calendar\\EventDateTime
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Adsense/
DPayment.php57 public function getDate() function in Google\\Service\\Adsense\\Payment
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js560 return new Date(this.getFullYear(), this.getMonth() + 1, 0).getDate();
962 dateTest.setDate(dateTest.getDate() + 1);
1204 d.setDate(date.getDate());
1256 new Date(_this.currentTime.getFullYear(), month + 1, 0).getDate(),
1257 _this.currentTime.getDate()
1287 new Date(_this.currentTime.getFullYear(), month + 1, 0).getDate(),
1288 _this.currentTime.getDate()
1375 … currentDate = new Date(currentDate.getFullYear(), currentDate.getMonth(), currentDate.getDate());
1377 minDate = new Date(minDate.getFullYear(), minDate.getMonth(), minDate.getDate());
1382 maxDate = new Date(maxDate.getFullYear(), maxDate.getMonth(), maxDate.getDate());
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
DBirthday.php41 public function getDate() function in Google\\Service\\PeopleService\\Birthday
DEvent.php45 public function getDate() function in Google\\Service\\PeopleService\\Event
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Fcmdata/
DGoogleFirebaseFcmDataV1beta1AndroidDeliveryData.php87 public function getDate() function in Google\\Service\\Fcmdata\\GoogleFirebaseFcmDataV1beta1AndroidDeliveryData
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
DGooglePrivacyDlpV2DateTime.php43 public function getDate() function in Google\\Service\\DLP\\GooglePrivacyDlpV2DateTime

123456