/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/src/System/Configuration/ |
H A D | IdnElement.cs | 12 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 D | IdnElement.cs | 18 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 D | UriSection.cs | 78 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 D | UriSectionData.cs | 15 private UriIdnScope? idnScope; 24 public UriIdnScope? IdnScope
|
H A D | UriSectionReader.cs | 167 … 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 D | IdnElement.cs | 41 …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 D | UriIdnScope.cs | 9 public enum UriIdnScope enum
|
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Uri/src/System/ |
H A D | UriEnumTypes.cs | 60 internal enum UriIdnScope enum
|
H A D | Uri.cs | 222 … ((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 D | UriEnumTypes.cs | 74 public enum UriIdnScope enum
|
H A D | URI.cs | 230 … ((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 D | UriSectionTests.cs | 49 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 D | System.Configuration.cs | 8 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 D | System.cs | 427 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 D | System.cs | 425 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 D | System.cs | 425 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 D | System.cs | 442 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 D | System.cs | 442 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 D | System.cs | 425 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 D | System.cs | 425 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 D | System.cs | 440 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 D | System.cs | 462 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 D | System.cs | 442 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 D | System.cs | 453 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 D | System.cs | 264 public enum UriIdnScope enum
|