Home
last modified time | relevance | path

Searched refs:getPropertyNames (Results 1 – 25 of 696) sorted by relevance

12345678910>>...28

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/image/BufferedImage/
H A DGetPropertyNames.java41 if (defaultProps.getPropertyNames() != null) { in main()
46 if (emptyProps.getPropertyNames() != null) { in main()
51 if (nullProps.getPropertyNames() != null) { in main()
60 if (nonStringProps.getPropertyNames() != null) { in main()
92 final String[] names = bi.getPropertyNames(); in validate()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/awt/image/BufferedImage/
H A DGetPropertyNames.java41 if (defaultProps.getPropertyNames() != null) { in main()
46 if (emptyProps.getPropertyNames() != null) { in main()
51 if (nullProps.getPropertyNames() != null) { in main()
60 if (nonStringProps.getPropertyNames() != null) { in main()
92 final String[] names = bi.getPropertyNames(); in validate()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/awt/image/BufferedImage/
H A DGetPropertyNames.java41 if (defaultProps.getPropertyNames() != null) { in main()
46 if (emptyProps.getPropertyNames() != null) { in main()
51 if (nullProps.getPropertyNames() != null) { in main()
60 if (nonStringProps.getPropertyNames() != null) { in main()
92 final String[] names = bi.getPropertyNames(); in validate()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/image/BufferedImage/
H A DGetPropertyNames.java41 if (defaultProps.getPropertyNames() != null) { in main()
46 if (emptyProps.getPropertyNames() != null) { in main()
51 if (nullProps.getPropertyNames() != null) { in main()
60 if (nonStringProps.getPropertyNames() != null) { in main()
92 final String[] names = bi.getPropertyNames(); in validate()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/awt/image/BufferedImage/
H A DGetPropertyNames.java41 if (defaultProps.getPropertyNames() != null) { in main()
46 if (emptyProps.getPropertyNames() != null) { in main()
51 if (nullProps.getPropertyNames() != null) { in main()
60 if (nonStringProps.getPropertyNames() != null) { in main()
92 final String[] names = bi.getPropertyNames(); in validate()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/awt/image/BufferedImage/
H A DGetPropertyNames.java41 if (defaultProps.getPropertyNames() != null) { in main()
46 if (emptyProps.getPropertyNames() != null) { in main()
51 if (nullProps.getPropertyNames() != null) { in main()
60 if (nonStringProps.getPropertyNames() != null) { in main()
92 final String[] names = bi.getPropertyNames(); in validate()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/awt/image/BufferedImage/
H A DGetPropertyNames.java41 if (defaultProps.getPropertyNames() != null) { in main()
46 if (emptyProps.getPropertyNames() != null) { in main()
51 if (nullProps.getPropertyNames() != null) { in main()
60 if (nonStringProps.getPropertyNames() != null) { in main()
92 final String[] names = bi.getPropertyNames(); in validate()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/awt/image/BufferedImage/
H A DGetPropertyNames.java41 if (defaultProps.getPropertyNames() != null) { in main()
46 if (emptyProps.getPropertyNames() != null) { in main()
51 if (nullProps.getPropertyNames() != null) { in main()
60 if (nonStringProps.getPropertyNames() != null) { in main()
92 final String[] names = bi.getPropertyNames(); in validate()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/awt/image/BufferedImage/
H A DGetPropertyNames.java41 if (defaultProps.getPropertyNames() != null) { in main()
46 if (emptyProps.getPropertyNames() != null) { in main()
51 if (nullProps.getPropertyNames() != null) { in main()
60 if (nonStringProps.getPropertyNames() != null) { in main()
92 final String[] names = bi.getPropertyNames(); in validate()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/awt/image/BufferedImage/
H A DGetPropertyNames.java41 if (defaultProps.getPropertyNames() != null) { in main()
46 if (emptyProps.getPropertyNames() != null) { in main()
51 if (nullProps.getPropertyNames() != null) { in main()
60 if (nonStringProps.getPropertyNames() != null) { in main()
92 final String[] names = bi.getPropertyNames(); in validate()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/extsrc/com/lightcrafts/mediax/jai/
H A DRenderableImageAdapter.java165 public final String[] getPropertyNames() { in getPropertyNames() method in RenderableImageAdapter
167 properties.getPropertyNames(), in getPropertyNames()
168 im.getPropertyNames()); in getPropertyNames()
182 public String[] getPropertyNames(String prefix) { in getPropertyNames() method in RenderableImageAdapter
183 return PropertyUtil.getPropertyNames(getPropertyNames(), prefix); in getPropertyNames()
H A DPropertyEnvironment.java124 public String[] getPropertyNames() { in getPropertyNames() method in PropertyEnvironment
148 public String[] getPropertyNames(String prefix) { in getPropertyNames() method in PropertyEnvironment
150 String[] propertyNames = getPropertyNames(); in getPropertyNames()
151 return PropertyUtil.getPropertyNames(propertyNames, prefix); in getPropertyNames()
270 String[] names = defaultPropertySource.getPropertyNames(); in mapDefaults()
290 String names[] = generator.getPropertyNames(); in removeSuppressedProps()
309 String[] propertyNames = source.getPropertyNames(); in hashNames()
331 String[] propertyNames = generator.getPropertyNames(); in hashNames()
H A DNullOpImage.java192 public String[] getPropertyNames() { in getPropertyNames() method in NullOpImage
193 return getSource(0).getPropertyNames(); in getPropertyNames()
201 public String[] getPropertyNames(String prefix) { in getPropertyNames() method in NullOpImage
202 return getSource(0).getPropertyNames(prefix); in getPropertyNames()
H A DPropertySourceImpl.java142 String[] names = propertySource.getPropertyNames(); in PropertySourceImpl()
161 public String[] getPropertyNames() { in getPropertyNames() method in PropertySourceImpl
199 public String[] getPropertyNames(String prefix) { in getPropertyNames() method in PropertySourceImpl
200 return PropertyUtil.getPropertyNames(getPropertyNames(), prefix); in getPropertyNames()
312 String[] propertyNames = getPropertyNames(); in getProperties()
H A DCollectionImage.java285 public String[] getPropertyNames() { in getPropertyNames() method in CollectionImage
286 return properties.getPropertyNames(); in getPropertyNames()
306 public String[] getPropertyNames(String prefix) { in getPropertyNames() method in CollectionImage
307 return PropertyUtil.getPropertyNames(getPropertyNames(), prefix); in getPropertyNames()
H A DPropertySource.java77 String[] getPropertyNames(); in getPropertyNames() method
91 String[] getPropertyNames(String prefix); in getPropertyNames() method
/dports/www/pecl-solr/solr-2.5.1/tests/
H A D046.solrobject_getpropertynames.phpt2 SolrObject - SolrObject::getPropertyNames()
8 var_dump($solrObject->getPropertyNames());
16 var_dump($solrObject->getPropertyNames());
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/
H A DTeamStateDescription.java58 public String[] getPropertyNames() { in getPropertyNames() method in TeamStateDescription
82 String[] properties = getPropertyNames(); in equals()
99 String[] p1 = d1.getPropertyNames(); in haveSameProperties()
100 String[] p2 = d2.getPropertyNames(); in haveSameProperties()
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/test/com/eteks/sweethome3d/junit/
H A DHomeTest.java147 assertEquals("Wrong count of properties", 1, object.getPropertyNames().size()); in testProperties()
148 assertEquals("Wrong property name", "name", object.getPropertyNames().iterator().next()); in testProperties()
157 assertEquals("Wrong count of properties", 2, object.getPropertyNames().size()); in testProperties()
160 assertEquals("Wrong properties count on clone", 2, object.clone().getPropertyNames().size()); in testProperties()
163 assertEquals("Wrong count of properties", 0, object.getPropertyNames().size()); in testProperties()
164 assertEquals("Wrong properties count on clone", 0, object.clone().getPropertyNames().size()); in testProperties()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT WebKit/win32/library/
H A Dwebkit_win32_structs.cpp26 …e, finalize, hasProperty, getProperty, setProperty, deleteProperty, getPropertyNames, callAsFuncti… member
47 …JSClassDefinitionFc.getPropertyNames = env->GetFieldID(JSClassDefinitionFc.clazz, "getPropertyName… in cacheJSClassDefinitionFields()
70 …lpStruct->getPropertyNames = (JSObjectGetPropertyNamesCallback)env->GetLongField(lpObject, JSClass… in getJSClassDefinitionFields()
93 …env->SetLongField(lpObject, JSClassDefinitionFc.getPropertyNames, (jlong)lpStruct->getPropertyName… in setJSClassDefinitionFields()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/support_data/
H A DossimDtedInfo.cpp113 m_vol.getPropertyNames(list); in getProperty()
142 m_hdr.getPropertyNames(list); in getProperty()
171 m_uhl.getPropertyNames(list); in getProperty()
201 m_dsi.getPropertyNames(list); in getProperty()
232 m_acc.getPropertyNames(list); in getProperty()
261 void ossimDtedInfo::getPropertyNames( in getPropertyNames() function in ossimDtedInfo
/dports/cad/uranium/Uranium-3ed9c4de/UM/Settings/
H A DSettingInstance.py31 property_names = SettingDefinition.getPropertyNames()
95 def getPropertyNames(self) -> Iterable[str]: member in SettingInstance
127 for property_name in other.getPropertyNames():
181 for property_name in self._definition.getPropertyNames():
234 property_names = SettingDefinition.getPropertyNames()
277 property_names = SettingDefinition.getPropertyNames()
/dports/www/mediawiki135/mediawiki-1.35.5/includes/api/
H A DApiQueryStashImageInfo.php87 public static function getPropertyNames( $filter = null ) { function in ApiQueryStashImageInfo
91 return parent::getPropertyNames( $filter );
119 ApiBase::PARAM_TYPE => self::getPropertyNames(),
/dports/www/mediawiki136/mediawiki-1.36.3/includes/api/
H A DApiQueryStashImageInfo.php87 public static function getPropertyNames( $filter = null ) { function in ApiQueryStashImageInfo
91 return parent::getPropertyNames( $filter );
119 ApiBase::PARAM_TYPE => self::getPropertyNames(),
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/includes/api/query/
H A DApiQueryImageInfoTest.php123 'iiprop' => implode( '|', ApiQueryImageInfo::getPropertyNames() ),
140 'iiprop' => implode( '|', ApiQueryImageInfo::getPropertyNames() ),
155 'iiprop' => implode( '|', ApiQueryImageInfo::getPropertyNames() ),
179 'iiprop' => implode( '|', ApiQueryImageInfo::getPropertyNames() ),

12345678910>>...28