Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 65 of 65 for KiB (0.03 sec)

  1. src/vendor/golang.org/x/net/idna/tables9.0.0.go

    	}
    	i = idnaIndex[uint32(i)<<6+uint32(s[2])]
    	if c0 < 0xF8 { // 4-byte UTF-8
    		return t.lookupValue(uint32(i), s[3])
    	}
    	return 0
    }
    
    // idnaTrie. Total size: 28600 bytes (27.93 KiB). Checksum: 95575047b5d8fff.
    type idnaTrie struct{}
    
    func newIdnaTrie(i int) *idnaTrie {
    	return &idnaTrie{}
    }
    
    // lookupValue determines the type of block n and looks up the value for b.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 263.4K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation.go

    		} else if l > maxGMSACredentialSpecLength {
    			errMsg := fmt.Sprintf("gmsaCredentialSpec size must be under %d KiB", maxGMSACredentialSpecLengthInKiB)
    			allErrs = append(allErrs, field.Invalid(fieldPath.Child("gmsaCredentialSpec"), windowsOptions.GMSACredentialSpec, errMsg))
    		}
    	}
    
    	if windowsOptions.RunAsUserName != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  3. src/vendor/golang.org/x/net/idna/tables12.0.0.go

    	}
    	i = idnaIndex[uint32(i)<<6+uint32(s[2])]
    	if c0 < 0xF8 { // 4-byte UTF-8
    		return t.lookupValue(uint32(i), s[3])
    	}
    	return 0
    }
    
    // idnaTrie. Total size: 29708 bytes (29.01 KiB). Checksum: c3ecc76d8fffa6e6.
    type idnaTrie struct{}
    
    func newIdnaTrie(i int) *idnaTrie {
    	return &idnaTrie{}
    }
    
    // lookupValue determines the type of block n and looks up the value for b.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 273.5K bytes
    - Viewed (0)
  4. src/vendor/golang.org/x/net/idna/tables13.0.0.go

    	}
    	i = idnaIndex[uint32(i)<<6+uint32(s[2])]
    	if c0 < 0xF8 { // 4-byte UTF-8
    		return t.lookupValue(uint32(i), s[3])
    	}
    	return 0
    }
    
    // idnaTrie. Total size: 30196 bytes (29.49 KiB). Checksum: e2ae95a945f04016.
    type idnaTrie struct{}
    
    func newIdnaTrie(i int) *idnaTrie {
    	return &idnaTrie{}
    }
    
    // lookupValue determines the type of block n and looks up the value for b.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 284.3K bytes
    - Viewed (0)
  5. src/vendor/golang.org/x/net/idna/tables15.0.0.go

    	}
    	i = idnaIndex[uint32(i)<<6+uint32(s[2])]
    	if c0 < 0xF8 { // 4-byte UTF-8
    		return t.lookupValue(uint32(i), s[3])
    	}
    	return 0
    }
    
    // idnaTrie. Total size: 31598 bytes (30.86 KiB). Checksum: d3118eda0d6b5360.
    type idnaTrie struct{}
    
    func newIdnaTrie(i int) *idnaTrie {
    	return &idnaTrie{}
    }
    
    // lookupValue determines the type of block n and looks up the value for b.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 297.4K bytes
    - Viewed (0)
Back to top