Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 102 of 102 for Tire (0.04 sec)

  1. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      <mime-type type="text/vnd.in3d.spot">
        <glob pattern="*.spot"/>
      </mime-type>
      <mime-type type="text/vnd.iptc.anpa">
        <acronym>ANPA</acronym>
        <_comment>American Newspaper Publishers Association Wire Feeds</_comment>
        <glob pattern="*.anpa"/>
        <magic priority="50">
          <match value="\x16\x16\x01" type="string" offset="0"/>
        </magic>
      </mime-type>
      <mime-type type="text/vnd.iptc.newsml"/>
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Thu Mar 13 08:18:01 UTC 2025
    - 320.1K bytes
    - Viewed (1)
  2. lib/fips140/v1.0.0.zip

    ErrVerification } emBits := pub.N.BitLen() - 1 emLen := (emBits + 7) / 8 em, err := encrypt(pub, sig) if err != nil { return ErrVerification } // Like in signPSSWithSalt, deal with mismatches between emLen and the size // of the modulus. The spec would have us wire emLen into the encoding // function, but we'd rather always encode to the size of the modulus and // then strip leading zeroes if necessary. This only happens for weird // modulus sizes anyway. for len(em) > emLen && len(em) > 0 { if em[0] != 0 { return...
    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