Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 141 for _abc (0.45 sec)

  1. platforms/core-runtime/client-services/src/test/groovy/org/gradle/internal/daemon/client/clientinput/DaemonClientInputForwarderTest.groovy

            given:
            source << toPlatformLineSeparators("abc\n")
            closeInput()
    
            when:
            userInputReceiver.readAndForwardStdin(new ReadStdInEvent())
    
            then:
            receiveStdin toPlatformLineSeparators("abc\n")
    
            when:
            userInputReceiver.readAndForwardStdin(new ReadStdInEvent())
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 12:11:05 UTC 2024
    - 5K bytes
    - Viewed (0)
  2. pkg/registry/apps/statefulset/strategy_test.go

    			Spec: api.PodSpec{
    				RestartPolicy: api.RestartPolicyAlways,
    				DNSPolicy:     api.DNSClusterFirst,
    				Containers:    []api.Container{{Name: "abc", Image: "image", ImagePullPolicy: "IfNotPresent"}},
    			},
    		},
    	}
    	ps := &apps.StatefulSet{
    		ObjectMeta: metav1.ObjectMeta{Name: "abc", Namespace: metav1.NamespaceDefault},
    		Spec: apps.StatefulSetSpec{
    			PodManagementPolicy: apps.OrderedReadyPodManagement,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 22.1K bytes
    - Viewed (0)
  3. android/guava-tests/test/com/google/common/io/CharSourceTest.java

        }
        assertEquals(expected, builder.toString());
      }
    
      static final CharSource BROKEN_READ_SOURCE = new TestCharSource("ABC", READ_THROWS);
      static final CharSource BROKEN_CLOSE_SOURCE = new TestCharSource("ABC", CLOSE_THROWS);
      static final CharSource BROKEN_OPEN_SOURCE = new TestCharSource("ABC", OPEN_THROWS);
      static final CharSink BROKEN_WRITE_SINK = new TestCharSink(WRITE_THROWS);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue May 07 15:26:58 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/cel/library/format_test.go

    		},
    		{
    			name:        "dns1123Subdomain",
    			expr:        `format.dns1123Subdomain().validate("contains a space")`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 17:22:44 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  5. pilot/pkg/config/kube/gateway/testdata/isolation.status.yaml.golden

          status: "True"
          type: ResolvedRefs
        name: abc-foo-example-com
        supportedKinds:
        - group: gateway.networking.k8s.io
          kind: HTTPRoute
        - group: gateway.networking.k8s.io
          kind: GRPCRoute
    ---
    apiVersion: gateway.networking.k8s.io/v1beta1
    kind: HTTPRoute
    metadata:
      creationTimestamp: null
      name: attaches-to-abc-foo-example-com-with-hostname-intersection
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 20:24:52 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  6. pkg/registry/policy/poddisruptionbudget/strategy_test.go

    	}
    
    	validSelector := map[string]string{"a": "b"}
    	minAvailable := intstr.FromInt32(3)
    	pdb := &policy.PodDisruptionBudget{
    		ObjectMeta: metav1.ObjectMeta{Name: "abc", Namespace: metav1.NamespaceDefault},
    		Spec: policy.PodDisruptionBudgetSpec{
    			MinAvailable:               &minAvailable,
    			Selector:                   &metav1.LabelSelector{MatchLabels: validSelector},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/DefaultArtifactCacheLockingAccessCoordinatorTest.groovy

        def "cleans up resources"() {
            given:
            def file1 = resourcesDir.createDir("1/abc").createFile("test.txt")
            def file2 = resourcesDir.createDir("1/xyz").createFile("test.txt")
            def file3 = resourcesDir.createDir("2/uvw").createFile("test.txt")
            file2.parentFile.lastModified = 0
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 16 15:50:57 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  8. pkg/apis/core/validation/validation_test.go

    	successCase := []core.VolumeMount{
    		{Name: "abc", MountPath: "/foo"},
    		{Name: "123", MountPath: "/bar"},
    		{Name: "abc-123", MountPath: "/baz"},
    		{Name: "abc-123", MountPath: "/baa", SubPath: ""},
    		{Name: "abc-123", MountPath: "/bab", SubPath: "baz"},
    		{Name: "abc-123", MountPath: "d:", SubPath: ""},
    		{Name: "abc-123", MountPath: "F:", SubPath: ""},
    		{Name: "abc-123", MountPath: "G:\\mount", SubPath: ""},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/cel/library/cost_test.go

    			expectEsimatedCost: checker.CostEstimate{Min: 2, Max: 2},
    			expectRuntimeCost:  2,
    		},
    		{
    			name:               "substring with end",
    			expr:               "'abc 123 def 123'.substring(5, 8)",
    			expectEsimatedCost: checker.CostEstimate{Min: 2, Max: 2},
    			expectRuntimeCost:  2,
    		},
    		{
    			name:               "trim",
    			expr:               "'  abc 123 def 123  '.trim()",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 17:22:44 UTC 2024
    - 40.8K bytes
    - Viewed (0)
  10. src/archive/tar/writer_test.go

    		},
    	}, {
    		maker: makeSparse{makeReg{3, "abc"}, sparseHoles{{0, 2}, {5, 2}}, 7},
    		tests: []testFnc{
    			testRemaining{7, 3},
    			testWrite{"\x00\x00abc\x00\x00", 7, nil},
    			testRemaining{0, 0},
    		},
    	}, {
    		maker: makeSparse{makeReg{3, "abc"}, sparseHoles{{0, 2}, {5, 2}}, 7},
    		tests: []testFnc{
    			testRemaining{7, 3},
    			testReadFrom{fileOps{int64(2), "abc", int64(1), "\x00"}, 7, nil},
    			testRemaining{0, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 38.7K bytes
    - Viewed (0)
Back to top