Searched defs:MAX_LINE_WIDTH (Results 1 - 12 of 12) sorted by relevance

/forgerock/openidm-v4/openidm-system/src/main/java/org/forgerock/openidm/core/
H A DServerConstants.java208 public static final int MAX_LINE_WIDTH; field in class:ServerConstants
220 MAX_LINE_WIDTH = columns - 1;
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java94 private static final int MAX_LINE_WIDTH = 80; field in class:Utils
1216 return MAX_LINE_WIDTH;
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java95 private static final int MAX_LINE_WIDTH = 80; field in class:Utils
1217 return MAX_LINE_WIDTH;
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java95 private static final int MAX_LINE_WIDTH = 80; field in class:Utils
1217 return MAX_LINE_WIDTH;
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java94 private static final int MAX_LINE_WIDTH = 80; field in class:Utils
1216 return MAX_LINE_WIDTH;
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java109 private static final int MAX_LINE_WIDTH = 80; field in class:Utils
1122 return MAX_LINE_WIDTH;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/util/
H A DUtils.java115 private static final int MAX_LINE_WIDTH = 80; field in class:Utils
977 return MAX_LINE_WIDTH;
/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DServerConstants.java3140 public static final int MAX_LINE_WIDTH; field in class:ServerConstants
3151 MAX_LINE_WIDTH = columns - 1;
/forgerock/opendj2/src/server/org/opends/server/util/
H A DServerConstants.java3139 public static final int MAX_LINE_WIDTH; field in class:ServerConstants
3150 MAX_LINE_WIDTH = columns - 1;
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DServerConstants.java3140 public static final int MAX_LINE_WIDTH; field in class:ServerConstants
3151 MAX_LINE_WIDTH = columns - 1;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DServerConstants.java3157 public static final int MAX_LINE_WIDTH; field in class:ServerConstants
3168 MAX_LINE_WIDTH = columns - 1;
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DServerConstants.java3139 public static final int MAX_LINE_WIDTH; field in class:ServerConstants
3150 MAX_LINE_WIDTH = columns - 1;

Completed in 80 milliseconds