Searched defs:numberFormat (Results 1 - 23 of 23) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsconfig/
H A DPropertyValuePrinter.java72 private final NumberFormat numberFormat; field in class:PropertyValuePrinter.MyPropertyValueVisitor
83 this.numberFormat = NumberFormat.getNumberInstance();
85 numberFormat.setGroupingUsed(false);
86 numberFormat.setMaximumFractionDigits(2);
88 numberFormat.setGroupingUsed(true);
89 numberFormat.setMaximumFractionDigits(2);
134 builder.append(numberFormat.format(unit.fromMilliSeconds(ms)));
164 builder.append(numberFormat.format(unit.fromBytes(v)));
/forgerock/opendj2/src/server/org/opends/server/admin/
H A DPropertyDefinitionUsageBuilder.java55 private final NumberFormat numberFormat; field in class:PropertyDefinitionUsageBuilder.MyPropertyDefinitionVisitor
63 this.numberFormat = NumberFormat.getNumberInstance();
64 this.numberFormat.setGroupingUsed(true);
65 this.numberFormat.setMaximumFractionDigits(2);
270 builder.append(numberFormat.format(unit.fromBytes(d.getLowerLimit())));
299 builder.append(numberFormat.format(unit.fromBytes(upperLimit)));
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/
H A DPropertyDefinitionUsageBuilder.java56 private final NumberFormat numberFormat; field in class:PropertyDefinitionUsageBuilder.MyPropertyDefinitionVisitor
64 this.numberFormat = NumberFormat.getNumberInstance();
65 this.numberFormat.setGroupingUsed(true);
66 this.numberFormat.setMaximumFractionDigits(2);
271 builder.append(numberFormat.format(unit.fromBytes(d.getLowerLimit())));
300 builder.append(numberFormat.format(unit.fromBytes(upperLimit)));
/forgerock/opendj2/src/server/org/opends/server/tools/dsconfig/
H A DPropertyValuePrinter.java71 private final NumberFormat numberFormat; field in class:PropertyValuePrinter.MyPropertyValueVisitor
82 this.numberFormat = NumberFormat.getNumberInstance();
84 numberFormat.setGroupingUsed(false);
85 numberFormat.setMaximumFractionDigits(2);
87 numberFormat.setGroupingUsed(true);
88 numberFormat.setMaximumFractionDigits(2);
133 builder.append(numberFormat.format(unit.fromMilliSeconds(ms)));
163 builder.append(numberFormat.format(unit.fromBytes(v)));
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/
H A DPropertyDefinitionUsageBuilder.java56 private final NumberFormat numberFormat; field in class:PropertyDefinitionUsageBuilder.MyPropertyDefinitionVisitor
64 this.numberFormat = NumberFormat.getNumberInstance();
65 this.numberFormat.setGroupingUsed(true);
66 this.numberFormat.setMaximumFractionDigits(2);
271 builder.append(numberFormat.format(unit.fromBytes(d.getLowerLimit())));
300 builder.append(numberFormat.format(unit.fromBytes(upperLimit)));
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsconfig/
H A DPropertyValuePrinter.java72 private final NumberFormat numberFormat; field in class:PropertyValuePrinter.MyPropertyValueVisitor
83 this.numberFormat = NumberFormat.getNumberInstance();
85 numberFormat.setGroupingUsed(false);
86 numberFormat.setMaximumFractionDigits(2);
88 numberFormat.setGroupingUsed(true);
89 numberFormat.setMaximumFractionDigits(2);
134 builder.append(numberFormat.format(unit.fromMilliSeconds(ms)));
164 builder.append(numberFormat.format(unit.fromBytes(v)));
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsconfig/
H A DPropertyValuePrinter.java72 private final NumberFormat numberFormat; field in class:PropertyValuePrinter.MyPropertyValueVisitor
83 this.numberFormat = NumberFormat.getNumberInstance();
85 numberFormat.setGroupingUsed(false);
86 numberFormat.setMaximumFractionDigits(2);
88 numberFormat.setGroupingUsed(true);
89 numberFormat.setMaximumFractionDigits(2);
134 builder.append(numberFormat.format(unit.fromMilliSeconds(ms)));
164 builder.append(numberFormat.format(unit.fromBytes(v)));
/forgerock/opendj2-hg/src/server/org/opends/server/admin/
H A DPropertyDefinitionUsageBuilder.java55 private final NumberFormat numberFormat; field in class:PropertyDefinitionUsageBuilder.MyPropertyDefinitionVisitor
63 this.numberFormat = NumberFormat.getNumberInstance();
64 this.numberFormat.setGroupingUsed(true);
65 this.numberFormat.setMaximumFractionDigits(2);
270 builder.append(numberFormat.format(unit.fromBytes(d.getLowerLimit())));
299 builder.append(numberFormat.format(unit.fromBytes(upperLimit)));
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsconfig/
H A DPropertyValuePrinter.java71 private final NumberFormat numberFormat; field in class:PropertyValuePrinter.MyPropertyValueVisitor
82 this.numberFormat = NumberFormat.getNumberInstance();
84 numberFormat.setGroupingUsed(false);
85 numberFormat.setMaximumFractionDigits(2);
87 numberFormat.setGroupingUsed(true);
88 numberFormat.setMaximumFractionDigits(2);
133 builder.append(numberFormat.format(unit.fromMilliSeconds(ms)));
163 builder.append(numberFormat.format(unit.fromBytes(v)));
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/
H A DPropertyDefinitionUsageBuilder.java56 private final NumberFormat numberFormat; field in class:PropertyDefinitionUsageBuilder.MyPropertyDefinitionVisitor
64 this.numberFormat = NumberFormat.getNumberInstance();
65 this.numberFormat.setGroupingUsed(true);
66 this.numberFormat.setMaximumFractionDigits(2);
271 builder.append(numberFormat.format(unit.fromBytes(d.getLowerLimit())));
300 builder.append(numberFormat.format(unit.fromBytes(upperLimit)));
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/
H A DPropertyDefinitionUsageBuilder.java59 private final NumberFormat numberFormat; field in class:PropertyDefinitionUsageBuilder.MyPropertyDefinitionVisitor
67 this.numberFormat = NumberFormat.getNumberInstance();
68 this.numberFormat.setGroupingUsed(true);
69 this.numberFormat.setMaximumFractionDigits(2);
237 builder.append(numberFormat.format(unit.fromBytes(d.getLowerLimit())));
266 builder.append(numberFormat.format(unit.fromBytes(upperLimit)));
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/
H A DPropertyDefinitionUsageBuilder.java56 private final NumberFormat numberFormat; field in class:PropertyDefinitionUsageBuilder.MyPropertyDefinitionVisitor
62 this.numberFormat = NumberFormat.getNumberInstance();
63 this.numberFormat.setGroupingUsed(true);
64 this.numberFormat.setMaximumFractionDigits(2);
209 builder.append(numberFormat.format(unit.fromBytes(d.getLowerLimit())));
241 builder.append(numberFormat.format(unit.fromBytes(upperLimit)));
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/dsconfig/
H A DPropertyValuePrinter.java69 private final NumberFormat numberFormat; field in class:PropertyValuePrinter.MyPropertyValueVisitor
77 numberFormat = NumberFormat.getNumberInstance();
78 numberFormat.setGroupingUsed(!this.isScriptFriendly);
79 numberFormat.setMaximumFractionDigits(2);
109 builder.append(numberFormat.format(unit.fromMilliSeconds(ms)));
135 builder.append(numberFormat.format(unit.fromBytes(v)));
/forgerock/opendj2/ext/ant/lib/
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...
/forgerock/opendj-b2.6/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...
/forgerock/opendj2.6.2/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...
/forgerock/opendj2-jel-hg/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...
/forgerock/opendj2-hg/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...

Completed in 122 milliseconds