Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for hit (0.06 sec)

  1. src/cmd/compile/internal/ssagen/ssa.go

    			//   hash++
    			s.vars[hashVar] = s.newValue2(add, typs.Uintptr, s.variable(hashVar, typs.Uintptr), s.uintptrConstant(1))
    
    			// Look for a cache hit.
    			//   if e.Typ == t { goto hit }
    			eTyp := s.newValue2(ssa.OpLoad, typs.Uintptr, e, s.mem())
    			cmp1 := s.newValue2(ssa.OpEqPtr, typs.Bool, t, eTyp)
    			b = s.endBlock()
    			b.Kind = ssa.BlockIf
    			b.SetControl(cmp1)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  2. src/net/http/h2_bundle.go

    	ReadMetaHeaders *hpack.Decoder
    
    	// MaxHeaderListSize is the http2 MAX_HEADER_LIST_SIZE.
    	// It's used only if ReadMetaHeaders is set; 0 means a sane default
    	// (currently 16MB)
    	// If the limit is hit, MetaHeadersFrame.Truncated is set true.
    	MaxHeaderListSize uint32
    
    	// TODO: track which type of frame & with which flags was sent
    	// last. Then return an error (unless AllowIllegalWrites) if
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /**
         * Get the value for the key 'suggest.min.hit.count'. <br>
         * The value is, e.g. 1 <br>
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getSuggestMinHitCount();
    
        /**
         * Get the value for the key 'suggest.min.hit.count' as {@link Integer}. <br>
         * The value is, e.g. 1 <br>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.28.md

      
      - `rest_client_transport_create_calls_total` is a counter
      that increments each time a new transport is created, storing
      the result of the operation needed to generate it: hit, miss
      or uncacheable. ([#117295](https://github.com/kubernetes/kubernetes/pull/117295), [@aojea](https://github.com/aojea))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (0)
  5. pkg/proxy/iptables/proxier_test.go

    		default:
    			// We got a "-j KUBE-SOMETHING", so process that chain
    			terminated := tracer.runChain(table, utiliptables.Chain(rule.Jump.Value), sourceIP, protocol, destIP, destPort)
    
    			// If the subchain hit a terminal rule AND the rule that sent us
    			// to that chain was non-probabilistic, then this chain terminates
    			// as well. But if we went there because of a --probability rule,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  6. ChangeLog.md

    - [`KT-64727`](https://youtrack.jetbrains.com/issue/KT-64727) K1: Closing bracket of object inside crossinline lambda or inside lambda in inline function is not hit on step-over
    - [`KT-64726`](https://youtrack.jetbrains.com/issue/KT-64726) K1: Cannot stop on closing bracket of crossinline lambda inside of another crossinline lambda
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
Back to top