Home
last modified time | relevance | path

Searched refs:remaining (Results 101 – 103 of 103) sorted by last modified time

12345

/plugin/s5reloaded/ui/thesis/
H A Dslides.js180 remaining: 0 property in countdown
1055 countdown.remaining = startFrom * 60000; // convert to msecs
1057 countdown.end = countdown.start + countdown.remaining;
1059 var timeLeft = formatTime(countdown.remaining);
1068 countdown.remaining = countdown.end - now;
1072 if (countdown.remaining >= 0) {
1073 var timeLeft = formatTime(countdown.remaining);
1075 if (countdown.remaining < 300000) {
1080 var timeLeft = '-' + formatTime(-countdown.remaining);
1093 countdown.end = countdown.start + countdown.remaining;
[all …]
/plugin/jmol2/jmol/
H A DCHANGES.txt2197 # bug fix: integer addition not remaining integer
/plugin/bibtex/OSBib/format/
H A DREADME.txt194 Add all remaining items to the internal $item array in BIBFORMAT.php. Use this to add elements of …

12345