Searched refs:countdown (Results 1 – 7 of 7) sorted by relevance
1 base countdown7 url http://dokuwiki.org/plugin:countdown
2 url=http://www.ekkart.de/downloads/computer/countdown-2.1.3.zip
32 * syntax.php: Display hr/min in countdown message.
3 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
6 desc Shows a countdown in days, weeks, months or years for a specified date with several options fo…
175 var countdown = { variable1055 countdown.remaining = startFrom * 60000; // convert to msecs1056 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 …]
3 Outputs a countdown until a specified date/time and then a *countup*(?) since.