Home
last modified time | relevance | path

Searched refs:onTimerEvent (Results 1 – 4 of 4) sorted by relevance

/plugin/s5reloaded/ui/effects_support/
Dcontrols.js958 this.timer = setTimeout(this.onTimerEvent.bind(this), this.delay * 1000);
961 onTimerEvent: function() { method
Dprototype.js380 this.timer = setInterval(this.onTimerEvent.bind(this), this.frequency * 1000);
393 onTimerEvent: function() { method
1683 this.onTimerEvent();
1699 this.timer = this.onTimerEvent.bind(this).delay(this.decay * this.frequency);
1702 onTimerEvent: function() { method
/plugin/freechat/phpfreechat/data/public/js/
Dprototype.js296 this.timer = setInterval(this.onTimerEvent.bind(this), this.frequency * 1000);
309 onTimerEvent: function() { method
1479 this.onTimerEvent();
1495 this.timer = this.onTimerEvent.bind(this).delay(this.decay * this.frequency);
1498 onTimerEvent: function() { method
/plugin/issuetracker/
Dprototype.js494 this.timer = setInterval(this.onTimerEvent.bind(this), this.frequency * 1000);
507 onTimerEvent: function() { method
1793 this.onTimerEvent();
1809 this.timer = this.onTimerEvent.bind(this).delay(this.decay * this.frequency);
1812 onTimerEvent: function() { method