Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 501 - 510 of 6,572 for content_length:[0 TO 9999] (0.05 sec)

  1. addr_of in std::ptr - Rust

    Creates a `const` raw pointer to a place, without creating an intermediate reference.
    doc.rust-lang.org/std/ptr/macro.addr_of.html
    Registered: Fri Feb 21 01:57:48 UTC 2025
    - Last Modified: Thu Feb 20 16:59:27 UTC 2025
    - 9.2K bytes
    - Viewed (0)
  2. place in std::intrinsics::mir - Rust

    Helper macro that allows you to treat a value expression like a place expression.
    doc.rust-lang.org/std/intrinsics/mir/macro.place.html
    Registered: Fri Feb 21 01:57:58 UTC 2025
    - Last Modified: Thu Feb 20 16:59:24 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  3. ldap-auth.rst.txt

    ========== LDAP Authentication ========== .. versionadded:: Jewel You can delegate the Ceph Object Gateway authentication to an LDAP server. How it works ========== The Ceph Object Gateway extracts...
    docs.ceph.com/en/latest/_sources/radosgw/ldap-auth.rst.txt
    Registered: Fri Feb 21 01:59:50 UTC 2025
    - Last Modified: Wed Feb 08 19:04:30 UTC 2023
    - 6.3K bytes
    - Viewed (0)
  4. Ord in std::cmp - Rust

    Derive macro generating an impl of the trait `Ord`. The behavior of this macro is described in detail here.
    doc.rust-lang.org/std/cmp/derive.Ord.html
    Registered: Fri Feb 21 02:00:00 UTC 2025
    - Last Modified: Thu Feb 20 16:59:19 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  5. test_case in std::prelude::rust_2024 - Rust

    An implementation detail of the `#[test]` and `#[bench]` macros.
    doc.rust-lang.org/std/prelude/rust_2024/attr.test_case.html
    Registered: Fri Feb 21 01:59:33 UTC 2025
    - Last Modified: Thu Feb 20 16:59:27 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  6. PartialEq in std::cmp - Rust

    Derive macro generating an impl of the trait `PartialEq`. The behavior of this macro is described in detail here.
    doc.rust-lang.org/std/cmp/derive.PartialEq.html
    Registered: Fri Feb 21 01:59:39 UTC 2025
    - Last Modified: Thu Feb 20 16:59:19 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  7. derive in std::prelude::v1 - Rust

    Attribute macro used to apply derive macros.
    doc.rust-lang.org/std/prelude/v1/attr.derive.html
    Registered: Fri Feb 21 01:58:27 UTC 2025
    - Last Modified: Thu Feb 20 16:59:27 UTC 2025
    - 3.5K bytes
    - Viewed (0)
  8. bucketpolicy.rst.txt

    ========== Bucket Policies ========== *Bucket policies were added in the Luminous release of Ceph.* The Ceph Object Gateway supports a subset of the Amazon S3 policy language applied to buckets. Cr...
    docs.ceph.com/en/latest/_sources/radosgw/bucketpolicy.rst.txt
    Registered: Fri Feb 21 02:00:20 UTC 2025
    - Last Modified: Mon Apr 29 12:33:42 UTC 2024
    - 9.7K bytes
    - Viewed (0)
  9. derive in std::prelude::rust_2024 - Rust

    Attribute macro used to apply derive macros.
    doc.rust-lang.org/std/prelude/rust_2024/attr.derive.html
    Registered: Fri Feb 21 01:58:50 UTC 2025
    - Last Modified: Thu Feb 20 16:59:27 UTC 2025
    - 3.5K bytes
    - Viewed (0)
  10. autodiff in std::autodiff - Rust

    This macro handles automatic differentiation. Automatic Differentiation macro which allows generating a new function to compute the derivative of a given function. It may only be applied to a function. The expected usage syntax is `#[autodiff(NAME, MODE, INPUT_ACTIVITIES, OUTPUT_ACTIVITY)]` where: NAME is a string that represents a valid function name. MODE is any of Forward, Reverse, ForwardFirst, ReverseFirst. INPUT_ACTIVITIES consists of one valid activity for each input parameter. OUTPUT_ACTIVITY must not be set if we implicitly return nothing (or explicitly return `-> ()`). Otherwise it must be set to one of the allowed activities.
    doc.rust-lang.org/std/autodiff/attr.autodiff.html
    Registered: Fri Feb 21 01:58:57 UTC 2025
    - Last Modified: Thu Feb 20 16:59:19 UTC 2025
    - 4.7K bytes
    - Viewed (0)
Back to top