Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 65 for BAR (0.05 sec)

  1. hack/local-up-cluster.sh

      echo "cpuManagerPolicyOptions:"
      # Convert from foo=true,bar=false to
      #   foo: "true"
      #   bar: "false"
      for option in $(echo "$1" | tr ',' ' '); do
        echo "${option}" | ${SED} -e 's/\(.*\)=\(.*\)/  \1: "\2"/'
      done
    }
    
    function parse_feature_gates {
      echo "featureGates:"
      # Convert from foo=true,bar=false to
      #   foo: true
      #   bar: false
      for gate in $(echo "$1" | tr ',' ' '); do
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 02:33:52 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  2. pkg/kubelet/server/server_test.go

    		t.Errorf("Received wrong data: %s", result)
    	}
    }
    
    func TestServeRunInContainer(t *testing.T) {
    	fw := newServerTest()
    	defer fw.testHTTPServer.Close()
    	output := "foo bar"
    	podNamespace := "other"
    	podName := "foo"
    	expectedPodName := getPodName(podName, podNamespace)
    	expectedContainerName := "baz"
    	expectedCommand := "ls -a"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  3. cmd/kube-controller-manager/app/options/options_test.go

    	"--concurrent_rc_syncs=10",
    	"--concurrent-validating-admission-policy-status-syncs=9",
    	"--configure-cloud-routes=false",
    	"--contention-profiling=true",
    	"--controller-start-interval=2m",
    	"--controllers=foo,bar",
    	"--disable-attach-detach-reconcile-sync=true",
    	"--enable-dynamic-provisioning=false",
    	"--enable-garbage-collector=false",
    	"--enable-hostpath-provisioner=true",
    	"--cluster-signing-duration=10h",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 02:59:09 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  4. pilot/pkg/serviceregistry/serviceregistry_test.go

    }
    
    func TestEndpointsDeduping(t *testing.T) {
    	s := xds.NewFakeDiscoveryServer(t, xds.FakeOptions{})
    	namespace := "namespace"
    	labels := map[string]string{
    		"app": "bar",
    	}
    	ei := s.Env().EndpointIndex
    	makeService(t, s.KubeClient().Kube(), &v1.Service{
    		ObjectMeta: metav1.ObjectMeta{
    			Name:      "service",
    			Namespace: namespace,
    		},
    		Spec: v1.ServiceSpec{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 51.2K bytes
    - Viewed (0)
  5. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KaFirResolver.kt

                }
            }
    
            if (this is FirImplicitInvokeCall) {
    
                // If we have a PSI expression like `Foo.Bar.Baz()` and try to resolve `Bar` part,
                // and the only FIR that we have for that PSI is an implicit invoke call, that means that
                // `Foo.Bar` is definitely not a property access - otherwise it would have had its own FIR.
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 11 15:45:42 UTC 2024
    - 73K bytes
    - Viewed (0)
  6. src/net/http/httputil/reverseproxy_test.go

    		}
    		w.Header().Set("Trailers", "not a special header field name")
    		w.Header().Set("Trailer", "X-Trailer")
    		w.Header().Set("X-Foo", "bar")
    		w.Header().Set("Upgrade", "foo")
    		w.Header().Set(fakeHopHeader, "foo")
    		w.Header().Add("X-Multi-Value", "foo")
    		w.Header().Add("X-Multi-Value", "bar")
    		http.SetCookie(w, &http.Cookie{Name: "flavor", Value: "chocolateChip"})
    		w.WriteHeader(backendStatus)
    		w.Write([]byte(backendResponse))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 54.6K bytes
    - Viewed (0)
  7. src/cmd/go/go_test.go

    	tg.run("run", tg.path("foo.go"))
    
    	// test for ldflags
    	tg.tempFile("bar.pc", `
    Name: bar
    Description: The bar library
    Version: 1.0.0
    Libs: -Wl,-rpath=/path\ with\ spaces/bin
    `)
    	tg.tempFile("bar.go", `package main
    /*
    #cgo pkg-config: bar
    */
    import "C"
    func main() {}
    `)
    	tg.run("run", tg.path("bar.go"))
    }
    
    func TestListTemplateContextFunction(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 81.1K bytes
    - Viewed (0)
  8. src/main/java/jcifs/smb/SmbFile.java

     * </tr>
     * 
     * <tr>
     * <td width="20%"><code>
     *  smb://host/share/foo/bar/
     * </code></td>
     * <td width="20%"><code>
     *  /share2/zig/zag
     * </code></td>
     * <td><code>
     *  smb://host/share2/zig/zag
     * </code></td>
     * </tr>
     * 
     * <tr>
     * <td width="20%"><code>
     *  smb://host/share/foo/bar/
     * </code></td>
     * <td width="20%"><code>
     *  ../zip/
     * </code></td>
     * <td><code>
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Thu May 23 01:50:13 UTC 2024
    - 82.3K bytes
    - Viewed (1)
  9. src/os/os_test.go

    				t.Fatalf("Rename failed: %v", err)
    			}
    			mtime := time.Now().Truncate(time.Minute)
    			if err := Chtimes(sizedTempDir+"/bar.txt", mtime, mtime); err != nil {
    				t.Fatalf("Chtimes failed: %v", err)
    			}
    			names := []string{"bar.txt"}
    			if testenv.HasSymlink() {
    				if err := Symlink(sizedTempDir+"/bar.txt", sizedTempDir+"/symlink.txt"); err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 83.1K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/versions/VersionConflictResolutionIntegrationTest.groovy

            mavenRepo.module("org", "bar", "1.0").dependsOn(foo133).publish()
            mavenRepo.module("org", "baz", "1.0").dependsOn(foo144).publish()
    
            buildFile << """
    apply plugin: 'java'
    group = 'org'
    version = '1.0'
    repositories {
        maven { url "${mavenRepo.uri}" }
    }
    
    dependencies {
        implementation (group: 'org', name: 'bar', version:'1.0')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 11:33:46 UTC 2024
    - 76.2K bytes
    - Viewed (0)
Back to top