Searched defs:min (Results 1 - 2 of 2) sorted by relevance
/yui3/src/dial/js/ |
H A D | Dial.js | 61 * @attribute min 65 min : { 256 markerMaxMin : makeClassName("marker-max-min"), 370 this._minValue = this.get('min'); // saves doing a .get many times, but we need to remember to update this if/when we allow changing min or max after instantiation 590 // The effect is the same for min, only in reverse. 591 // We can't reset the _timesWrapped to the max or min here. 638 // Case: range min-to-max is greater than stepsPerRevolution (one revolution) 650 // special case of getting un-stuck from a min value case 662 // Case: range min [all...] |
/yui3/src/profiler/js/ |
H A D | Profiler.js | 32 min: 0, 42 * updates min/max/avg calculations for the function. 68 functionData.min = Math.min(functionData.min, duration); 72 functionData.min = duration; 301 return report[name].min; 306 * The object has an entry for min, max, avg, calls, and points). 318 * The object has an entry for min, max, avg, calls, and points). 330 * returns all information (min, ma [all...] |
Completed in 527 milliseconds