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

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java2289 public static boolean hasBinarySyntax(String attrName, Schema schema) method in class:Utilities
2291 boolean hasBinarySyntax = attrName.toLowerCase().indexOf(";binary") != -1;
2293 if (!hasBinarySyntax && (schema != null))
2305 hasBinarySyntax = true;
2311 return hasBinarySyntax;
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java2288 public static boolean hasBinarySyntax(String attrName, Schema schema) method in class:Utilities
2290 boolean hasBinarySyntax = attrName.toLowerCase().indexOf(";binary") != -1;
2292 if (!hasBinarySyntax && (schema != null))
2304 hasBinarySyntax = true;
2310 return hasBinarySyntax;
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java2289 public static boolean hasBinarySyntax(String attrName, Schema schema) method in class:Utilities
2291 boolean hasBinarySyntax = attrName.toLowerCase().indexOf(";binary") != -1;
2293 if (!hasBinarySyntax && (schema != null))
2305 hasBinarySyntax = true;
2311 return hasBinarySyntax;
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java2288 public static boolean hasBinarySyntax(String attrName, Schema schema) method in class:Utilities
2290 boolean hasBinarySyntax = attrName.toLowerCase().indexOf(";binary") != -1;
2292 if (!hasBinarySyntax && (schema != null))
2304 hasBinarySyntax = true;
2310 return hasBinarySyntax;
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java2218 public static boolean hasBinarySyntax(String attrName, Schema schema) method in class:Utilities
2220 boolean hasBinarySyntax = attrName.toLowerCase().indexOf(";binary") != -1;
2222 if (!hasBinarySyntax && (schema != null))
2234 hasBinarySyntax = true;
2240 return hasBinarySyntax;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/
H A DUtilities.java2160 public static boolean hasBinarySyntax(String attrName, Schema schema) method in class:Utilities

Completed in 52 milliseconds