Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for nUtil (0.02 sec)

  1. src/internal/trace/gc.go

    	maxBands := int((int64(window) + 2*(c.bandDur-1)) / c.bandDur)
    	if window > 1 && maxBands < 2 {
    		panic("maxBands < 2")
    	}
    	tailDur := int64(window) % c.bandDur
    	nUtil := len(c.bands) - maxBands + 1
    	if nUtil < 0 {
    		nUtil = 0
    	}
    	bandU := make([]bandUtil, nUtil)
    	for i := range bandU {
    		// To compute the worst-case MU, we assume the minimum
    		// for any bands that are only partially overlapped by
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 26K bytes
    - Viewed (0)
  2. src/main/webapp/js/bootstrap.min.js.map

    version[1] < minMinor || version[0] === minMajor && version[1] === minMinor && version[2] < minPatch || version[0] >= maxMajor) {\n      throw new Error('Bootstrap\\'s JavaScript requires at least jQuery v1.9.1 but less than v4.0.0')\n    }\n  }\n}\n\nUtil.jQueryDetection()\nsetTransitionEndSupport()\n\nexport default Util\n","/**\n * --------------------------------------------------------------------------\n * Bootstrap (v4.4.1): alert.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/b...
    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