Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 45 for AbC (0.02 sec)

  1. pkg/kubelet/server/server_test.go

    		uid           bool
    		clientData    string
    		containerData string
    		shouldError   bool
    	}{
    		"no port":                       {port: "", shouldError: true},
    		"none number port":              {port: "abc", shouldError: true},
    		"negative port":                 {port: "-1", shouldError: true},
    		"too large port":                {port: "65536", shouldError: true},
    		"0 port":                        {port: "0", shouldError: true},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/catalog/VersionCatalogExtensionIntegrationTest.groovy

                        }
    
                        changing = true
                    }
                    implementation(libs.test2) {
                        transitive = false
                        targetConfiguration = "abc"
                        doNotEndorseStrictVersions()
    
                        version {
                            require("456")
                        }
    
                        changing = false
                    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 26 13:37:31 UTC 2024
    - 77.8K bytes
    - Viewed (0)
  3. pkg/controller/endpointslice/endpointslice_controller_test.go

    	sliceInfo := &topologycache.SliceInfo{
    		ServiceKey:  "ns/svc",
    		AddressType: discovery.AddressTypeIPv4,
    		ToCreate: []*discovery.EndpointSlice{
    			{
    				ObjectMeta: metav1.ObjectMeta{
    					Name:      "svc-abc",
    					Namespace: "ns",
    					Labels: map[string]string{
    						discovery.LabelServiceName: "svc",
    						discovery.LabelManagedBy:   controllerName,
    					},
    				},
    				Endpoints: []discovery.Endpoint{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 08:33:32 UTC 2024
    - 65.5K bytes
    - Viewed (0)
  4. pkg/apis/admissionregistration/types.go

    	// the associated expression.
    	// Name must be a qualified name consisting of alphanumeric characters, '-', '_' or '.', and
    	// must start and end with an alphanumeric character (e.g. 'MyName',  or 'my.name',  or
    	// '123-abc', regex used for validation is '([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9]') with an
    	// optional DNS subdomain prefix and '/' (e.g. 'example.com/MyName')
    	//
    	// Required.
    	Name string
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 52.6K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/admissionregistration/v1beta1/generated.proto

      // the associated expression.
      // Name must be a qualified name consisting of alphanumeric characters, '-', '_' or '.', and
      // must start and end with an alphanumeric character (e.g. 'MyName',  or 'my.name',  or
      // '123-abc', regex used for validation is '([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9]') with an
      // optional DNS subdomain prefix and '/' (e.g. 'example.com/MyName')
      //
      // Required.
      optional string name = 1;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 50.4K bytes
    - Viewed (0)
  6. pkg/apis/networking/validation/validation_test.go

    				"a lowercase RFC 1123 label must consist of lower case alphanumeric characters or '-',"+
    					" and must start and end with an alphanumeric character (e.g. 'my-name',  or '123-abc', "+
    					"regex used for validation is '[a-z0-9]([-a-z0-9]*[a-z0-9])?')")},
    		},
    		"valid name, valid controller, valid Cluster scope": {
    			ingressClass: makeValidIngressClass("test123", "foo.co/bar",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:05:06 UTC 2023
    - 73.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/admissionregistration/v1/generated.proto

      // the associated expression.
      // Name must be a qualified name consisting of alphanumeric characters, '-', '_' or '.', and
      // must start and end with an alphanumeric character (e.g. 'MyName',  or 'my.name',  or
      // '123-abc', regex used for validation is '([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9]') with an
      // optional DNS subdomain prefix and '/' (e.g. 'example.com/MyName')
      //
      // Required.
      optional string name = 1;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  8. src/html/template/exec_test.go

    	// This is issue 3872.
    	New("Name").Templates()
    	// This is issue 11379.
    	// new(Template).Templates() // TODO: crashes
    	// new(Template).Parse("") // TODO: crashes
    	// new(Template).New("abc").Parse("") // TODO: crashes
    	// new(Template).Execute(nil, nil)                // TODO: crashes; returns an error (but does not crash)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Feb 24 21:59:12 UTC 2024
    - 57.6K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/quantization/tensorflow/tests/replace_cast_hacks_with_tf_xla_ops.mlir

        %10 = "tf.Cast"(%9) {Truncate = false, device = ""} : (tensor<2x4x5xi8>) -> tensor<2x4x5xi32>
        %11 = "tf.Einsum"(%8, %10) {device = "", equation = "abc,acd->abd"} : (tensor<2x3x4xi32>, tensor<2x4x5xi32>) -> tensor<2x3x5xi32>
        %12 = "tf.Cast"(%11) {Truncate = false, device = ""} : (tensor<2x3x5xi32>) -> tensor<2x3x5xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 81K bytes
    - Viewed (0)
  10. src/regexp/syntax/parse.go

    // factor factors common prefixes from the alternation list sub.
    // It returns a replacement list that reuses the same storage and
    // frees (passes to p.reuse) any removed *Regexps.
    //
    // For example,
    //
    //	ABC|ABD|AEF|BCX|BCY
    //
    // simplifies by literal prefix extraction to
    //
    //	A(B(C|D)|EF)|BC(X|Y)
    //
    // which simplifies by character class introduction to
    //
    //	A(B[CD]|EF)|BC[XY]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 13:59:01 UTC 2024
    - 52.1K bytes
    - Viewed (0)
Back to top