Home
last modified time | relevance | path

Searched refs:ImportProperties (Results 1 – 25 of 43) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Composition.Convention/tests/
H A DPartBuilderInheritanceTests.cs31 …builder.ForType<DerClass>().ImportProperties((p) => p.Name == "P1"); // P1 is string in ImportPropertyTargetingBaseClass_ShouldGenerateImportAttributeForP1Selected()
43 …builder.ForType<DerClass>().ImportProperties((p) => p.Name == "P3"); // P2 is Enume… in ImportPropertyTargetingBaseClass_ShouldGenerateImportManyForP3Selected()
56 …builder.ForType<DerClass>().ImportProperties((p) => p.Name == "P4"); // P1 is string in ImportPropertyTargetingDerivedClass_ShouldGenerateImportAttributeForP4Selected()
H A DPartBuilderTests.cs304 builder.ForType(typeof(FooImpl)).ImportProperties(p => p.Name == "P1"); in ImportProperty_ShouldGenerateImportForPropertySelected()
326 builder.ForType(typeof(FooImpl)).ImportProperties(p => p.Name == "P3"); in ImportProperties_ShouldGenerateImportForPropertySelected_And_ApplyImportMany()
458 …llException>("propertyFilter", () => builder.ForTypesMatching((t) => true).ImportProperties(null)); in ImportSelectorNull_ShouldThrowArgumentNull()
459 …ption>("propertyFilter", () => builder.ForTypesMatching((t) => true).ImportProperties(null, null)); in ImportSelectorNull_ShouldThrowArgumentNull()
460 …tion>("propertyFilter", () => builder.ForTypesMatching((t) => true).ImportProperties<IFirst>(null)… in ImportSelectorNull_ShouldThrowArgumentNull()
461 …tion>("propertyFilter", () => builder.ForTypesMatching((t) => true).ImportProperties<IFirst>(null,… in ImportSelectorNull_ShouldThrowArgumentNull()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Source/Core/
H A DStyleSheetParser.cpp78 ImportProperties(node, style_name_list[i], properties, rule_count); in Parse()
187 bool StyleSheetParser::ImportProperties(StyleSheetNode* node, const String& names, const PropertyDi… in ImportProperties() function in Rocket::Core::StyleSheetParser
267 leaf_node->ImportProperties(properties, rule_specificity); in ImportProperties()
H A DStyleSheetParser.h84 …bool ImportProperties(StyleSheetNode* node, const String& names, const PropertyDictionary& propert…
H A DStyleSheetNode.h86 void ImportProperties(const PropertyDictionary& properties, int rule_specificity);
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine/Properties/
H A DBuildPropertyGroup.cs744 this.ImportProperties(environmentProperties); in ImportInitialProperties()
747 this.ImportProperties(reservedProperties); in ImportInitialProperties()
750 this.ImportProperties(toolsVersionDependentProperties); in ImportInitialProperties()
753 this.ImportProperties(clonedGlobalProperties); in ImportInitialProperties()
1166 internal void ImportProperties in ImportProperties() method in Microsoft.Build.BuildEngine.BuildPropertyGroup
/dports/devel/msbuild/msbuild-0.06/src/Build/Definition/
H A DToolset.cs959 _propertyBag.ImportProperties(_environmentProperties); in InitializeProperties()
961 _propertyBag.ImportProperties(reservedProperties); in InitializeProperties()
963 _propertyBag.ImportProperties(Properties.Values); in InitializeProperties()
972 _propertyBag.ImportProperties(subToolsetProperties); in InitializeProperties()
975 _propertyBag.ImportProperties(_globalProperties); in InitializeProperties()
/dports/math/vtk6/VTK-6.2.0/IO/Import/
H A DvtkImporter.h89 virtual void ImportProperties (vtkRenderer*) {} in ImportProperties() function
H A Dvtk3DSImporter.h72 virtual void ImportProperties (vtkRenderer *renderer);
H A DvtkImporter.cxx46 this->ImportProperties (this->Renderer); in ReadData()
H A DvtkVRMLImporter.h126 virtual void ImportProperties(vtkRenderer*) {} in ImportProperties() function
/dports/math/vtk8/VTK-8.2.0/IO/Import/
H A DvtkImporter.h101 virtual void ImportProperties (vtkRenderer*) {} in ImportProperties() function
H A Dvtk3DSImporter.h81 void ImportProperties (vtkRenderer *renderer) override;
H A DvtkImporter.cxx46 this->ImportProperties (this->Renderer); in ReadData()
H A DvtkVRMLImporter.h119 void ImportProperties(vtkRenderer*) override {} in ImportProperties() function
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine/Engine/
H A DToolset.cs52 this.properties.ImportProperties(buildProperties); in Toolset()
H A DEngine.cs971 initialProperties.ImportProperties(EnvironmentProperties); in PopulateToolsetStateMap()
972 initialProperties.ImportProperties(GlobalProperties); in PopulateToolsetStateMap()
2915 finalGlobalProperties.ImportProperties(parentProjectGlobalProperties); in MergeGlobalProperties()
2919 finalGlobalProperties.ImportProperties(postMergeProperties); in MergeGlobalProperties()
2936 … finalGlobalProperties.ImportProperties(loadedProjectWithSameFullPath.GlobalProperties); in MergeGlobalProperties()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Composition.Convention/src/System/Composition/Convention/
H A DPartConventionBuilder.cs258 public PartConventionBuilder ImportProperties(Predicate<PropertyInfo> propertyFilter) in ImportProperties() method in System.Composition.Convention.PartConventionBuilder
271 public PartConventionBuilder ImportProperties( in ImportProperties() method in System.Composition.Convention.PartConventionBuilder
295 public PartConventionBuilder ImportProperties<T>(Predicate<PropertyInfo> propertyFilter) in ImportProperties() method in System.Composition.Convention.PartConventionBuilder
309 public PartConventionBuilder ImportProperties<T>( in ImportProperties() method in System.Composition.Convention.PartConventionBuilder
H A DPartConventionBuilderOfT.cs314 base.ImportProperties(adapter.VerifyPropertyInfo, adapter.ConfigureImport); in ImportProperty()
343 base.ImportProperties<TContract>(adapter.VerifyPropertyInfo, adapter.ConfigureImport); in ImportProperty()
/dports/math/vtk9/VTK-9.1.0/IO/Import/
H A Dvtk3DSImporter.h86 void ImportProperties(vtkRenderer* renderer) override;
H A DvtkImporter.h163 virtual void ImportProperties(vtkRenderer*) {} in ImportProperties() function
H A DvtkVRMLImporter.h124 void ImportProperties(vtkRenderer*) override {} in ImportProperties() function
H A DvtkImporter.cxx51 this->ImportProperties(this->Renderer); in ReadData()
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine.UnitTests/
H A DToolsetReader_Tests.cs2011 initialProperties.ImportProperties(e.EnvironmentProperties);
2012 initialProperties.ImportProperties(e.GlobalProperties);
2057 initialProperties.ImportProperties(e.EnvironmentProperties);
2058 initialProperties.ImportProperties(e.GlobalProperties);
2106 initialProperties.ImportProperties(e.EnvironmentProperties);
2107 initialProperties.ImportProperties(globalProperties);
/dports/graphics/f3d/f3d-1.2.1/src/
H A DvtkF3DGenericImporter.h135 void ImportProperties(vtkRenderer*) override;

12