Searched refs:EQUALITY (Results 126 - 150 of 231) sorted by relevance

12345678910

/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/backends/pluggable/
H A DStateTest.java197 when(indexCfg.getIndexType()).thenReturn(newTreeSet(IndexType.PRESENCE, IndexType.EQUALITY));
H A DID2ChildrenCountTest.java250 when(indexCfg.getIndexType()).thenReturn(newTreeSet(IndexType.PRESENCE, IndexType.EQUALITY));
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/schema/
H A DFakeEntryIndex.java126 case EQUALITY:
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DSubjectAttributeToUserAttributeCertificateMapper.java185 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
597 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DSubjectAttributeToUserAttributeCertificateMapper.java184 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
596 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
/forgerock/opendj2/src/server/org/opends/server/plugins/
H A DUniqueAttributePlugin.java148 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
762 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DSubjectAttributeToUserAttributeCertificateMapper.java185 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
597 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DSubjectAttributeToUserAttributeCertificateMapper.java185 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
597 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DSubjectAttributeToUserAttributeCertificateMapper.java184 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
596 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
/forgerock/opendj2-hg/src/server/org/opends/server/plugins/
H A DUniqueAttributePlugin.java148 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
762 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/plugins/
H A DUniqueAttributePlugin.java149 if (b != null && ! b.isIndexed(t, IndexType.EQUALITY))
729 if (b != null && ! b.isIndexed(t, IndexType.EQUALITY))
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DSearchFilter.java237 return new SearchFilter(FilterType.EQUALITY, null, null,
262 return new SearchFilter(FilterType.EQUALITY, null, null,
770 filterType = FilterType.EQUALITY;
2317 case EQUALITY:
3698 case EQUALITY:
3988 case EQUALITY:
4135 case EQUALITY:
/forgerock/opendj2/src/server/org/opends/server/types/
H A DSearchFilter.java237 return new SearchFilter(FilterType.EQUALITY, null, null,
262 return new SearchFilter(FilterType.EQUALITY, null, null,
770 filterType = FilterType.EQUALITY;
2317 case EQUALITY:
3734 case EQUALITY:
4024 case EQUALITY:
4171 case EQUALITY:
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DSearchFilter.java237 return new SearchFilter(FilterType.EQUALITY, null, null,
262 return new SearchFilter(FilterType.EQUALITY, null, null,
770 filterType = FilterType.EQUALITY;
2317 case EQUALITY:
3698 case EQUALITY:
3988 case EQUALITY:
4135 case EQUALITY:
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DSearchFilter.java237 return new SearchFilter(FilterType.EQUALITY, null, null,
262 return new SearchFilter(FilterType.EQUALITY, null, null,
770 filterType = FilterType.EQUALITY;
2317 case EQUALITY:
3698 case EQUALITY:
3988 case EQUALITY:
4135 case EQUALITY:
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DSearchFilter.java237 return new SearchFilter(FilterType.EQUALITY, null, null,
262 return new SearchFilter(FilterType.EQUALITY, null, null,
770 filterType = FilterType.EQUALITY;
2317 case EQUALITY:
3734 case EQUALITY:
4024 case EQUALITY:
4171 case EQUALITY:
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DSearchFilter.java232 return new SearchFilter(FilterType.EQUALITY, null, null,
257 return new SearchFilter(FilterType.EQUALITY, null, null,
757 filterType = FilterType.EQUALITY;
2261 case EQUALITY:
3536 case EQUALITY:
3785 case EQUALITY:
3909 case EQUALITY:
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/ldap/
H A DLDAPFilter.java175 case EQUALITY:
443 filterType = FilterType.EQUALITY;
2028 case EQUALITY:
/forgerock/opendj2/src/server/org/opends/server/protocols/ldap/
H A DLDAPFilter.java174 case EQUALITY:
442 filterType = FilterType.EQUALITY;
2027 case EQUALITY:
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/ldap/
H A DLDAPFilter.java175 case EQUALITY:
443 filterType = FilterType.EQUALITY;
2028 case EQUALITY:
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPFilter.java175 case EQUALITY:
443 filterType = FilterType.EQUALITY;
2028 case EQUALITY:
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPFilter.java174 case EQUALITY:
442 filterType = FilterType.EQUALITY;
2027 case EQUALITY:
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/
H A DLDAPFilter.java178 case EQUALITY:
430 filterType = FilterType.EQUALITY;
1988 case EQUALITY:
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DAbstractIndexPanel.java172 IndexType.EQUALITY, IndexType.ORDERING, IndexType.PRESENCE,
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DAbstractIndexPanel.java171 IndexType.EQUALITY, IndexType.ORDERING, IndexType.PRESENCE,

Completed in 131 milliseconds

12345678910