Searched defs:nameForms (Results 1 - 11 of 11) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DSchema.java3404 LinkedHashSet<String> nameForms = new LinkedHashSet<String>();
3413 genConcatenatedSchema(attributeTypes, objectClasses, nameForms,
3454 for (String line : nameForms)
3531 * @param nameForms The set into which to place the name
3552 LinkedHashSet<String> nameForms,
3635 nameForms, ditContentRules, ditStructureRules, matchingRuleUses,
3655 * @param nameForms The set into which to place the name
3677 LinkedHashSet<String> nameForms,
3694 nameForms, ditContentRules, ditStructureRules, matchingRuleUses,
3710 * @param nameForms Th
3549 genConcatenatedSchema( LinkedHashSet<String> attributeTypes, LinkedHashSet<String> objectClasses, LinkedHashSet<String> nameForms, LinkedHashSet<String> ditContentRules, LinkedHashSet<String> ditStructureRules, LinkedHashSet<String> matchingRuleUses, LinkedHashSet<String> ldapSyntaxes) argument
3674 readConcatenatedSchema(String concatSchemaFile, LinkedHashSet<String> attributeTypes, LinkedHashSet<String> objectClasses, LinkedHashSet<String> nameForms, LinkedHashSet<String> ditContentRules, LinkedHashSet<String> ditStructureRules, LinkedHashSet<String> matchingRuleUses, LinkedHashSet<String> ldapSyntaxes) argument
3723 parseSchemaLine(String line, LinkedHashSet<String> attributeTypes, LinkedHashSet<String> objectClasses, LinkedHashSet<String> nameForms, LinkedHashSet<String> ditContentRules, LinkedHashSet<String> ditStructureRules, LinkedHashSet<String> matchingRuleUses, LinkedHashSet<String> ldapSyntaxes) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DSchema.java3418 Set<String> nameForms = new LinkedHashSet<String>();
3423 genConcatenatedSchema(attributeTypes, objectClasses, nameForms,
3464 for (String line : nameForms)
3541 * @param nameForms The set into which to place the name
3562 Set<String> nameForms,
3647 nameForms, ditContentRules, ditStructureRules, matchingRuleUses,
3667 * @param nameForms The set into which to place the name
3689 Set<String> nameForms,
3706 nameForms, ditContentRules, ditStructureRules, matchingRuleUses,
3722 * @param nameForms Th
3559 genConcatenatedSchema( Set<String> attributeTypes, Set<String> objectClasses, Set<String> nameForms, Set<String> ditContentRules, Set<String> ditStructureRules, Set<String> matchingRuleUses, Set<String> ldapSyntaxes) argument
3686 readConcatenatedSchema(String concatSchemaFile, Set<String> attributeTypes, Set<String> objectClasses, Set<String> nameForms, Set<String> ditContentRules, Set<String> ditStructureRules, Set<String> matchingRuleUses, Set<String> ldapSyntaxes) argument
3735 parseSchemaLine(String line, Set<String> attributeTypes, Set<String> objectClasses, Set<String> nameForms, Set<String> ditContentRules, Set<String> ditStructureRules, Set<String> matchingRuleUses, Set<String> ldapSyntaxes) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DSchema.java3405 LinkedHashSet<String> nameForms = new LinkedHashSet<String>();
3414 genConcatenatedSchema(attributeTypes, objectClasses, nameForms,
3455 for (String line : nameForms)
3532 * @param nameForms The set into which to place the name
3553 LinkedHashSet<String> nameForms,
3637 nameForms, ditContentRules, ditStructureRules, matchingRuleUses,
3657 * @param nameForms The set into which to place the name
3679 LinkedHashSet<String> nameForms,
3696 nameForms, ditContentRules, ditStructureRules, matchingRuleUses,
3712 * @param nameForms Th
3550 genConcatenatedSchema( LinkedHashSet<String> attributeTypes, LinkedHashSet<String> objectClasses, LinkedHashSet<String> nameForms, LinkedHashSet<String> ditContentRules, LinkedHashSet<String> ditStructureRules, LinkedHashSet<String> matchingRuleUses, LinkedHashSet<String> ldapSyntaxes) argument
3676 readConcatenatedSchema(String concatSchemaFile, LinkedHashSet<String> attributeTypes, LinkedHashSet<String> objectClasses, LinkedHashSet<String> nameForms, LinkedHashSet<String> ditContentRules, LinkedHashSet<String> ditStructureRules, LinkedHashSet<String> matchingRuleUses, LinkedHashSet<String> ldapSyntaxes) argument
3725 parseSchemaLine(String line, LinkedHashSet<String> attributeTypes, LinkedHashSet<String> objectClasses, LinkedHashSet<String> nameForms, LinkedHashSet<String> ditContentRules, LinkedHashSet<String> ditStructureRules, LinkedHashSet<String> matchingRuleUses, LinkedHashSet<String> ldapSyntaxes) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DSchema.java3404 LinkedHashSet<String> nameForms = new LinkedHashSet<String>();
3413 genConcatenatedSchema(attributeTypes, objectClasses, nameForms,
3454 for (String line : nameForms)
3531 * @param nameForms The set into which to place the name
3552 LinkedHashSet<String> nameForms,
3635 nameForms, ditContentRules, ditStructureRules, matchingRuleUses,
3655 * @param nameForms The set into which to place the name
3677 LinkedHashSet<String> nameForms,
3694 nameForms, ditContentRules, ditStructureRules, matchingRuleUses,
3710 * @param nameForms Th
3549 genConcatenatedSchema( LinkedHashSet<String> attributeTypes, LinkedHashSet<String> objectClasses, LinkedHashSet<String> nameForms, LinkedHashSet<String> ditContentRules, LinkedHashSet<String> ditStructureRules, LinkedHashSet<String> matchingRuleUses, LinkedHashSet<String> ldapSyntaxes) argument
3674 readConcatenatedSchema(String concatSchemaFile, LinkedHashSet<String> attributeTypes, LinkedHashSet<String> objectClasses, LinkedHashSet<String> nameForms, LinkedHashSet<String> ditContentRules, LinkedHashSet<String> ditStructureRules, LinkedHashSet<String> matchingRuleUses, LinkedHashSet<String> ldapSyntaxes) argument
3723 parseSchemaLine(String line, LinkedHashSet<String> attributeTypes, LinkedHashSet<String> objectClasses, LinkedHashSet<String> nameForms, LinkedHashSet<String> ditContentRules, LinkedHashSet<String> ditStructureRules, LinkedHashSet<String> matchingRuleUses, LinkedHashSet<String> ldapSyntaxes) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DSchema.java3418 Set<String> nameForms = new LinkedHashSet<String>();
3423 genConcatenatedSchema(attributeTypes, objectClasses, nameForms,
3464 for (String line : nameForms)
3541 * @param nameForms The set into which to place the name
3562 Set<String> nameForms,
3647 nameForms, ditContentRules, ditStructureRules, matchingRuleUses,
3667 * @param nameForms The set into which to place the name
3689 Set<String> nameForms,
3706 nameForms, ditContentRules, ditStructureRules, matchingRuleUses,
3722 * @param nameForms Th
3559 genConcatenatedSchema( Set<String> attributeTypes, Set<String> objectClasses, Set<String> nameForms, Set<String> ditContentRules, Set<String> ditStructureRules, Set<String> matchingRuleUses, Set<String> ldapSyntaxes) argument
3686 readConcatenatedSchema(String concatSchemaFile, Set<String> attributeTypes, Set<String> objectClasses, Set<String> nameForms, Set<String> ditContentRules, Set<String> ditStructureRules, Set<String> matchingRuleUses, Set<String> ldapSyntaxes) argument
3735 parseSchemaLine(String line, Set<String> attributeTypes, Set<String> objectClasses, Set<String> nameForms, Set<String> ditContentRules, Set<String> ditStructureRules, Set<String> matchingRuleUses, Set<String> ldapSyntaxes) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DSchema.java2088 Set<String> nameForms = new LinkedHashSet<>();
2093 genConcatenatedSchema(attributeTypes, objectClasses, nameForms,
2134 for (String line : nameForms)
2207 * @param nameForms The set into which to place the name
2228 Set<String> nameForms,
2311 nameForms, ditContentRules, ditStructureRules, matchingRuleUses,
2331 * @param nameForms The set into which to place the name
2353 Set<String> nameForms,
2370 nameForms, ditContentRules, ditStructureRules, matchingRuleUses,
2386 * @param nameForms Th
2225 genConcatenatedSchema( Set<String> attributeTypes, Set<String> objectClasses, Set<String> nameForms, Set<String> ditContentRules, Set<String> ditStructureRules, Set<String> matchingRuleUses, Set<String> ldapSyntaxes) argument
2350 readConcatenatedSchema(String concatSchemaFile, Set<String> attributeTypes, Set<String> objectClasses, Set<String> nameForms, Set<String> ditContentRules, Set<String> ditStructureRules, Set<String> matchingRuleUses, Set<String> ldapSyntaxes) argument
2399 parseSchemaLine(String line, Set<String> attributeTypes, Set<String> objectClasses, Set<String> nameForms, Set<String> ditContentRules, Set<String> ditStructureRules, Set<String> matchingRuleUses, Set<String> ldapSyntaxes) argument
[all...]
/forgerock/opendj-b2.6/tests/staf-tests/shared/java/ldapjdk/
H A Dldapjdk.jarMETA-INF/ META-INF/MANIFEST.MF com/netscape/sasl/mechanisms/SaslExternal.class SaslExternal.java ...
/forgerock/opendj2/tests/staf-tests/shared/java/ldapjdk/
H A Dldapjdk.jarMETA-INF/ META-INF/MANIFEST.MF com/netscape/sasl/mechanisms/SaslExternal.class SaslExternal.java ...
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/ldapjdk/
H A Dldapjdk.jarMETA-INF/ META-INF/MANIFEST.MF com/netscape/sasl/mechanisms/SaslExternal.class SaslExternal.java ...
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/ldapjdk/
H A Dldapjdk.jarMETA-INF/ META-INF/MANIFEST.MF com/netscape/sasl/mechanisms/SaslExternal.class SaslExternal.java ...
/forgerock/opendj2-hg/tests/staf-tests/shared/java/ldapjdk/
H A Dldapjdk.jarMETA-INF/ META-INF/MANIFEST.MF com/netscape/sasl/mechanisms/SaslExternal.class SaslExternal.java ...

Completed in 474 milliseconds