Searched refs:newDate (Results 1 – 8 of 8) sorted by relevance
| /plugin/deletepageguard/build/ |
| H A D | update-version.php | 28 $newDate = $argv[2] ?? date('Y-m-d'); variable 44 if (!preg_match('/^\d{4}-\d{2}-\d{2}$/', $newDate)) { 49 echo "Updating date from {$currentDate} to {$newDate}\n\n"; 54 $newVersionInfo['date'] = $newDate; 66 $content = preg_replace('/^date\s+.*$/m', "date {$newDate}", $content); 77 $content = str_replace('## [Unreleased]', "## [{$newVersion}] - {$newDate}", $content); 91 …$content = preg_replace('/^lastupdate\s*:\s*\d{4}-\d{2}-\d{2}\s*$/m', "lastupdate : {$newDate}", $… 101 $changelogEntry = " * **{$newDate}**\n * Release v{$newVersion}\n * ";
|
| /plugin/combo/action/ |
| H A D | cacheexpiration.php | 139 $newDate = Cron::getDate($cacheExpirationFrequency); 144 if ($newDate < $actualDate) { 145 …LogUtility::msg("The new calculated date cache expiration frequency ({$newDate->format(Iso8601Date… 149 ->setValue($newDate)
|
| /plugin/bez/lib/jquery.datepair/ |
| H A D | datepair.js | 223 var newDate = new Date(startDate.getTime() + this.dateDelta); 224 this.settings.updateDate(this.endDateInput, newDate); 226 var newDate = new Date(endDate.getTime() - this.dateDelta); 227 this.settings.updateDate(this.startDateInput, newDate);
|
| /plugin/davcal/fullcalendar-3.10.5/ |
| H A D | fullcalendar.js | 10718 Calendar.prototype.zoomTo = function (newDate, viewType) { 10723 this.currentDate = newDate.clone();
|
| /plugin/amcharts/assets/amcharts/ |
| D | amcharts.js | 364 …{period:b,count:c}};d.getDate=function(a,b,c){return a instanceof Date?d.newDate(a,c):b&&isNaN(a)?… 365 1,0)).getDate()};d.newDate=function(a,b){return b&&-1==b.indexOf("fff")?new Date(a):new Date(a.getF… function
|
| /plugin/dirtylittlehelper/script/ |
| D | mermaid.min.js.map | 1 …newDate","formatLocale","locale_dateTime","dateTime","locale_date","locale_time","locale_periods",…
|
| /plugin/strata/ |
| D | plotly-2.25.2.min.js | 8 … O="i"===A.charAt(A.length-1);A=parseInt(A,10),C=P.newDate(k,P.toMonthIndex(k,A,O),M)}else C=P.new…
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | bundle.js.map | 1 …newDate(y, m, d) {\n return {y: y, m: m, d: d, H: 0, M: 0, S: 0, L: 0};\n}\n\nexport default func…
|