Searched refs:lowerCaseContents (Results 1 - 6 of 6) sorted by relevance
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ |
H A D | Configuration.java | 45 private String lowerCaseContents = null; field in class:Configuration 296 if (lowerCaseContents == null) { 299 return lowerCaseContents; 339 lowerCaseContents = contents.toLowerCase(); 347 String lowerCaseContents = getLowerCaseContents(); 349 int index1 = lowerCaseContents.indexOf(attrName); 351 int index2 = lowerCaseContents.indexOf(Constants.LINE_SEPARATOR, index1); 355 } else if (lowerCaseContents.length() > (index1 + attrName.length())) { 366 index1 = lowerCaseContents.indexOf(attrName,
|
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ |
H A D | Configuration.java | 46 private String lowerCaseContents = null; field in class:Configuration 297 if (lowerCaseContents == null) { 300 return lowerCaseContents; 340 lowerCaseContents = contents.toLowerCase(); 348 String lowerCaseContents = getLowerCaseContents(); 350 int index1 = lowerCaseContents.indexOf(attrName); 352 int index2 = lowerCaseContents.indexOf(Constants.LINE_SEPARATOR, index1); 356 } else if (lowerCaseContents.length() > (index1 + attrName.length())) { 367 index1 = lowerCaseContents.indexOf(attrName,
|
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ |
H A D | Configuration.java | 46 private String lowerCaseContents = null; field in class:Configuration 297 if (lowerCaseContents == null) { 300 return lowerCaseContents; 340 lowerCaseContents = contents.toLowerCase(); 348 String lowerCaseContents = getLowerCaseContents(); 350 int index1 = lowerCaseContents.indexOf(attrName); 352 int index2 = lowerCaseContents.indexOf(Constants.LINE_SEPARATOR, index1); 356 } else if (lowerCaseContents.length() > (index1 + attrName.length())) { 367 index1 = lowerCaseContents.indexOf(attrName,
|
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ |
H A D | Configuration.java | 45 private String lowerCaseContents = null; field in class:Configuration 296 if (lowerCaseContents == null) { 299 return lowerCaseContents; 339 lowerCaseContents = contents.toLowerCase(); 347 String lowerCaseContents = getLowerCaseContents(); 349 int index1 = lowerCaseContents.indexOf(attrName); 351 int index2 = lowerCaseContents.indexOf(Constants.LINE_SEPARATOR, index1); 355 } else if (lowerCaseContents.length() > (index1 + attrName.length())) { 366 index1 = lowerCaseContents.indexOf(attrName,
|
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ |
H A D | Configuration.java | 46 private String lowerCaseContents = null; field in class:Configuration 297 if (lowerCaseContents == null) { 300 return lowerCaseContents; 340 lowerCaseContents = contents.toLowerCase(); 348 String lowerCaseContents = getLowerCaseContents(); 350 int index1 = lowerCaseContents.indexOf(attrName); 352 int index2 = lowerCaseContents.indexOf(Constants.LINE_SEPARATOR, index1); 356 } else if (lowerCaseContents.length() > (index1 + attrName.length())) { 367 index1 = lowerCaseContents.indexOf(attrName,
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ |
H A D | Configuration.java | 45 private String lowerCaseContents; field in class:Configuration 296 if (lowerCaseContents == null) { 299 return lowerCaseContents; 339 lowerCaseContents = contents.toLowerCase(); 347 String lowerCaseContents = getLowerCaseContents(); 349 int index1 = lowerCaseContents.indexOf(attrName); 351 int index2 = lowerCaseContents.indexOf(Constants.LINE_SEPARATOR, index1); 355 } else if (lowerCaseContents.length() > index1 + attrName.length()) { 366 index1 = lowerCaseContents.indexOf(attrName,
|
Completed in 906 milliseconds