Home
last modified time | relevance | path

Searched refs:GetConverter (Results 1 – 25 of 503) sorted by relevance

12345678910>>...21

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Configuration_2.0/
H A DHttpRuntimeSection.cs73 TypeDescriptor.GetConverter (typeof (int)), in HttpRuntimeSection()
89 TypeDescriptor.GetConverter (typeof (int)), in HttpRuntimeSection()
93 TypeDescriptor.GetConverter (typeof (int)), in HttpRuntimeSection()
97 TypeDescriptor.GetConverter (typeof (int)), in HttpRuntimeSection()
101 TypeDescriptor.GetConverter (typeof (int)), in HttpRuntimeSection()
105 TypeDescriptor.GetConverter (typeof (int)), in HttpRuntimeSection()
116 TypeDescriptor.GetConverter (typeof (int)), in HttpRuntimeSection()
121 TypeDescriptor.GetConverter (typeof (string)), in HttpRuntimeSection()
129 TypeDescriptor.GetConverter (typeof (int)), in HttpRuntimeSection()
133 TypeDescriptor.GetConverter (typeof (int)), in HttpRuntimeSection()
[all …]
H A DFormsAuthenticationConfiguration.cs66 TypeDescriptor.GetConverter (typeof (string)), in FormsAuthenticationConfiguration()
72 TypeDescriptor.GetConverter (typeof (string)), in FormsAuthenticationConfiguration()
76 TypeDescriptor.GetConverter (typeof (string)), in FormsAuthenticationConfiguration()
80 TypeDescriptor.GetConverter (typeof (string)), in FormsAuthenticationConfiguration()
H A DEventMappingSettings.cs49 TypeDescriptor.GetConverter (typeof (int)), in EventMappingSettings()
53 TypeDescriptor.GetConverter (typeof (string)), in EventMappingSettings()
57 TypeDescriptor.GetConverter (typeof (int)), in EventMappingSettings()
H A DProcessModelSection.cs97 TypeDescriptor.GetConverter (typeof (int)), in ProcessModelSection()
101 TypeDescriptor.GetConverter (typeof (int)), in ProcessModelSection()
105 TypeDescriptor.GetConverter (typeof (int)), in ProcessModelSection()
110 TypeDescriptor.GetConverter (typeof (int)), in ProcessModelSection()
114 TypeDescriptor.GetConverter (typeof (int)), in ProcessModelSection()
H A DClientTarget.cs47 TypeDescriptor.GetConverter (typeof (string)), in ClientTarget()
51 TypeDescriptor.GetConverter (typeof (string)), in ClientTarget()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.Composition/tests/System/ComponentModel/Composition/
H A DDynamicMetadata.cs21 var notYetAttached = TypeDescriptor.GetConverter(val); in SimpleAttachment()
32 var attached = TypeDescriptor.GetConverter(val); in SimpleAttachment()
55 var notYetAttached = TypeDescriptor.GetConverter(val.GetType()); in LocalContainer()
58 var attached = dat.GetConverter(val.GetType()); in LocalContainer()
88 var attached1 = dat1.GetConverter(val.GetType()); in DualContainers()
91 var attached2 = dat2.GetConverter(val.GetType()); in DualContainers()
127 public TypeConverter GetConverter(Type type) in GetConverter() method in System.ComponentModel.Composition.TypeDescriptorServices
132 return ictd.GetConverter(); in GetConverter()
136 return TypeDescriptor.GetConverter(type); in GetConverter()
243 public override TypeConverter GetConverter() in GetConverter() method in System.ComponentModel.Composition.MetadataStore.MetadataStoreTypeDescriptor
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.ComponentModel/
H A DTypeDescriptorTests.cs396 public TypeConverter GetConverter() in GetConverter() method in MonoTests.System.ComponentModel.TestCustomTypeDescriptor
1202 TypeDescriptor.GetConverter (null); in TestGetConverterNullParam()
1209 …Assert.AreEqual (typeof (ByteConverter), TypeDescriptor.GetConverter (typeof (byte)).GetType (), "… in TestGetConverter()
1212 …Assert.AreEqual (typeof (CharConverter), TypeDescriptor.GetConverter (typeof (char)).GetType (), "… in TestGetConverter()
1214 …Assert.AreEqual (typeof (Int32Converter), TypeDescriptor.GetConverter (typeof (int)).GetType (), "… in TestGetConverter()
1215 …Assert.AreEqual (typeof (Int64Converter), TypeDescriptor.GetConverter (typeof (long)).GetType (), … in TestGetConverter()
1225 …Assert.AreEqual (typeof (GuidConverter), TypeDescriptor.GetConverter (typeof (Guid)).GetType (), "… in TestGetConverter()
1240 …Assert.AreEqual (typeof (Int32Converter), TypeDescriptor.GetConverter ((int?) 1).GetType (), "#28… in TestGetConverter()
1242 Assert.IsTrue (TypeDescriptor.GetConverter (typeof (Component)) is ComponentConverter, "#29"); in TestGetConverter()
1243 Assert.IsTrue (TypeDescriptor.GetConverter (new Component()) is ComponentConverter, "#30"); in TestGetConverter()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Data.Sqlite/Mono.Data.Sqlite_2.0/
H A DSQLiteConnectionStringBuilder.cs108 …return (SynchronizationModes)TypeDescriptor.GetConverter(typeof(SynchronizationModes)).ConvertFrom…
407 …return (SQLiteDateFormats)TypeDescriptor.GetConverter(typeof(SQLiteDateFormats)).ConvertFrom(value…
429 …return (SQLiteJournalModeEnum)TypeDescriptor.GetConverter(typeof(SQLiteJournalModeEnum)).ConvertFr…
452 … return (IsolationLevel)TypeDescriptor.GetConverter(typeof(IsolationLevel)).ConvertFrom(value);
484 value = TypeDescriptor.GetConverter(pd.PropertyType).ConvertFrom(value); in TryGetValue()
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/converter/
H A Dimmutable_converter_test.cc161 ImmutableConverterImpl *GetConverter() { in GetConverter() function in mozc::__anoncc2226d60111::MockDataAndImmutableConverter
190 EXPECT_TRUE(data_and_converter->GetConverter()->Convert(&segments)); in TEST()
201 data_and_converter->GetConverter()->InsertDummyCandidates(&segment, 10); in TEST()
217 data_and_converter->GetConverter()->InsertDummyCandidates(&segment, 10); in TEST()
297 ImmutableConverterImpl *converter = data_and_converter->GetConverter(); in TEST()
318 ImmutableConverterImpl *converter = data_and_converter->GetConverter(); in TEST()
333 EXPECT_TRUE(data_and_converter->GetConverter()->Convert(&segments)); in TEST()
376 EXPECT_TRUE(data_and_converter->GetConverter()->Convert(&segments)); in TEST()
455 EXPECT_TRUE(data_and_converter->GetConverter()->Convert(&segments)); in TEST()
472 EXPECT_TRUE(data_and_converter->GetConverter()->ConvertForRequest( in AutoPartialSuggestionTestHelper()
[all …]
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/converter/
H A Dimmutable_converter_test.cc161 ImmutableConverterImpl *GetConverter() { in GetConverter() function in mozc::__anon090a9dd00111::MockDataAndImmutableConverter
190 EXPECT_TRUE(data_and_converter->GetConverter()->Convert(&segments)); in TEST()
201 data_and_converter->GetConverter()->InsertDummyCandidates(&segment, 10); in TEST()
217 data_and_converter->GetConverter()->InsertDummyCandidates(&segment, 10); in TEST()
297 ImmutableConverterImpl *converter = data_and_converter->GetConverter(); in TEST()
318 ImmutableConverterImpl *converter = data_and_converter->GetConverter(); in TEST()
333 EXPECT_TRUE(data_and_converter->GetConverter()->Convert(&segments)); in TEST()
376 EXPECT_TRUE(data_and_converter->GetConverter()->Convert(&segments)); in TEST()
455 EXPECT_TRUE(data_and_converter->GetConverter()->Convert(&segments)); in TEST()
472 EXPECT_TRUE(data_and_converter->GetConverter()->ConvertForRequest( in AutoPartialSuggestionTestHelper()
[all …]
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/converter/
H A Dimmutable_converter_test.cc161 ImmutableConverterImpl *GetConverter() { in GetConverter() function in mozc::__anon5a9285c30111::MockDataAndImmutableConverter
190 EXPECT_TRUE(data_and_converter->GetConverter()->Convert(&segments)); in TEST()
201 data_and_converter->GetConverter()->InsertDummyCandidates(&segment, 10); in TEST()
217 data_and_converter->GetConverter()->InsertDummyCandidates(&segment, 10); in TEST()
297 ImmutableConverterImpl *converter = data_and_converter->GetConverter(); in TEST()
318 ImmutableConverterImpl *converter = data_and_converter->GetConverter(); in TEST()
333 EXPECT_TRUE(data_and_converter->GetConverter()->Convert(&segments)); in TEST()
376 EXPECT_TRUE(data_and_converter->GetConverter()->Convert(&segments)); in TEST()
455 EXPECT_TRUE(data_and_converter->GetConverter()->Convert(&segments)); in TEST()
472 EXPECT_TRUE(data_and_converter->GetConverter()->ConvertForRequest( in AutoPartialSuggestionTestHelper()
[all …]
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/converter/
H A Dimmutable_converter_test.cc161 ImmutableConverterImpl *GetConverter() { in GetConverter() function in mozc::__anon6fb21e3c0111::MockDataAndImmutableConverter
190 EXPECT_TRUE(data_and_converter->GetConverter()->Convert(&segments)); in TEST()
201 data_and_converter->GetConverter()->InsertDummyCandidates(&segment, 10); in TEST()
217 data_and_converter->GetConverter()->InsertDummyCandidates(&segment, 10); in TEST()
297 ImmutableConverterImpl *converter = data_and_converter->GetConverter(); in TEST()
318 ImmutableConverterImpl *converter = data_and_converter->GetConverter(); in TEST()
333 EXPECT_TRUE(data_and_converter->GetConverter()->Convert(&segments)); in TEST()
376 EXPECT_TRUE(data_and_converter->GetConverter()->Convert(&segments)); in TEST()
455 EXPECT_TRUE(data_and_converter->GetConverter()->Convert(&segments)); in TEST()
472 EXPECT_TRUE(data_and_converter->GetConverter()->ConvertForRequest( in AutoPartialSuggestionTestHelper()
[all …]
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/converter/
H A Dimmutable_converter_test.cc161 ImmutableConverterImpl *GetConverter() { in GetConverter() function in mozc::__anon1c256d030111::MockDataAndImmutableConverter
190 EXPECT_TRUE(data_and_converter->GetConverter()->Convert(&segments)); in TEST()
201 data_and_converter->GetConverter()->InsertDummyCandidates(&segment, 10); in TEST()
217 data_and_converter->GetConverter()->InsertDummyCandidates(&segment, 10); in TEST()
297 ImmutableConverterImpl *converter = data_and_converter->GetConverter(); in TEST()
318 ImmutableConverterImpl *converter = data_and_converter->GetConverter(); in TEST()
333 EXPECT_TRUE(data_and_converter->GetConverter()->Convert(&segments)); in TEST()
376 EXPECT_TRUE(data_and_converter->GetConverter()->Convert(&segments)); in TEST()
455 EXPECT_TRUE(data_and_converter->GetConverter()->Convert(&segments)); in TEST()
472 EXPECT_TRUE(data_and_converter->GetConverter()->ConvertForRequest( in AutoPartialSuggestionTestHelper()
[all …]
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/converter/
H A Dimmutable_converter_test.cc161 ImmutableConverterImpl *GetConverter() { in GetConverter() function in mozc::__anonbef69f580111::MockDataAndImmutableConverter
190 EXPECT_TRUE(data_and_converter->GetConverter()->Convert(&segments)); in TEST()
201 data_and_converter->GetConverter()->InsertDummyCandidates(&segment, 10); in TEST()
217 data_and_converter->GetConverter()->InsertDummyCandidates(&segment, 10); in TEST()
297 ImmutableConverterImpl *converter = data_and_converter->GetConverter(); in TEST()
318 ImmutableConverterImpl *converter = data_and_converter->GetConverter(); in TEST()
333 EXPECT_TRUE(data_and_converter->GetConverter()->Convert(&segments)); in TEST()
376 EXPECT_TRUE(data_and_converter->GetConverter()->Convert(&segments)); in TEST()
455 EXPECT_TRUE(data_and_converter->GetConverter()->Convert(&segments)); in TEST()
472 EXPECT_TRUE(data_and_converter->GetConverter()->ConvertForRequest( in AutoPartialSuggestionTestHelper()
[all …]
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json.Tests/TestObjects/
H A DIMyInterface.cs128 private TypeConverter GetConverter(Type type) in GetConverter() method in Newtonsoft.Json.Tests.TestObjects.TypeConverterJsonConverter
147 var converter = GetConverter(value.GetType()); in WriteJson()
155 var converter = GetConverter(objectType); in ReadJson()
161 return GetConverter(objectType) != null; in CanConvert()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Configuration/System.Configuration/
H A DConfigurationProperty.cs49 …: this (name, type, NoDefaultValue, TypeDescriptor.GetConverter (type), new DefaultValidator(), Co… in ConfigurationProperty()
53 …: this (name, type, defaultValue, TypeDescriptor.GetConverter (type), new DefaultValidator(), Conf… in ConfigurationProperty()
59 …:this (name, type, defaultValue, TypeDescriptor.GetConverter (type), new DefaultValidator(), optio… in ConfigurationProperty()
78 this.converter = typeConverter != null ? typeConverter : TypeDescriptor.GetConverter (type); in ConfigurationProperty()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Helpers/
H A DConversionUtil.cs23 TypeConverter converter = TypeDescriptor.GetConverter(type); in ToString()
54 TypeConverter converter = TypeDescriptor.GetConverter(type); in TryFromString()
133 TypeConverter converter = TypeDescriptor.GetConverter(typeof(Color)); in TryFromStringToColor()
188 TypeConverter converter = TypeDescriptor.GetConverter(typeof(ImageFormat)); in TryFromStringToImageFormat()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/tests/
H A DCustomTypeDescriptorTests.cs19 Assert.NotNull(defaultCustomTypeDescriptor.GetConverter()); in ReturnsDefaultValues()
39 Assert.Same(parent.GetConverter(), customTypeDescriptor.GetConverter()); in ReturnsParentValues()
86 public TypeConverter GetConverter() => _converter; in GetConverter() method in System.ComponentModel.Tests.CustomTypeDescriptorTests.ParentCustomTypeDescriptor
/dports/ftp/filezilla/filezilla-3.55.1/src/interface/
H A Dencoding_converter.cpp12 wxCSConv& GetConverter(std::wstring const& encoding) in GetConverter() function
33 auto & conv = GetConverter(encoding); in toLocal()
52 auto & conv = GetConverter(encoding); in toServer()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.WebPages/
H A DStringExtensions.cs87 TypeConverter converter = TypeDescriptor.GetConverter(typeof(TValue)); in As()
93 converter = TypeDescriptor.GetConverter(typeof(string)); in As()
144 TypeConverter converter = TypeDescriptor.GetConverter(typeof(TValue)); in Is()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DGridEntry.cs84 TypeConverter converter = GetConverter ();
321 TypeConverter converter = GetConverter ();
431 private TypeConverter GetConverter () in GetConverter() method in System.Windows.Forms.PropertyGridInternal.GridEntry
449 TypeConverter converter = GetConverter (); in ToggleValue()
490 TypeConverter converter = GetConverter (); in SetValueCore()
620 TypeConverter converter = GetConverter ();
642 TypeConverter converter = GetConverter ();
687 TypeConverter parentConverter = ParentEntry.GetConverter ();
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/WebParts/
H A DBehaviorEditorPart.cs152 … TypeConverter exportModeConverter = TypeDescriptor.GetConverter(typeof(WebPartExportMode)); in ApplyChanges()
160 … TypeConverter helpModeConverter = TypeDescriptor.GetConverter(typeof(WebPartHelpMode)); in ApplyChanges()
270 … TypeConverter exportModeConverter = TypeDescriptor.GetConverter(typeof(WebPartExportMode)); in CreateChildControls()
282 TypeConverter helpModeConverter = TypeDescriptor.GetConverter(typeof(WebPartHelpMode)); in CreateChildControls()
429 … TypeConverter exportModeConverter = TypeDescriptor.GetConverter(typeof(WebPartExportMode)); in SyncChanges()
432 … TypeConverter helpModeConverter = TypeDescriptor.GetConverter(typeof(WebPartHelpMode)); in SyncChanges()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/
H A DDynamicActivity.cs161 TypeConverter ICustomTypeDescriptor.GetConverter() in ICustomTypeDescriptor.GetConverter()
163 return this.typeDescriptor.GetConverter(); in ICustomTypeDescriptor.GetConverter()
349 TypeConverter ICustomTypeDescriptor.GetConverter() in ICustomTypeDescriptor.GetConverter()
351 return this.typeDescriptor.GetConverter(); in ICustomTypeDescriptor.GetConverter()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/src/Microsoft/CSharp/
H A DCSharpCodeProvider.cs42 public override TypeConverter GetConverter(Type type) =>
45 base.GetConverter(type);
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/src/Microsoft/VisualBasic/
H A DVBCodeProvider.cs44 public override TypeConverter GetConverter(Type type) =>
47 base.GetConverter(type);

12345678910>>...21