Home
last modified time | relevance | path

Searched refs:PropertyComparator (Results 1 – 23 of 23) sorted by relevance

/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.beans/src/test/java/org/springframework/beans/support/
H A DPropertyComparatorTests.java42 PropertyComparator c = new PropertyComparator("nickName", false, true); in testPropertyComparator()
52 PropertyComparator c = new PropertyComparator("nickName", false, true);
60 c.addComparator(new PropertyComparator("lastName", false, true));
72 c.addComparator(new PropertyComparator("firstName", false, true));
83 c.addComparator(new PropertyComparator("lastName", false, true)); in testCompoundComparatorInvert()
84 c.addComparator(new PropertyComparator("firstName", false, true)); in testCompoundComparatorInvert()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.beans/src/main/java/org/springframework/beans/support/
H A DPropertyComparator.java40 public class PropertyComparator implements Comparator { class
53 public PropertyComparator(SortDefinition sortDefinition) { in PropertyComparator() method in PropertyComparator
63 public PropertyComparator(String property, boolean ignoreCase, boolean ascending) { in PropertyComparator() method in PropertyComparator
134 Collections.sort(source, new PropertyComparator(sortDefinition)); in sort()
148 Arrays.sort(source, new PropertyComparator(sortDefinition)); in sort()
H A DPagedListHolder.java329 PropertyComparator.sort(source, sort); in doSort()
/dports/www/firefox-esr/firefox-91.8.0/intl/locale/
H A DnsUConvPropertySearch.cpp12 struct PropertyComparator { struct
14 explicit PropertyComparator(const nsCString& aKey) : mKey(aKey) {} in PropertyComparator() function
31 PropertyComparator(flat), &index)) { in SearchPropertyValue()
/dports/lang/spidermonkey78/firefox-78.9.0/intl/locale/
H A DnsUConvPropertySearch.cpp12 struct PropertyComparator { struct
14 explicit PropertyComparator(const nsCString& aKey) : mKey(aKey) {} in PropertyComparator() function
31 PropertyComparator(flat), &index)) { in SearchPropertyValue()
/dports/www/firefox/firefox-99.0/intl/locale/
H A DnsUConvPropertySearch.cpp12 struct PropertyComparator { struct
14 explicit PropertyComparator(const nsCString& aKey) : mKey(aKey) {} in PropertyComparator() argument
31 PropertyComparator(flat), &index)) { in SearchPropertyValue()
/dports/mail/thunderbird/thunderbird-91.8.0/intl/locale/
H A DnsUConvPropertySearch.cpp12 struct PropertyComparator { struct
14 explicit PropertyComparator(const nsCString& aKey) : mKey(aKey) {} in PropertyComparator() function
31 PropertyComparator(flat), &index)) { in SearchPropertyValue()
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/locale/
H A DnsUConvPropertySearch.cpp12 struct PropertyComparator struct
15 explicit PropertyComparator(const nsCString& aKey) : mKey(aKey) {} in PropertyComparator() function
35 PropertyComparator(flat), &index)) { in SearchPropertyValue()
/dports/lang/spidermonkey60/firefox-60.9.0/intl/locale/
H A DnsUConvPropertySearch.cpp12 struct PropertyComparator { struct
14 explicit PropertyComparator(const nsCString& aKey) : mKey(aKey) {} in PropertyComparator() function
31 PropertyComparator(flat), &index)) { in SearchPropertyValue()
/dports/www/firefox-esr/firefox-91.8.0/layout/base/
H A DFrameProperties.h191 return mProperties.Contains(aProperty, PropertyComparator());
344 class PropertyComparator {
365 aProperty, 0, PropertyComparator(),
386 aProperty, 0, PropertyComparator(),
407 auto index = mProperties.IndexOf(aProperty, 0, PropertyComparator());
430 auto index = mProperties.IndexOf(aProperty, 0, PropertyComparator());
/dports/www/firefox/firefox-99.0/layout/base/
H A DFrameProperties.h185 return mProperties.Contains(aProperty, PropertyComparator());
339 class PropertyComparator {
360 aProperty, 0, PropertyComparator(),
382 aProperty, 0, PropertyComparator(),
403 auto index = mProperties.IndexOf(aProperty, 0, PropertyComparator());
426 auto index = mProperties.IndexOf(aProperty, 0, PropertyComparator());
/dports/mail/thunderbird/thunderbird-91.8.0/layout/base/
H A DFrameProperties.h191 return mProperties.Contains(aProperty, PropertyComparator());
344 class PropertyComparator {
365 aProperty, 0, PropertyComparator(),
386 aProperty, 0, PropertyComparator(),
407 auto index = mProperties.IndexOf(aProperty, 0, PropertyComparator());
430 auto index = mProperties.IndexOf(aProperty, 0, PropertyComparator());
/dports/lang/spidermonkey60/firefox-60.9.0/layout/base/
H A DFrameProperties.h197 return mProperties.IndexOf(aProperty, 0, PropertyComparator()) !=
353 class PropertyComparator {
373 auto index = mProperties.IndexOf(aProperty, 0, PropertyComparator());
392 auto index = mProperties.IndexOf(aProperty, 0, PropertyComparator());
416 auto index = mProperties.IndexOf(aProperty, 0, PropertyComparator());
439 auto index = mProperties.IndexOf(aProperty, 0, PropertyComparator());
/dports/lang/spidermonkey78/firefox-78.9.0/layout/base/
H A DFrameProperties.h196 return mProperties.Contains(aProperty, PropertyComparator());
350 class PropertyComparator {
371 aProperty, 0, PropertyComparator(),
392 aProperty, 0, PropertyComparator(),
413 auto index = mProperties.IndexOf(aProperty, 0, PropertyComparator());
436 auto index = mProperties.IndexOf(aProperty, 0, PropertyComparator());
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DFramePropertyTable.cpp50 array->IndexOf(aProperty, 0, PropertyComparator());
93 array->IndexOf(aProperty, 0, PropertyComparator());
143 array->IndexOf(aProperty, 0, PropertyComparator());
H A DFramePropertyTable.h353 class PropertyComparator {
/dports/www/firefox-esr/firefox-91.8.0/dom/animation/
H A DKeyframeUtils.cpp74 struct PropertyComparator { struct
552 properties.Sort(AdditionalProperty::PropertyComparator()); in GetPropertyValuesPairs()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/animation/
H A DKeyframeUtils.cpp74 struct PropertyComparator { struct
550 properties.Sort(AdditionalProperty::PropertyComparator()); in GetPropertyValuesPairs()
/dports/www/firefox/firefox-99.0/dom/animation/
H A DKeyframeUtils.cpp75 struct PropertyComparator { struct
553 properties.Sort(AdditionalProperty::PropertyComparator()); in GetPropertyValuesPairs()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/animation/
H A DKeyframeUtils.cpp74 struct PropertyComparator { struct
552 properties.Sort(AdditionalProperty::PropertyComparator()); in GetPropertyValuesPairs()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/animation/
H A DKeyframeUtils.cpp228 struct PropertyComparator { struct
709 properties.Sort(AdditionalProperty::PropertyComparator()); in GetPropertyValuesPairs()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/animation/
H A DKeyframeUtils.cpp246 struct PropertyComparator struct
904 properties.Sort(AdditionalProperty::PropertyComparator()); in GetPropertyValuesPairs()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/build/tmp/api/
H A Djavadoc.options520 …amework-3.1.x/spring-beans/src/main/java/org/springframework/beans/support/PropertyComparator.java'