Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for twelve (0.06 sec)

  1. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    2169          ; mapped                 ; 0078          # 1.1  ROMAN NUMERAL TEN
    216A          ; mapped                 ; 0078 0069     # 1.1  ROMAN NUMERAL ELEVEN
    216B          ; mapped                 ; 0078 0069 0069 #1.1  ROMAN NUMERAL TWELVE
    216C          ; mapped                 ; 006C          # 1.1  ROMAN NUMERAL FIFTY
    216D          ; mapped                 ; 0063          # 1.1  ROMAN NUMERAL ONE HUNDRED
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  2. RELEASE.md

        inputs. Please see below for additional details on these layers.
    
    *   TFLite now properly supports dynamic shapes during conversion and inference.
        We’ve also added opt-in support on Android and iOS for
        [XNNPACK](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/lite/delegates/xnnpack),
        a highly optimized set of CPU kernels, as well as opt-in support for
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (2)
  3. src/main/webapp/css/admin/bootstrap.min.css.map

    deprecated.\n//\n// Originally added during our alphas and maintained during betas, this mixin was\n// designed to prevent `:hover` stickiness on iOS-an issue where hover styles\n// would persist after initial touch.\n//\n// For backward compatibility, we've kept these mixins and updated them to\n// always return their regular pseudo-classes instead of a shimmed media query.\n//\n// Issue: https://github.com/twbs/bootstrap/issues/25195\n\n@mixin hover() {\n  &:hover { @content; }\n}\n\n@mixin hover-focus()...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 639.3K bytes
    - Viewed (1)
  4. lib/fips140/v1.0.0.zip

    *Digest) readGeneric(out []byte) (n int, err error) { // If we're still absorbing, pad and apply the permutation. if d.state == spongeAbsorbing { d.padAndPermute() } n = len(out) // Now, do the squeezing. for len(out) > 0 { // Apply the permutation if we've squeezed the sponge dry. if d.n == d.rate { d.permute() } x := copy(out, d.a[d.n:d.rate]) d.n += x out = out[x:] } return } // Sum appends the current hash to b and returns the resulting slice. // It does not change the underlying hash state. func...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top