Home
last modified time | relevance | path

Searched refs:UriIdnScope (Results 1 – 25 of 28) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/src/System/Configuration/
H A DIdnElement.cs12 internal const UriIdnScope EnabledDefaultValue = UriIdnScope.None;
17 new ConfigurationProperty(CommonConfigurationStrings.Enabled, typeof(UriIdnScope),
34 public UriIdnScope Enabled
36 get { return (UriIdnScope)this[_enabled]; }
60 return UriIdnScope.All; in ConvertFrom()
62 return UriIdnScope.None; in ConvertFrom()
64 return UriIdnScope.AllExceptIntranet; in ConvertFrom()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/Configuration/
H A DIdnElement.cs18 internal const UriIdnScope EnabledDefaultValue = UriIdnScope.None;
33 public UriIdnScope Enabled
35 get { return (UriIdnScope)this[this.enabled]; }
42 new ConfigurationProperty(CommonConfigurationStrings.Enabled, typeof(UriIdnScope),
62 return UriIdnScope.All; in ConvertFrom()
64 return UriIdnScope.None; in ConvertFrom()
66 return UriIdnScope.AllExceptIntranet; in ConvertFrom()
H A DUriSection.cs78 private UriIdnScope idnScope;
103 private UriSectionInternal(UriIdnScope idnScope, bool iriParsing, in UriSectionInternal()
117 internal UriIdnScope IdnScope
229 UriIdnScope idnScope = resultSectionData.IdnScope ?? IdnElement.EnabledDefaultValue; in LoadUsingCustomParser()
H A DUriSectionData.cs15 private UriIdnScope? idnScope;
24 public UriIdnScope? IdnScope
H A DUriSectionReader.cs167 … sectionData.IdnScope = (UriIdnScope)Enum.Parse(typeof(UriIdnScope), attributeValue, true); in ReadIdnScope()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Configuration/
H A DIdnElement.cs41 …enabled_prop = new ConfigurationProperty ("enabled", typeof (UriIdnScope), UriIdnScope.None, Confi… in IdnElement()
46 internal const UriIdnScope EnabledDefaultValue = UriIdnScope.None;
52 [ConfigurationPropertyAttribute("enabled", DefaultValue = UriIdnScope.None,
54 public UriIdnScope Enabled {
55 get { return (UriIdnScope) base [enabled_prop]; }
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/src/System/
H A DUriIdnScope.cs9 public enum UriIdnScope enum
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Uri/src/System/
H A DUriEnumTypes.cs60 internal enum UriIdnScope enum
H A DUri.cs222 … ((s_IdnScope == UriIdnScope.All) || ((s_IdnScope == UriIdnScope.AllExceptIntranet)
233 … ((s_IdnScope == UriIdnScope.All) || ((s_IdnScope == UriIdnScope.AllExceptIntranet) in AllowIdnStatic()
927 …private static volatile UriIdnScope s_IdnScope = UriIdnScope.None; // IDN is disabled in .NET Na…
2216 if ((s_IdnScope != UriIdnScope.None) || _iriParsing) in PrivateParseMinimal()
4085 if (iriParsing || (s_IdnScope != UriIdnScope.None)) in CheckAuthorityHelper()
4146 if ((s_IdnScope != UriIdnScope.None)) in CheckAuthorityHelper()
4150 … if ((s_IdnScope == UriIdnScope.AllExceptIntranet) && IsIntranet(new string(pString, 0, end))) in CheckAuthorityHelper()
4375 … if ((s_IdnScope == UriIdnScope.AllExceptIntranet) && IsIntranet(new string(pString, 0, end))) in CheckAuthorityHelperHandleDnsIri()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/
H A DUriEnumTypes.cs74 public enum UriIdnScope enum
H A DURI.cs230 … ((s_IdnScope == UriIdnScope.All) || ((s_IdnScope == UriIdnScope.AllExceptIntranet)
240 … ((s_IdnScope == UriIdnScope.All) || ((s_IdnScope == UriIdnScope.AllExceptIntranet)
971 private static volatile UriIdnScope s_IdnScope =
973 UriIdnScope.None;
2315 if((s_IdnScope != UriIdnScope.None) || m_iriParsing)
4048 if (iriParsing || (s_IdnScope != UriIdnScope.None)){
4117 if ((s_IdnScope != UriIdnScope.None)){
4120 … if ((s_IdnScope == UriIdnScope.AllExceptIntranet) && IsIntranet(new string(pString, 0, end))){
4332 … if ((s_IdnScope == UriIdnScope.AllExceptIntranet) && IsIntranet(new string(pString, 0, end)))
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/tests/System/Configuration/
H A DUriSectionTests.cs49 Assert.Equal(UriIdnScope.All, uriSection.Idn.Enabled); in UriSectionIdnIriParsing()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/ref/
H A DSystem.Configuration.cs8 public enum UriIdnScope enum
153 …em.Configuration.ConfigurationPropertyAttribute("enabled", DefaultValue = (System.UriIdnScope)(0))]
154 public System.UriIdnScope Enabled { get { throw null; } set { } }
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs427 public enum UriIdnScope enum
5673 …uration.ConfigurationPropertyAttribute("enabled", DefaultValue=(System.UriIdnScope)(0), Options=(S…
5674 public System.UriIdnScope Enabled { get { throw null; } set { } }
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs425 public enum UriIdnScope enum
5396 …uration.ConfigurationPropertyAttribute("enabled", DefaultValue=(System.UriIdnScope)(0), Options=(S…
5397 public System.UriIdnScope Enabled { get { throw null; } set { } }
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs425 public enum UriIdnScope enum
5601 …uration.ConfigurationPropertyAttribute("enabled", DefaultValue=(System.UriIdnScope)(0), Options=(S…
5602 public System.UriIdnScope Enabled { get { throw null; } set { } }
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs442 public enum UriIdnScope enum
5622 …uration.ConfigurationPropertyAttribute("enabled", DefaultValue=(System.UriIdnScope)(0), Options=(S…
5623 public System.UriIdnScope Enabled { get { throw null; } set { } }
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs442 public enum UriIdnScope enum
5622 …uration.ConfigurationPropertyAttribute("enabled", DefaultValue=(System.UriIdnScope)(0), Options=(S…
5623 public System.UriIdnScope Enabled { get { throw null; } set { } }
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs425 public enum UriIdnScope enum
5601 …uration.ConfigurationPropertyAttribute("enabled", DefaultValue=(System.UriIdnScope)(0), Options=(S…
5602 public System.UriIdnScope Enabled { get { throw null; } set { } }
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.cs425 public enum UriIdnScope enum
5601 …uration.ConfigurationPropertyAttribute("enabled", DefaultValue=(System.UriIdnScope)(0), Options=(S…
5602 public System.UriIdnScope Enabled { get { throw null; } set { } }
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.cs440 public enum UriIdnScope enum
5619 …uration.ConfigurationPropertyAttribute("enabled", DefaultValue=(System.UriIdnScope)(0), Options=(S…
5620 public System.UriIdnScope Enabled { get { throw null; } set { } }
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.cs462 public enum UriIdnScope enum
5897 …stem.Configuration.ConfigurationPropertyAttribute("enabled", DefaultValue=(System.UriIdnScope)(0))]
5898 public System.UriIdnScope Enabled { get { throw null; } set { } }
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.cs442 public enum UriIdnScope enum
5622 …uration.ConfigurationPropertyAttribute("enabled", DefaultValue=(System.UriIdnScope)(0), Options=(S…
5623 public System.UriIdnScope Enabled { get { throw null; } set { } }
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.cs453 public enum UriIdnScope enum
5888 …stem.Configuration.ConfigurationPropertyAttribute("enabled", DefaultValue=(System.UriIdnScope)(0))]
5889 public System.UriIdnScope Enabled { get { throw null; } set { } }
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs264 public enum UriIdnScope enum

12