Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 57 of 57 for ewise (0.03 sec)

  1. docs/de/docs/advanced/security/oauth2-scopes.md

    ///
    
    **FastAPI** enthält Werkzeuge für alle diese OAuth2-Authentifizierungs-Flows in `fastapi.security.oauth2`.
    
    ## `Security` in Dekorator-`dependencies`
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 22.5K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/hash/Hashing.java

       *
       * <p>This is designed for generating persistent fingerprints of strings. It isn't
       * cryptographically secure, but it produces a high-quality hash with few collisions. Fingerprints
       * generated using this are byte-wise identical to those created using the C++ version, but note
       * that this uses unsigned integers (see {@link com.google.common.primitives.UnsignedInts}).
       * Comparisons between the two should take this into account.
       *
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Jul 19 16:02:36 UTC 2024
    - 29.3K bytes
    - Viewed (0)
  3. RELEASE.md

        `MatrixSetDiagV*` ops
        ([CVE-2021-37658](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-37658))
    *   Fixes an undefined behavior arising from reference binding to nullptr and
        heap OOB in binary cwise ops
        ([CVE-2021-37659](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-37659))
    *   Fixes a division by 0 in inplace operations
        ([CVE-2021-37660](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-37660))
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Tue Oct 22 14:33:53 UTC 2024
    - 735.3K bytes
    - Viewed (0)
  4. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    certainly was not here before,' said Alice,) and round the neck
    of the bottle was a paper label, with the words `DRINK ME'
    beautifully printed on it in large letters.
    
      It was all very well to say `Drink me,' but the wise little
    Alice was not going to do THAT in a hurry.  `No, I'll look
    first,' she said, `and see whether it's marked "poison" or not';
    for she had read several nice little histories about children who
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  5. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    translated.page
    
    // Autocode : https://autocode.com
    // Submitted by Jacob Lee <******@****.***>
    autocode.dev
    
    // AVM : https://avm.de
    // Submitted by Andreas Weise <a.weise@avm.de>
    myfritz.net
    
    // AVStack Pte. Ltd. : https://avstack.io
    // Submitted by Jasper Hugo <******@****.***>
    onavstack.net
    
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  6. doc/go_spec.html

    	equal if both <code>real(u) == real(v)</code> and
    	<code>imag(u) == imag(v)</code>.
    	</li>
    
    	<li>
    	String types are comparable and ordered.
    	Two string values are compared lexically byte-wise.
    	</li>
    
    	<li>
    	Pointer types are comparable.
    	Two pointer values are equal if they point to the same variable or if both have value <code>nil</code>.
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Oct 02 00:58:01 UTC 2024
    - 282.5K bytes
    - Viewed (0)
  7. doc/go1.17_spec.html

    	equal if both <code>real(u) == real(v)</code> and
    	<code>imag(u) == imag(v)</code>.
    	</li>
    
    	<li>
    	String values are comparable and ordered, lexically byte-wise.
    	</li>
    
    	<li>
    	Pointer values are comparable.
    	Two pointer values are equal if they point to the same variable or if both have value <code>nil</code>.
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Oct 10 18:25:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
Back to top