Home
last modified time | relevance | path

Searched refs:date (Results 676 – 700 of 2857) sorted by path

1...<<21222324252627282930>>...115

/plugin/datatables/assets/jszip/dist/
H A Djszip.min.js
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/datatables/
H A Dplugin.info.txt4 date 2023-08-31
/plugin/datatemplate/
H A Dplugin.info.txt3 date 2016-08-03
/plugin/date/
H A DLICENSE96 stating that you changed the files and the date of any change.
H A DREADME.md1 dokuwiki-plugin-date
4date. This plugin gives you the possibilities of the strftime or date function. With the relative
6 The documentation for the date plugin is available online at:
8 * http://dokuwiki.org/plugin:date
H A Dplugin.info.txt1 base date
4 date 2016-08-28
5 name date plugin
6 desc Wrapper about the php command strftime and date
7 url https://dokuwiki.org/plugin:date
H A Dsyntax.php154 $xhtml = date($format, $timestamp_with_now_value);
171 $xhtml = date($format, $timestamp_value);
180 $xhtml = date($format);
/plugin/datedifference/
H A DLICENSE96 stating that you changed the files and the date of any change.
H A Dplugin.info.txt4 date 2018-04-24
6 desc Display date difference
/plugin/datepicker/
H A DLICENSE96 stating that you changed the files and the date of any change.
H A Dplugin.info.txt4 date 2018-10-09
6 desc use a calendar popup to pick a date
H A Dscript.js55 datestr = calendar.date.print(par.daFormat);
85 datestr = calendar.date.print(par.daFormat);
H A Dstyle.css37 font-weight: bold; /* Pressing it will take you to the current date */
118 .calendar tbody td.selected { /* Cell showing today date */
130 .calendar tbody td.today { /* Cell showing selected date */
/plugin/datepicker/script/jscalendar-1.0/
H A Dcalendar-setup.js110 p.inputField.value = cal.date.print(p.ifFormat);
115 p.displayArea.innerHTML = cal.date.print(p.daFormat);
133 var cal = new Calendar(params.firstDay, params.date, params.onSelect || onSelect);
161 params.date = Date.parseDate(dateEl.value || dateEl.innerHTML, dateFmt);
164 params.date,
173 if (params.date)
174 cal.setDate(params.date);
H A Dcalendar.js352 date = new Date(cal.date);
362 date = new Date(cal.date);
599 date = cal.date;
614 date = new Date(cal.date);
705 cal.getDateStatus(date, date.getFullYear(), date.getMonth(), date.getDate())) {
710 if (!date.equalsTo(cal.date)) {
916 var date = this.date;
1031 var date = new Date(cal.date);
1036 var date = new Date(cal.date);
1117 this.date = new Date(date);
[all …]
/plugin/daummovie/
H A Dplugin.info.txt4 date 2015-8-6
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js933 keyDate = hDate.date.dateFormat(options.formatDate);
1197 date,
1201 date = _this.strToDateTime(options.defaultDate);
1202 d.setFullYear(date.getFullYear());
1203 d.setMonth(date.getMonth());
1204 d.setDate(date.getDate());
2040 function HighlightedDate(date, desc, style) { argument
2042 this.date = date;
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js1295 this.miscProps.date = rawProps.date;
1310 date: false,
5773 date: date,
5876 date = this._view.skipHiddenDays(date, direction);
6860 var date;
6932 var date;
7760 date: date.clone(),
10464 date = gotoOptions.date;
10473 date: date.format('YYYY-MM-DD'),
10812 var date = _this.moment(gotoOptions.date);
[all …]
H A Dmoment.js611 // format date using native date object
1154 date.setFullYear(y);
1156 return date;
1164 date.setUTCFullYear(y);
1166 return date;
3425 this.date(1);
3495 date: m.date(),
3621 this.year(date.getUTCFullYear());
3622 this.month(date.getUTCMonth());
3623 this.date(date.getUTCDate());
[all …]
/plugin/davcal/
H A Djstz.js66 get_date_offset = function get_date_offset(date) { argument
67 var offset = -date.getTimezoneOffset();
H A Dplugin.info.txt4 date 2022-08-04
H A Dscript.js71 dayClick: function(date, jsEvent, view) { argument
72 dw_davcal__modals.showEditEventDialog(date, false);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php1322 $date = HTTP\Util::parseHTTPDate($ifModifiedSince);
1324 if ($date) {
1331 if ($lastMod <= $date) {
1344 $date = HTTP\Util::parseHTTPDate($ifUnmodifiedSince);
1347 if ($date) {
1354 if ($lastMod > $date) {
/plugin/davcal/vendor/sabre/event/
H A DCHANGELOG.md7 * This release has no functional changes. It's just been brought up to date

1...<<21222324252627282930>>...115