Searched refs:points (Results 1 - 25 of 62) sorted by relevance

123

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/util/
H A DViewPositions.java36 * It basically contains two lists of scrollbars and points.
42 private ArrayList<Point> points = new ArrayList<Point>(); field in class:ViewPositions
61 points.add(p);
71 points.clear();
81 return points.get(index);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/util/
H A DViewPositions.java35 * It basically contains two lists of scrollbars and points.
41 private ArrayList<Point> points = new ArrayList<Point>(); field in class:ViewPositions
60 points.add(p);
70 points.clear();
80 return points.get(index);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/util/
H A DViewPositions.java36 * It basically contains two lists of scrollbars and points.
42 private ArrayList<Point> points = new ArrayList<Point>(); field in class:ViewPositions
61 points.add(p);
71 points.clear();
81 return points.get(index);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DViewPositions.java35 * It basically contains two lists of scrollbars and points.
41 private ArrayList<Point> points = new ArrayList<Point>(); field in class:ViewPositions
60 points.add(p);
70 points.clear();
80 return points.get(index);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DViewPositions.java36 * It basically contains two lists of scrollbars and points.
42 private ArrayList<Point> points = new ArrayList<Point>(); field in class:ViewPositions
61 points.add(p);
71 points.clear();
81 return points.get(index);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/
H A DViewPositions.java36 * It basically contains two lists of scrollbars and points.
42 private ArrayList<Point> points = new ArrayList<>(); field in class:ViewPositions
61 points.add(p);
71 points.clear();
81 return points.get(index);
/forgerock/openam-v13/openam-schema/openam-diagnostics-schema/src/main/java/com/sun/identity/diagnostic/base/core/jaxbgen/impl/runtime/
H A DGrammarInfoFacade.java76 * Return the probe points for this GrammarInfo, which are used to detect
85 String[] points = grammarInfos[i].getProbePoints();
86 for( int j = 0; j < points.length; j++ ) {
87 probePointList.add( points[j] );
97 * Iterate through the probe points looking for root element collisions.
101 private void detectRootElementCollisions( String[] points )
104 // the array of probe points contain uri:localname pairs
105 for( int i = 0; i < points.length; i += 2 ) {
110 if( grammarInfos[j].recognize( points[i], points[
[all...]
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/impl/runtime/
H A DGrammarInfoFacade.java76 * Return the probe points for this GrammarInfo, which are used to detect
85 String[] points = grammarInfos[i].getProbePoints();
86 for( int j = 0; j < points.length; j++ ) {
87 probePointList.add( points[j] );
97 * Iterate through the probe points looking for root element collisions.
101 private void detectRootElementCollisions( String[] points )
104 // the array of probe points contain uri:localname pairs
105 for( int i = 0; i < points.length; i += 2 ) {
110 if( grammarInfos[j].recognize( points[i], points[
[all...]
/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/runtime/
H A DGrammarInfoFacade.java76 * Return the probe points for this GrammarInfo, which are used to detect
85 String[] points = grammarInfos[i].getProbePoints();
86 for( int j = 0; j < points.length; j++ ) {
87 probePointList.add( points[j] );
97 * Iterate through the probe points looking for root element collisions.
101 private void detectRootElementCollisions( String[] points )
104 // the array of probe points contain uri:localname pairs
105 for( int i = 0; i < points.length; i += 2 ) {
110 if( grammarInfos[j].recognize( points[i], points[
[all...]
/forgerock/openam-v13/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/entityconfig/impl/runtime/
H A DGrammarInfoFacade.java76 * Return the probe points for this GrammarInfo, which are used to detect
85 String[] points = grammarInfos[i].getProbePoints();
86 for( int j = 0; j < points.length; j++ ) {
87 probePointList.add( points[j] );
97 * Iterate through the probe points looking for root element collisions.
101 private void detectRootElementCollisions( String[] points )
104 // the array of probe points contain uri:localname pairs
105 for( int i = 0; i < points.length; i += 2 ) {
110 if( grammarInfos[j].recognize( points[i], points[
[all...]
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/impl/runtime/
H A DGrammarInfoFacade.java76 * Return the probe points for this GrammarInfo, which are used to detect
85 String[] points = grammarInfos[i].getProbePoints();
86 for( int j = 0; j < points.length; j++ ) {
87 probePointList.add( points[j] );
97 * Iterate through the probe points looking for root element collisions.
101 private void detectRootElementCollisions( String[] points )
104 // the array of probe points contain uri:localname pairs
105 for( int i = 0; i < points.length; i += 2 ) {
110 if( grammarInfos[j].recognize( points[i], points[
[all...]
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/runtime/
H A DGrammarInfoFacade.java76 * Return the probe points for this GrammarInfo, which are used to detect
85 String[] points = grammarInfos[i].getProbePoints();
86 for( int j = 0; j < points.length; j++ ) {
87 probePointList.add( points[j] );
97 * Iterate through the probe points looking for root element collisions.
101 private void detectRootElementCollisions( String[] points )
104 // the array of probe points contain uri:localname pairs
105 for( int i = 0; i < points.length; i += 2 ) {
110 if( grammarInfos[j].recognize( points[i], points[
[all...]
/forgerock/openam/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/entityconfig/impl/runtime/
H A DGrammarInfoFacade.java76 * Return the probe points for this GrammarInfo, which are used to detect
85 String[] points = grammarInfos[i].getProbePoints();
86 for( int j = 0; j < points.length; j++ ) {
87 probePointList.add( points[j] );
97 * Iterate through the probe points looking for root element collisions.
101 private void detectRootElementCollisions( String[] points )
104 // the array of probe points contain uri:localname pairs
105 for( int i = 0; i < points.length; i += 2 ) {
110 if( grammarInfos[j].recognize( points[i], points[
[all...]
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/animation/
H A Danimation-debug.js638 * Used to calculate Bezier splines for any number of control points.
647 * At least 2 points are required (start and end).
649 * Additional control points are optional.
651 * @param {Array} points An array containing Bezier points
655 this.getPosition = function(points, t) {
656 var n = points.length;
660 tmp[i] = [points[i][0], points[i][1]]; // save input
833 * Uniform speed between points
[all...]
H A Danimation-min.js31 tween.currentFrame+=tweak;}};};YAHOO.util.Bezier=new function(){this.getPosition=function(points,t){var n=points.length;var tmp=[];for(var i=0;i<n;++i){tmp[i]=[points[i][0],points[i][1]];}
66 return YAHOO.util.Easing.bounceOut(t*2-d,0,c,d)*.5+c*.5+b;}};(function(){YAHOO.util.Motion=function(el,attributes,duration,method){if(el){YAHOO.util.Motion.superclass.constructor.call(this,el,attributes,duration,method);}};YAHOO.extend(YAHOO.util.Motion,YAHOO.util.ColorAnim);var Y=YAHOO.util;var superclass=Y.Motion.superclass;var proto=Y.Motion.prototype;proto.toString=function(){var el=this.getEl();var id=el.id||el.tagName;return("Motion "+id);};proto.patterns.points=/^points$/i;proto.setAttribute=function(attr,val,unit){if(this.patterns.points.test(attr)){unit=unit||'px';superclass.setAttribute.call(this,'left',val[0],unit);superclass.setAttribute.call(this,'top',val[1],unit);}else{superclass.setAttribute.call(this,attr,val,unit);}};proto.getAttribute=function(attr){if(this.patterns.points.test(attr)){var val=[superclass.getAttribute.call(this,'left'),superclass.getAttribute.call(this,'top')];}else{val=superclass.getAttribute.call(this,attr);}
67 return val;};proto.doMethod=function(attr,start,end){var val=null;if(this.patterns.points.test(attr)){var t=this.method(this.currentFrame,0,100,this.totalFrames)/100;val=Y.Bezier.getPosition(this.runtimeAttributes[attr],t);}else{val=superclass.doMethod.call(this,attr,start,end);}
68 return val;};proto.setRuntimeAttribute=function(attr){if(this.patterns.points
[all...]
H A Danimation.js634 * Used to calculate Bezier splines for any number of control points.
643 * At least 2 points are required (start and end).
645 * Additional control points are optional.
647 * @param {Array} points An array containing Bezier points
651 this.getPosition = function(points, t) {
652 var n = points.length;
656 tmp[i] = [points[i][0], points[i][1]]; // save input
829 * Uniform speed between points
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/animation/
H A Danimation-debug.js638 * Used to calculate Bezier splines for any number of control points.
647 * At least 2 points are required (start and end).
649 * Additional control points are optional.
651 * @param {Array} points An array containing Bezier points
655 this.getPosition = function(points, t) {
656 var n = points.length;
660 tmp[i] = [points[i][0], points[i][1]]; // save input
833 * Uniform speed between points
[all...]
H A Danimation-min.js31 tween.currentFrame+=tweak;}};};YAHOO.util.Bezier=new function(){this.getPosition=function(points,t){var n=points.length;var tmp=[];for(var i=0;i<n;++i){tmp[i]=[points[i][0],points[i][1]];}
66 return YAHOO.util.Easing.bounceOut(t*2-d,0,c,d)*.5+c*.5+b;}};(function(){YAHOO.util.Motion=function(el,attributes,duration,method){if(el){YAHOO.util.Motion.superclass.constructor.call(this,el,attributes,duration,method);}};YAHOO.extend(YAHOO.util.Motion,YAHOO.util.ColorAnim);var Y=YAHOO.util;var superclass=Y.Motion.superclass;var proto=Y.Motion.prototype;proto.toString=function(){var el=this.getEl();var id=el.id||el.tagName;return("Motion "+id);};proto.patterns.points=/^points$/i;proto.setAttribute=function(attr,val,unit){if(this.patterns.points.test(attr)){unit=unit||'px';superclass.setAttribute.call(this,'left',val[0],unit);superclass.setAttribute.call(this,'top',val[1],unit);}else{superclass.setAttribute.call(this,attr,val,unit);}};proto.getAttribute=function(attr){if(this.patterns.points.test(attr)){var val=[superclass.getAttribute.call(this,'left'),superclass.getAttribute.call(this,'top')];}else{val=superclass.getAttribute.call(this,attr);}
67 return val;};proto.doMethod=function(attr,start,end){var val=null;if(this.patterns.points.test(attr)){var t=this.method(this.currentFrame,0,100,this.totalFrames)/100;val=Y.Bezier.getPosition(this.runtimeAttributes[attr],t);}else{val=superclass.doMethod.call(this,attr,start,end);}
68 return val;};proto.setRuntimeAttribute=function(attr){if(this.patterns.points
[all...]
H A Danimation.js634 * Used to calculate Bezier splines for any number of control points.
643 * At least 2 points are required (start and end).
645 * Additional control points are optional.
647 * @param {Array} points An array containing Bezier points
651 this.getPosition = function(points, t) {
652 var n = points.length;
656 tmp[i] = [points[i][0], points[i][1]]; // save input
829 * Uniform speed between points
[all...]
/forgerock/openam-v13/openam-server-only/src/main/webapp/js/Bluff-0.3.6.2/
H A Dbluff-src.js524 // Setup max/min so spread starts at the low end of the data points
1145 // Add closing points, draw polygon
1318 // Call with target pixel width of graph (800, 400, 300), and/or 'false' to omit lines (points only).
1630 x_offset = center_x, // + 15 // The label points need to be tweaked slightly
1730 x_offset = center_x, // + 15.0 # The label points need to be tweaked slightly
1928 x_offset = center_x, // The label points need to be tweaked slightly
1968 var points = [],
1971 points.push(center_x + this._normalize_points(data_row[this.klass.DATA_VALUES_INDEX][0]) * Math.cos(current_angle));
1972 points.push(center_y + this._normalize_points(data_row[this.klass.DATA_VALUES_INDEX][0]) * Math.sin(current_angle));
1980 this._d.polyline(points);
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/js/Bluff-0.3.6.2/
H A Dbluff-src.js524 // Setup max/min so spread starts at the low end of the data points
1145 // Add closing points, draw polygon
1318 // Call with target pixel width of graph (800, 400, 300), and/or 'false' to omit lines (points only).
1630 x_offset = center_x, // + 15 // The label points need to be tweaked slightly
1730 x_offset = center_x, // + 15.0 # The label points need to be tweaked slightly
1928 x_offset = center_x, // The label points need to be tweaked slightly
1968 var points = [],
1971 points.push(center_x + this._normalize_points(data_row[this.klass.DATA_VALUES_INDEX][0]) * Math.cos(current_angle));
1972 points.push(center_y + this._normalize_points(data_row[this.klass.DATA_VALUES_INDEX][0]) * Math.sin(current_angle));
1980 this._d.polyline(points);
[all...]
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/util/
H A DHtmlProgressMessageFormatter.java254 * points. For instance if we pass as argument 'Configuring Server' the
256 * @param text the String to which add points.
262 String points = SPACE +
268 UIFactory.applyFontToHtml(points, UIFactory.PROGRESS_POINTS_FONT));
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/util/
H A DHtmlProgressMessageFormatter.java255 * points. For instance if we pass as argument 'Configuring Server' the
257 * @param text the String to which add points.
263 String points = SPACE +
269 UIFactory.applyFontToHtml(points, UIFactory.PROGRESS_POINTS_FONT));
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/util/
H A DHtmlProgressMessageFormatter.java255 * points. For instance if we pass as argument 'Configuring Server' the
257 * @param text the String to which add points.
263 String points = SPACE +
269 UIFactory.applyFontToHtml(points, UIFactory.PROGRESS_POINTS_FONT));
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/util/
H A DHtmlProgressMessageFormatter.java254 * points. For instance if we pass as argument 'Configuring Server' the
256 * @param text the String to which add points.
262 String points = SPACE +
268 UIFactory.applyFontToHtml(points, UIFactory.PROGRESS_POINTS_FONT));

Completed in 185 milliseconds

123