Searched defs:state (Results 1 - 2 of 2) sorted by relevance

/yui3/src/io/tests/php/
H A Dhttp.php5 $state = 'success'; variable
15 $state = 'failure'; variable
19 $state = 'failure'; variable
23 $state = 'exception'; variable
27 echo $state;
/yui3/src/profiler/js/
H A DProfiler.js178 if (stopwatch && stopwatch.state == WATCH_STARTED){
181 stopwatch.state = WATCH_PAUSED;
208 state: WATCH_STOPPED,
214 if (stopwatches[name].state == WATCH_STOPPED){
215 stopwatches[name].state = WATCH_STARTED;
234 if (stopwatch.state == WATCH_STARTED){
236 } else if (stopwatch.state == WATCH_PAUSED){
243 stopwatch.state = WATCH_STOPPED;

Completed in 16 milliseconds