Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 7,855 for 3$ (0.03 sec)

  1. plugin/pkg/admission/eventratelimit/admission_test.go

    			name:        "event not blocked when tokens available",
    			serverBurst: 3,
    			requests: []request{
    				newEventRequest(),
    			},
    		},
    		{
    			name:        "non-event not blocked",
    			serverBurst: 3,
    			requests: []request{
    				newNonEventRequest(),
    			},
    		},
    		{
    			name:        "event blocked after tokens exhausted",
    			serverBurst: 3,
    			requests: []request{
    				newEventRequest(),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 17 13:19:08 UTC 2021
    - 15.6K bytes
    - Viewed (0)
  2. src/cmd/vet/testdata/print/print.go

    	fmt.Printf("%o %o", 3, i)
    	fmt.Printf("%p", p)
    	fmt.Printf("%q %q %q %q", 3, i, 'x', r)
    	fmt.Printf("%s %s %s", "hi", s, []byte{65})
    	fmt.Printf("%t %t", true, b)
    	fmt.Printf("%T %T", 3, i)
    	fmt.Printf("%U %U", 3, i)
    	fmt.Printf("%v %v", 3, i)
    	fmt.Printf("%x %x %x %x %x %x %x", 3, i, "hi", s, x, c, fslice)
    	fmt.Printf("%X %X %X %X %X %X %X", 3, i, "hi", s, x, c, fslice)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 09 01:28:01 UTC 2023
    - 27.5K bytes
    - Viewed (0)
  3. platforms/core-execution/execution/src/test/groovy/org/gradle/internal/execution/history/impl/FileCollectionFingerprintSerializerTest.groovy

                '/3': new DefaultFileSystemLocationFingerprint("/3", FileType.Missing, FileSystemLocationFingerprint.DIR_SIGNATURE),
                rootHashes,
                strategyConfigurationHash
            ), serializer)
    
            then:
            out.fingerprints.size() == 3
            out.fingerprints['/1'].with {
                type == FileType.Directory
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:46:15 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  4. src/internal/buildcfg/cfg_test.go

    	}
    }
    
    func TestGoarm64FeaturesSupports(t *testing.T) {
    	g, _ := ParseGoarm64("v9.3")
    
    	if !g.Supports("v9.3") {
    		t.Errorf("Wrong goarm64Features.Supports for v9.3, v9.3")
    	}
    
    	if g.Supports("v9.4") {
    		t.Errorf("Wrong goarm64Features.Supports for v9.3, v9.4")
    	}
    
    	if !g.Supports("v8.8") {
    		t.Errorf("Wrong goarm64Features.Supports for v9.3, v8.8")
    	}
    
    	if g.Supports("v8.9") {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 20:08:06 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  5. platforms/core-configuration/declarative-dsl-core/src/test/kotlin/org/gradle/internal/declarativedsl/dom/operations/overlay/DocumentOverlayTest.kt

            )
    
            val overlay = resolvedDocument(
                """
                y = 3
                """.trimIndent()
            )
    
            overlayResolvedDocuments(underlay, overlay).document.assertMergeResult(
                """
                property(x, literal(1))
                    literal(1)
                property(y, literal(3))
                    literal(3)
    
                """.trimIndent(),
            )
        }
    
        @Test
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 31 13:47:10 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  6. src/cmd/cover/testdata/test.go

    	} else {
    		check(LINE, 1)
    	}
    	for i := 0; i < 3; i++ {
    		if checkVal(LINE, 3, i) <= 2 {
    			check(LINE, 3)
    		}
    		if checkVal(LINE, 3, i) <= 1 {
    			check(LINE, 2)
    		}
    		if checkVal(LINE, 3, i) <= 0 {
    			check(LINE, 1)
    		}
    	}
    	for i := 0; i < 3; i++ {
    		if checkVal(LINE, 3, i) <= 1 {
    			check(LINE, 2)
    		} else {
    			check(LINE, 1)
    		}
    	}
    	for i := 0; i < 3; i++ {
    		if checkVal(LINE, 3, i) <= 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 4.9K bytes
    - Viewed (0)
  7. src/net/tcpconn_keepalive_conf_posix_test.go

    		Idle:     0,
    		Interval: 3 * time.Second,
    		Count:    10,
    	},
    	{
    		Enable:   true,
    		Idle:     5 * time.Second,
    		Interval: 0,
    		Count:    10,
    	},
    	{
    		Enable:   true,
    		Idle:     5 * time.Second,
    		Interval: 3 * time.Second,
    		Count:    0,
    	},
    	{
    		Enable:   true,
    		Idle:     0,
    		Interval: 0,
    		Count:    10,
    	},
    	{
    		Enable:   true,
    		Idle:     0,
    		Interval: 3 * time.Second,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:17:21 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  8. pkg/apis/autoscaling/v1/conversion_test.go

    					MaxReplicas:                    3,
    					TargetCPUUtilizationPercentage: utilpointer.Int32(70),
    				},
    				s: nil,
    			},
    			false,
    		},
    		{
    			"TestConversionWithCPUAverageValueAndUtilizationBoth2",
    			args{
    				in: &autoscaling.HorizontalPodAutoscalerSpec{
    					MinReplicas: utilpointer.Int32(1),
    					MaxReplicas: 3,
    					Metrics: []autoscaling.MetricSpec{
    						{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 08 12:14:37 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  9. android/guava-tests/test/com/google/common/primitives/DoublesTest.java

                    new double[] {(double) 2, (double) 3, (double) 3, (double) 3, (double) 3},
                    new double[] {(double) 3}))
            .isEqualTo(1);
        assertThat(
                Doubles.indexOf(
                    new double[] {
                      (double) 2, (double) 3, (double) 2, (double) 3, (double) 4, (double) 2, (double) 3
                    },
                    new double[] {(double) 2, (double) 3, (double) 4}))
            .isEqualTo(2);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 29 15:43:06 UTC 2024
    - 31.5K bytes
    - Viewed (0)
  10. guava-tests/test/com/google/common/primitives/IntsTest.java

        assertThat(Ints.indexOf(ARRAY234, new int[] {(int) 3, (int) 4})).isEqualTo(1);
        assertThat(Ints.indexOf(ARRAY234, new int[] {(int) 3})).isEqualTo(1);
        assertThat(Ints.indexOf(ARRAY234, new int[] {(int) 4})).isEqualTo(2);
        assertThat(
                Ints.indexOf(
                    new int[] {(int) 2, (int) 3, (int) 3, (int) 3, (int) 3}, new int[] {(int) 3}))
            .isEqualTo(1);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Feb 06 16:10:08 UTC 2024
    - 28.4K bytes
    - Viewed (0)
Back to top