Searched refs:moment (Results 1 – 25 of 145) sorted by relevance
123456
| /plugin/davcal/ |
| H A D | script.js | 19 return moment(input,format).toDate(); 22 return moment(this).format(format); 343 var startDate = moment(jQuery('#dw_davcal__eventfrom_edit').val(), 'YYYY-MM-DD'); 344 var endDate = moment(jQuery('#dw_davcal__eventto_edit').val(), 'YYYY-MM-DD'); 349 var startTime = moment.duration(jQuery('#dw_davcal__eventfromtime_edit').val()); 350 var endTime = moment.duration(jQuery('#dw_davcal__eventtotime_edit').val()); 504 calEvent.end = moment(event); 522 calEvent.end = moment(event); 689 endEvent = moment(calEvent.end);
|
| /plugin/dirtylittlehelper/mermaid/editor/src/components/ |
| D | Links.svelte | 3 import moment from 'moment'; 45 a.download = `mermaid-diagram-${moment().format('YYYYMMDDHHmmss')}.png`; 86 event.target.download = `mermaid-diagram-${moment().format(
|
| /plugin/zip/lang/en/ |
| D | intro.txt | 3 This page will create a zip archive of your wiki database at the moment. Also, you may restore you…
|
| /plugin/confmanager/lang/nl/ |
| D | scheme.txt | 3 De volgende protocollen zijn op dit moment toegestaan:
|
| /plugin/autonumbering/ |
| D | README.md | 4 …s://www.dokuwiki.org/plugin:autonumbering plugin back to live. That is not available at the moment.
|
| /plugin/aclregex/ |
| D | README.md | 19 At the moment, there's no admin component - editing must be done through
|
| /plugin/davcal/fullcalendar-3.10.5/ |
| H A D | fullcalendar.js | 121 var moment = __webpack_require__(0); 529 return moment.duration({ 537 return moment.duration({ 544 return moment.duration(Math.round(a.diff(b, unit, true)), // returnFloat=true 583 else if (moment.isDuration(start)) { // given duration 623 return moment.duration(dur * n); 627 return moment.duration({ months: months * n }); 629 return moment.duration({ days: dur.asDays() * n }); 909 var moment = __webpack_require__(0); 917 if (moment.isMoment(startInput)) { [all …]
|
| /plugin/ipban/lang/nl/ |
| D | banned.txt | 3 Uw IP adres is op dit moment niet toegestaan om daarmee deze wiki te bezoeken. Dit kan het gevolg z…
|
| /plugin/ipban/lang/cs/ |
| D | banned.txt | 3 Pro IP adresu ze které se momentálně připojujete k wiki byl přístup zamítnut. To může být způsobeno…
|
| /plugin/magnifier/ |
| D | README.md | 6 _Note:_ The image of the loupe cannot be changed at the moment since the script requires its curren…
|
| /plugin/formatplus2/ |
| D | README.md | 4 This fork only tries to fix the deprecated `jQuery.browser` type error (at the moment). I have e-ma…
|
| /plugin/upgrade/lang/fr/ |
| D | final.txt | 7 Mais pour le moment, profitez de [[:|votre nouveau DokuWiki]] ! :-)
|
| /plugin/authlinotp/ |
| D | README.md | 7 At the moment you need to create a useridresolver in privacyIDEA, that holds the same users
|
| /plugin/dirtylittlehelper/mermaid/editor/src/routes/ |
| D | Edit.svelte | 12 import moment from 'moment'; 138 return `${moment(t).fromNow()} (${new Date(t).toLocaleString()})`;
|
| /plugin/dokugitviewer/ |
| D | README | 4 Please notice, that this is barely usable at the moment.
|
| /plugin/davcal/fullcalendar-3.10.5/locale/ |
| H A D | en-ca.js | 1 …object"==typeof exports?t(require("moment"),require("fullcalendar")):t(e.moment,e.FullCalendar)}("…
|
| H A D | en-ie.js | 1 …object"==typeof exports?t(require("moment"),require("fullcalendar")):t(e.moment,e.FullCalendar)}("…
|
| H A D | en-gb.js | 1 …object"==typeof exports?t(require("moment"),require("fullcalendar")):t(e.moment,e.FullCalendar)}("…
|
| H A D | en-au.js | 1 …object"==typeof exports?t(require("moment"),require("fullcalendar")):t(e.moment,e.FullCalendar)}("…
|
| H A D | da.js | 1 …object"==typeof exports?r(require("moment"),require("fullcalendar")):r(e.moment,e.FullCalendar)}("…
|
| H A D | en-nz.js | 1 …object"==typeof exports?t(require("moment"),require("fullcalendar")):t(e.moment,e.FullCalendar)}("…
|
| H A D | sv.js | 1 …object"==typeof exports?r(require("moment"),require("fullcalendar")):r(e.moment,e.FullCalendar)}("…
|
| H A D | ar-kw.js | 1 …object"==typeof exports?t(require("moment"),require("fullcalendar")):t(e.moment,e.FullCalendar)}("…
|
| H A D | ar-tn.js | 1 …object"==typeof exports?t(require("moment"),require("fullcalendar")):t(e.moment,e.FullCalendar)}("…
|
| H A D | ar-dz.js | 1 …object"==typeof exports?t(require("moment"),require("fullcalendar")):t(e.moment,e.FullCalendar)}("…
|
123456