Searched defs:depth (Results 51 - 75 of 145) sorted by relevance

123456

/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DSearchFilter.java2288 * @param depth The current depth of the evaluation,
2303 Entry entry, int depth)
2309 return processAND(completeFilter, entry, depth);
2312 return processOR(completeFilter, entry, depth);
2315 return processNOT(completeFilter, entry, depth);
2358 * @param depth The current depth of the evaluation,
2372 Entry entry, int depth)
2403 // this case, first check our depth t
2301 matchesEntryInternal( SearchFilter completeFilter, Entry entry, int depth) argument
2371 processAND(SearchFilter completeFilter, Entry entry, int depth) argument
2488 processOR(SearchFilter completeFilter, Entry entry, int depth) argument
2606 processNOT(SearchFilter completeFilter, Entry entry, int depth) argument
[all...]
H A DSchema.java3164 * the provided element, increasing the depth for each level of
3169 * @param depth The current recursion depth.
3175 int depth)
3178 if (depth > 20)
3180 // FIXME -- Is this an appropriate maximum depth for detecting
3203 rebuildDependentElements(at, depth+1);
3215 rebuildDependentElements(oc, depth+1);
3229 rebuildDependentElements(nf, depth+1);
3243 rebuildDependentElements(dcr, depth
3174 rebuildDependentElements(SchemaFileElement element, int depth) argument
[all...]
/forgerock/opendj2/ext/svnkit/lib/
H A Dsvnkit-javahl16-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/apache/ org/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dsvnkit-javahl16-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/apache/ org/ ...
/forgerock/opendj-b2.6/ext/svnkit/
H A Dsvnkit-javahl.jar ... org.apache.subversion.javahl.types.Depth depth boolean onServer boolean getAll boolean noIgnore boolean ignoreExternals java ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Dsvnkit-javahl.jar ... org.apache.subversion.javahl.types.Depth depth boolean onServer boolean getAll boolean noIgnore boolean ignoreExternals java ...
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DSearchOperationBasis.java1550 * @param depth
1551 * The current depth of the evaluation, which is used to prevent
1556 private boolean checkFilterForLDAPSubEntry(SearchFilter filter, int depth) argument
1562 if (depth >= MAX_NESTED_FILTER_DEPTH)
1566 TRACER.debugError("Exceeded maximum filter depth");
1591 if (checkFilterForLDAPSubEntry(f, depth + 1))
/forgerock/opendj2/src/server/org/opends/server/core/
H A DSearchOperationBasis.java1193 * @param depth
1194 * The current depth of the evaluation, which is used to prevent
1199 private boolean checkFilterForLDAPSubEntry(SearchFilter filter, int depth) argument
1205 if (depth >= MAX_NESTED_FILTER_DEPTH)
1209 TRACER.debugError("Exceeded maximum filter depth");
1234 if (checkFilterForLDAPSubEntry(f, depth + 1))
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DSearchOperationBasis.java1550 * @param depth
1551 * The current depth of the evaluation, which is used to prevent
1556 private boolean checkFilterForLDAPSubEntry(SearchFilter filter, int depth) argument
1562 if (depth >= MAX_NESTED_FILTER_DEPTH)
1566 TRACER.debugError("Exceeded maximum filter depth");
1591 if (checkFilterForLDAPSubEntry(f, depth + 1))
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DSearchOperationBasis.java1550 * @param depth
1551 * The current depth of the evaluation, which is used to prevent
1556 private boolean checkFilterForLDAPSubEntry(SearchFilter filter, int depth) argument
1562 if (depth >= MAX_NESTED_FILTER_DEPTH)
1566 TRACER.debugError("Exceeded maximum filter depth");
1591 if (checkFilterForLDAPSubEntry(f, depth + 1))
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DSearchOperationBasis.java1193 * @param depth
1194 * The current depth of the evaluation, which is used to prevent
1199 private boolean checkFilterForLDAPSubEntry(SearchFilter filter, int depth) argument
1205 if (depth >= MAX_NESTED_FILTER_DEPTH)
1209 TRACER.debugError("Exceeded maximum filter depth");
1234 if (checkFilterForLDAPSubEntry(f, depth + 1))
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DSearchOperationBasis.java1087 * @param depth
1088 * The current depth of the evaluation, which is used to prevent
1093 private boolean checkFilterForLDAPSubEntry(SearchFilter filter, int depth) argument
1099 if (depth >= MAX_NESTED_FILTER_DEPTH)
1103 logger.trace("Exceeded maximum filter depth");
1128 if (checkFilterForLDAPSubEntry(f, depth + 1))
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DSearchFilter.java2232 * @param depth The current depth of the evaluation,
2247 Entry entry, int depth)
2253 return processAND(completeFilter, entry, depth);
2256 return processOR(completeFilter, entry, depth);
2259 return processNOT(completeFilter, entry, depth);
2299 * @param depth The current depth of the evaluation,
2313 Entry entry, int depth)
2340 // this case, first check our depth t
2245 matchesEntryInternal( SearchFilter completeFilter, Entry entry, int depth) argument
2312 processAND(SearchFilter completeFilter, Entry entry, int depth) argument
2416 processOR(SearchFilter completeFilter, Entry entry, int depth) argument
2529 processNOT(SearchFilter completeFilter, Entry entry, int depth) argument
[all...]
H A DSchema.java1792 * the provided element, increasing the depth for each level of
1797 * @param depth The current recursion depth.
1803 int depth)
1806 if (depth > 20)
1808 // FIXME -- Is this an appropriate maximum depth for detecting
1828 rebuildDependentElements(at, depth+1);
1840 rebuildDependentElements(oc, depth+1);
1854 rebuildDependentElements(nf, depth+1);
1868 rebuildDependentElements(dcr, depth
1802 rebuildDependentElements(SchemaFileElement element, int depth) argument
[all...]
/forgerock/web-agents-v4/zlib/
H A Ddeflate.h213 uch depth[2*L_CODES+1]; member in struct:internal_state
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DSchema.java3148 * the provided element, increasing the depth for each level of
3153 * @param depth The current recursion depth.
3159 int depth)
3162 if (depth > 20)
3164 // FIXME -- Is this an appropriate maximum depth for detecting
3187 rebuildDependentElements(at, depth+1);
3199 rebuildDependentElements(oc, depth+1);
3213 rebuildDependentElements(nf, depth+1);
3227 rebuildDependentElements(dcr, depth
3158 rebuildDependentElements(SchemaFileElement element, int depth) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/backends/
H A DSchemaBackend.java3568 * @param depth A depth counter to use in an attempt to detect
3575 int depth)
3578 if (depth > 20)
3596 addedTypes, depth+1);
3619 * @param depth A depth counter to use in an attempt to detect
3626 int depth)
3629 if (depth > 20)
3647 addedClasses, depth
3571 addAttrTypeToSchemaFile(Schema schema, String schemaFile, AttributeType attributeType, Set<AttributeValue> values, Set<AttributeType> addedTypes, int depth) argument
3622 addObjectClassToSchemaFile(Schema schema, String schemaFile, ObjectClass objectClass, Set<AttributeValue> values, Set<ObjectClass> addedClasses, int depth) argument
3674 addDITStructureRuleToSchemaFile(Schema schema, String schemaFile, DITStructureRule ditStructureRule, Set<AttributeValue> values, Set<DITStructureRule> addedDSRs, int depth) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/
H A DSchemaBackend.java3703 * @param depth A depth counter to use in an attempt to detect
3710 int depth)
3713 if (depth > 20)
3731 addedTypes, depth+1);
3754 * @param depth A depth counter to use in an attempt to detect
3761 int depth)
3764 if (depth > 20)
3782 addedClasses, depth
3706 addAttrTypeToSchemaFile(Schema schema, String schemaFile, AttributeType attributeType, LinkedHashSet<AttributeValue> values, HashSet<AttributeType> addedTypes, int depth) argument
3757 addObjectClassToSchemaFile(Schema schema, String schemaFile, ObjectClass objectClass, LinkedHashSet<AttributeValue> values, HashSet<ObjectClass> addedClasses, int depth) argument
3809 addDITStructureRuleToSchemaFile(Schema schema, String schemaFile, DITStructureRule ditStructureRule, LinkedHashSet<AttributeValue> values, HashSet<DITStructureRule> addedDSRs, int depth) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DSchema.java3164 * the provided element, increasing the depth for each level of
3169 * @param depth The current recursion depth.
3175 int depth)
3178 if (depth > 20)
3180 // FIXME -- Is this an appropriate maximum depth for detecting
3203 rebuildDependentElements(at, depth+1);
3215 rebuildDependentElements(oc, depth+1);
3229 rebuildDependentElements(nf, depth+1);
3243 rebuildDependentElements(dcr, depth
3174 rebuildDependentElements(SchemaFileElement element, int depth) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/
H A DSchemaBackend.java3703 * @param depth A depth counter to use in an attempt to detect
3710 int depth)
3713 if (depth > 20)
3731 addedTypes, depth+1);
3754 * @param depth A depth counter to use in an attempt to detect
3761 int depth)
3764 if (depth > 20)
3782 addedClasses, depth
3706 addAttrTypeToSchemaFile(Schema schema, String schemaFile, AttributeType attributeType, LinkedHashSet<AttributeValue> values, HashSet<AttributeType> addedTypes, int depth) argument
3757 addObjectClassToSchemaFile(Schema schema, String schemaFile, ObjectClass objectClass, LinkedHashSet<AttributeValue> values, HashSet<ObjectClass> addedClasses, int depth) argument
3809 addDITStructureRuleToSchemaFile(Schema schema, String schemaFile, DITStructureRule ditStructureRule, LinkedHashSet<AttributeValue> values, HashSet<DITStructureRule> addedDSRs, int depth) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DSchema.java3149 * the provided element, increasing the depth for each level of
3154 * @param depth The current recursion depth.
3160 int depth)
3163 if (depth > 20)
3165 // FIXME -- Is this an appropriate maximum depth for detecting
3188 rebuildDependentElements(at, depth+1);
3200 rebuildDependentElements(oc, depth+1);
3214 rebuildDependentElements(nf, depth+1);
3228 rebuildDependentElements(dcr, depth
3159 rebuildDependentElements(SchemaFileElement element, int depth) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DSchema.java3148 * the provided element, increasing the depth for each level of
3153 * @param depth The current recursion depth.
3159 int depth)
3162 if (depth > 20)
3164 // FIXME -- Is this an appropriate maximum depth for detecting
3187 rebuildDependentElements(at, depth+1);
3199 rebuildDependentElements(oc, depth+1);
3213 rebuildDependentElements(nf, depth+1);
3227 rebuildDependentElements(dcr, depth
3158 rebuildDependentElements(SchemaFileElement element, int depth) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/
H A DSchemaBackend.java3568 * @param depth A depth counter to use in an attempt to detect
3575 int depth)
3578 if (depth > 20)
3596 addedTypes, depth+1);
3619 * @param depth A depth counter to use in an attempt to detect
3626 int depth)
3629 if (depth > 20)
3647 addedClasses, depth
3571 addAttrTypeToSchemaFile(Schema schema, String schemaFile, AttributeType attributeType, Set<AttributeValue> values, Set<AttributeType> addedTypes, int depth) argument
3622 addObjectClassToSchemaFile(Schema schema, String schemaFile, ObjectClass objectClass, Set<AttributeValue> values, Set<ObjectClass> addedClasses, int depth) argument
3674 addDITStructureRuleToSchemaFile(Schema schema, String schemaFile, DITStructureRule ditStructureRule, Set<AttributeValue> values, Set<DITStructureRule> addedDSRs, int depth) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/
H A DSchemaBackend.java3689 * @param depth A depth counter to use in an attempt to detect
3696 int depth)
3699 if (depth > 20)
3717 addedTypes, depth+1);
3740 * @param depth A depth counter to use in an attempt to detect
3747 int depth)
3750 if (depth > 20)
3768 addedClasses, depth
3692 addAttrTypeToSchemaFile(Schema schema, String schemaFile, AttributeType attributeType, LinkedHashSet<AttributeValue> values, HashSet<AttributeType> addedTypes, int depth) argument
3743 addObjectClassToSchemaFile(Schema schema, String schemaFile, ObjectClass objectClass, LinkedHashSet<AttributeValue> values, HashSet<ObjectClass> addedClasses, int depth) argument
3795 addDITStructureRuleToSchemaFile(Schema schema, String schemaFile, DITStructureRule ditStructureRule, LinkedHashSet<AttributeValue> values, HashSet<DITStructureRule> addedDSRs, int depth) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/
H A DSchemaBackend.java3049 * @param depth A depth counter to use in an attempt to detect
3056 int depth)
3059 if (depth > 20)
3077 addedTypes, depth+1);
3099 * @param depth A depth counter to use in an attempt to detect
3106 int depth)
3109 if (depth > 20)
3127 addedClasses, depth
3052 addAttrTypeToSchemaFile(Schema schema, String schemaFile, AttributeType attributeType, Set<ByteString> values, Set<AttributeType> addedTypes, int depth) argument
3102 addObjectClassToSchemaFile(Schema schema, String schemaFile, ObjectClass objectClass, Set<ByteString> values, Set<ObjectClass> addedClasses, int depth) argument
3153 addDITStructureRuleToSchemaFile(Schema schema, String schemaFile, DITStructureRule ditStructureRule, Set<ByteString> values, Set<DITStructureRule> addedDSRs, int depth) argument
[all...]

Completed in 236 milliseconds

123456