Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 86 of 86 for 48 (0.06 sec)

  1. api/go1.5.txt

    pkg debug/elf, const R_PPC64_TOC16_HA = 50
    pkg debug/elf, const R_PPC64_TOC16_HA R_PPC64
    pkg debug/elf, const R_PPC64_TOC16_HI = 49
    pkg debug/elf, const R_PPC64_TOC16_HI R_PPC64
    pkg debug/elf, const R_PPC64_TOC16_LO = 48
    pkg debug/elf, const R_PPC64_TOC16_LO R_PPC64
    pkg debug/elf, const R_PPC64_TOC16_LO_DS = 64
    pkg debug/elf, const R_PPC64_TOC16_LO_DS R_PPC64
    pkg debug/elf, const R_PPC64_TPREL16 = 69
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Jul 30 21:14:09 UTC 2015
    - 46.6K bytes
    - Viewed (0)
  2. cmd/xl-storage-format-v2.go

    	}
    
    	if !bytes.Equal(buf[:4], xlHeader[:]) {
    		return payload, 0, 0, fmt.Errorf("xlMeta: unknown XLv2 header, expected %v, got %v", xlHeader[:4], buf[:4])
    	}
    
    	if bytes.Equal(buf[4:8], []byte("1   ")) {
    		// Set as 1,0.
    		major, minor = 1, 0
    	} else {
    		major, minor = binary.LittleEndian.Uint16(buf[4:6]), binary.LittleEndian.Uint16(buf[6:8])
    	}
    	if major > xlVersionMajor {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Oct 22 15:30:50 UTC 2024
    - 64K bytes
    - Viewed (1)
  3. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

          <match value="/* jQuery " type="string" offset="0"/>
          <match value="/*! jQuery " type="string" offset="0"/>
          <match value="/*!" type="string" offset="0">
             <match value="* jQuery " offset="4:8"/>
          </match>
          <match value="(function(e,undefined){" type="string" offset="0"/>
          <match value="!function(window,undefined){" type="string" offset="0"/>
          <!-- Prototype -->
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  4. RELEASE.md

        *   This does not change the minimum required version for building
            TensorFlow from source on Windows, but builds enabling
            `EIGEN_STRONG_INLINE` can take over 48 hours to compile without this
            flag. Refer to `configure.py` for more information about
            `EIGEN_STRONG_INLINE` and `/d2ReducedOptimizeHugeFunctions`.
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Tue Oct 22 14:33:53 UTC 2024
    - 735.3K bytes
    - Viewed (0)
  5. docs/en/docs/release-notes.md

    ## 0.6.1
    
    * Add docs for GraphQL: [https://fastapi.tiangolo.com/advanced/graphql/](https://fastapi.tiangolo.com/advanced/graphql/). PR [#48](https://github.com/tiangolo/fastapi/pull/48).
    
    ## 0.6.0
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Nov 01 11:25:57 UTC 2024
    - 460.3K bytes
    - Viewed (0)
  6. api/go1.2.txt

    pkg crypto/sha1, func Sum([]uint8) [20]uint8
    pkg crypto/sha256, func Sum224([]uint8) [28]uint8
    pkg crypto/sha256, func Sum256([]uint8) [32]uint8
    pkg crypto/sha512, func Sum384([]uint8) [48]uint8
    pkg crypto/sha512, func Sum512([]uint8) [64]uint8
    pkg crypto/subtle, func ConstantTimeLessOrEq(int, int) int
    pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA = 49161
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
Back to top