Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 1,753 for itable (0.1 sec)

  1. pkg/config/analysis/analyzers/testdata/telemetry-disable-provider.yaml

    zirain <******@****.***> 1692066579 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 15 02:29:39 UTC 2023
    - 327 bytes
    - Viewed (0)
  2. platforms/core-runtime/build-option/src/test/groovy/org/gradle/internal/buildoption/DefaultFeatureFlagsTest.groovy

            !flags.isEnabledWithApi(flag)
        }
    
        def "can explicitly enable flag"() {
            def flag = Stub(FeatureFlag)
            flag.systemPropertyName >> null
            flags.enable(flag)
    
            expect:
            flags.isEnabled(flag)
            flags.isEnabledWithApi(flag)
        }
    
        def "can explicitly enable flag with associated system property"() {
            def flag = Stub(FeatureFlag)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:02:02 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  3. cluster/gce/gci/README.md

    cos-stable-81-12871-119-0                             cos-cloud          cos-stable                                    READY
    ```
    
    COS image will experience dev, beta, stable and LTS stage. Before LTS stage, image is named with its
    family as a prefix, e.g cos-dev, cos-beta, cos-stable. However, the milestone
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 17 14:55:40 UTC 2023
    - 6.4K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/img/ci-systems/travis-enable-project.png

    travis-enable-project.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 7.4K bytes
    - Viewed (0)
  5. releasenotes/notes/cncf-ebpf-enable.yaml

    Chun Li <******@****.***> 1697063741 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 11 22:35:41 UTC 2023
    - 292 bytes
    - Viewed (0)
  6. releasenotes/notes/enable-enhanced-scope.yaml

    Leonardo Sarra <******@****.***> 1710240189 +0100
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 10:43:09 UTC 2024
    - 653 bytes
    - Viewed (0)
  7. pkg/proxy/apis/config/types.go

    	logsapi "k8s.io/component-base/logs/api/v1"
    )
    
    // KubeProxyIPTablesConfiguration contains iptables-related configuration
    // details for the Kubernetes proxy server.
    type KubeProxyIPTablesConfiguration struct {
    	// masqueradeBit is the bit of the iptables fwmark space to use for SNAT if using
    	// the iptables or ipvs proxy mode. Values must be within the range [0, 31].
    	MasqueradeBit *int32
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 13:25:06 UTC 2024
    - 13K bytes
    - Viewed (0)
  8. cmd/kubeadm/app/cmd/upgrade/plan_test.go

    _____________________________________________________________________
    
    `),
    		},
    		{
    			name: "minor version available",
    			upgrades: []upgrade.Upgrade{
    				{
    					Description: "stable version",
    					Before: upgrade.ClusterState{
    						KubeVersion: "v1.18.4",
    						KubeAPIServerVersions: map[string][]string{
    							"v1.18.4": {"node1"},
    						},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Mar 03 03:03:29 UTC 2024
    - 27.3K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/tests/tf_saved_model/hash_table_v1.py

          keys=[1, 2, 3, 4],
          values=[5, 6, 7, 8],
          key_dtype=tf.int32,
          value_dtype=tf.float32)
      table = tf.lookup.StaticHashTable(
          table_initializer, default_value=tf.constant(0.0))
    
      x = tf.placeholder(tf.int32, shape=(), name='input')
      y = table.lookup(x)
      r = tf.add(y, z)
    
      tensor_info_x = tf.compat.v1.saved_model.utils.build_tensor_info(x)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:49:35 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  10. .golangci.yml

    linters-settings:
      gofumpt:
        simplify: true
    
      misspell:
        locale: US
    
      staticcheck:
        checks: ['all', '-ST1005', '-ST1000', '-SA4000', '-SA9004', '-SA1019', '-SA1008', '-U1000', '-ST1016']
    
    linters:
      disable-all: true
      enable:
        - durationcheck
        - gocritic
        - gofumpt
        - goimports
        - gomodguard
        - govet
        - ineffassign
        - misspell
        - revive
        - staticcheck
        - tenv
        - typecheck
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Dec 07 02:17:03 UTC 2023
    - 689 bytes
    - Viewed (0)
Back to top