Home
last modified time | relevance | path

Searched refs:amt (Results 1 – 6 of 6) sorted by relevance

/plugin/s5reloaded/ui/thesis/
H A Dslides.js1098 function alterRemainingTime(amt) { argument
1099 var change = amt * 60000; // convert to msecs
/plugin/processing/
H A Dscript.js4811 p.lerpColor = function lerpColor(c1, c2, amt) { argument
4827 var r = parseInt(p.lerp(r1, r2, amt), 10);
4828 var g = parseInt(p.lerp(g1, g2, amt), 10);
4829 var b = parseInt(p.lerp(b1, b2, amt), 10);
4830 var a = parseFloat(p.lerp(a1, a2, amt) * colorModeA);
6055 p.lerp = function(value1, value2, amt) { argument
6056 return ((value2 - value1) * amt) + value1;
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js4769 },completeValue:function(amt){var selectRangeCallback=this.getAutoCompleter().complete(currentPanel… argument
4773 }}else{this.incrementValue(amt)
4774 }},incrementValue:function(amt){var value=this.input.value; argument
4785 var completion=intValue-amt;
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js18054 completeValue: function(amt) argument
18058 …tRangeCallback = this.getAutoCompleter().complete(currentPanel.context, this.input, true, amt < 0);
18072 this.incrementValue(amt);
18075 incrementValue: function(amt) argument
18101 var completion = intValue-amt;
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js4780 },completeValue:function(amt){var selectRangeCallback=this.getAutoCompleter().complete(currentPanel.context,this.input,true,amt<0); argument
4784 }}else{this.incrementValue(amt)
4785 }},incrementValue:function(amt){var value=this.input.value; argument
4796 var completion=intValue-amt;
/plugin/mermaid/
H A Dmermaid.min.js[all...]