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

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/schema/
H A DMatchingRuleUseSyntax.java121 public static MatchingRuleUse decodeMatchingRuleUse(ByteSequence value, method in class:MatchingRuleUseSyntax
/forgerock/opendj-b2.6/src/server/org/opends/server/schema/
H A DMatchingRuleUseSyntax.java211 // We'll use the decodeMatchingRuleUse method to determine if the value is
215 decodeMatchingRuleUse(value, DirectoryServer.getSchema(), true);
255 public static MatchingRuleUse decodeMatchingRuleUse(ByteSequence value, method in class:MatchingRuleUseSyntax
/forgerock/opendj2/src/server/org/opends/server/schema/
H A DMatchingRuleUseSyntax.java210 // We'll use the decodeMatchingRuleUse method to determine if the value is
214 decodeMatchingRuleUse(value, DirectoryServer.getSchema(), true);
254 public static MatchingRuleUse decodeMatchingRuleUse(ByteSequence value, method in class:MatchingRuleUseSyntax
/forgerock/opendj2.6.2/src/server/org/opends/server/schema/
H A DMatchingRuleUseSyntax.java211 // We'll use the decodeMatchingRuleUse method to determine if the value is
215 decodeMatchingRuleUse(value, DirectoryServer.getSchema(), true);
255 public static MatchingRuleUse decodeMatchingRuleUse(ByteSequence value, method in class:MatchingRuleUseSyntax
/forgerock/opendj2-jel-hg/src/server/org/opends/server/schema/
H A DMatchingRuleUseSyntax.java211 // We'll use the decodeMatchingRuleUse method to determine if the value is
215 decodeMatchingRuleUse(value, DirectoryServer.getSchema(), true);
255 public static MatchingRuleUse decodeMatchingRuleUse(ByteSequence value, method in class:MatchingRuleUseSyntax
/forgerock/opendj2-hg/src/server/org/opends/server/schema/
H A DMatchingRuleUseSyntax.java210 // We'll use the decodeMatchingRuleUse method to determine if the value is
214 decodeMatchingRuleUse(value, DirectoryServer.getSchema(), true);
254 public static MatchingRuleUse decodeMatchingRuleUse(ByteSequence value, method in class:MatchingRuleUseSyntax

Completed in 31 milliseconds