Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 38 for 5135 (0.24 sec)

  1. src/archive/tar/reader_test.go

    		{data2[:512], 1, io.ErrUnexpectedEOF},
    		{data2[:1195], 1, io.ErrUnexpectedEOF},
    		{data2[:1196], 1, io.EOF}, // Exact end of data and start of padding
    		{data2[:1200], 1, io.EOF},
    		{data2[:1535], 1, io.EOF},
    		{data2[:1536], 1, io.EOF}, // Exact end of padding
    		{data2[:1536] + trash[:1], 1, io.ErrUnexpectedEOF},
    		{data2[:1536] + trash[:511], 1, io.ErrUnexpectedEOF},
    		{data2[:1536] + trash, 1, ErrHeader},
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Nov 21 21:14:38 GMT 2022
    - 47.1K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.9.md

    #### **Other**
    
    *   Base images have been bumped to Debian Stretch (9) ([#52744](https://github.com/kubernetes/kubernetes/pull/52744),[ @rphillips](https://github.com/rphillips))
    *   Upgraded to go1.9. ([#51375](https://github.com/kubernetes/kubernetes/pull/51375),[ @cblecker](https://github.com/cblecker))
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Tue Nov 16 10:46:27 GMT 2021
    - 313.7K bytes
    - Viewed (0)
  3. android/guava-tests/test/com/google/common/net/InetAddressesTest.java

                    InetAddresses.forString("2001:0000:4136:e378:8000:63bf:3fff:fdd2")))
            .isEqualTo(
                InetAddresses.getCoercedIPv4Address(
                    InetAddresses.forString("2001:0000:5136:f378:9000:73bf:3fff:fdd2")));
    
        // Test that an address hashes in to the 224.0.0.0/3 number-space.
        int coercedInt =
            InetAddresses.coerceToInteger(
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Wed Sep 06 17:04:31 GMT 2023
    - 31.9K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/math/MathTesting.java

                71,
                72,
                73,
                79,
                80,
                81,
                255,
                256,
                257,
                511,
                512,
                513,
                Double.MAX_EXPONENT - 1,
                Double.MAX_EXPONENT,
                Double.MAX_EXPONENT + 1)) {
          BigInteger x = ONE.shiftLeft(exponent);
          bigValues.add(x, x.add(ONE), x.subtract(ONE));
        }
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Oct 10 19:45:10 GMT 2022
    - 11.2K bytes
    - Viewed (0)
  5. docs/de/docs/tutorial/security/get-current-user.md

        ```
    
    === "Python 3.9+"
    
        ```Python hl_lines="5  12-16"
        {!> ../../../docs_src/security/tutorial002_an_py39.py!}
        ```
    
    === "Python 3.8+"
    
        ```Python hl_lines="5  13-17"
        {!> ../../../docs_src/security/tutorial002_an.py!}
        ```
    
    === "Python 3.10+ nicht annotiert"
    
        !!! tip "Tipp"
            Bevorzugen Sie die `Annotated`-Version, falls möglich.
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sat Mar 30 18:08:05 GMT 2024
    - 8.5K bytes
    - Viewed (0)
  6. docs/en/docs/release-notes.md

    * ⬆ Bump actions/checkout from 2 to 3. PR [#5133](https://github.com/tiangolo/fastapi/pull/5133) by [@dependabot[bot]](https://github.com/apps/dependabot).
    * ⬆ [pre-commit.ci] pre-commit autoupdate. PR [#5030](https://github.com/tiangolo/fastapi/pull/5030) by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci).
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sun Apr 28 00:28:00 GMT 2024
    - 385.5K bytes
    - Viewed (1)
  7. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    0132..0133    ; mapped                 ; 0069 006A     # 1.1  LATIN CAPITAL LIGATURE IJ..LATIN SMALL LIGATURE IJ
    0134          ; mapped                 ; 0135          # 1.1  LATIN CAPITAL LETTER J WITH CIRCUMFLEX
    0135          ; valid                                  # 1.1  LATIN SMALL LETTER J WITH CIRCUMFLEX
    0136          ; mapped                 ; 0137          # 1.1  LATIN CAPITAL LETTER K WITH CEDILLA
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Sat Feb 10 11:25:47 GMT 2024
    - 854.1K bytes
    - Viewed (2)
  8. okhttp/src/test/resources/okhttp3/internal/idn/rfc3454.B.2.txt

       0124; 0125; Case map
       0126; 0127; Case map
       0128; 0129; Case map
       012A; 012B; Case map
       012C; 012D; Case map
       012E; 012F; Case map
       0130; 0069 0307; Case map
       0132; 0133; Case map
       0134; 0135; Case map
       0136; 0137; Case map
       0139; 013A; Case map
       013B; 013C; Case map
       013D; 013E; Case map
       013F; 0140; Case map
       0141; 0142; Case map
       0143; 0144; Case map
       0145; 0146; Case map
    Plain Text
    - Registered: Fri Mar 29 11:42:11 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 38.8K bytes
    - Viewed (0)
  9. api/go1.11.txt

    pkg debug/elf, const EM_RL78 Machine
    pkg debug/elf, const EM_RS08 = 132
    pkg debug/elf, const EM_RS08 Machine
    pkg debug/elf, const EM_RX = 173
    pkg debug/elf, const EM_RX Machine
    pkg debug/elf, const EM_SCORE7 = 135
    pkg debug/elf, const EM_SCORE7 Machine
    pkg debug/elf, const EM_SEP = 108
    pkg debug/elf, const EM_SEP Machine
    pkg debug/elf, const EM_SE_C17 = 139
    pkg debug/elf, const EM_SE_C17 Machine
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 22 03:48:56 GMT 2018
    - 25K bytes
    - Viewed (2)
  10. docs/de/docs/advanced/security/oauth2-scopes.md

        ```
    
    === "Python 3.9+"
    
        ```Python hl_lines="128-134"
        {!> ../../../docs_src/security/tutorial005_an_py39.py!}
        ```
    
    === "Python 3.8+"
    
        ```Python hl_lines="129-135"
        {!> ../../../docs_src/security/tutorial005_an.py!}
        ```
    
    === "Python 3.10+ nicht annotiert"
    
        !!! tip "Tipp"
            Bevorzugen Sie die `Annotated`-Version, falls möglich.
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sat Mar 30 20:26:08 GMT 2024
    - 22.8K bytes
    - Viewed (0)
Back to top