Home
last modified time | relevance | path

Searched refs:getDate (Results 26 – 50 of 119) sorted by relevance

12345

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DHolidaysHoliday.php71 public function getDate() function in Google\\Service\\ShoppingContent\\HolidaysHoliday
H A DRepricingRuleReport.php76 public function getDate() function in Google\\Service\\ShoppingContent\\RepricingRuleReport
H A DRepricingProductReport.php90 public function getDate() function in Google\\Service\\ShoppingContent\\RepricingProductReport
H A DSegments.php285 public function getDate() function in Google\\Service\\ShoppingContent\\Segments
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Reports/
H A DUsageReport.php50 public function getDate() function in Google\\Service\\Reports\\UsageReport
/plugin/ckgedit/ckeditor/plugins/signature/
H A Dplugin.js1 …/"+this.numbersToTwoDigits(i.getMonth()+1)+"/"+this.numbersToTwoDigits(i.getDate())+" "+this.numbe…
H A Dplugin.js.unc35 + this.numbersToTwoDigits(d.getDate())
/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()
1377 minDate = new Date(minDate.getFullYear(), minDate.getMonth(), minDate.getDate());
1382 maxDate = new Date(maxDate.getFullYear(), maxDate.getMonth(), maxDate.getDate());
1479 start.setDate(start.getDate() - 1);
[all …]
/plugin/fckg/fckeditor/editor/plugins/signature/
H A Dfckplugin.js34 + FCKInsertSignature.numbersToTwoDigits(d.getDate())
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/
H A DGmailMessageInfo.php80 public function getDate() function in Google\\Service\\AlertCenter\\GmailMessageInfo
/plugin/combo/ComboStrap/
H A DCacheExpirationFrequency.php52 $cacheExpirationCalculatedDate = Cron::getDate($value);
H A DCacheExpirationDate.php90 $value = Cron::getDate($cronExpression);
H A DCacheManager.php111 $expirationDate = Cron::getDate($cacheExpirationFrequency);
/plugin/zotero/tests/
H A DZoteroEntryTest.php31 $this->assertEquals(self::DATE, $this->e->getDate());
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DReview.php97 public function getDate() function in Google\\Service\\Books\\Review
/plugin/fkstimer/
H A Dscript.js35 const days = time.getDate() + (time.getMonth() * 31) - 1;
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_csp.js131 …se "%d": return utc ? gantt.date.to_fixed(date.getUTCDate()) : gantt.date.to_fixed(date.getDate());
133 case "%j": return utc ? date.getUTCDate() : date.getDate();
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_csp.js13 …(a.getDate());case"%m":return e?gantt.date.to_fixed(a.getUTCMonth()+1):gantt.date.to_fixed(a.getMo…
H A Ddhtmlxgantt_csp.js.map1getDate","getUTCMonth","getMonth","getUTCFullYear","getFullYear","locale","day_short","getUTCDay",…
/plugin/socialshareprivacy2/JC/
H A Djquery.cookie.js46 t.setDate(t.getDate() + days);
/plugin/combo/action/
H A Dcacheexpiration.php139 $newDate = Cron::getDate($cacheExpirationFrequency);
/plugin/ckgdoku/ckeditor/plugins/signature/
H A Dplugin.js.unc35 + this.numbersToTwoDigits(d.getDate())
/plugin/xcom/
H A Dscript.js221 … var day = date_time.getDate() > 9 ? date_time.getDate() : '0'+ date_time.getDate();
/plugin/confmanager/
H A Dscript.js26 expirationDate.setDate(expirationDate.getDate()+365);
/plugin/authgoogle/google/contrib/
H A DGoogle_ReportsService.php373 public function getDate() { function in Google_UsageReport

12345