Home
last modified time | relevance | path

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

12345

/plugin/zotero/
H A 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()
H A DTextZoteroRepository.php127 $e->getDate() . ($e->getDate() == "" ? " " : "") . "|" .
/plugin/amcharts/assets/amcharts/
H A 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/virtualkeyboard/vk/extensions/
H A 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/indexmenu2/cms/extensions/
H A Ddateextensions.js11getDate()+i[I];return this.isLeapYear()&&I>2?l+1:l};Date.prototype.getIsoYear=function(){var i=thi…
/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/
H A DChromeOsDeviceActiveTimeRanges.php55 public function getDate() function in Google\\Service\\Directory\\ChromeOsDeviceActiveTimeRanges
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DCustomerSearchApplicationStats.php53 public function getDate() function in Google\\Service\\CloudSearch\\CustomerSearchApplicationStats
H A DCustomerSessionStats.php39 public function getDate() function in Google\\Service\\CloudSearch\\CustomerSessionStats
H A DSearchApplicationSessionStats.php39 public function getDate() function in Google\\Service\\CloudSearch\\SearchApplicationSessionStats
H A DCustomerIndexStats.php38 public function getDate() function in Google\\Service\\CloudSearch\\CustomerIndexStats
H A DCustomerQueryStats.php38 public function getDate() function in Google\\Service\\CloudSearch\\CustomerQueryStats
H A DDataSourceIndexStats.php38 public function getDate() function in Google\\Service\\CloudSearch\\DataSourceIndexStats
H A DSearchApplicationQueryStats.php38 public function getDate() function in Google\\Service\\CloudSearch\\SearchApplicationQueryStats
H A DCustomerUserStats.php47 public function getDate() function in Google\\Service\\CloudSearch\\CustomerUserStats
H A DSearchApplicationUserStats.php47 public function getDate() function in Google\\Service\\CloudSearch\\SearchApplicationUserStats
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DCreativeFilteringReasons.php31 public function getDate() function in Google\\Service\\AdExchangeBuyer\\CreativeFilteringReasons
/plugin/datepicker/script/jscalendar-1.0/
H A Dcalendar.js634 var day = date.getDate();
924 var d = date.getDate();
1032 date.setDate(date.getDate() - step);
1106 TD = today.getDate();
1119 var mday = date.getDate();
1130 date.setDate(date.getDate() + 1);
1147 iday = date.getDate();
1671 if (isNaN(d)) d = today.getDate();
1746 (this.getDate() == date.getDate()) &&
1757 this.setDate(tmp.getDate());
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DEventDateTime.php45 public function getDate() function in Google\\Service\\Calendar\\EventDateTime
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Adsense/
H A DPayment.php57 public function getDate() function in Google\\Service\\Adsense\\Payment
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DBirthday.php41 public function getDate() function in Google\\Service\\PeopleService\\Birthday
H A DEvent.php45 public function getDate() function in Google\\Service\\PeopleService\\Event
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Fcmdata/
H A DGoogleFirebaseFcmDataV1beta1AndroidDeliveryData.php87 public function getDate() function in Google\\Service\\Fcmdata\\GoogleFirebaseFcmDataV1beta1AndroidDeliveryData
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2DateTime.php43 public function getDate() function in Google\\Service\\DLP\\GooglePrivacyDlpV2DateTime
/plugin/ckgdoku/ckeditor/plugins/signature/
H A Dplugin.js1 …/"+this.numbersToTwoDigits(i.getMonth()+1)+"/"+this.numbersToTwoDigits(i.getDate())+" "+this.numbe…

12345