Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for INTEGER (0.07 sec)

  1. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * Get the value for the key 'index.admin.integer.fields'. <br>
         * The value is, e.g.  <br>
         * comment: Integer-type fields for admin in the index.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getIndexAdminIntegerFields();
    
        /**
         * Get the value for the key 'index.admin.integer.fields' as {@link Integer}. <br>
         * The value is, e.g.  <br>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (2)
  2. RELEASE.md

                on CPU.
        *   Add nominal support for unsigned 16-bit integer tensor types. Note that
            very few TFLite kernels support this type natively, so its use in mobile
            ML authoring is generally discouraged.
        *   Add support for unsigned 16-bit integer tensor types in cast op.
        *   Experimental support for lowering `list_ops.tensor_list_set_item` with
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (2)
  3. lib/fips140/v1.0.0.zip

    this means e needs to be odd. if pub.E&1 == 0 { return false, errors.New("crypto/rsa: public exponent is even") } // FIPS 186-5, Section 5.5(e): "The exponent e shall be an odd, positive // integer such that 2¹⁶ < e < 2²⁵⁶." if pub.E <= 1<<16 { fipsApproved = false } // We require pub.E to fit into a 32-bit integer so that we // do not have different behavior depending on whether // int is 32 or 64 bits. See also // https://www.imperialviolet.org/2012/03/16/rsae.html. if pub.E > 1<<31-1 { return false,...
    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