Home
last modified time | relevance | path

Searched refs:setProperties (Results 1 – 25 of 2734) sorted by relevance

12345678910>>...110

/dports/editors/calligra/calligra-3.2.1/filters/libmsooxml/
H A DMsooXmlTableStyle.cpp198 TableStyleProperties::Properties setProperties = styleProperties->setProperties; in applyStyle() local
200 if (setProperties & TableStyleProperties::TopMargin) { in applyStyle()
206 if (setProperties & TableStyleProperties::LeftMargin) { in applyStyle()
233 TableStyleProperties::Properties setProperties = styleProperties->setProperties; in applyTableLevelBordersStyle() local
235 if (setProperties & TableStyleProperties::TopBorder) { in applyTableLevelBordersStyle()
251 if (setProperties & TableStyleProperties::LeftBorder) { in applyTableLevelBordersStyle()
306 TableStyleProperties::Properties setProperties; in reapplyTableLevelBordersStyle() local
308 setProperties = properties->setProperties; in reapplyTableLevelBordersStyle()
463 TableStyleProperties::Properties setProperties = props->setProperties; in applyRowLevelBordersStyle() local
521 TableStyleProperties::Properties setProperties = props->setProperties; in applyColumnLevelBordersStyle() local
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmCorePlugin/test/components/
H A DLabelCellTest.php38 $this->labelCell->setProperties(array('getter' => 'getDescription'));
65 $this->labelCell->setProperties(array(
80 $this->labelCell->setProperties(array(
98 $this->labelCell->setProperties(array('getter' => 'name'));
101 $this->labelCell->setProperties(array('getter' => 'age'));
108 $this->labelCell->setProperties(array('getter' => 0));
111 $this->labelCell->setProperties(array('getter' => 1));
120 $this->labelCell->setProperties(array('getter' => 'name'));
123 $this->labelCell->setProperties(array('getter' => 'age'));
130 $this->labelCell->setProperties(array('getter' => 0));
[all …]
H A DCellTest.php94 $this->cell->setProperties($properties);
107 $this->cell->setProperties($properties);
123 $this->cell->setProperties($properties);
137 $this->cell->setProperties($properties);
156 $this->cell->setProperties($properties);
179 $this->cell->setProperties($properties);
200 $this->cell->setProperties($properties);
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/taglib/toolkit/
H A Dtfile.cpp194 PropertyMap File::setProperties(const PropertyMap &properties) in setProperties() function in File
197 return dynamic_cast<APE::File* >(this)->setProperties(properties); in setProperties()
201 return dynamic_cast<IT::File* >(this)->setProperties(properties); in setProperties()
203 return dynamic_cast<Mod::File* >(this)->setProperties(properties); in setProperties()
205 return dynamic_cast<MPC::File* >(this)->setProperties(properties); in setProperties()
221 return dynamic_cast<S3M::File* >(this)->setProperties(properties); in setProperties()
227 return dynamic_cast<XM::File* >(this)->setProperties(properties); in setProperties()
229 return dynamic_cast<MP4::File* >(this)->setProperties(properties); in setProperties()
231 return dynamic_cast<ASF::File* >(this)->setProperties(properties); in setProperties()
233 return dynamic_cast<DSF::File* >(this)->setProperties(properties); in setProperties()
[all …]
/dports/audio/taglib/taglib-1.12/taglib/toolkit/
H A Dtfile.cpp184 PropertyMap File::setProperties(const PropertyMap &properties) in setProperties() function in File
187 return dynamic_cast<APE::File* >(this)->setProperties(properties); in setProperties()
189 return dynamic_cast<FLAC::File* >(this)->setProperties(properties); in setProperties()
191 return dynamic_cast<IT::File* >(this)->setProperties(properties); in setProperties()
193 return dynamic_cast<Mod::File* >(this)->setProperties(properties); in setProperties()
195 return dynamic_cast<MPC::File* >(this)->setProperties(properties); in setProperties()
211 return dynamic_cast<S3M::File* >(this)->setProperties(properties); in setProperties()
217 return dynamic_cast<XM::File* >(this)->setProperties(properties); in setProperties()
219 return dynamic_cast<MP4::File* >(this)->setProperties(properties); in setProperties()
221 return dynamic_cast<ASF::File* >(this)->setProperties(properties); in setProperties()
[all …]
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/taglib_plugin/taglib-1.11/taglib/toolkit/
H A Dtfile.cpp184 PropertyMap File::setProperties(const PropertyMap &properties) in setProperties() function in File
187 return dynamic_cast<APE::File* >(this)->setProperties(properties); in setProperties()
189 return dynamic_cast<FLAC::File* >(this)->setProperties(properties); in setProperties()
191 return dynamic_cast<IT::File* >(this)->setProperties(properties); in setProperties()
193 return dynamic_cast<Mod::File* >(this)->setProperties(properties); in setProperties()
195 return dynamic_cast<MPC::File* >(this)->setProperties(properties); in setProperties()
211 return dynamic_cast<S3M::File* >(this)->setProperties(properties); in setProperties()
217 return dynamic_cast<XM::File* >(this)->setProperties(properties); in setProperties()
219 return dynamic_cast<MP4::File* >(this)->setProperties(properties); in setProperties()
221 return dynamic_cast<ASF::File* >(this)->setProperties(properties); in setProperties()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/serviceregistry/
H A DServiceTrackerTests.java72 reg.setProperties(props); in testServiceTracker01()
80 reg.setProperties(props); in testServiceTracker01()
88 reg.setProperties(props); in testServiceTracker01()
96 reg.setProperties(props); in testServiceTracker01()
152 reg.setProperties(props); in testServiceTracker02()
160 reg.setProperties(props); in testServiceTracker02()
168 reg.setProperties(props); in testServiceTracker02()
176 reg.setProperties(props); in testServiceTracker02()
232 reg.setProperties(props); in testServiceTracker03()
240 reg.setProperties(props); in testServiceTracker03()
[all …]
H A DServiceRegistryTests.java84 reg.setProperties(props); in testServiceListener01()
93 reg.setProperties(props); in testServiceListener01()
102 reg.setProperties(props); in testServiceListener01()
111 reg.setProperties(props); in testServiceListener01()
180 reg.setProperties(props); in testServiceListener02()
189 reg.setProperties(props); in testServiceListener02()
198 reg.setProperties(props); in testServiceListener02()
207 reg.setProperties(props); in testServiceListener02()
278 reg1.setProperties(props); in testServiceListener03()
284 reg2.setProperties(props); in testServiceListener03()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/Properties/
H A DGenerifiedUses.java57 new CropImageFilter(0, 0, 0, 0).setProperties(props); in foo()
58 new ImageFilter().setProperties(props); in foo()
59 new PixelGrabber(null, 0, 0, 0, 0, false).setProperties(props); in foo()
60 new ReplicateScaleFilter(1, 1).setProperties(props); in foo()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/Properties/
H A DGenerifiedUses.java57 new CropImageFilter(0, 0, 0, 0).setProperties(props); in foo()
58 new ImageFilter().setProperties(props); in foo()
59 new PixelGrabber(null, 0, 0, 0, 0, false).setProperties(props); in foo()
60 new ReplicateScaleFilter(1, 1).setProperties(props); in foo()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/util/Properties/
H A DGenerifiedUses.java57 new CropImageFilter(0, 0, 0, 0).setProperties(props); in foo()
58 new ImageFilter().setProperties(props); in foo()
59 new PixelGrabber(null, 0, 0, 0, 0, false).setProperties(props); in foo()
60 new ReplicateScaleFilter(1, 1).setProperties(props); in foo()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/Properties/
H A DGenerifiedUses.java57 new CropImageFilter(0, 0, 0, 0).setProperties(props); in foo()
58 new ImageFilter().setProperties(props); in foo()
59 new PixelGrabber(null, 0, 0, 0, 0, false).setProperties(props); in foo()
60 new ReplicateScaleFilter(1, 1).setProperties(props); in foo()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/util/Properties/
H A DGenerifiedUses.java57 new CropImageFilter(0, 0, 0, 0).setProperties(props); in foo()
58 new ImageFilter().setProperties(props); in foo()
59 new PixelGrabber(null, 0, 0, 0, 0, false).setProperties(props); in foo()
60 new ReplicateScaleFilter(1, 1).setProperties(props); in foo()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/util/Properties/
H A DGenerifiedUses.java57 new CropImageFilter(0, 0, 0, 0).setProperties(props); in foo()
58 new ImageFilter().setProperties(props); in foo()
59 new PixelGrabber(null, 0, 0, 0, 0, false).setProperties(props); in foo()
60 new ReplicateScaleFilter(1, 1).setProperties(props); in foo()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/util/Properties/
H A DGenerifiedUses.java57 new CropImageFilter(0, 0, 0, 0).setProperties(props); in foo()
58 new ImageFilter().setProperties(props); in foo()
59 new PixelGrabber(null, 0, 0, 0, 0, false).setProperties(props); in foo()
60 new ReplicateScaleFilter(1, 1).setProperties(props); in foo()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/util/Properties/
H A DGenerifiedUses.java57 new CropImageFilter(0, 0, 0, 0).setProperties(props); in foo()
58 new ImageFilter().setProperties(props); in foo()
59 new PixelGrabber(null, 0, 0, 0, 0, false).setProperties(props); in foo()
60 new ReplicateScaleFilter(1, 1).setProperties(props); in foo()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.beans/src/test/java/org/springframework/beans/factory/config/
H A DPropertyResourceConfigurerTests.java95 poc1.setProperties(props); in testPropertyOverrideConfigurer()
103 poc2.setProperties(props); in testPropertyOverrideConfigurer()
131 poc.setProperties(props); in testPropertyOverrideConfigurerWithNestedProperty()
151 poc.setProperties(props); in testPropertyOverrideConfigurerWithNestedPropertyAndDotInBeanName()
172 poc.setProperties(props); in testPropertyOverrideConfigurerWithNestedMapPropertyAndDotInMapKey()
191 poc.setProperties(props); in testPropertyOverrideConfigurerWithHeldProperties()
270 bfpp.setProperties(props); in testPropertyOverrideConfigurerWithConvertProperties()
291 poc.setProperties(props); in testPropertyOverrideConfigurerWithInvalidKey()
422 ppc.setProperties(props); in doTestPropertyPlaceholderConfigurer()
481 ppc.setProperties(props); in testPropertyPlaceholderConfigurerWithSystemPropertyNotUsed()
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/command_stream/definitions/
H A Dstream_properties.inl19 …void setProperties(bool requiresCoherency, uint32_t numGrfRequired, uint32_t threadArbitrationPoli…
20 void setProperties(const StateComputeModeProperties &properties);
30 …void setProperties(bool isCooperativeKernel, bool disableOverdispatch, int32_t engineInstancedDevi…
31 void setProperties(const FrontEndProperties &properties);
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmCorePlugin/modules/core/templates/
H A D_ohrmList.php20 $button->setProperties($buttonProperties);
53 $button->setProperties($buttonProperties);
161 $selectAllCheckbox->setProperties(array(
182 $headerCell->setProperties(array(
220 $headerCell->setProperties(array(
227 $headerCell->setProperties(array(
269 $selectCheckobx->setProperties(array(
287 $cell->setProperties($properties);
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/command_stream/
H A Dstream_properties_tests_common.cpp49 …properties.frontEndState.setProperties(isCooperativeKernel, disableOverdispatch, isEngineInstanced… in TEST()
69 …properties.stateComputeMode.setProperties(requiresCoherency, largeGrf ? 256 : 128, threadArbitrati… in TEST()
81 properties.stateComputeMode.setProperties(false, 0u, 0u); in TEST()
87 properties.stateComputeMode.setProperties(false, 0u, 0u); in TEST()
93 properties.stateComputeMode.setProperties(false, 0u, 0u); in TEST()
152 propertiesDestination.setProperties(propertiesSource); in verifySettingPropertiesFromOtherStruct()
162 propertiesDestination.setProperties(propertiesSource); in verifySettingPropertiesFromOtherStruct()
/dports/misc/dartsim/dart-6.11.1/dart/dynamics/
H A DPrismaticJoint.cpp51 void PrismaticJoint::setProperties(const Properties& _properties) in setProperties() function in dart::dynamics::PrismaticJoint
53 GenericJoint<math::R1Space>::setProperties( in setProperties()
55 setProperties(static_cast<const UniqueProperties&>(_properties)); in setProperties()
59 void PrismaticJoint::setProperties(const UniqueProperties& _properties) in setProperties() function in dart::dynamics::PrismaticJoint
82 setProperties(_otherJoint.getPrismaticJointProperties()); in copy()
H A DRevoluteJoint.cpp52 void RevoluteJoint::setProperties(const Properties& _properties) in setProperties() function in dart::dynamics::RevoluteJoint
54 GenericJoint<math::R1Space>::setProperties( in setProperties()
56 setProperties(static_cast<const UniqueProperties&>(_properties)); in setProperties()
60 void RevoluteJoint::setProperties(const UniqueProperties& _properties) in setProperties() function in dart::dynamics::RevoluteJoint
83 setProperties(_otherJoint.getRevoluteJointProperties()); in copy()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/conversion/test/
H A DTestLevelVersionConverter.cpp101 converter->setProperties(&prop); in START_TEST()
138 converter->setProperties(&prop); in START_TEST()
183 converter->setProperties(&prop); in START_TEST()
236 converter->setProperties(&prop); in START_TEST()
306 converter->setProperties(&prop); in START_TEST()
348 converter->setProperties(&prop); in START_TEST()
371 converter->setProperties(&prop2); in START_TEST()
400 converter->setProperties(&prop); in START_TEST()
421 converter->setProperties(&prop2); in START_TEST()
447 converter->setProperties(&prop); in START_TEST()
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/conversion/test/
H A DTestLevelVersionConverter.cpp101 converter->setProperties(&prop); in START_TEST()
138 converter->setProperties(&prop); in START_TEST()
183 converter->setProperties(&prop); in START_TEST()
236 converter->setProperties(&prop); in START_TEST()
306 converter->setProperties(&prop); in START_TEST()
348 converter->setProperties(&prop); in START_TEST()
371 converter->setProperties(&prop2); in START_TEST()
400 converter->setProperties(&prop); in START_TEST()
421 converter->setProperties(&prop2); in START_TEST()
447 converter->setProperties(&prop); in START_TEST()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/lzma-16.04/CPP/7zip/UI/Common/
H A DSetProperties.cpp34 CMyComPtr<ISetProperties> setProperties; in SetProperties() local
35 unknown->QueryInterface(IID_ISetProperties, (void **)&setProperties); in SetProperties()
36 if (!setProperties) in SetProperties()
71 RINOK(setProperties->SetProperties(&names.Front(), values, names.Size())); in SetProperties()

12345678910>>...110