Searched defs:keys (Results 26 - 50 of 177) sorted by relevance

12345678

/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DJEExtensibleIndexer.java52 * The comparator for index keys generated by this class.
61 * generate index keys.
68 * The extensible indexer which will generate the keys
108 * Gets the comparator that must be used to compare index keys
125 public void indexEntry(Entry entry, Set<byte[]> keys) argument
131 indexAttribute(attrList, keys);
172 * Generates the set of extensible index keys for an attribute.
173 * @param attrList The attribute for which substring keys are required.
174 * @param keys The set into which the generated keys wil
176 indexAttribute(List<Attribute> attrList, Set<byte[]> keys) argument
[all...]
H A DOrderingIndexer.java57 * generate index keys.
63 * comparator for the index keys generated by this class.
90 * Get the comparator that must be used to compare index keys
101 * Generate the set of index keys for an entry.
104 * @param keys The set into which the generated keys will be inserted.
106 public void indexEntry(Entry entry, Set<byte[]> keys) argument
112 indexAttribute(attrList, keys);
117 * Generate the set of index keys to be added and the set of index keys
161 indexAttribute(List<Attribute> attrList, Set<byte[]> keys) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DApproximateIndexer.java47 * The comparator for index keys generated by this class.
59 * generate index keys.
87 * Get the comparator that must be used to compare index keys
98 * Generate the set of index keys for an entry.
101 * @param keys The set into which the generated keys will be inserted.
103 public void indexEntry(Entry entry, Set<byte[]> keys) argument
109 indexAttribute(attrList, keys);
114 * Generate the set of index keys to be added and the set of index keys
156 indexAttribute(List<Attribute> attrList, Set<byte[]> keys) argument
[all...]
H A DEqualityIndexer.java55 * The comparator for index keys generated by this class.
62 * generate index keys.
88 * Get the comparator that must be used to compare index keys
101 * Generate the set of index keys for an entry.
104 * @param keys The set into which the generated keys will be inserted.
106 public void indexEntry(Entry entry, Set<byte[]> keys) argument
112 indexAttribute(attrList, keys);
119 * Generate the set of index keys to be added and the set of index keys
164 indexAttribute(List<Attribute> attrList, Set<byte[]> keys) argument
[all...]
H A DJEExtensibleIndexer.java52 * The comparator for index keys generated by this class.
61 * generate index keys.
68 * The extensible indexer which will generate the keys
108 * Gets the comparator that must be used to compare index keys
125 public void indexEntry(Entry entry, Set<byte[]> keys) argument
131 indexAttribute(attrList, keys);
172 * Generates the set of extensible index keys for an attribute.
173 * @param attrList The attribute for which substring keys are required.
174 * @param keys The set into which the generated keys wil
176 indexAttribute(List<Attribute> attrList, Set<byte[]> keys) argument
[all...]
H A DOrderingIndexer.java57 * generate index keys.
63 * comparator for the index keys generated by this class.
90 * Get the comparator that must be used to compare index keys
101 * Generate the set of index keys for an entry.
104 * @param keys The set into which the generated keys will be inserted.
106 public void indexEntry(Entry entry, Set<byte[]> keys) argument
112 indexAttribute(attrList, keys);
117 * Generate the set of index keys to be added and the set of index keys
161 indexAttribute(List<Attribute> attrList, Set<byte[]> keys) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/ldap/
H A DLDAPRequestHandler.java80 // The current set of selection keys.
81 private volatile SelectionKey[] keys = new SelectionKey[0]; field in class:LDAPRequestHandler
285 // Create a copy of the selection keys which can be used in a
288 keys = selector.keys().toArray(new SelectionKey[0]);
419 SelectionKey[] keyArray = selector.keys().toArray(new SelectionKey[0]);
535 new ArrayList<LDAPClientConnection>(keys.length);
536 for (SelectionKey key : keys)
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPRequestHandler.java80 // The current set of selection keys.
81 private volatile SelectionKey[] keys = new SelectionKey[0]; field in class:LDAPRequestHandler
285 // Create a copy of the selection keys which can be used in a
288 keys = selector.keys().toArray(new SelectionKey[0]);
419 SelectionKey[] keyArray = selector.keys().toArray(new SelectionKey[0]);
535 new ArrayList<LDAPClientConnection>(keys.length);
536 for (SelectionKey key : keys)
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DApproximateIndexer.java46 * The comparator for index keys generated by this class.
58 * generate index keys.
86 * Get the comparator that must be used to compare index keys
97 * Generate the set of index keys for an entry.
100 * @param keys The set into which the generated keys will be inserted.
102 public void indexEntry(Entry entry, Set<byte[]> keys) argument
108 indexAttribute(attrList, keys);
113 * Generate the set of index keys to be added and the set of index keys
155 indexAttribute(List<Attribute> attrList, Set<byte[]> keys) argument
[all...]
H A DEqualityIndexer.java54 * The comparator for index keys generated by this class.
61 * generate index keys.
87 * Get the comparator that must be used to compare index keys
100 * Generate the set of index keys for an entry.
103 * @param keys The set into which the generated keys will be inserted.
105 public void indexEntry(Entry entry, Set<byte[]> keys) argument
111 indexAttribute(attrList, keys);
118 * Generate the set of index keys to be added and the set of index keys
163 indexAttribute(List<Attribute> attrList, Set<byte[]> keys) argument
[all...]
H A DJEExtensibleIndexer.java51 * The comparator for index keys generated by this class.
60 * generate index keys.
67 * The extensible indexer which will generate the keys
107 * Gets the comparator that must be used to compare index keys
124 public void indexEntry(Entry entry, Set<byte[]> keys) argument
130 indexAttribute(attrList, keys);
171 * Generates the set of extensible index keys for an attribute.
172 * @param attrList The attribute for which substring keys are required.
173 * @param keys The set into which the generated keys wil
175 indexAttribute(List<Attribute> attrList, Set<byte[]> keys) argument
[all...]
H A DOrderingIndexer.java56 * generate index keys.
62 * comparator for the index keys generated by this class.
89 * Get the comparator that must be used to compare index keys
100 * Generate the set of index keys for an entry.
103 * @param keys The set into which the generated keys will be inserted.
105 public void indexEntry(Entry entry, Set<byte[]> keys) argument
111 indexAttribute(attrList, keys);
116 * Generate the set of index keys to be added and the set of index keys
160 indexAttribute(List<Attribute> attrList, Set<byte[]> keys) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPRequestHandler.java79 // The current set of selection keys.
80 private volatile SelectionKey[] keys = new SelectionKey[0]; field in class:LDAPRequestHandler
284 // Create a copy of the selection keys which can be used in a
287 keys = selector.keys().toArray(new SelectionKey[0]);
418 SelectionKey[] keyArray = selector.keys().toArray(new SelectionKey[0]);
534 new ArrayList<LDAPClientConnection>(keys.length);
535 for (SelectionKey key : keys)
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DApproximateIndexer.java47 * The comparator for index keys generated by this class.
59 * generate index keys.
87 * Get the comparator that must be used to compare index keys
98 * Generate the set of index keys for an entry.
101 * @param keys The set into which the generated keys will be inserted.
103 public void indexEntry(Entry entry, Set<byte[]> keys) argument
109 indexAttribute(attrList, keys);
114 * Generate the set of index keys to be added and the set of index keys
156 indexAttribute(List<Attribute> attrList, Set<byte[]> keys) argument
[all...]
H A DEqualityIndexer.java55 * The comparator for index keys generated by this class.
62 * generate index keys.
88 * Get the comparator that must be used to compare index keys
101 * Generate the set of index keys for an entry.
104 * @param keys The set into which the generated keys will be inserted.
106 public void indexEntry(Entry entry, Set<byte[]> keys) argument
112 indexAttribute(attrList, keys);
119 * Generate the set of index keys to be added and the set of index keys
164 indexAttribute(List<Attribute> attrList, Set<byte[]> keys) argument
[all...]
H A DJEExtensibleIndexer.java52 * The comparator for index keys generated by this class.
61 * generate index keys.
68 * The extensible indexer which will generate the keys
108 * Gets the comparator that must be used to compare index keys
125 public void indexEntry(Entry entry, Set<byte[]> keys) argument
131 indexAttribute(attrList, keys);
172 * Generates the set of extensible index keys for an attribute.
173 * @param attrList The attribute for which substring keys are required.
174 * @param keys The set into which the generated keys wil
176 indexAttribute(List<Attribute> attrList, Set<byte[]> keys) argument
[all...]
H A DOrderingIndexer.java57 * generate index keys.
63 * comparator for the index keys generated by this class.
90 * Get the comparator that must be used to compare index keys
101 * Generate the set of index keys for an entry.
104 * @param keys The set into which the generated keys will be inserted.
106 public void indexEntry(Entry entry, Set<byte[]> keys) argument
112 indexAttribute(attrList, keys);
117 * Generate the set of index keys to be added and the set of index keys
161 indexAttribute(List<Attribute> attrList, Set<byte[]> keys) argument
[all...]
/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/
H A DOAuth2Jwt.java90 private boolean contains(String... keys) { argument
91 for (String key : keys) {
/forgerock/openam-v13/openam-server-only/src/main/webapp/js/Bluff-0.3.6.2/
H A Dbluff-min.js1 Bluff={VERSION:'0.3.6',array:function(c){if(c.length===undefined)return[c];var d=[],f=c.length;while(f--)d[f]=c[f];return d},array_new:function(c,d){var f=[];while(c--)f.push(d);return f},each:function(c,d,f){for(var g=0,h=c.length;g<h;g++){d.call(f||null,c[g],g)}},index:function(c,d){for(var f=0,g=c.length;f<g;f++){if(c[f]===d)return f}return-1},keys:function(c){var d=[],f;for(f in c)d.push(f);return d},map:function(d,f,g){var h=[];this.each(d,function(c){h.push(f.call(g||null,c))});return h},reverse_each:function(c,d,f){var g=c.length;while(g--)d.call(f||null,c[g],g)},sum:function(c){var d=0,f=c.length;while(f--)d+=c[f];return d},Mini:{}};Bluff.Base=new JS.Class({extend:{DEBUG:false,DATA_LABEL_INDEX:0,DATA_VALUES_INDEX:1,DATA_COLOR_INDEX:2,LEGEND_MARGIN:20,TITLE_MARGIN:20,LABEL_MARGIN:10,DEFAULT_MARGIN:20,DEFAULT_TARGET_WIDTH:800,THOUSAND_SEPARATOR:','},top_margin:null,bottom_margin:null,right_margin:null,left_margin:null,title_margin:null,legend_margin:null,labels:null,center_labels_over_point:null,has_left_labels:null,x_axis_label:null,y_axis_label:null,y_axis_increment:null,colors:null,title:null,font:null,font_color:null,hide_line_markers:null,hide_legend:null,hide_title:null,hide_line_numbers:null,no_data_message:null,title_font_size:null,legend_font_size:null,marker_font_size:null,marker_color:null,marker_count:null,minimum_value:null,maximum_value:null,sort:null,additional_line_values:null,stacked:null,legend_box_size:null,tooltips:false,initialize:function(c,d){this._0=new Bluff.Renderer(c);d=d||this.klass.DEFAULT_TARGET_WIDTH;var f;if(typeof d!=='number'){f=d.split('x');this._j=parseFloat(f[0]);this._t=parseFloat(f[1])}else{this._j=parseFloat(d);this._t=this._j*0.75}this.initialize_ivars();this._1j();this.theme_keynote();this._10={}},initialize_ivars:function(){this._b=800;this._L=800*(this._t/this._j);this._5=0;this.marker_count=null;this.maximum_value=this.minimum_value=null;this._c=false;this._1=[];this.labels={};this._u={};this.sort=true;this.title=null;this._a=this._j/this._b;this.marker_font_size=21.0;this.legend_font_size=20.0;this.title_font_size=36.0;this.top_margin=this.bottom_margin=this.left_margin=this.right_margin=this.klass.DEFAULT_MARGIN;this.legend_margin=this.klass.LEGEND_MARGIN;this.title_margin=this.klass.TITLE_MARGIN;this.legend_box_size=20.0;this.no_data_message="No Data";this.hide_line_markers=this.hide_legend=this.hide_title=this.hide_line_numbers=false;this.center_labels_over_point=true;this.has_left_labels=false;this.additional_line_values=[];this._1C=[];this._k={};this.x_axis_label=this.y_axis_label=null;this.y_axis_increment=null;this.stacked=null;this._9=null},set_margins:function(c){this.top_margin=this.left_margin=this.right_margin=this.bottom_margin=c},set_font:function(c){this.font=c;this._0.font=this.font},add_color:function(c){this.colors.push(c)},replace_colors:function(c){this.colors=c||[];this._w=0},set_theme:function(c){this._1j();this._k={colors:['black','white'],additional_line_colors:[],marker_color:'white',font_color:'black',background_colors:null,background_image:null};for(var d in c)this._k[d]=c[d];this.colors=this._k.colors;this.marker_color=this._k.marker_color;this.font_color=this._k.font_color||this.marker_color;this._1C=this._k.additional_line_colors;this._M()},set_background:function(c){if(c.colors)this._k.background_colors=c.colors;if(c.image)this._k.background_image=c.image;this._M()},theme_keynote:function(){this._11='#6886B4';this._12='#FDD84E';this._v='#72AE6E';this._D='#D1695E';this._13='#8A6EAF';this._E='#EFAA43';this._F='white';this.colors=[this._12,this._11,this._v,this._D,this._13,this._E,this._F];this.set_theme({colors:this.colors,marker_color:'white',font_color:'white',background_colors:['black','#4a465a']})},theme_37signals:function(){this._v='#339933';this._13='#cc99cc';this._11='#336699';this._12='#FFF804';this._D='#ff0000';this._E='#cf5910';this._G='black';this.colors=[this._12,this._11,this._v,this._D,this._13,this._E,this._G];this.set_theme({colors:this.colors,marker_color:'black',font_color:'black',background_colors:['#d1edf5','white']})},theme_rails_keynote:function(){this._v='#00ff00';this._14='#333333';this._E='#ff5d00';this._D='#f61100';this._F='white';this._15='#999999';this._G='black';this.colors=[this._v,this._14,this._E,this._D,this._F,this._15,this._G];this.set_theme({colors:this.colors,marker_color:'white',font_color:'white',background_colors:['#0083a3','#0083a3']})},theme_odeo:function(){this._14='#202020';this._F='white';this._1D='#a21764';this._v='#8ab438';this._15='#999999';this._1E='#3a5b87';this._G='black';this.colors=[this._14,this._F,this._1E,this._1D,this._v,this._15,this._G];this.set_theme({colors:this.colors,marker_color:'white',font_color:'white',background_colors:['#ff47a4','#ff1f81']})},theme_pastel:function(){this.colors=['#a9dada','#aedaa9','#daaea9','#dadaa9','#a9a9da','#daaeda','#dadada'];this.set_theme({colors:this.colors,marker_color:'#aea9a9',font_color:'black',background_colors:'white'})},theme_greyscale:function(){this.colors=['#282828','#383838','#686868','#989898','#c8c8c8','#e8e8e8'];this.set_theme({colors:this.colors,marker_color:'#aea9a9',font_color:'black',background_colors:'white'})},data:function(f,g,h){g=(g===undefined)?[]:g;h=h||null;g=Bluff.array(g);this._1.push([f,g,(h||this._1F())]);this._5=(g.length>this._5)?g.length:this._5;Bluff.each(g,function(c,d){if(c===undefined)return;if(this.maximum_value===null&&this.minimum_value===null)this.maximum_value=this.minimum_value=c;this.maximum_value=this._1k(c)?c:this.maximum_value;if(this.maximum_value>=0)this._c=true;this.minimum_value=this._1G(c)?c:this.minimum_value;if(this.minimum_value<0)this._c=true},this)},draw:function(){if(this.stacked)this._1H();this._1I();this._x(function(){this._0.rectangle(this.left_margin,this.top_margin,this._b-this.right_margin,this._L-this.bottom_margin);this._0.rectangle(this._2,this._7,this._l,this._g)})},clear:function(){this._M()},on:function(c,d,f){var g=this._10[c]=this._10[c]||[];g.push([d,f])},trigger:function(d,f){var g=this._10[d];if(!g)return;Bluff.each(g,function(c){c[0].call(c[1],f)})},_1I:function(){if(!this._c)return this._1J();this._16();this._1K();if(this.sort)this._1L();this._1M();this._N();this._1N();this._1O()},_16:function(g){if(this._9===null||g===true){this._9=[];if(!this._c)return;this._1l();Bluff.each(this._1,function(d){var f=[];Bluff.each(d[this.klass.DATA_VALUES_INDEX],function(c){if(c===null||c===undefined)f.push(null);else f.push((c-this.minimum_value)/this._i)},this);this._9.push([d[this.klass.DATA_LABEL_INDEX],f,d[this.klass.DATA_COLOR_INDEX]])},this)}},_1l:function(){this._i=this.maximum_value-this.minimum_value;this._i=this._i>0?this._i:1;var c=Math.round(Math.LOG10E*Math.log(this._i));this._1m=Math.pow(10,3-c)},_1K:function(){this._O=this.hide_line_markers?0:this._P(this.marker_font_size);this._1n=this.hide_title?0:this._P(this.title_font_size);this._1o=this.hide_legend?0:this._P(this.legend_font_size);var c,d,f,g,h,i,j;if(this.hide_line_markers){this._2=this.left_margin;this._17=this.right_margin;this._1p=this.bottom_margin}else{d=0;if(this.has_left_labels){c='';for(j in this.labels){c=c.length>this.labels[j].length?c:this.labels[j]}d=this._H(this.marker_font_size,c)*1.25}else{d=this._H(this.marker_font_size,this._Q(this.maximum_value))}f=this.hide_line_numbers&&!this.has_left_labels?0.0:d+this.klass.LABEL_MARGIN*2;this._2=this.left_margin+f+(this.y_axis_label===null?0.0:this._O+this.klass.LABEL_MARGIN*2);g=-Infinity;for(j in this.labels)g=g>Number(j)?g:Number(j);g=Math.round(g);h=(g>=(this._5-1)&&this.center_labels_over_point)?this._H(this.marker_font_size,this.labels[g])/2:0;this._17=this.right_margin+h;this._1p=this.bottom_margin+this._O+this.klass.LABEL_MARGIN}this._l=this._b-this._17;this._6=this._b-this._2-this._17;this._7=this.top_margin+(this.hide_title?this.title_margin:this._1n+this.title_margin)+(this.hide_legend?this.legend_margin:this._1o+this.legend_margin);i=(this.x_axis_label===null)?0.0:this._O+this.klass.LABEL_MARGIN;this._g=this._L-this._1p-i;this._3=this._g-this._7},_1N:function(){if(this.x_axis_label){var c=this._g+this.klass.LABEL_MARGIN*2+this._O;this._0.fill=this.font_color;if(this.font)this._0.font=this.font;this._0.stroke='transparent';this._0.pointsize=this._d(this.marker_font_size);this._0.gravity='north';this._0.annotate_scaled(this._b,1.0,0.0,c,this.x_axis_label,this._a);this._x(function(){this._0.line(0.0,c,this._b,c)})}},_N:function(){if(this.hide_line_markers)return;if(this.y_axis_increment===null){if(this.marker_count===null){Bluff.each([3,4,5,6,7],function(c){if(!this.marker_count&&this._i%c===0)this.marker_count=c},this);this.marker_count=this.marker_count||4}this._18=(this._i>0)?this._19(this._i/this.marker_count):1}else{this.maximum_value=Math.max(Math.ceil(this.maximum_value),this.y_axis_increment);this.minimum_value=Math.floor(this.minimum_value);this._1l();this._16(true);this.marker_count=Math.round(this._i/this.y_axis_increment);this._18=this.y_axis_increment}this._1P=this._3/(this._i/this._18);var d,f,g,h;for(d=0,f=this.marker_count;d<=f;d++){g=this._7+this._3-d*this._1P;this._0.stroke=this.marker_color;this._0.stroke_width=1;this._0.line(this._2,g,this._l,g);h=d*this._18+this.minimum_value;if(!this.hide_line_numbers){this._0.fill=this.font_color;if(this.font)this._0.font=this.font;this._0.font_weight='normal';this._0.stroke='transparent';this._0.pointsize=this._d(this.marker_font_size);this._0.gravity='east';this._0.annotate_scaled(this._2-this.klass.LABEL_MARGIN,1.0,0.0,g,this._Q(h),this._a)}}},_1q:function(c){return(this._b-c)/2},_1M:function(){if(this.hide_legend)return;this._I=Bluff.map(this._1,function(c){return c[this.klass.DATA_LABEL_INDEX]},this);var i=this.legend_box_size;if(this.font)this._0.font=this.font;this._0.pointsize=this.legend_font_size;var j=[[]];Bluff.each(this._I,function(c){var d=j.length-1;var f=this._0.get_type_metrics(c);var g=f.width+i*2.7;j[d].push(g);if(Bluff.sum(j[d])>(this._b*0.9))j.push([j[d].pop()])},this);var k=this._1q(Bluff.sum(j[0]));var m=this.hide_title?this.top_margin+this.title_margin:this.top_margin+this.title_margin+this._1n;this._x(function(){this._0.stroke_width=1;this._0.line(0,m,this._b,m)});Bluff.each(this._I,function(c,d){this._0.fill=this.font_color;if(this.font)this._0.font=this.font;this._0.pointsize=this._d(this.legend_font_size);this._0.stroke='transparent';this._0.font_weight='normal';this._0.gravity='west';this._0.annotate_scaled(this._b,1.0,k+(i*1.7),m,c,this._a);this._0.stroke='transparent';this._0.fill=this._1[d][this.klass.DATA_COLOR_INDEX];this._0.rectangle(k,m-i/2.0,k+i,m+i/2.0);this._0.pointsize=this.legend_font_size;var f=this._0.get_type_metrics(c);var g=f.width+(i*2.7),h;j[0].shift();if(j[0].length==0){this._x(function(){this._0.line(0.0,m,this._b,m)});j.shift();if(j.length>0)k=this._1q(Bluff.sum(j[0]));h=Math.max(this._1o,i)+this.legend_margin;if(j.length>0){m+=h;this._7+=h;this._3=this._g-this._7}}else{k+=g}},this);this._w=0},_1O:function(){if(this.hide_title||!this.title)return;this._0.fill=this.font_color;if(this.font)this._0.font=this.font;this._0.pointsize=this._d(this.title_font_size);this._0.font_weight='bold';this._0.gravity='north';this._0.annotate_scaled(this._b,1.0,0,this.top_margin,this.title,this._a)},_e:function(c,d){if(this.hide_line_markers)return;var f;if(this.labels[d]&&!this._u[d]){f=this._g+this.klass.LABEL_MARGIN;this._0.fill=this.font_color;if(this.font)this._0.font=this.font;this._0.stroke='transparent';this._0.font_weight='normal';this._0.pointsize=this._d(this.marker_font_size);this._0.gravity='north';this._0.annotate_scaled(1.0,1.0,c,f,this.labels[d],this._a);this._u[d]=true;this._x(function(){this._0.stroke_width=1;this._0.line(0.0,f,this._b,f)})}},_y:function(d,f,g,h,i,j,k,m){if(!this.tooltips)return;var n=this._0.tooltip(d,f,g,h,i,j,k);Bluff.Event.observe(n,'click',function(){var c={series:i,label:this.labels[m],value:k,color:j};this.trigger('click:datapoint',c)},this)},_1J:function(){this._0.fill=this.font_color;if(this.font)this._0.font=this.font;this._0.stroke='transparent';this._0.font_weight='normal';this._0.pointsize=this._d(80);this._0.gravity='center';this._0.annotate_scaled(this._b,this._L/2,0,10,this.no_data_message,this._a)},_M:function(){var c=this._k.background_colors;switch(true){case c instanceof Array:this._1Q.apply(this,c);break;case typeof c==='string':this._1R(c);break;default:this._1S(this._k.background_image);break}},_1R:function(c){this._0.render_solid_background(this._j,this._t,c)},_1Q:function(c,d){this._0.render_gradiated_background(this._j,this._t,c,d)},_1S:function(c){},_1j:function(){this._w=0;this._u={};this._k={};this._0.scale(this._a,this._a)},_2k:function(c){return this._a*c},_d:function(c){var d=c*this._a;return d},_R:function(c,d){return(c>d)?d:c},_1k:function(c,d){return c>this.maximum_value},_1G:function(c,d){return c<this.minimum_value},_1r:function(c,d){return c},_2l:function(c,d){return c},_19:function(c){if(c==0)return 1.0;var d=1.0;while(c<10){c*=10;d/=10}while(c>100){c/=10;d*=10}return Math.floor(c)*d},_1L:function(){var f=this._1T,g=this.klass.DATA_VALUES_INDEX;this._9.sort(function(c,d){return f(d[g])-f(c[g])});this._1.sort(function(c,d){return f(d[g])-f(c[g])})},_1T:function(d){var f=0;Bluff.each(d,function(c){f+=(c||0)});return f},_1H:function(){var g=[],h=this._5;while(h--)g[h]=0;Bluff.each(this._1,function(f){Bluff.each(f[this.klass.DATA_VALUES_INDEX],function(c,d){g[d]+=c},this);f[this.klass.DATA_VALUES_INDEX]=Bluff.array(g)},this)},_x:function(c){if(this.klass.DEBUG){this._0.fill='transparent';this._0.stroke='turquoise';c.call(this)}},_1F:function(){var c=this._w;this._w=(this._w+1)%this.colors.length;return this.colors[c]},_Q:function(c){var d=this.klass.THOUSAND_SEPARATOR,f=(this._i%this.marker_count==0||this.y_axis_increment!==null)?String(Math.round(c)):String(Math.floor(c*this._1m)/this._1m);var g=f.split('.');g[0]=g[0].replace(/(\d)(?=(\d\d\d)+(?!\d))/g,'$1'+d);return g.join('.')},_P:function(c){return this._0.caps_height(c)},_H:function(c,d){return this._0.text_width(c,d)}});Bluff.Area=new JS.Class(Bluff.Base,{draw:function(){this.callSuper();if(!this._c)return;this._S=this._6/(this._5-1);this._0.stroke='transparent';Bluff.each(this._9,function(h){var i=[],j=0.0,k=0.0;Bluff.each(h[this.klass.DATA_VALUES_INDEX],function(c,d){var f=this._2+(this._S*d);var g=this._7+(this._3-c*this._3);if(j>0&&k>0){i.push(f);i.push(g)}else{i.push(this._2);i.push(this._g-1);i.push(f);i.push(g)}this._e(f,d);j=f;k=g},this);i.push(this._l);i.push(this._g-1);i.push(this._2);i.push(this._g-1);this._0.fill=h[this.klass.DATA_COLOR_INDEX];this._0.polyline(i)},this)}});Bluff.BarConversion=new JS.Class({mode:null,zero:null,graph_top:null,graph_height:null,minimum_value:null,spread:null,getLeftYRightYscaled:function(c,d){var f;switch(this.mode){case 1:d[0]=this.graph_top+this.graph_height*(1-c)+1;d[1]=this.graph_top+this.graph_height-1;break;case 2:d[0]=this.graph_top+1;d[1]=this.graph_top+this.graph_height*(1-c)-1;break;case 3:f=c-this.minimum_value/this.spread;if(c>=this.zero){d[0]=this.graph_top+this.graph_height*(1-(f-this.zero))+1;d[1]=this.graph_top+this.graph_height*(1-this.zero)-1}else{d[0]=this.graph_top+this.graph_height*(1-(f-this.zero))+1;d[1]=this.graph_top+this.graph_height*(1-this.zero)-1}break;default:d[0]=0.0;d[1]=0.0}}});Bluff.Bar=new JS.Class(Bluff.Base,{bar_spacing:0.9,draw:function(){this.center_labels_over_point=(Bluff.keys(this.labels).length>this._5);this.callSuper();if(!this._c)return;this._T()},_T:function(){this._8= (…)
H A Dbluff-src.js45 keys: function(object) {
1217 this.center_labels_over_point = (Bluff.keys(this.labels).length > this._column_count);
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/common/
H A DCaseInsensitiveProperties.java111 * @return a case insensitive hash set of keys.
114 Set keys = super.keySet();
116 Iterator iter = keys.iterator();
118 // keys are already CaseInsensitiveKey's so we can just add it.
125 * @return an Enumeration of keys as String objects even though they were
128 public Enumeration keys() { method in class:CaseInsensitiveProperties
129 return new CaseInsensitiveEnumeration(super.keys());
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/util/
H A DAgentCache.java97 * Tests if this Cache maps no keys to values
98 * @return true if this Cache maps no keys to values; false otherwise
135 * Returns true if this Cache maps one or more keys to this value
138 * @return true if this Cache maps one or more keys to this value
145 * Method keys
146 * Returns an enumeration of the keys in this Cache
147 * @return an enumeration of the keys in this Cache
149 public Enumeration keys() { method in class:AgentCache
150 return getCache().keys();
166 * Returns the number of keys i
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/
H A DLDAPRequestHandler.java71 /** The current set of selection keys. */
72 private volatile SelectionKey[] keys = new SelectionKey[0]; field in class:LDAPRequestHandler
251 // Create a copy of the selection keys which can be used in a
254 keys = selector.keys().toArray(new SelectionKey[0]);
354 SelectionKey[] keyArray = selector.keys().toArray(new SelectionKey[0]);
457 ArrayList<LDAPClientConnection> connList = new ArrayList<>(keys.length);
458 for (SelectionKey key : keys)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/
H A DHistoricalCsnOrderingMatchingRuleImpl.java63 public void createKeys(Schema schema, ByteSequence value, Collection<ByteString> keys) throws DecodeException argument
65 keys.add(normalizeAttributeValue(schema, value));
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/
H A DOAuth2Jwt.java103 private boolean contains(String... keys) { argument
104 for (String key : keys) {

Completed in 121 milliseconds

12345678