Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 482 for Enforce (0.16 sec)

  1. platforms/documentation/docs/src/docs/userguide/authoring-builds/plugins/custom_plugins.adoc

    Convention plugins are also used to enforce project standards and help streamline the build process.
    They can apply and configure plugins, create new tasks and extensions, set dependencies, and much more.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 25 21:49:49 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  2. guava/src/com/google/common/collect/Lists.java

       *
       * <p>This is useful when a varargs method needs to use a signature such as {@code (Foo firstFoo,
       * Foo... moreFoos)}, in order to avoid overload ambiguity or to enforce a minimum argument count.
       *
       * <p>The returned list is serializable and implements {@link RandomAccess}.
       *
       * @param first the first element
       * @param rest an array of additional elements, possibly empty
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 29 16:48:36 UTC 2024
    - 41.9K bytes
    - Viewed (0)
  3. pkg/config/analysis/analyzers/testdata/sidecar-injector-configmap-absolute-override.yaml

    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 21 03:10:21 UTC 2024
    - 27.4K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tfr/passes/raise_to_tf.cc

          return rewriter.create<TF::CastOp>(loc, result_type, cast_op.getArg());
        }
        return cast_op.getArg();
      }
    
      // For variadic operands, we have to enforce them to use the same types.
      // TODO(fengliuai): This method is required when the operand types are not set
      // by the frontend correctly.
      void CastValuesToSameType(PatternRewriter& rewriter, Location loc,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 21.8K bytes
    - Viewed (0)
  5. pkg/config/analysis/analyzers/testdata/common/sidecar-injector-configmap.yaml

    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 21 03:10:21 UTC 2024
    - 27.4K bytes
    - Viewed (0)
  6. pkg/config/analysis/analyzers/testdata/common/sidecar-injector-enabled-nsbydefault.yaml

    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 21 03:10:21 UTC 2024
    - 27.5K bytes
    - Viewed (0)
  7. pkg/kubelet/eviction/eviction_manager.go

    	localStorageCapacityIsolation bool
    }
    
    // ensure it implements the required interface
    var _ Manager = &managerImpl{}
    
    // NewManager returns a configured Manager and an associated admission handler to enforce eviction configuration.
    func NewManager(
    	summaryProvider stats.SummaryProvider,
    	config Config,
    	killPodFunc KillPodFunc,
    	imageGC ImageGC,
    	containerGC ContainerGC,
    	recorder record.EventRecorder,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 27 18:55:56 UTC 2024
    - 24.6K bytes
    - Viewed (0)
  8. pkg/config/analysis/analyzers/testdata/sidecar-injector-configmap-with-revision-canary.yaml

    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 21 03:10:21 UTC 2024
    - 27.5K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/gateway.go

    			proxyConfig, istionetworking.ListenerProtocolTCP, builder.push)
    		// In HTTP, we need to have RBAC, etc. upfront so that they can enforce policies immediately
    		httpFilterChainOpts.networkFilters = extension.PopAppendNetwork(httpFilterChainOpts.networkFilters, wasm, extensions.PluginPhase_AUTHN)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 46.4K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/transforms/passes.td

          TFL::ControlNodeOp, which depend on the control token generated by the most recent
          preceding such operation, if any. This copies the logic that is currently executed
          at runtime to enforce that the relative order of side-effectful operations is
          preserved and expresses it in terms of control dependencies.
    
          For purposes of this pass, an operator is considered to have/depend on side effects if
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 20:30:06 UTC 2024
    - 22.6K bytes
    - Viewed (0)
Back to top