Home
last modified time | relevance | path

Searched refs:AllowOnly (Results 1 – 25 of 34) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data/Test/System.Data.Common/
H A DDBDataPermissionTest.cs103 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 DDBDataPermissionAttributeTest.cs67 …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 DDBConnectionString.cs59 : 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 DAdapterUtil.Odbc.cs148 case KeyRestrictionBehavior.AllowOnly: in InvalidKeyRestrictionBehavior()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/Common/
H A DDBConnectionString.cs68 … : 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 DDBDataPermissionAttribute.cs64 case KeyRestrictionBehavior.AllowOnly:
H A DDBDataPermission.cs301 KeyRestrictionBehavior behavior = KeyRestrictionBehavior.AllowOnly; in FromXml()
H A DAdapterUtil.cs537 case KeyRestrictionBehavior.AllowOnly: in InvalidKeyRestrictionBehavior()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data/Test/System.Data.SqlClient/
H A DSqlClientPermissionAttributeTest.cs53 …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 DSqlClientPermissionTest.cs83 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 DOdbcPermissionAttributeTest.cs52 …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 DOdbcPermissionTest.cs82 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 DOraclePermissionAttributeTest.cs50 …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 Dhosts.rs126 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 DKeyRestrictionBehavior.cs9 AllowOnly = 0, enumerator
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/Odbc/
H A DOdbcPermission.cs42 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 DSqlClientPermission.cs40 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 DOleDbPermission.cs45 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 DDbConnectionHelper.cs194 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 DAdapterUtil.Common.cs136 case KeyRestrictionBehavior.AllowOnly: in InvalidKeyRestrictionBehavior()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/ref/
H A DSystem.Data.Common.cs1252 AllowOnly = 0, enumerator
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.Data.cs1669 AllowOnly = 0, enumerator
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.Data.cs1669 AllowOnly = 0, enumerator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.Data.cs1711 AllowOnly = 0, enumerator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.Data.cs1711 AllowOnly = 0, enumerator

12