Searched refs:def (Results 1 – 2 of 2) sorted by relevance
48 getValue: function(key, def){ argument50 return this.data.hasOwnProperty(key) ? this.data[key] : def;
6 …def?null:e.def:(t=s.floor?~~t:parseFloat(t),s.mod?(t+s.mod)%s.mod:Math.min(s.max,Math.max(0,t)))}f… property