Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 93 for 160 (0.04 sec)

  1. guava/src/com/google/common/hash/Hashing.java

      }
    
      private static final class Md5Holder {
        static final HashFunction MD5 = new MessageDigestHashFunction("MD5", "Hashing.md5()");
      }
    
      /**
       * Returns a hash function implementing the SHA-1 algorithm (160 hash bits).
       *
       * @deprecated If you must interoperate with a system that requires SHA-1, then use this method,
       *     despite its deprecation. But if you can choose your hash function, avoid SHA-1, which is
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Aug 11 22:06:57 UTC 2025
    - 31.1K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.31.md

    - github.com/googleapis/gax-go/v2: [v2.11.0 → v2.0.5](https://github.com/googleapis/gax-go/compare/v2.11.0...v2.0.5)
    - github.com/grpc-ecosystem/grpc-gateway/v2: [v2.16.0 → v2.20.0](https://github.com/grpc-ecosystem/grpc-gateway/compare/v2.16.0...v2.20.0)
    - github.com/ianlancetaylor/demangle: [28f6c0f → bd984b5](https://github.com/ianlancetaylor/demangle/compare/28f6c0f...bd984b5)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 13 19:49:57 UTC 2025
    - 429.6K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/primitives/Longs.java

       * For example, the string {@code "0123"} is treated as <i>octal</i> and converted to the value
       * {@code 83L}.
       *
       * @since 16.0
       */
      public static Converter<String, Long> stringConverter() {
        return LongConverter.INSTANCE;
      }
    
      /**
       * Returns an array containing the same values as {@code array}, but guaranteed to be of a
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Jul 17 15:26:41 UTC 2025
    - 29.1K bytes
    - Viewed (0)
  4. api/go1.11.txt

    pkg debug/elf, const EM_METAG = 174
    pkg debug/elf, const EM_METAG Machine
    pkg debug/elf, const EM_MICROBLAZE = 189
    pkg debug/elf, const EM_MICROBLAZE Machine
    pkg debug/elf, const EM_MMDSP_PLUS = 160
    pkg debug/elf, const EM_MMDSP_PLUS Machine
    pkg debug/elf, const EM_MMIX = 80
    pkg debug/elf, const EM_MMIX Machine
    pkg debug/elf, const EM_MN10200 = 90
    pkg debug/elf, const EM_MN10200 Machine
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Aug 22 03:48:56 UTC 2018
    - 25K bytes
    - Viewed (0)
  5. api/go1.10.txt

    pkg debug/elf, const R_ARM_GOT_BREL12 = 97
    pkg debug/elf, const R_ARM_GOT_BREL12 R_ARM
    pkg debug/elf, const R_ARM_GOT_PREL = 96
    pkg debug/elf, const R_ARM_GOT_PREL R_ARM
    pkg debug/elf, const R_ARM_IRELATIVE = 160
    pkg debug/elf, const R_ARM_IRELATIVE R_ARM
    pkg debug/elf, const R_ARM_JUMP24 = 29
    pkg debug/elf, const R_ARM_JUMP24 R_ARM
    pkg debug/elf, const R_ARM_LDC_PC_G0 = 67
    pkg debug/elf, const R_ARM_LDC_PC_G0 R_ARM
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue Feb 06 05:00:01 UTC 2018
    - 30.1K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.28.md

    ### Changed
    - github.com/evanphx/json-patch: [v5.6.0+incompatible → v4.12.0+incompatible](https://github.com/evanphx/json-patch/compare/v5.6.0...v4.12.0)
    - github.com/google/cel-go: [v0.16.0 → v0.16.1](https://github.com/google/cel-go/compare/v0.16.0...v0.16.1)
    
    ### Removed
    _Nothing has changed._
    
    
    
    # v1.28.1
    
    
    ## Downloads for v1.28.1
    
    
    
    ### Source Code
    
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Oct 23 20:13:20 UTC 2024
    - 456.9K bytes
    - Viewed (1)
  7. api/go1.14.txt

    pkg log/syslog (freebsd-arm64), const LOG_LOCAL2 Priority
    pkg log/syslog (freebsd-arm64), const LOG_LOCAL3 = 152
    pkg log/syslog (freebsd-arm64), const LOG_LOCAL3 Priority
    pkg log/syslog (freebsd-arm64), const LOG_LOCAL4 = 160
    pkg log/syslog (freebsd-arm64), const LOG_LOCAL4 Priority
    pkg log/syslog (freebsd-arm64), const LOG_LOCAL5 = 168
    pkg log/syslog (freebsd-arm64), const LOG_LOCAL5 Priority
    pkg log/syslog (freebsd-arm64), const LOG_LOCAL6 = 176
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  8. doc/asm.html

    package main
    
    func main() {
    	println(3)
    }
    $ GOOS=linux GOARCH=amd64 go tool compile -S x.go        # or: go build -gcflags -S x.go
    "".main STEXT size=74 args=0x0 locals=0x10
    	0x0000 00000 (x.go:3)	TEXT	"".main(SB), $16-0
    	0x0000 00000 (x.go:3)	MOVQ	(TLS), CX
    	0x0009 00009 (x.go:3)	CMPQ	SP, 16(CX)
    	0x000d 00013 (x.go:3)	JLS	67
    	0x000f 00015 (x.go:3)	SUBQ	$16, SP
    	0x0013 00019 (x.go:3)	MOVQ	BP, 8(SP)
    	0x0018 00024 (x.go:3)	LEAQ	8(SP), BP
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue Nov 28 19:15:27 UTC 2023
    - 36.3K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.33.md

    ### Changed
    - cel.dev/expr: v0.18.0 → v0.19.1
    - cloud.google.com/go/compute/metadata: v0.3.0 → v0.5.0
    - cloud.google.com/go/compute: v1.25.1 → v1.23.3
    - github.com/cilium/ebpf: [v0.16.0 → v0.17.3](https://github.com/cilium/ebpf/compare/v0.16.0...v0.17.3)
    - github.com/cncf/xds/go: [555b57e → b4127c9](https://github.com/cncf/xds/compare/555b57e...b4127c9)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 13 19:46:23 UTC 2025
    - 294.3K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.34.md

    - github.com/golang/mock: [v1.1.1](https://github.com/golang/mock/tree/v1.1.1)
    - github.com/google/shlex: [e7afc7f](https://github.com/google/shlex/tree/e7afc7f)
    - github.com/grpc-ecosystem/grpc-gateway: [v1.16.0](https://github.com/grpc-ecosystem/grpc-gateway/tree/v1.16.0)
    - github.com/konsorten/go-windows-terminal-sequences: [v1.0.1](https://github.com/konsorten/go-windows-terminal-sequences/tree/v1.0.1)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 27 10:36:10 UTC 2025
    - 292.8K bytes
    - Viewed (0)
Back to top