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

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBinaryAttributeEditorPanel.java125 if (hasImageSyntax(attrName))
209 boolean isImage = hasImageSyntax(attrName);
285 if (hasImageSyntax(attrName.getText()) && (oldValue != null) &&
720 private boolean hasImageSyntax(String attrName) method in class:BinaryAttributeEditorPanel
723 return Utilities.hasImageSyntax(attrName, schema);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBinaryAttributeEditorPanel.java124 if (hasImageSyntax(attrName))
208 boolean isImage = hasImageSyntax(attrName);
284 if (hasImageSyntax(attrName.getText()) && (oldValue != null) &&
719 private boolean hasImageSyntax(String attrName) method in class:BinaryAttributeEditorPanel
722 return Utilities.hasImageSyntax(attrName, schema);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBinaryAttributeEditorPanel.java125 if (hasImageSyntax(attrName))
209 boolean isImage = hasImageSyntax(attrName);
285 if (hasImageSyntax(attrName.getText()) && (oldValue != null) &&
720 private boolean hasImageSyntax(String attrName) method in class:BinaryAttributeEditorPanel
723 return Utilities.hasImageSyntax(attrName, schema);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBinaryAttributeEditorPanel.java124 if (hasImageSyntax(attrName))
208 boolean isImage = hasImageSyntax(attrName);
284 if (hasImageSyntax(attrName.getText()) && (oldValue != null) &&
719 private boolean hasImageSyntax(String attrName) method in class:BinaryAttributeEditorPanel
722 return Utilities.hasImageSyntax(attrName, schema);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBinaryAttributeEditorPanel.java125 if (hasImageSyntax(attrName))
209 boolean isImage = hasImageSyntax(attrName);
285 if (hasImageSyntax(attrName.getText()) && (oldValue != null) &&
720 private boolean hasImageSyntax(String attrName) method in class:BinaryAttributeEditorPanel
723 return Utilities.hasImageSyntax(attrName, schema);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DBinaryAttributeEditorPanel.java120 if (hasImageSyntax(attrName))
202 boolean isImage = hasImageSyntax(attrName);
275 if (hasImageSyntax(attrName.getText()) && oldValue != null && !updateImage)
704 private boolean hasImageSyntax(String attrName) method in class:BinaryAttributeEditorPanel
707 return Utilities.hasImageSyntax(attrName, schema);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java2260 public static boolean hasImageSyntax(String attrName, Schema schema) method in class:Utilities
2262 boolean hasImageSyntax = false;
2266 hasImageSyntax = true;
2269 if (!hasImageSyntax && (schema != null))
2275 hasImageSyntax = SchemaConstants.SYNTAX_JPEG_OID.equals(syntaxOID);
2278 return hasImageSyntax;
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java2259 public static boolean hasImageSyntax(String attrName, Schema schema) method in class:Utilities
2261 boolean hasImageSyntax = false;
2265 hasImageSyntax = true;
2268 if (!hasImageSyntax && (schema != null))
2274 hasImageSyntax = SchemaConstants.SYNTAX_JPEG_OID.equals(syntaxOID);
2277 return hasImageSyntax;
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java2260 public static boolean hasImageSyntax(String attrName, Schema schema) method in class:Utilities
2262 boolean hasImageSyntax = false;
2266 hasImageSyntax = true;
2269 if (!hasImageSyntax && (schema != null))
2275 hasImageSyntax = SchemaConstants.SYNTAX_JPEG_OID.equals(syntaxOID);
2278 return hasImageSyntax;
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java2259 public static boolean hasImageSyntax(String attrName, Schema schema) method in class:Utilities
2261 boolean hasImageSyntax = false;
2265 hasImageSyntax = true;
2268 if (!hasImageSyntax && (schema != null))
2274 hasImageSyntax = SchemaConstants.SYNTAX_JPEG_OID.equals(syntaxOID);
2277 return hasImageSyntax;
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java2189 public static boolean hasImageSyntax(String attrName, Schema schema) method in class:Utilities
2191 boolean hasImageSyntax = false;
2195 hasImageSyntax = true;
2198 if (!hasImageSyntax && (schema != null))
2204 hasImageSyntax = SchemaConstants.SYNTAX_JPEG_OID.equals(syntaxOID);
2207 return hasImageSyntax;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/
H A DUtilities.java2132 public static boolean hasImageSyntax(String attrName, Schema schema) method in class:Utilities

Completed in 74 milliseconds