Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 241 for Option (0.1 sec)

  1. src/main/webapp/js/jquery-3.6.3.min.js

    e,t,n,r,i,o){this.elem=e,this.prop=n,this.easing=i||E.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=o||(E.cssNumber[n]?"":"px")},cur:function(){var e=et.propHooks[this.prop];return e&&e.get?e.get(this):et.propHooks._default.get(this)},run:function(e){var t,n=et.propHooks[this.prop];return this.options.duration?this.pos=t=E.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.opt...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 87.8K bytes
    - Viewed (0)
  2. operator/pkg/apis/istio/v1alpha1/values_types.proto

      // Controls whether the WebhookConfiguration resource(s) should be created. The current behavior
      // of Istiod is to manage its own webhook configurations.
      // When this option is set to true, Istio Operator, instead of webhooks, manages the
      // webhook configurations. When this option is set as false, webhooks manage their
      // own webhook configurations.
      google.protobuf.BoolValue operatorManageWebhooks = 41;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/dependency_verification.adoc

    === Enabling signature verification
    
    Because verifying signatures is more expensive (both I/O and CPU wise) and harder to check manually, it's not enabled by default.
    
    Enabling it requires you to change the configuration option in the `verification-metadata.xml` file:
    
    [source,xml]
    ----
    <?xml version="1.0" encoding="UTF-8"?>
    <verification-metadata xmlns="https://schema.gradle.org/dependency-verification"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 07 20:36:31 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/tensorflow/passes/quantize_composite_functions.cc

      bool enable_legacy_weight_only_;
      int min_num_elements_for_weights_;
      std::optional<std::string> mlir_dump_file_name_;
    
      // These flags are only used for testing purpose.
      Option<QuantMethod> quantization_method_{
          *this, "quantization-method",
          llvm::cl::init(tensorflow::quantization::QuantizationMethod::
                             METHOD_STATIC_RANGE_INT8),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  5. src/text/template/exec_test.go

    	}
    	// Same if we set the option explicitly to the default.
    	tmpl.Option("missingkey=default")
    	b.Reset()
    	err = tmpl.Execute(&b, data)
    	if err != nil {
    		t.Fatal("default:", err)
    	}
    	want = "99 <no value>"
    	got = b.String()
    	if got != want {
    		t.Errorf("got %q; expected %q", got, want)
    	}
    	// Next we ask for a zero value
    	tmpl.Option("missingkey=zero")
    	b.Reset()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 22:23:55 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/syscall_linux.go

    }
    
    // PrctlRetInt performs a prctl operation specified by option and further
    // optional arguments arg2 through arg5 depending on option. It returns a
    // non-negative integer that is returned by the prctl syscall.
    func PrctlRetInt(option int, arg2 uintptr, arg3 uintptr, arg4 uintptr, arg5 uintptr) (int, error) {
    	ret, _, err := Syscall6(SYS_PRCTL, uintptr(option), uintptr(arg2), uintptr(arg3), uintptr(arg4), uintptr(arg5), 0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 05:26:45 UTC 2024
    - 77.5K bytes
    - Viewed (0)
  7. cmd/kubelet/app/server.go

    		if err != nil {
    			return err
    		}
    		if reservedSystemCPUs.Size() > 0 {
    			// at cmd option validation phase it is tested either --system-reserved-cgroup or --kube-reserved-cgroup is specified, so overwrite should be ok
    			klog.InfoS("Option --reserved-cpus is specified, it will overwrite the cpu setting in KubeReserved and SystemReserved", "kubeReserved", s.KubeReserved, "systemReserved", s.SystemReserved)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:34 UTC 2024
    - 53.9K bytes
    - Viewed (0)
  8. subprojects/core-api/src/main/java/org/gradle/api/Project.java

         *
         * @param action the action to execute.
         */
        void beforeEvaluate(Action<? super Project> action);
    
        /**
         * <p>Adds an action to call immediately after this project is evaluated.</p>
         * <p>Passes the project to the
         * action as a parameter. Actions passed to this method execute in the same order they were passed.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 04:56:22 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.3.md

      - [Downloads](#downloads-12)
      - [Changes since v1.3.0-alpha.5](#changes-since-v130-alpha5)
        - [Action Required](#action-required-1)
        - [Other notable changes](#other-notable-changes-12)
    - [v1.3.0-alpha.5](#v130-alpha5)
      - [Downloads](#downloads-13)
      - [Changes since v1.3.0-alpha.4](#changes-since-v130-alpha4)
        - [Action Required](#action-required-2)
        - [Other notable changes](#other-notable-changes-13)
    - [v1.3.0-alpha.4](#v130-alpha4)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 84K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_zos_s390x.go

    	}
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func impl_Prctl(option int, arg2 uintptr, arg3 uintptr, arg4 uintptr, arg5 uintptr) (err error) {
    	runtime.EnterSyscall()
    	r0, e2, e1 := CallLeFuncWithErr(GetZosLibVec()+SYS___PRCTL_A<<4, uintptr(option), uintptr(arg2), uintptr(arg3), uintptr(arg4), uintptr(arg5))
    	runtime.ExitSyscall()
    	if int64(r0) == -1 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 88.2K bytes
    - Viewed (0)
Back to top