Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 180 for bar7 (0.08 sec)

  1. pkg/kubelet/pod/mirror_client_test.go

    		Name      string
    		Namespace string
    	}
    	successfulCases := map[string]nameTuple{
    		"bar_foo":         {Name: "bar", Namespace: "foo"},
    		"bar.org_foo.com": {Name: "bar.org", Namespace: "foo.com"},
    		"bar-bar_foo":     {Name: "bar-bar", Namespace: "foo"},
    	}
    	failedCases := []string{"barfoo", "bar_foo_foo", "", "bar_", "_foo"}
    
    	for podFullName, expected := range successfulCases {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 08 12:44:09 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/inl.go

    type InlinedCall struct {
    	Parent   int      // index of the parent in the InlTree or < 0 if outermost call
    	Pos      src.XPos // position of the inlined call
    	Func     *LSym    // function that was inlined
    	Name     string   // bare name of the function (w/o package prefix)
    	ParentPC int32    // PC of instruction just before inlined body. Only valid in local trees.
    }
    
    // Add adds a new call to the tree, returning its index.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 22 22:47:15 UTC 2023
    - 4.4K bytes
    - Viewed (0)
  3. manifests/addons/dashboards/lib/output.json

                      "uid": "-- Mixed --"
                   },
                   "fieldConfig": {
                      "defaults": {
                         "custom": {
                            "drawStyle": "bars",
                            "fillOpacity": 10,
                            "showPoints": "never"
                         },
                         "unit": "s"
                      },
                      "overrides": [
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 04 18:05:06 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  4. src/internal/trace/testdata/tests/go122-syscall-steal-proc-gen-boundary-bare-m.test

    Carlos Amedee <******@****.***> 1715265901 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 466 bytes
    - Viewed (0)
  5. cmd/kubeadm/app/componentconfigs/checksums_test.go

    			Data: map[string]string{
    				"foo": "bar",
    			},
    			BinaryData: map[string][]byte{
    				"bar": []byte("baz"),
    			},
    		},
    	},
    	{
    		desc:     "config keys have no effect on the checksum",
    		checksum: "sha256:c8f8b724728a6d6684106e5e64e94ce811c9965d19dd44dd073cf86cf43bc238",
    		configMap: &v1.ConfigMap{
    			Data: map[string]string{
    				"foo2": "bar",
    			},
    			BinaryData: map[string][]byte{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 17 14:40:46 UTC 2021
    - 5.8K bytes
    - Viewed (0)
  6. src/internal/trace/testdata/tests/go122-syscall-steal-proc-reacquire-new-proc-bare-m.test

    Carlos Amedee <******@****.***> 1715265901 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 529 bytes
    - Viewed (0)
  7. src/encoding/csv/reader.go

    }
    
    func (e *ParseError) Unwrap() error { return e.Err }
    
    // These are the errors that can be returned in [ParseError.Err].
    var (
    	ErrBareQuote  = errors.New("bare \" in non-quoted-field")
    	ErrQuote      = errors.New("extraneous or missing \" in quoted-field")
    	ErrFieldCount = errors.New("wrong number of fields")
    
    	// Deprecated: ErrTrailingComma is no longer used.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 21:32:28 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/api/errors/errors_test.go

    			field.Duplicate(field.NewPath("field[0].name"), "bar"),
    			&metav1.StatusDetails{
    				Kind: "Kind",
    				Name: "name",
    				Causes: []metav1.StatusCause{{
    					Type:  metav1.CauseTypeFieldValueDuplicate,
    					Field: "field[0].name",
    				}},
    			},
    			`Kind "name" is invalid: field[0].name: Duplicate value: "bar"`,
    		},
    		{
    			field.Invalid(field.NewPath("field[0].name"), "bar", "detail"),
    			&metav1.StatusDetails{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Oct 28 07:31:28 UTC 2023
    - 19.5K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/tests/tf-ops.mlir

    ^bb0:
    // CHECK: "tf.TensorProtoIntTensor"() {bar = #tf_type<tensor_proto : "0x68656C6C6F"> : tensor<2x1x4xi32>} : () -> ()
      "tf.TensorProtoIntTensor"(){bar = #tf_type<tensor_proto : "0x68656C6C6F"> : tensor<2x1x4xi32>} : () -> ()
    // CHECK: "tf.TensorProtoFloatTensor"() {bar = #tf_type<tensor_proto : "0x68656C6C6F"> : tensor<2x1x4xf32>} : () -> ()
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 23 14:40:35 UTC 2023
    - 236.4K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/attributes/StronglyTypedConfigurationAttributesResolveIntegrationTest.groovy

                       archiveBaseName = 'b-bar'
                    }
                    task bar2Jar(type: Jar) {
                       archiveBaseName = 'b-bar2'
                    }
                    tasks.withType(Jar) { destinationDirectory = buildDir }
                    artifacts {
                        foo fooJar
                        foo2 foo2Jar
                        bar barJar
                        bar2 bar2Jar
                    }
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 02 20:50:18 UTC 2024
    - 48.1K bytes
    - Viewed (0)
Back to top