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

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DDN.java571 boolean allowExceptions =
577 parseAttributeName(dnReader, allowExceptions);
735 attributeName = parseAttributeName(dnReader, allowExceptions);
937 boolean allowExceptions =
944 allowExceptions);
1113 allowExceptions);
1273 * @param allowExceptions Indicates whether to allow certain
1284 boolean allowExceptions)
1481 else if (!allowExceptions)
1640 else if (isDigit((char)nameBytes.byteAt(0)) && (!allowExceptions))
1283 parseAttributeName(ByteSequenceReader dnBytes, boolean allowExceptions) argument
1675 parseAttributeName(String dnString, int pos, StringBuilder attributeName, boolean allowExceptions) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DDN.java568 boolean allowExceptions =
574 parseAttributeName(dnReader, allowExceptions);
732 attributeName = parseAttributeName(dnReader, allowExceptions);
934 boolean allowExceptions =
941 allowExceptions);
1110 allowExceptions);
1270 * @param allowExceptions Indicates whether to allow certain
1281 boolean allowExceptions)
1478 else if (!allowExceptions)
1637 else if (isDigit((char)nameBytes.byteAt(0)) && (!allowExceptions))
1280 parseAttributeName(ByteSequenceReader dnBytes, boolean allowExceptions) argument
1672 parseAttributeName(String dnString, int pos, StringBuilder attributeName, boolean allowExceptions) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DDN.java571 boolean allowExceptions =
577 parseAttributeName(dnReader, allowExceptions);
735 attributeName = parseAttributeName(dnReader, allowExceptions);
937 boolean allowExceptions =
944 allowExceptions);
1113 allowExceptions);
1273 * @param allowExceptions Indicates whether to allow certain
1284 boolean allowExceptions)
1481 else if (!allowExceptions)
1640 else if (isDigit((char)nameBytes.byteAt(0)) && (!allowExceptions))
1283 parseAttributeName(ByteSequenceReader dnBytes, boolean allowExceptions) argument
1675 parseAttributeName(String dnString, int pos, StringBuilder attributeName, boolean allowExceptions) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DDN.java571 boolean allowExceptions =
577 parseAttributeName(dnReader, allowExceptions);
735 attributeName = parseAttributeName(dnReader, allowExceptions);
937 boolean allowExceptions =
944 allowExceptions);
1113 allowExceptions);
1273 * @param allowExceptions Indicates whether to allow certain
1284 boolean allowExceptions)
1481 else if (!allowExceptions)
1640 else if (isDigit((char)nameBytes.byteAt(0)) && (!allowExceptions))
1283 parseAttributeName(ByteSequenceReader dnBytes, boolean allowExceptions) argument
1675 parseAttributeName(String dnString, int pos, StringBuilder attributeName, boolean allowExceptions) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DDN.java568 boolean allowExceptions =
574 parseAttributeName(dnReader, allowExceptions);
732 attributeName = parseAttributeName(dnReader, allowExceptions);
934 boolean allowExceptions =
941 allowExceptions);
1110 allowExceptions);
1270 * @param allowExceptions Indicates whether to allow certain
1281 boolean allowExceptions)
1478 else if (!allowExceptions)
1637 else if (isDigit((char)nameBytes.byteAt(0)) && (!allowExceptions))
1280 parseAttributeName(ByteSequenceReader dnBytes, boolean allowExceptions) argument
1672 parseAttributeName(String dnString, int pos, StringBuilder attributeName, boolean allowExceptions) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DDN.java594 boolean allowExceptions =
600 parseAttributeName(dnReader, allowExceptions);
711 attributeName = parseAttributeName(dnReader, allowExceptions);
889 boolean allowExceptions =
896 allowExceptions);
1020 allowExceptions);
1154 * @param allowExceptions Indicates whether to allow certain
1165 boolean allowExceptions)
1341 else if (!allowExceptions)
1485 else if (isDigit((char)nameBytes.byteAt(0)) && !allowExceptions)
1164 parseAttributeName(ByteSequenceReader dnBytes, boolean allowExceptions) argument
1523 parseAttributeName(String dnString, int pos, StringBuilder attributeName, boolean allowExceptions) argument
[all...]

Completed in 63 milliseconds