Home
last modified time | relevance | path

Searched refs:AllKeys (Results 1 – 25 of 703) sorted by relevance

12345678910>>...29

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/System.Web.Configuration/
H A DCustomErrorCollectionTest.cs74 Assert.AreEqual (3, col.AllKeys.Length, "A2"); in Set()
92 Assert.AreEqual (3, col.AllKeys.Length, "A2"); in SetToDuplicate()
109 Assert.AreEqual (1, col.AllKeys.Length, "A2"); in DuplicateKeyInAdd()
115 public void AllKeys () in AllKeys() method in MonoTests.System.Web.Configuration.CustomErrorCollectionTest
123 Assert.AreEqual (3, col.AllKeys.Length, "A1"); in AllKeys()
124 Assert.AreEqual ("404", col.AllKeys[0], "A2"); in AllKeys()
125 Assert.AreEqual ("403", col.AllKeys[1], "A3"); in AllKeys()
126 Assert.AreEqual ("999", col.AllKeys[2], "A4"); in AllKeys()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.Specialized/tests/NameValueCollection/
H A DNameValueCollection.AddStringStringTests.cs23 Assert.Equal(i + 1, nameValueCollection.AllKeys.Length); in Add()
30 Assert.Contains(name, nameValueCollection.AllKeys); in Add()
45 Assert.DoesNotContain(name.ToUpperInvariant(), nameValueCollection.AllKeys); in Add()
46 Assert.DoesNotContain(name.ToLowerInvariant(), nameValueCollection.AllKeys); in Add()
67 Assert.Equal(1, nameValueCollection.AllKeys.Length); in Add_NullName()
70 Assert.Contains(null, nameValueCollection.AllKeys); in Add_NullName()
93 Assert.Equal(1, nameValueCollection.AllKeys.Length); in Add_NullValue()
96 Assert.Contains(name, nameValueCollection.AllKeys); in Add_NullValue()
122 Assert.Equal(1, nameValueCollection.AllKeys.Length); in Add_AddingValueToExistingName_AppendsValueToOriginalValue()
125 Assert.Contains(name, nameValueCollection.AllKeys); in Add_AddingValueToExistingName_AppendsValueToOriginalValue()
H A DNameValueCollection.CtorTests.cs19 Assert.Equal(0, nameValueCollection.AllKeys.Length); in Ctor_Empty()
32 Assert.Equal(0, nameValueCollection.AllKeys.Length); in Ctor_Provider_Comparer()
45 Assert.Equal(0, nameValueCollection.AllKeys.Length); in Ctor_Int_Provider_Comparer()
58 Assert.Equal(0, nameValueCollection.AllKeys.Length); in Ctor_Int()
96 Assert.Equal(nameValueCollection1.AllKeys, nameValueCollection2.AllKeys); in Ctor_NameValueCollection()
137 Assert.Equal(nameValueCollection1.AllKeys, nameValueCollection2.AllKeys); in Ctor_Int_NameValueCollection()
185 Assert.Equal(0, nameValueCollection.AllKeys.Length); in VerifyCtor_IEqualityComparer()
H A DNameValueCollection.AddNVCTests.cs24 Assert.Equal(count1 + count2, nameValueCollection2.AllKeys.Length); in Add()
31 Assert.Contains(name, nameValueCollection2.AllKeys); in Add()
100 Assert.Contains(null, nameValueCollection3.AllKeys); in Add_NameValueCollection_WithNullKeys()
104 Assert.Contains(null, nameValueCollection3.AllKeys); in Add_NameValueCollection_WithNullKeys()
119 Assert.Contains(nullValueName, nameValueCollection2.AllKeys); in Add_NameValueCollection_WithNullValues()
H A DNameValueCollection.ClearTests.cs19 Assert.Equal(0, nameValueCollection.AllKeys.Length); in Clear()
24 Assert.Equal(0, nameValueCollection.AllKeys.Length); in Clear()
H A DNameValueCollection.RemoveTests.cs39 Assert.Equal(count - i - 1, nameValueCollection.AllKeys.Length); in Remove()
45 Assert.DoesNotContain(name, nameValueCollection.AllKeys); in Remove()
/dports/net/ooni-mini/probe-engine-0.23.0/experiment/webconnectivity/
H A Dconnects.go22 AllKeys []urlgetter.TestKeys member
30 out.AllKeys = []urlgetter.TestKeys{}
43 out.AllKeys = append(out.AllKeys, multiout.TestKeys)
H A Dconnects_test.go25 if len(r.AllKeys) != 4 {
46 if len(r.AllKeys) != 0 {
/dports/net/ooni-probe-cli/probe-cli-3.10.1/internal/engine/experiment/webconnectivity/
H A Dconnects.go24 AllKeys []urlgetter.TestKeys member
32 out.AllKeys = []urlgetter.TestKeys{}
45 out.AllKeys = append(out.AllKeys, multiout.TestKeys)
H A Dconnects_test.go25 if len(r.AllKeys) != 4 {
46 if len(r.AllKeys) != 0 {
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.WebHeaderCollection/tests/
H A DWebHeaderCollectionTest.cs26 Assert.Equal(0, w.AllKeys.Length); in DefaultPropertyValues_ReturnEmptyAfterConstruction_Success()
30 Assert.Empty(w.AllKeys); in DefaultPropertyValues_ReturnEmptyAfterConstruction_Success()
41 Assert.Equal("Connection", w.AllKeys[0]); in HttpRequestHeader_Add_Success()
74 Assert.Equal(customHeader, w.AllKeys[0]); in CustomHeader_AddQuery_Success()
202 Assert.NotEmpty(w.AllKeys); in Setter_SameHeaderTwice_Success()
257 Assert.Empty(w.AllKeys); in Remove_EmptyCollection_Success()
270 Assert.Empty(w.AllKeys); in Remove_SetThenRemove_Success()
284 Assert.NotEmpty(w.AllKeys); in Remove_SetTwoThenRemoveOne_Success()
296 Assert.Empty(w.AllKeys); in Getter_EmptyCollection_Success()
307 Assert.NotEmpty(w.AllKeys); in Getter_NonEmptyCollectionNonExistentHeader_Success()
[all …]
/dports/security/libkleo/libkleo-21.12.3/src/ui/
H A Dkeyselectiondialog.h70 AllKeys = PublicKeys | SecretKeys | OpenPGPKeys | SMIMEKeys, enumerator
71 ValidEncryptionKeys = AllKeys | EncryptionKeys | ValidKeys,
72 ValidTrustedEncryptionKeys = AllKeys | EncryptionKeys | ValidKeys | TrustedKeys
80 unsigned int keyUsage = AllKeys,
89 unsigned int keyUsage = AllKeys,
97 unsigned int keyUsage = AllKeys,
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/vendor/github.com/pivotal-cf-experimental/gomegamatchers/internal/deepequal/
H A Dmap_test.go49 extraKeyDifference.AllKeys[0].String(),
50 extraKeyDifference.AllKeys[1].String(),
65 Expect(missingKeyDifference.AllKeys).To(HaveLen(1))
66 Expect(missingKeyDifference.AllKeys[0].String()).To(Equal("a"))
H A Dmap.go14 AllKeys: actualMap.MapKeys(),
31 AllKeys: actualMap.MapKeys(),
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Net.Http.Formatting.Test.Unit/Headers/
H A DCookieStateTest.cs51 Assert.Equal(value, cookie.Values.AllKeys[0]); in CookieState_Ctor1InitializesCorrectly()
68 Assert.Equal("n1", cookie.Values.AllKeys[0]); in CookieState_Ctor2InitializesCorrectly()
82 cookie.Values.AllKeys[0] = "value2"; in CookieState_Value()
100 Assert.Equal("n1", actualValue.Values.AllKeys[0]); in CookieState_Clone()
/dports/irc/smuxi/smuxi-1.1/lib/Twitterizer/Twitterizer2/Exceptions/
H A DTwitterizerException.cs193 this.Response.Headers.AllKeys[i],
194 this.Response.Headers[this.Response.Headers.AllKeys[i]]);
209 …if (response.Headers.AllKeys.Contains("X-Rate-Limit-Limit") && !string.IsNullOrEmpty(response.Head… in ParseRateLimitHeaders()
214 …if (response.Headers.AllKeys.Contains("X-Rate-Limit-Remaining") && !string.IsNullOrEmpty(response.… in ParseRateLimitHeaders()
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/vendor/github.com/pivotal-cf-experimental/gomegamatchers/internal/diff/
H A Dmap.go12 AllKeys []reflect.Value member
17 AllKeys []reflect.Value member
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/keybase/go-keybase-chat-bot/kbchat/types/keybase1/
H A Dsigs.go51 AllKeys bool `codec:"allKeys" json:"allKeys"` member
62 AllKeys: o.AllKeys,
/dports/net/smb4k/smb4k-992987421af68f2695867722b8dc4ca30a4669ec/data/
H A Dsmb4k_3_0_0.upd40 AllKeys
45 AllKeys
51 AllKeys
/dports/deskutils/kdepim-addons/kdepim-addons-21.12.3/kmail/grammarplugins/languagetool/kconf_update/
H A Dlanguagetool_kmail.upd6 AllKeys
11 AllKeys
/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/collector/service/parserprovider/
H A Dsetflag_test.go42 keys := cp.AllKeys()
57 assert.Equal(t, 0, len(cp.AllKeys()))
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web/
H A DHttpParamsCollection.cs114 public override string [] AllKeys property in System.Web.HttpParamsCollection
118 return base.AllKeys;
H A DBaseParamsCollection.cs119 public override string[] AllKeys property in System.Web.BaseParamsCollection
123 return base.AllKeys;
/dports/devel/sccache/sccache-0.2.15/cargo-crates/redis-0.17.0/src/
H A Dacl.rs59 AllKeys, enumerator
94 AllKeys => out.write_arg(b"allkeys"), in write_redis_args()
162 b"allkeys" => Ok(Rule::AllKeys), in from_redis_value()
269 assert_args!(AllKeys, b"allkeys"); in test_rule_to_arg()
/dports/security/keybase/client-v5.7.1/go/protocol/keybase1/
H A Dsigs.go57 AllKeys bool `codec:"allKeys" json:"allKeys"` member
68 AllKeys: o.AllKeys,

12345678910>>...29