Searched defs:allowUnknownElements (Results 1 - 25 of 42) sorted by relevance

12

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/schema/
H A DDITContentRuleSyntax.java112 * @param allowUnknownElements Indicates whether to allow values that
124 Schema schema, boolean allowUnknownElements)
250 if (allowUnknownElements)
410 if (allowUnknownElements)
460 if (allowUnknownElements)
500 attrs.add(getAttribute(schema, allowUnknownElements, valueStr, woidBuffer,
522 attrs.add(getAttribute(schema, allowUnknownElements, valueStr, woidBuffer,
543 attrs.add(getAttribute(schema, allowUnknownElements, valueStr, woidBuffer,
565 attrs.add(getAttribute(schema, allowUnknownElements, valueStr, woidBuffer,
586 attrs.add(getAttribute(schema, allowUnknownElements, valueSt
123 decodeDITContentRule(ByteSequence value, Schema schema, boolean allowUnknownElements) argument
658 getAttribute(Schema schema, boolean allowUnknownElements, String valueStr, StringBuilder woidBuffer, Arg2<Object, Object> msg) argument
[all...]
H A DDITStructureRuleSyntax.java109 * @param allowUnknownElements Indicates whether to allow values that
122 boolean allowUnknownElements)
332 if (nameForm == null && ! allowUnknownElements)
399 if (! allowUnknownElements)
491 if (! allowUnknownElements)
120 decodeDITStructureRule(ByteSequence value, Schema schema, boolean allowUnknownElements) argument
H A DMatchingRuleUseSyntax.java110 * @param allowUnknownElements Indicates whether to allow values that
123 boolean allowUnknownElements)
387 attrs.add(getAttributeType(schema, allowUnknownElements, oid, woidBuffer));
408 attrs.add(getAttributeType(schema, allowUnknownElements, oid, woidBuffer));
441 Schema schema, boolean allowUnknownElements, String oid, StringBuilder woidBuffer) throws DirectoryException
449 if (!allowUnknownElements)
121 decodeMatchingRuleUse(ByteSequence value, Schema schema, boolean allowUnknownElements) argument
440 getAttributeType( Schema schema, boolean allowUnknownElements, String oid, StringBuilder woidBuffer) argument
H A DAttributeTypeSyntax.java180 * @param allowUnknownElements Indicates whether to allow values that
193 boolean allowUnknownElements)
530 if (allowUnknownElements)
191 decodeAttributeType(ByteSequence value, Schema schema, boolean allowUnknownElements) argument
H A DLDAPSyntaxDescriptionSyntax.java197 * @param allowUnknownElements Indicates whether to allow values that are
211 Schema schema, boolean allowUnknownElements, boolean forDelete) throws DirectoryException
210 decodeLDAPSyntax(ByteSequence value, ServerContext serverContext, Schema schema, boolean allowUnknownElements, boolean forDelete) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/schema/
H A DDITContentRuleSyntax.java243 * @param allowUnknownElements Indicates whether to allow values that
255 Schema schema, boolean allowUnknownElements)
394 if (allowUnknownElements)
563 if (allowUnknownElements)
617 if (allowUnknownElements)
666 if (allowUnknownElements)
711 if (allowUnknownElements)
751 if (allowUnknownElements)
796 if (allowUnknownElements)
836 if (allowUnknownElements)
254 decodeDITContentRule(ByteSequence value, Schema schema, boolean allowUnknownElements) argument
[all...]
H A DDITStructureRuleSyntax.java243 * @param allowUnknownElements Indicates whether to allow values that
256 boolean allowUnknownElements)
471 if ((nameForm == null) && (! allowUnknownElements))
541 if (! allowUnknownElements)
634 if (! allowUnknownElements)
254 decodeDITStructureRule(ByteSequence value, Schema schema, boolean allowUnknownElements) argument
H A DMatchingRuleUseSyntax.java244 * @param allowUnknownElements Indicates whether to allow values that
257 boolean allowUnknownElements)
547 if (allowUnknownElements)
592 if (allowUnknownElements)
255 decodeMatchingRuleUse(ByteSequence value, Schema schema, boolean allowUnknownElements) argument
H A DNameFormSyntax.java241 * @param allowUnknownElements Indicates whether to allow values that
254 boolean allowUnknownElements)
527 if (allowUnknownElements)
576 if (allowUnknownElements)
621 if (allowUnknownElements)
661 if (allowUnknownElements)
706 if (allowUnknownElements)
253 decodeNameForm(ByteSequence value, Schema schema, boolean allowUnknownElements) argument
/forgerock/opendj2/src/server/org/opends/server/schema/
H A DDITContentRuleSyntax.java242 * @param allowUnknownElements Indicates whether to allow values that
254 Schema schema, boolean allowUnknownElements)
393 if (allowUnknownElements)
562 if (allowUnknownElements)
616 if (allowUnknownElements)
665 if (allowUnknownElements)
710 if (allowUnknownElements)
750 if (allowUnknownElements)
795 if (allowUnknownElements)
835 if (allowUnknownElements)
253 decodeDITContentRule(ByteSequence value, Schema schema, boolean allowUnknownElements) argument
[all...]
H A DDITStructureRuleSyntax.java242 * @param allowUnknownElements Indicates whether to allow values that
255 boolean allowUnknownElements)
470 if ((nameForm == null) && (! allowUnknownElements))
540 if (! allowUnknownElements)
633 if (! allowUnknownElements)
253 decodeDITStructureRule(ByteSequence value, Schema schema, boolean allowUnknownElements) argument
H A DMatchingRuleUseSyntax.java243 * @param allowUnknownElements Indicates whether to allow values that
256 boolean allowUnknownElements)
546 if (allowUnknownElements)
591 if (allowUnknownElements)
254 decodeMatchingRuleUse(ByteSequence value, Schema schema, boolean allowUnknownElements) argument
H A DNameFormSyntax.java240 * @param allowUnknownElements Indicates whether to allow values that
253 boolean allowUnknownElements)
526 if (allowUnknownElements)
575 if (allowUnknownElements)
620 if (allowUnknownElements)
660 if (allowUnknownElements)
705 if (allowUnknownElements)
252 decodeNameForm(ByteSequence value, Schema schema, boolean allowUnknownElements) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/schema/
H A DDITContentRuleSyntax.java243 * @param allowUnknownElements Indicates whether to allow values that
255 Schema schema, boolean allowUnknownElements)
394 if (allowUnknownElements)
563 if (allowUnknownElements)
617 if (allowUnknownElements)
666 if (allowUnknownElements)
711 if (allowUnknownElements)
751 if (allowUnknownElements)
796 if (allowUnknownElements)
836 if (allowUnknownElements)
254 decodeDITContentRule(ByteSequence value, Schema schema, boolean allowUnknownElements) argument
[all...]
H A DDITStructureRuleSyntax.java243 * @param allowUnknownElements Indicates whether to allow values that
256 boolean allowUnknownElements)
471 if ((nameForm == null) && (! allowUnknownElements))
541 if (! allowUnknownElements)
634 if (! allowUnknownElements)
254 decodeDITStructureRule(ByteSequence value, Schema schema, boolean allowUnknownElements) argument
H A DMatchingRuleUseSyntax.java244 * @param allowUnknownElements Indicates whether to allow values that
257 boolean allowUnknownElements)
547 if (allowUnknownElements)
592 if (allowUnknownElements)
255 decodeMatchingRuleUse(ByteSequence value, Schema schema, boolean allowUnknownElements) argument
H A DNameFormSyntax.java241 * @param allowUnknownElements Indicates whether to allow values that
254 boolean allowUnknownElements)
527 if (allowUnknownElements)
576 if (allowUnknownElements)
621 if (allowUnknownElements)
661 if (allowUnknownElements)
706 if (allowUnknownElements)
253 decodeNameForm(ByteSequence value, Schema schema, boolean allowUnknownElements) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/schema/
H A DDITContentRuleSyntax.java243 * @param allowUnknownElements Indicates whether to allow values that
255 Schema schema, boolean allowUnknownElements)
394 if (allowUnknownElements)
563 if (allowUnknownElements)
617 if (allowUnknownElements)
666 if (allowUnknownElements)
711 if (allowUnknownElements)
751 if (allowUnknownElements)
796 if (allowUnknownElements)
836 if (allowUnknownElements)
254 decodeDITContentRule(ByteSequence value, Schema schema, boolean allowUnknownElements) argument
[all...]
H A DDITStructureRuleSyntax.java243 * @param allowUnknownElements Indicates whether to allow values that
256 boolean allowUnknownElements)
471 if ((nameForm == null) && (! allowUnknownElements))
541 if (! allowUnknownElements)
634 if (! allowUnknownElements)
254 decodeDITStructureRule(ByteSequence value, Schema schema, boolean allowUnknownElements) argument
H A DMatchingRuleUseSyntax.java244 * @param allowUnknownElements Indicates whether to allow values that
257 boolean allowUnknownElements)
547 if (allowUnknownElements)
592 if (allowUnknownElements)
255 decodeMatchingRuleUse(ByteSequence value, Schema schema, boolean allowUnknownElements) argument
H A DNameFormSyntax.java241 * @param allowUnknownElements Indicates whether to allow values that
254 boolean allowUnknownElements)
527 if (allowUnknownElements)
576 if (allowUnknownElements)
621 if (allowUnknownElements)
661 if (allowUnknownElements)
706 if (allowUnknownElements)
253 decodeNameForm(ByteSequence value, Schema schema, boolean allowUnknownElements) argument
/forgerock/opendj2-hg/src/server/org/opends/server/schema/
H A DDITContentRuleSyntax.java242 * @param allowUnknownElements Indicates whether to allow values that
254 Schema schema, boolean allowUnknownElements)
393 if (allowUnknownElements)
562 if (allowUnknownElements)
616 if (allowUnknownElements)
665 if (allowUnknownElements)
710 if (allowUnknownElements)
750 if (allowUnknownElements)
795 if (allowUnknownElements)
835 if (allowUnknownElements)
253 decodeDITContentRule(ByteSequence value, Schema schema, boolean allowUnknownElements) argument
[all...]
H A DDITStructureRuleSyntax.java242 * @param allowUnknownElements Indicates whether to allow values that
255 boolean allowUnknownElements)
470 if ((nameForm == null) && (! allowUnknownElements))
540 if (! allowUnknownElements)
633 if (! allowUnknownElements)
253 decodeDITStructureRule(ByteSequence value, Schema schema, boolean allowUnknownElements) argument
H A DMatchingRuleUseSyntax.java243 * @param allowUnknownElements Indicates whether to allow values that
256 boolean allowUnknownElements)
546 if (allowUnknownElements)
591 if (allowUnknownElements)
254 decodeMatchingRuleUse(ByteSequence value, Schema schema, boolean allowUnknownElements) argument
H A DNameFormSyntax.java240 * @param allowUnknownElements Indicates whether to allow values that
253 boolean allowUnknownElements)
526 if (allowUnknownElements)
575 if (allowUnknownElements)
620 if (allowUnknownElements)
660 if (allowUnknownElements)
705 if (allowUnknownElements)
252 decodeNameForm(ByteSequence value, Schema schema, boolean allowUnknownElements) argument

Completed in 100 milliseconds

12