Searched defs:percentage (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/makeldif/
H A DPresenceTag.java43 * included in a percentage of the entries.
48 // The percentage of the entries in which this attribute value should appear.
49 private int percentage; field in class:PresenceTag
61 percentage = 100;
168 percentage = Integer.parseInt(arguments[0]);
170 if (percentage < 0)
173 percentage, 0, getName(), lineNumber);
176 else if (percentage > 100)
179 percentage, 100, getName(), lineNumber);
206 if (intValue < percentage)
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/makeldif/
H A DPresenceTag.java42 * included in a percentage of the entries.
47 // The percentage of the entries in which this attribute value should appear.
48 private int percentage; field in class:PresenceTag
60 percentage = 100;
167 percentage = Integer.parseInt(arguments[0]);
169 if (percentage < 0)
172 percentage, 0, getName(), lineNumber);
175 else if (percentage > 100)
178 percentage, 100, getName(), lineNumber);
205 if (intValue < percentage)
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/makeldif/
H A DPresenceTag.java43 * included in a percentage of the entries.
48 // The percentage of the entries in which this attribute value should appear.
49 private int percentage; field in class:PresenceTag
61 percentage = 100;
168 percentage = Integer.parseInt(arguments[0]);
170 if (percentage < 0)
173 percentage, 0, getName(), lineNumber);
176 else if (percentage > 100)
179 percentage, 100, getName(), lineNumber);
206 if (intValue < percentage)
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/makeldif/
H A DPresenceTag.java43 * included in a percentage of the entries.
48 // The percentage of the entries in which this attribute value should appear.
49 private int percentage; field in class:PresenceTag
61 percentage = 100;
168 percentage = Integer.parseInt(arguments[0]);
170 if (percentage < 0)
173 percentage, 0, getName(), lineNumber);
176 else if (percentage > 100)
179 percentage, 100, getName(), lineNumber);
206 if (intValue < percentage)
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/makeldif/
H A DPresenceTag.java42 * included in a percentage of the entries.
47 // The percentage of the entries in which this attribute value should appear.
48 private int percentage; field in class:PresenceTag
60 percentage = 100;
167 percentage = Integer.parseInt(arguments[0]);
169 if (percentage < 0)
172 percentage, 0, getName(), lineNumber);
175 else if (percentage > 100)
178 percentage, 100, getName(), lineNumber);
205 if (intValue < percentage)
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/makeldif/
H A DPresenceTag.java43 * included in a percentage of the entries.
48 /** The percentage of the entries in which this attribute value should appear. */
49 private int percentage; field in class:PresenceTag
61 percentage = 100;
168 percentage = Integer.parseInt(arguments[0]);
170 if (percentage < 0)
173 percentage, 0, getName(), lineNumber);
176 else if (percentage > 100)
179 percentage, 100, getName(), lineNumber);
206 if (intValue < percentage)
[all...]

Completed in 69 milliseconds