Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 1,527 for _default_ (0.16 sec)

  1. pkg/apis/extensions/v1beta1/zz_generated.defaults.go

    Paco Xu <******@****.***> 1667394763 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 06 09:07:02 UTC 2023
    - 31.2K bytes
    - Viewed (0)
  2. pkg/apis/apps/v1/zz_generated.defaults.go

    Sergey Kanzhelev <******@****.***> 1637090449 +0000
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 17 17:31:23 UTC 2021
    - 40.8K bytes
    - Viewed (0)
  3. pkg/apis/batch/v1beta1/zz_generated.defaults.go

    kannon92 <******@****.***> 1677272920 +0000
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 01 20:39:47 UTC 2023
    - 10.8K bytes
    - Viewed (0)
  4. cluster/gce/config-default.sh

    export NODE_EXTRA_METADATA=${KUBE_NODE_EXTRA_METADATA:-${KUBE_EXTRA_METADATA:-}}
    
    NETWORK=${KUBE_GCE_NETWORK:-default}
    # Enable network deletion by default (for kube-down), unless we're using 'default' network.
    if [[ "${NETWORK}" == "default" ]]; then
      KUBE_DELETE_NETWORK=${KUBE_DELETE_NETWORK:-false}
    else
      KUBE_DELETE_NETWORK=${KUBE_DELETE_NETWORK:-true}
    fi
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 16 20:16:32 UTC 2024
    - 26.9K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/text/language/match.go

    		o(m)
    	}
    	if len(supported) == 0 {
    		m.default_ = &haveTag{}
    		return m
    	}
    	// Add supported languages to the index. Add exact matches first to give
    	// them precedence.
    	for i, tag := range supported {
    		tt := tag.tag()
    		pair, _ := makeHaveTag(tt, i)
    		m.header(tt.LangID).addIfNew(pair, true)
    		m.supported = append(m.supported, &pair)
    	}
    	m.default_ = m.header(supported[0].lang()).haveTags[0]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 25.1K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/graph-default-attr.pbtxt

    # RUN: tf-mlir-translate -graphdef-to-mlir -tf-enable-shape-inference-on-import=false %s -o - | FileCheck %s
    
    # Verify that the data_format attributes is pulled from the default value in the
    # registry when not present in the GraphDef
    # CHECK:  tf.Conv2D
    # CHECK-SAME: data_format = "NHWC"
    
    # Verify that we don't import derived attributes as these will be added only on
    # export.
    # CHECK: tf.MaxPool
    # CHECK-NOT: T = f32
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 10 19:32:15 UTC 2020
    - 12K bytes
    - Viewed (0)
  7. src/main/webapp/js/admin/plugins/form-validator/theme-default.min.css

    Shinsuke Sugaya <******@****.***> 1514783567 +0900
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Jan 01 05:12:47 UTC 2018
    - 33.3K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/jvm/scala_plugin.adoc

    `scala.srcDirs` — `Set&lt;File&gt;`::
    The source directories containing the Scala source files of this source set. May also contain Java source files for joint compilation.
    Can set using anything described in <<working_with_files.adoc#sec:specifying_multiple_files,Understanding implicit conversion to file collections>>.
    _Default value:_ `[__projectDir__/src/__name__/scala]`.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 29 17:38:38 UTC 2023
    - 17K bytes
    - Viewed (0)
  9. plugin/pkg/auth/authorizer/rbac/bootstrappolicy/testdata/cluster-roles.yaml

        creationTimestamp: null
        labels:
          kubernetes.io/bootstrapping: rbac-defaults
        name: admin
      rules: null
    - apiVersion: rbac.authorization.k8s.io/v1
      kind: ClusterRole
      metadata:
        annotations:
          rbac.authorization.kubernetes.io/autoupdate: "true"
        creationTimestamp: null
        labels:
          kubernetes.io/bootstrapping: rbac-defaults
        name: cluster-admin
      rules:
      - apiGroups:
        - '*'
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 18 08:11:08 UTC 2023
    - 24.1K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/reference/command_line_interface.adoc

    Toggles configure-on-demand. Only relevant projects are configured in this build run. _Default is off_.
    
    `--max-workers`::
    Sets the maximum number of workers that Gradle may use. _Default is number of processors_.
    
    `--parallel`, `--no-parallel`::
    Build projects in parallel. For limitations of this option, see <<performance.adoc#parallel_execution, Parallel Project Execution>>. _Default is off_.
    
    `--priority`::
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 05:36:09 UTC 2024
    - 34.8K bytes
    - Viewed (0)
Back to top