Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 349 for foo_Bar (0.13 sec)

  1. pkg/credentialprovider/plugin/config_test.go

        matchImages:
        - "registry.io/foobar"
        defaultCacheDuration: 10m
        apiVersion: credentialprovider.kubelet.k8s.io/v1alpha1
        args:
        - --v=5
        env:
        - name: FOO
          value: BAR`,
    			config:    nil,
    			expectErr: true,
    		},
    		{
    			name: "config with wrong apiversion",
    			configData: `---
    kind: CredentialProviderConfig
    apiVersion: foobar/v1alpha1
    providers:
      - name: test
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 09 14:24:11 UTC 2023
    - 14.2K bytes
    - Viewed (0)
  2. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/inputs/process/instrument/RuntimeExec2InstrumentationInDynamicGroovyWithIndyIntegrationTest.groovy

                [fromString(), "Runtime.getRuntime().exec(command, new String[] {'FOOBAR=foobar'})", "", "foobar"],
                [fromGroovyString(), "Runtime.getRuntime().exec(command, new String[] {'FOOBAR=foobar'})", "", "foobar"],
                [fromStringArray(), "Runtime.getRuntime().exec(command, new String[] {'FOOBAR=foobar'})", "", "foobar"],
                // Null argument handling
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/test/testdata/string_test.go

    		{testStringSlice1_ssa, "foobar", 0, -1, "foobar"},
    		{testStringSlice1_ssa, "foobar", 3, -1, "bar"},
    		{testStringSlice1_ssa, "foobar", 6, -1, ""},
    		{testStringSlice2_ssa, "foobar", -1, 0, ""},
    		{testStringSlice2_ssa, "foobar", -1, 3, "foo"},
    		{testStringSlice2_ssa, "foobar", -1, 6, "foobar"},
    		{testStringSlice12_ssa, "foobar", 0, 6, "foobar"},
    		{testStringSlice12_ssa, "foobar", 0, 0, ""},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 23 06:40:04 UTC 2020
    - 4.5K bytes
    - Viewed (0)
  4. test/typeparam/issue50841.dir/a.go

    // license that can be found in the LICENSE file.
    
    package a
    
    func Marshal[foobar any]() {
    	_ = NewEncoder[foobar]()
    }
    
    func NewEncoder[foobar any]() *Encoder[foobar] {
    	return nil
    }
    
    type Encoder[foobar any] struct {
    }
    
    func (e *Encoder[foobar]) EncodeToken(t Token[foobar]) {
    
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jan 27 05:30:27 UTC 2022
    - 418 bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/colocate_tpu_copy_with_dynamic_shape.mlir

         // CHECK: TPUCopyWithDynamicShape{{.*}}device = "foobar"
         %4, %5 = "tf.TPUCopyWithDynamicShape"(%0, %1, %2, %3) {operandSegmentSizes = array<i32: 2, 2>} : (tensor<2048xi32>, tensor<2048xi32>, tensor<i32>, tensor<i32>) -> (tensor<2048xi32>, tensor<2048xi32>)
        "tf.TPUExecute"(%4, %arg0) {device = "foobar"} : (tensor<2048xi32>, tensor<!tf_type.string>) -> ()
        return
    }
    
    // -----
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 23 00:30:27 UTC 2023
    - 3.3K bytes
    - Viewed (0)
  6. pkg/scheduler/internal/cache/debugger/comparer_test.go

    			actual:    []string{"foo", "bar"},
    			cached:    []string{"bar", "foo", "foobar"},
    			missing:   []string{},
    			redundant: []string{"foobar"},
    		},
    		{
    			name:      "missing cached value",
    			actual:    []string{"foo", "bar", "foobar"},
    			cached:    []string{"bar", "foo"},
    			missing:   []string{"foobar"},
    			redundant: []string{},
    		},
    		{
    			name:      "proper cache set",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 05 08:00:25 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  7. android/guava-tests/test/com/google/common/io/BaseEncodingTest.java

        testStreamingEncodingWithSeparators(enc, "foobar", "Zm9vYmFy");
      }
    
      public void testBase64Offset() {
        testEncodesWithOffset(base64(), "foobar", 0, 6, "Zm9vYmFy");
        testEncodesWithOffset(base64(), "foobar", 1, 5, "b29iYXI=");
        testEncodesWithOffset(base64(), "foobar", 2, 3, "b2Jh");
        testEncodesWithOffset(base64(), "foobar", 3, 1, "Yg==");
        testEncodesWithOffset(base64(), "foobar", 4, 0, "");
      }
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Apr 06 12:56:11 UTC 2023
    - 24.6K bytes
    - Viewed (0)
  8. platforms/ide/ide-plugins/src/integTest/groovy/org/gradle/plugins/ide/eclipse/EclipseProjectIntegrationTest.groovy

    eclipse {
      project {
        resourceFilter {
          appliesTo = 'FILES_AND_FOLDERS'
          type = 'EXCLUDE_ALL'
          matcher {
            id = 'org.eclipse.some.custom.matcher'
            arguments = 'foobar'
          }
        }
      }
    }
            """
            when:
            run("eclipse")
            then:
    
            def resourceFilterXml = '''
            <filteredResources>
                    <filter>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Aug 01 11:07:39 UTC 2023
    - 18K bytes
    - Viewed (0)
  9. test/fixedbugs/issue5056.go

    type Foo int16
    
    func (f Foo) Esc() *int{
    	x := int(f)
    	return &x
    }
    
    type iface interface {
    	Esc() *int
    }
    
    var bar, foobar *int
    
    func main() {
    	var quux iface
    	var x Foo
    	
    	quux = x
    	bar = quux.Esc()
    	foobar = quux.Esc()
    	if bar == foobar {
    		panic("bar == foobar")
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 02 13:43:18 UTC 2016
    - 517 bytes
    - Viewed (0)
  10. plugin/pkg/auth/authorizer/rbac/rbac_test.go

    				&defaultAttributes{"admin", "", "watch", "Pods", "", "ns1", ""},
    				&defaultAttributes{"admin", "group1", "watch", "Foobar", "", "ns1", ""},
    				&defaultAttributes{"joe", "admins", "watch", "Foobar", "", "ns1", ""},
    				&defaultAttributes{"joe", "group1,admins", "watch", "Foobar", "", "ns1", ""},
    			},
    			shouldFail: []authorizer.Attributes{
    				&defaultAttributes{"admin", "", "GET", "Pods", "", "ns2", ""},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 24 15:14:54 UTC 2019
    - 21.1K bytes
    - Viewed (0)
Back to top