Lines Matching refs:min

43 	{name: 'barPos', dispName: 'Handle Position', type: 'float', min:0, max:100, defVal:20},
44 {name: 'barHeight', dispName: 'Video Bar Height', type: 'float', min:0, defVal:30}
87 barPos = Math.min(100, barPos);
189 …var barPos = Math.max(0, Math.min(100, parseFloat(mxUtils.getValue(this.state.style, 'barPos', thi…
196 …this.state.style['barPos'] = Math.round(1000 * Math.max(0, Math.min(100, (pt.x - bounds.x) * 100 /…
201 …var barHeight = Math.max(0, Math.min(bounds.height, parseFloat(mxUtils.getValue(this.state.style, …
206 …this.state.style['barHeight'] = Math.round(1000 * Math.max(0, Math.min(bounds.height, bounds.y + b…
1819 {name: 'rSize', dispName: 'Arc Size', type: 'float', min:0, defVal:10},
1896 {name: 'rSize', dispName: 'Arc Size', type: 'float', min:0, defVal:10},
1949 {name: 'rSize', dispName: 'Arc Size', type: 'float', min:0, defVal:10},
2006 {name: 'rectMargin', dispName: 'Global Margin', type: 'float', min:0, defVal:0},
2007 {name: 'rectMarginTop', dispName: 'Top Margin', type: 'float', min:0, defVal:0},
2008 {name: 'rectMarginLeft', dispName: 'Left Margin', type: 'float', min:0, defVal:0},
2009 {name: 'rectMarginBottom', dispName: 'Bottom Margin', type: 'float', min:0, defVal:0},
2010 {name: 'rectMarginRight', dispName: 'Right Margin', type: 'float', min:0, defVal:0}
2078 {name: 'rectMargin', dispName: 'Global Margin', type: 'float', min:0, defVal:0},
2079 {name: 'rectMarginTop', dispName: 'Top Margin', type: 'float', min:0, defVal:0},
2080 {name: 'rectMarginLeft', dispName: 'Left Margin', type: 'float', min:0, defVal:0},
2081 {name: 'rectMarginBottom', dispName: 'Bottom Margin', type: 'float', min:0, defVal:0},
2082 {name: 'rectMarginRight', dispName: 'Right Margin', type: 'float', min:0, defVal:0}