Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. CHANGELOG/CHANGELOG-1.19.md

    ### Storage capacity tracking
    
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         */
        String getOnlineHelpNamePlugin();
    
        /**
         * Get the value for the key 'online.help.name.storage'. <br>
         * The value is, e.g. storage <br>
         * comment: Online help key for storage.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getOnlineHelpNameStorage();
    
        /**
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (1)
  3. RELEASE.md

            Grappler) optimizations.
        *   Deprecated and removed `attrs()` function in shape inference. All
            attributes should be queried by name now (rather than range returned) to
            enable changing the underlying storage there.
        *   The following Python symbols were accidentally added in earlier versions
            of TensorFlow and now are removed. Each symbol has a replacement that
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (1)
  4. lib/fips140/v1.0.0.zip

    code int // Function codes for the cipher message family of instructions. const ( aes128 code = 18 aes192 code = 19 aes256 code = 20 ) type block struct { function code // code for cipher message instruction key []byte // key (128, 192 or 256 bits) storage [32]byte // array backing key slice fallback *blockExpanded } // cryptBlocks invokes the cipher message (KM) instruction with // the given function code. This is equivalent to AES in ECB // mode. The length must be a multiple of BlockSize (16). //...
    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