Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 1,209 for kenv (0.16 sec)

  1. src/cmd/go/testdata/script/gotoolchain_issue66175.txt

    stderr 'go: downloading go1.20 '
    
    
    # check for invalid GOTOOLCHAIN
    env GOTOOLCHAIN=go1.14
    go version
    stdout 'go1.14'
    
    env GOTOOLCHAIN=go1.20
    ! go version
    stderr 'go: downloading go1.20 '
    
    env GOTOOLCHAIN=go1.21
    ! go version
    stderr 'go: invalid toolchain: go1.21 is a language version but not a toolchain version \(go1.21.x\)'
    
    env GOTOOLCHAIN=go1.22
    ! go version
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 10 21:32:07 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  2. src/cmd/go/testdata/script/cgo_stale_precompiled.txt

    # build and use cgo libraries in the standard library, we should make sure it
    # matches what's in the cache.
    
    [abscc] stop
    
    env CGO_ENABLED=1
    env CC=''
    [!GOOS:plan9] env PATH=''  # Guaranteed not to include $(go env CC)!
    [GOOS:plan9] env path=''
    ! go build -x runtime/cgo
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 22:16:54 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/cel/mutation/env_test.go

    		})
    	if err != nil {
    		t.Fatalf("fail to create env set: %v", err)
    	}
    	env, err := envSet.Env(environment.StoredExpressions)
    	if err != nil {
    		t.Fatalf("fail to setup env: %v", env)
    	}
    	return env
    }
    
    // mustCreateEnvWithOptional creates the default env for testing, with given option,
    // and set up the optional library with default configuration.
    // it fatally fails the test if the env fails to set up.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/customresource_discovery_controller_test.go

    	aggregated.FakeResourceManager
    }
    
    func (env *testEnvironment) Start(ctx context.Context) {
    	discoverySyncedCh := make(chan struct{})
    
    	factory := externalversions.NewSharedInformerFactoryWithOptions(
    		env.Interface, 30*time.Second)
    
    	discoveryController := NewDiscoveryController(
    		factory.Apiextensions().V1().CustomResourceDefinitions(),
    		&env.versionDiscoveryHandler,
    		&env.groupDiscoveryHandler,
    		env.FakeResourceManager,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 18:15:22 UTC 2024
    - 12K bytes
    - Viewed (0)
  5. src/net/http/cgi/host_test.go

    		"param-foo":             "bar",
    		"env-GATEWAY_INTERFACE": "CGI/1.1",
    		"env-HTTP_HOST":         "example.com:80",
    		"env-PATH_INFO":         "",
    		"env-QUERY_STRING":      "foo=bar&a=b",
    		"env-REMOTE_ADDR":       "1.2.3.4",
    		"env-REMOTE_HOST":       "1.2.3.4",
    		"env-REMOTE_PORT":       "1234",
    		"env-REQUEST_METHOD":    "GET",
    		"env-REQUEST_URI":       "/test.cgi?foo=bar&a=b",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 18:29:59 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/quantization/stablehlo/cc/io.cc

      return tmp_fname;
    }
    
    absl::StatusOr<std::string> GetLocalTmpFileName() {
      return GetLocalTmpFileName(tsl::Env::Default());
    }
    
    absl::StatusOr<std::string> CreateTmpDir(tsl::Env* const env) {
      TF_ASSIGN_OR_RETURN(std::string tmp_dir, GetLocalTmpFileName(env));
    
      if (!env->RecursivelyCreateDir(tmp_dir).ok()) {
        return absl::InternalError(
            absl::StrFormat("Failed to create tmp dir: '%s'", tmp_dir));
      }
    
      return tmp_dir;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 03:28:15 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/cel/lazy/lazy_test.go

    	v, err = compileAndRun(env, activation, exp)
    	if err != nil {
    		t.Fatalf("%q: %v", exp, err)
    	}
    	if v.Value().(bool) != false {
    		t.Errorf("%q: wrong result: %v", exp, v.Value())
    	}
    }
    
    type testActivation struct {
    	variables *MapValue
    }
    
    func compileAndRun(env *cel.Env, activation *testActivation, exp string) (ref.Val, error) {
    	ast, issues := env.Compile(exp)
    	if issues != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  8. plugin/pkg/admission/podnodeselector/admission_test.go

    		},
    		{
    			defaultNodeSelector:   "env=dev",
    			namespaceNodeSelector: "infra=false, env = test",
    			podNodeSelector:       map[string]string{"env": "dev", "color": "blue"},
    			admit:                 false,
    			testName:              "Conflicting pod and namespace node selector, multiple labels",
    		},
    		{
    			defaultNodeSelector:   "env=dev",
    			namespaceNodeSelector: "infra=false, env = dev",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 8K bytes
    - Viewed (0)
  9. internal/config/notify/parse.go

    			Enable:          true,
    			Address:         *address,
    			Subject:         env.Get(subjectEnv, kv.Get(target.NATSSubject)),
    			Username:        env.Get(usernameEnv, kv.Get(target.NATSUsername)),
    			UserCredentials: env.Get(userCredentialsEnv, kv.Get(target.NATSUserCredentials)),
    			Password:        env.Get(passwordEnv, kv.Get(target.NATSPassword)),
    			CertAuthority:   env.Get(certAuthorityEnv, kv.Get(target.NATSCertAuthority)),
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 46.4K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/quantization/stablehlo/cc/io.h

    // `tsl::Env::Default` is used to generate the name.
    absl::StatusOr<std::string> GetLocalTmpFileName();
    
    // Creates a temporary directory on an environment defined by the implementation
    // of `tsl::Env` and returns its path. Returns an InternalError status if
    // failed.
    absl::StatusOr<std::string> CreateTmpDir(tsl::Env* env);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 03:28:15 UTC 2024
    - 3.1K bytes
    - Viewed (0)
Back to top