Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 148 for variable1 (0.33 sec)

  1. pkg/apis/admissionregistration/types.go

    	// Name is the name of the variable. The name must be a valid CEL identifier and unique among all variables.
    	// The variable can be accessed in other expressions through `variables`
    	// For example, if name is "foo", the variable will be available as `variables.foo`
    	Name string
    
    	// Expression is the expression that will be evaluated as the value of the variable.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 52.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/admissionregistration/v1/generated.proto

    message Variable {
      // Name is the name of the variable. The name must be a valid CEL identifier and unique among all variables.
      // The variable can be accessed in other expressions through `variables`
      // For example, if name is "foo", the variable will be available as `variables.foo`
      optional string Name = 1;
    
      // Expression is the expression that will be evaluated as the value of the variable.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/admissionregistration/v1beta1/generated.proto

    message Variable {
      // Name is the name of the variable. The name must be a valid CEL identifier and unique among all variables.
      // The variable can be accessed in other expressions through `variables`
      // For example, if name is "foo", the variable will be available as `variables.foo`
      optional string Name = 1;
    
      // Expression is the expression that will be evaluated as the value of the variable.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 50.4K bytes
    - Viewed (0)
  4. configure.py

      """Set boolean action_env variable.
    
      Ask user if query_item will be enabled. Default is used if no input is given.
      Set environment variable and write to .bazelrc.
    
      Args:
        environ_cp: copy of the os.environ.
        var_name: string for name of environment variable, e.g. "TF_NEED_CUDA".
        query_item: string for feature related to the variable, e.g. "CUDA for
          Nvidia GPUs".
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 10 04:32:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/reflect/TypeToken.java

       * declared by interface {@code Iterable}.
       *
       * <p>If this type is a type variable or wildcard, its upper bounds are examined and those that
       * are either an interface or upper-bounded only by interfaces are returned. This means that the
       * returned types could include type variables too.
       */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jun 26 21:02:13 UTC 2023
    - 53.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/admissionregistration/v1beta1/types.go

    	//
    	// The expression of a variable can refer to other variables defined earlier in the list but not those after.
    	// Thus, Variables must be sorted by the order of first appearance and acyclic.
    	// +patchMergeKey=name
    	// +patchStrategy=merge
    	// +listType=map
    	// +listMapKey=name
    	// +optional
    	Variables []Variable `json:"variables,omitempty" patchStrategy:"merge" patchMergeKey:"name" protobuf:"bytes,7,rep,name=variables"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 60.6K bytes
    - Viewed (0)
  7. guava/src/com/google/common/reflect/TypeToken.java

       * declared by interface {@code Iterable}.
       *
       * <p>If this type is a type variable or wildcard, its upper bounds are examined and those that
       * are either an interface or upper-bounded only by interfaces are returned. This means that the
       * returned types could include type variables too.
       */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jun 26 21:02:13 UTC 2023
    - 53.6K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/optimizing-performance/configuration_cache.adoc

    [[config_cache:requirements:reading_sys_props_and_env_vars]]
    === Reading system properties and environment variables
    
    Plugins and build scripts may read system properties and environment variables directly at configuration time with standard Java, Groovy, or Kotlin APIs or with the value supplier APIs.
    Doing so makes such variable or property a build configuration input, so changing the value invalidates the configuration cache.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 71.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/admissionregistration/v1/types.go

    	//
    	// The expression of a variable can refer to other variables defined earlier in the list but not those after.
    	// Thus, Variables must be sorted by the order of first appearance and acyclic.
    	// +patchMergeKey=name
    	// +patchStrategy=merge
    	// +listType=map
    	// +listMapKey=name
    	// +optional
    	Variables []Variable `json:"variables,omitempty" patchStrategy:"merge" patchMergeKey:"name" protobuf:"bytes,7,rep,name=variables"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 61.6K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/g3doc/_includes/tf_passes.md

    for resource variables where only writes are present so later in the pipeline
    such resource variables can be fused with generated `tf.TPUExecute` ops, which
    only supports resource variable read or read + write. For all TPU computations,
    resource variables are required to be initialized prior to execution. Write only
    resource variable uses can be generated currently via packed tensor uses.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 02 02:26:39 UTC 2023
    - 96.4K bytes
    - Viewed (0)
Back to top