Search Options

Results per page
Sort
Preferred Languages
Advance

Results 651 - 656 of 656 for deprecate (4.79 sec)

  1. guava/src/com/google/common/util/concurrent/ClosingFuture.java

       *     future's result type {@code C}, see {@link DeferredCloser#eventuallyClose(Object,
       *     Executor)}.
       * @param closingExecutor the future's result will be closed on this executor
       * @deprecated Creating {@link Future}s of closeable types is dangerous in general because the
       *     underlying value may never be closed if the {@link Future} is canceled after its operation
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Jul 23 15:26:56 UTC 2025
    - 98.1K bytes
    - Viewed (0)
  2. doc/asm.html

    </p>
    
    <ul>
    <li>
    <code>NOPROF</code> = 1
    <br>
    (For <code>TEXT</code> items.)
    Don't profile the marked function.  This flag is deprecated.
    </li>
    <li>
    <code>DUPOK</code> = 2
    <br>
    It is legal to have multiple instances of this symbol in a single binary.
    The linker will choose one of the duplicates to use.
    </li>
    <li>
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue Nov 28 19:15:27 UTC 2023
    - 36.3K bytes
    - Viewed (0)
  3. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    s3.dualstack.cn-north-1.amazonaws.com.cn
    s3-accesspoint.dualstack.cn-north-1.amazonaws.com.cn
    s3-website.dualstack.cn-north-1.amazonaws.com.cn
    s3.cn-north-1.amazonaws.com.cn
    s3-accesspoint.cn-north-1.amazonaws.com.cn
    s3-deprecated.cn-north-1.amazonaws.com.cn
    s3-object-lambda.cn-north-1.amazonaws.com.cn
    s3-website.cn-north-1.amazonaws.com.cn
    s3.dualstack.cn-northwest-1.amazonaws.com.cn
    s3-accesspoint.dualstack.cn-northwest-1.amazonaws.com.cn
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 309.7K bytes
    - Viewed (0)
  4. cmd/admin-handlers-users.go

    		UpdatedAt: updatedAt,
    	}))
    }
    
    // SetPolicyForUserOrGroup - sets a policy on a user or a group.
    //
    // PUT /minio/admin/v3/set-policy?policy=xxx&user-or-group=?[&is-group]
    //
    // Deprecated: This API is replaced by attach/detach policy APIs for specific
    // type of users (builtin or LDAP).
    func (a adminAPIHandlers) SetPolicyForUserOrGroup(w http.ResponseWriter, r *http.Request) {
    	ctx := r.Context()
    
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 90.6K bytes
    - Viewed (0)
  5. lib/fips140/v1.0.0.zip

    public key will have the same size. func (pub *PublicKey) Size() int { return (pub.N.BitLen() + 7) / 8 } type PrivateKey struct { // pub has already been checked with checkPublicKey. pub PublicKey d *bigmod.Nat // The following values are not set for deprecated multi-prime keys. // // Since they are always set for keys in FIPS mode, for SP 800-56B Rev. 2 // purposes we always use the Chinese Remainder Theorem (CRT) format. p, q *bigmod.Modulus // p × q = n // dP and dQ are used as exponents, so we store...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
  6. api/go1.txt

    pkg unicode, var Cs *RangeTable
    pkg unicode, var Cuneiform *RangeTable
    pkg unicode, var Cypriot *RangeTable
    pkg unicode, var Cyrillic *RangeTable
    pkg unicode, var Dash *RangeTable
    pkg unicode, var Deprecated *RangeTable
    pkg unicode, var Deseret *RangeTable
    pkg unicode, var Devanagari *RangeTable
    pkg unicode, var Diacritic *RangeTable
    pkg unicode, var Digit *RangeTable
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top