Searched defs:stop (Results 1 - 4 of 4) sorted by relevance

/yui3/src/io/tests/cli/
H A Dserver.js92 stop: function() {
/yui3/src/io/js/
H A Dio-queue.js150 _queue.stop = function () { io.qStop(); };
/yui3/src/anim/js/
H A Danim.js291 * Resets when an animation ends (reaches iteration count or stop() called).
360 for (var i in _running) { // stop timer if nothing running
371 * @method stop
374 Y.Anim.stop = function() {
375 for (var i in _running) { // stop timer if nothing running
376 if (_running[i].stop) {
377 _running[i].stop();
447 * @method stop
451 stop: function(finish) {
/yui3/src/profiler/js/
H A DProfiler.js137 stop = new Date();
139 saveDataPoint(name, stop-start);
226 * @method stop
229 stop: function(name){

Completed in 13 milliseconds