/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data/Test/System.Data.Common/ |
H A D | DBDataPermissionTest.cs | 103 p.Add (defaultConnectString, String.Empty, KeyRestrictionBehavior.AllowOnly); in Constructor_DBDataPermission() 187 dbdp.Add (defaultConnectString, String.Empty, KeyRestrictionBehavior.AllowOnly); in Add() 202 dbdp.Add (defaultConnectString, String.Empty, KeyRestrictionBehavior.AllowOnly); in Add_Duplicates() 203 dbdp.Add (defaultConnectString, String.Empty, KeyRestrictionBehavior.AllowOnly); in Add_Duplicates() 216 dbdp.Add (defaultConnectString, String.Empty, KeyRestrictionBehavior.AllowOnly); in Add_Differents() 218 dbdp.Add (connectString, String.Empty, KeyRestrictionBehavior.AllowOnly); in Add_Differents() 231 dbdp.Add (defaultConnectString, String.Empty, KeyRestrictionBehavior.AllowOnly); in Add_Unrestricted() 265 dbdp2.Add (defaultConnectString, String.Empty, KeyRestrictionBehavior.AllowOnly); in Intersect() 313 ptrue.Add (defaultConnectString, String.Empty, KeyRestrictionBehavior.AllowOnly); in Intersect_AllowBlankPassword() 342 dbdp.Add (defaultConnectString, String.Empty, KeyRestrictionBehavior.AllowOnly); in IsSubset_Null() [all …]
|
H A D | DBDataPermissionAttributeTest.cs | 67 …Assert.AreEqual (KeyRestrictionBehavior.AllowOnly, a.KeyRestrictionBehavior, "KeyRestrictionBehavi… in Default() 130 a.KeyRestrictionBehavior = KeyRestrictionBehavior.AllowOnly; in KeyRestrictionBehavior_All() 131 Assert.AreEqual (KeyRestrictionBehavior.AllowOnly, a.KeyRestrictionBehavior, "AllowOnly"); in KeyRestrictionBehavior_All()
|
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Odbc/src/Common/System/Data/Common/ |
H A D | DBConnectionString.cs | 59 : this(connectionOptions, (string)null, KeyRestrictionBehavior.AllowOnly, null, true) in DBConnectionString() 71 case KeyRestrictionBehavior.AllowOnly: in DBConnectionString() 205 behavior = KeyRestrictionBehavior.AllowOnly; in Intersect() 209 behavior = KeyRestrictionBehavior.AllowOnly; in Intersect() 211 if (KeyRestrictionBehavior.AllowOnly == entry._behavior) in Intersect() 302 if (componentSet._behavior == KeyRestrictionBehavior.AllowOnly) in ValidateCombinedSet() 304 if (combinedSet._behavior == KeyRestrictionBehavior.AllowOnly) in ValidateCombinedSet() 323 if (combinedSet._behavior == KeyRestrictionBehavior.AllowOnly) in ValidateCombinedSet() 362 case KeyRestrictionBehavior.AllowOnly: in IsSupersetOf()
|
H A D | AdapterUtil.Odbc.cs | 148 case KeyRestrictionBehavior.AllowOnly: in InvalidKeyRestrictionBehavior()
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/Common/ |
H A D | DBConnectionString.cs | 68 … : this(connectionOptions, (string)null, KeyRestrictionBehavior.AllowOnly, (Hashtable)null, true) in DBConnectionString() 78 case KeyRestrictionBehavior.AllowOnly: in DBConnectionString() 192 behavior = KeyRestrictionBehavior.AllowOnly; in Intersect() 195 behavior = KeyRestrictionBehavior.AllowOnly; in Intersect() 197 …if (KeyRestrictionBehavior.AllowOnly == entry._behavior) { // this PreventUsage and entry AllowOnly in Intersect() 269 if (componentSet._behavior == KeyRestrictionBehavior.AllowOnly) { in ValidateCombinedSet() 270 if (combinedSet._behavior == KeyRestrictionBehavior.AllowOnly) { in ValidateCombinedSet() 285 if (combinedSet._behavior == KeyRestrictionBehavior.AllowOnly) { in ValidateCombinedSet() 317 case KeyRestrictionBehavior.AllowOnly: in IsSupersetOf()
|
H A D | DBDataPermissionAttribute.cs | 64 case KeyRestrictionBehavior.AllowOnly:
|
H A D | DBDataPermission.cs | 301 KeyRestrictionBehavior behavior = KeyRestrictionBehavior.AllowOnly; in FromXml()
|
H A D | AdapterUtil.cs | 537 case KeyRestrictionBehavior.AllowOnly: in InvalidKeyRestrictionBehavior()
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data/Test/System.Data.SqlClient/ |
H A D | SqlClientPermissionAttributeTest.cs | 53 …Assert.AreEqual (KeyRestrictionBehavior.AllowOnly, a.KeyRestrictionBehavior, "KeyRestrictionBehavi… in Default() 100 …Assert.AreEqual (KeyRestrictionBehavior.AllowOnly, a.KeyRestrictionBehavior, "KeyRestrictionBehavi… in Unrestricted() 135 a.KeyRestrictionBehavior = KeyRestrictionBehavior.AllowOnly; in KeyRestrictionBehavior_All() 136 Assert.AreEqual (KeyRestrictionBehavior.AllowOnly, a.KeyRestrictionBehavior, "AllowOnly"); in KeyRestrictionBehavior_All()
|
H A D | SqlClientPermissionTest.cs | 83 perm.Add ("data source=localhost;", String.Empty, KeyRestrictionBehavior.AllowOnly); in None_Childs() 116 perm.Add ("data source=localhost;", String.Empty, KeyRestrictionBehavior.AllowOnly); in Unrestricted_Add()
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data/Test/System.Data.Odbc/ |
H A D | OdbcPermissionAttributeTest.cs | 52 …Assert.AreEqual (KeyRestrictionBehavior.AllowOnly, a.KeyRestrictionBehavior, "KeyRestrictionBehavi… in Default() 99 …Assert.AreEqual (KeyRestrictionBehavior.AllowOnly, a.KeyRestrictionBehavior, "KeyRestrictionBehavi… in Unrestricted() 134 a.KeyRestrictionBehavior = KeyRestrictionBehavior.AllowOnly; in KeyRestrictionBehavior_All() 135 Assert.AreEqual (KeyRestrictionBehavior.AllowOnly, a.KeyRestrictionBehavior, "AllowOnly"); in KeyRestrictionBehavior_All()
|
H A D | OdbcPermissionTest.cs | 82 perm.Add ("data source=localhost;", String.Empty, KeyRestrictionBehavior.AllowOnly); in None_Childs() 115 perm.Add ("data source=localhost;", String.Empty, KeyRestrictionBehavior.AllowOnly); in Unrestricted_Add()
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.OracleClient/Test/System.Data.OracleClient/ |
H A D | OraclePermissionAttributeTest.cs | 50 …Assert.AreEqual (KeyRestrictionBehavior.AllowOnly, a.KeyRestrictionBehavior, "KeyRestrictionBehavi… in Default() 97 …Assert.AreEqual (KeyRestrictionBehavior.AllowOnly, a.KeyRestrictionBehavior, "KeyRestrictionBehavi… in Unrestricted() 131 a.KeyRestrictionBehavior = KeyRestrictionBehavior.AllowOnly; in KeyRestrictionBehavior_All() 132 Assert.AreEqual (KeyRestrictionBehavior.AllowOnly, a.KeyRestrictionBehavior, "AllowOnly"); in KeyRestrictionBehavior_All()
|
/dports/lang/rust/rustc-1.58.1-src/vendor/jsonrpc-server-utils/src/ |
H A D | hosts.rs | 126 AllowOnly(Vec<T>), enumerator 135 AllowOnly(list) => Some(list), in into() 144 Some(list) => DomainsValidation::AllowOnly(list), in from()
|
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/src/System/Data/ |
H A D | KeyRestrictionBehavior.cs | 9 AllowOnly = 0, enumerator
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/Odbc/ |
H A D | OdbcPermission.cs | 42 base.Add(ADP.StrEmpty, ADP.StrEmpty, KeyRestrictionBehavior.AllowOnly); in OdbcPermission()
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/SqlClient/ |
H A D | SqlClientPermission.cs | 40 base.Add(ADP.StrEmpty, ADP.StrEmpty, KeyRestrictionBehavior.AllowOnly); in SqlClientPermission()
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/OleDb/ |
H A D | OleDbPermission.cs | 45 base.Add(ADP.StrEmpty, ADP.StrEmpty, KeyRestrictionBehavior.AllowOnly); in OleDbPermission()
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/ProviderBase/ |
H A D | DbConnectionHelper.cs | 194 p.Add(String.Empty, String.Empty, KeyRestrictionBehavior.AllowOnly); in CreateExecutePermission()
|
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/src/System/Data/Common/ |
H A D | AdapterUtil.Common.cs | 136 case KeyRestrictionBehavior.AllowOnly: in InvalidKeyRestrictionBehavior()
|
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/ref/ |
H A D | System.Data.Common.cs | 1252 AllowOnly = 0, enumerator
|
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/ |
H A D | System.Data.cs | 1669 AllowOnly = 0, enumerator
|
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/ |
H A D | System.Data.cs | 1669 AllowOnly = 0, enumerator
|
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/ |
H A D | System.Data.cs | 1711 AllowOnly = 0, enumerator
|
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/ |
H A D | System.Data.cs | 1711 AllowOnly = 0, enumerator
|