Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 28 of 28 for preferGo (0.13 sec)

  1. src/cmd/compile/internal/ssa/_gen/AMD64Ops.go

    		{name: "BLSRL", argLength: 1, reg: gp11flags, asm: "BLSRL", typ: "(UInt32,Flags)"}, // arg0 & (arg0 - 1)
    		// count the number of trailing zero bits, prefer TZCNTQ over BSFQ, as TZCNTQ(0)==64
    		// and BSFQ(0) is undefined. Same for TZCNTL(0)==32
    		{name: "TZCNTQ", argLength: 1, reg: gp11, asm: "TZCNTQ", clobberFlags: true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 04 16:40:24 UTC 2023
    - 98K bytes
    - Viewed (1)
  2. pkg/config/validation/validation.go

    				parts := strings.Split(gatewayName, ".")
    				recommended := fmt.Sprintf("%s/%s", parts[1], parts[0])
    				errs = AppendValidation(errs, WrapWarning(fmt.Errorf(
    					"using legacy gatewayName format %q; prefer the <namespace>/<name> format: %q", gatewayName, recommended)))
    			}
    			errs = AppendValidation(errs, agent.ValidateFQDN(gatewayName))
    			return
    		}
    
    		if len(parts[0]) == 0 || len(parts[1]) == 0 {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.5.md

          referenced by --config-map-namespace, --config-map. The config-map supports
          the following properties: "federations".
        * --federations flag is now deprecated. Prefer to set federations via the config-map.
          Federations can be configured by settings the "federations" field to the value currently
          set in the command line.
        * Example:
          ```yaml
          kind: ConfigMap
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  4. src/net/http/server.go

    	// there will be no timeout.
    	//
    	// Because ReadTimeout does not let Handlers make per-request
    	// decisions on each request body's acceptable deadline or
    	// upload rate, most users will prefer to use
    	// ReadHeaderTimeout. It is valid to use them both.
    	ReadTimeout time.Duration
    
    	// ReadHeaderTimeout is the amount of time allowed to read
    	// request headers. The connection's read deadline is reset
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/_gen/ARM64.rules

    (TST x0 x1:(SRAconst [c] y)) && clobberIfDead(x1) => (TSTshiftRA x0 y [c])
    (TST x0 x1:(RORconst [c] y)) && clobberIfDead(x1) => (TSTshiftRO x0 y [c])
    
    // prefer *const ops to *shift ops
    (ADDshiftLL (MOVDconst [c]) x [d]) => (ADDconst [c] (SLLconst <x.Type> x [d]))
    (ADDshiftRL (MOVDconst [c]) x [d]) => (ADDconst [c] (SRLconst <x.Type> x [d]))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 113.1K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

                "}), " # max_bcast_rank # ")">>;
    
    // These additional types/type constraints here are used to decouple the ops
    // from runtime support for the ops. Prefer to use these types when defining
    // new TF_Ops for uniformity.
    
    // TFL Runtime type predicate.
    class TFL_RuntimeType<TypeConstraint t> {
      Pred tflRuntimeTypePredicate = t.predicate;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  7. src/main/webapp/js/admin/bootstrap.min.js.map

    getSpecialTransitionEndEvent() {\n  return {\n    bindType: TRANSITION_END,\n    delegateType: TRANSITION_END,\n    handle(event) {\n      if ($(event.target).is(this)) {\n        return event.handleObj.handler.apply(this, arguments) // eslint-disable-line prefer-rest-params\n      }\n      return undefined // eslint-disable-line no-undefined\n    }\n  }\n}\n\nfunction transitionEndEmulator(duration) {\n  let called = false\n\n  $(this).one(Util.TRANSITION_END, () => {\n    called = true\n  })\n\n  setTimeout(()...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 185.8K bytes
    - Viewed (0)
  8. src/main/webapp/js/bootstrap.min.js.map

    getSpecialTransitionEndEvent() {\n  return {\n    bindType: TRANSITION_END,\n    delegateType: TRANSITION_END,\n    handle(event) {\n      if ($(event.target).is(this)) {\n        return event.handleObj.handler.apply(this, arguments) // eslint-disable-line prefer-rest-params\n      }\n      return undefined // eslint-disable-line no-undefined\n    }\n  }\n}\n\nfunction transitionEndEmulator(duration) {\n  let called = false\n\n  $(this).one(Util.TRANSITION_END, () => {\n    called = true\n  })\n\n  setTimeout(()...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Jan 11 06:54:28 UTC 2020
    - 189.9K bytes
    - Viewed (0)
Back to top