Home
last modified time | relevance | path

Searched refs:countdown (Results 1 – 7 of 7) sorted by relevance

/plugin/countdown/
Dplugin.info.txt1 base countdown
7 url http://dokuwiki.org/plugin:countdown
Dmanager.dat2 url=http://www.ekkart.de/downloads/computer/countdown-2.1.3.zip
DChangeLog32 * syntax.php: Display hr/min in countdown message.
/plugin/countdownv2/
DREADME3 Shows a countdown in days, weeks, months or years for a specified date with several options for the…
6 http://error-404.de/blog/wp-content/uploads/2022/03/countdown.tar.gz
Dplugin.info.txt6 desc Shows a countdown in days, weeks, months or years for a specified date with several options fo…
/plugin/s5reloaded/ui/thesis/
Dslides.js175 var countdown = { variable
1055 countdown.remaining = startFrom * 60000; // convert to msecs
1056 countdown.start = new Date().valueOf();
1057 countdown.end = countdown.start + countdown.remaining;
1059 var timeLeft = formatTime(countdown.remaining);
1067 if (countdown.state == 'run') {
1068 countdown.remaining = countdown.end - now;
1072 if (countdown.remaining >= 0) {
1073 var timeLeft = formatTime(countdown.remaining);
1075 if (countdown.remaining < 300000) {
[all …]
/plugin/sincetil/
DREADME.md3 Outputs a countdown until a specified date/time and then a *countup*(?) since.