Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 98 for 56 (0.31 sec)

  1. ci/official/containers/linux_arm64/builder.devtoolset/stringop_trunc.patch

    diff --git a/sysdeps/gnu/bits/utmpx.h b/sysdeps/gnu/bits/utmpx.h
    index f8716ca..13d84e4 100644
    --- a/sysdeps/gnu/bits/utmpx.h
    +++ b/sysdeps/gnu/bits/utmpx.h
    @@ -56,10 +56,14 @@ struct utmpx
     {
       short int ut_type;		/* Type of login.  */
       __pid_t ut_pid;		/* Process ID of login process.  */
    -  char ut_line[__UT_LINESIZE];	/* Devicename.  */
    -  char ut_id[4];		/* Inittab ID. */
    Others
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Sep 18 14:52:45 GMT 2023
    - 42.9K bytes
    - Viewed (1)
  2. guava-tests/test/com/google/common/hash/HashingTest.java

       *
       */
      public void testConsistentHash_linearCongruentialGeneratorCompatibility() {
        int[] golden100 = {
          0, 55, 62, 8, 45, 59, 86, 97, 82, 59,
          73, 37, 17, 56, 86, 21, 90, 37, 38, 83
        };
        for (int i = 0; i < golden100.length; i++) {
          assertEquals(golden100[i], Hashing.consistentHash(i, 100));
        }
        assertEquals(6, Hashing.consistentHash(10863919174838991L, 11));
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Wed Sep 06 17:04:31 GMT 2023
    - 26.5K bytes
    - Viewed (0)
  3. docs/de/docs/tutorial/security/simple-oauth2.md

        {!> ../../../docs_src/security/tutorial003_an.py!}
        ```
    
    === "Python 3.10+ nicht annotiert"
    
        !!! tip "Tipp"
            Bevorzugen Sie die `Annotated`-Version, falls möglich.
    
        ```Python hl_lines="56-64  67-70  88"
        {!> ../../../docs_src/security/tutorial003_py310.py!}
        ```
    
    === "Python 3.8+ 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:44 GMT 2024
    - 14.3K bytes
    - Viewed (0)
  4. docs/en/docs/tutorial/security/simple-oauth2.md

        {!> ../../../docs_src/security/tutorial003_an.py!}
        ```
    
    === "Python 3.10+ non-Annotated"
    
        !!! tip
            Prefer to use the `Annotated` version if possible.
    
        ```Python hl_lines="56-64  67-70  88"
        {!> ../../../docs_src/security/tutorial003_py310.py!}
        ```
    
    === "Python 3.8+ non-Annotated"
    
        !!! tip
            Prefer to use the `Annotated` version if possible.
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 12.5K bytes
    - Viewed (0)
  5. internal/s3select/message.go

    // https://docs.aws.amazon.com/AmazonS3/latest/API/images/s3select-frame-diagram-end.png
    //
    // Payload specification:
    // End messages have no payload.
    var endMessage = []byte{
    	0, 0, 0, 56, // total byte-length.
    	0, 0, 0, 40, // headers byte-length.
    	193, 198, 132, 212, // prelude crc.
    	13, ':', 'm', 'e', 's', 's', 'a', 'g', 'e', '-', 't', 'y', 'p', 'e', 7, 0, 5, 'e', 'v', 'e', 'n', 't', // headers.
    Go
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Tue Aug 30 15:26:43 GMT 2022
    - 15.2K bytes
    - Viewed (0)
  6. src/main/resources/fess_indices/fess/ja/mapping.txt

    ヴ => ヴ
    ッ => ッ
    ァ => ァ
    ィ => ィ
    ゥ => ゥ
    ェ => ェ
    ォ => ォ
    ャ => ャ
    ュ => ュ
    ョ => ョ
    ゙ => ゛
    ゚ => ゜
    ー => ー
    ・ => ・
    
    0 => 0
    1 => 1
    2 => 2
    3 => 3
    4 => 4
    5 => 5
    6 => 6
    7 => 7
    8 => 8
    9 => 9
    
    ① => 1\u0020
    ② => 2\u0020
    ③ => 3\u0020
    ④ => 4\u0020
    ⑤ => 5\u0020
    ⑥ => 6\u0020
    ⑦ => 7\u0020
    ⑧ => 8\u0020
    ⑨ => 9\u0020
    
    ! => !
    ? => ?
    Plain Text
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Jul 27 02:07:47 GMT 2023
    - 12.3K bytes
    - Viewed (0)
  7. cmd/object-api-listobjects_test.go

    				{Name: "Asia/India/Karnataka/Bangalore/Koramangala/pics"},
    			},
    		},
    
    		// ListObjectsResult-24.
    		// Prefix is set to "Asia" in the testCase, and delimiter is not set (testCase 56).
    		24: {
    			IsTruncated: false,
    			Objects: []ObjectInfo{
    				{Name: "Asia-maps.png"},
    				{Name: "Asia/India/India-summer-photos-1"},
    				{Name: "Asia/India/Karnataka/Bangalore/Koramangala/pics"},
    			},
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Tue Jan 30 20:43:25 GMT 2024
    - 73.1K bytes
    - Viewed (0)
  8. api/go1.1.txt

    pkg syscall (freebsd-arm), const SizeofMsghdr = 28
    pkg syscall (freebsd-arm), const SizeofRtMetrics = 56
    pkg syscall (freebsd-arm), const SizeofRtMsghdr = 92
    pkg syscall (freebsd-arm), const SizeofSockaddrAny = 108
    pkg syscall (freebsd-arm), const SizeofSockaddrDatalink = 56
    pkg syscall (freebsd-arm), const SizeofSockaddrInet4 = 16
    pkg syscall (freebsd-arm), const SizeofSockaddrInet6 = 28
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  9. api/go1.19.txt

    pkg debug/elf, const R_LARCH_SUB24 = 54 #46229
    pkg debug/elf, const R_LARCH_SUB24 R_LARCH #46229
    pkg debug/elf, const R_LARCH_SUB32 = 55 #46229
    pkg debug/elf, const R_LARCH_SUB32 R_LARCH #46229
    pkg debug/elf, const R_LARCH_SUB64 = 56 #46229
    pkg debug/elf, const R_LARCH_SUB64 R_LARCH #46229
    pkg debug/elf, const R_LARCH_SUB8 = 52 #46229
    pkg debug/elf, const R_LARCH_SUB8 R_LARCH #46229
    pkg debug/elf, const R_LARCH_TLS_DTPMOD32 = 6 #46229
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:29:41 GMT 2022
    - 17.9K bytes
    - Viewed (1)
  10. android/guava/src/com/google/common/primitives/Longs.java

       *
       * @since 7.0
       */
      public static long fromBytes(
          byte b1, byte b2, byte b3, byte b4, byte b5, byte b6, byte b7, byte b8) {
        return (b1 & 0xFFL) << 56
            | (b2 & 0xFFL) << 48
            | (b3 & 0xFFL) << 40
            | (b4 & 0xFFL) << 32
            | (b5 & 0xFFL) << 24
            | (b6 & 0xFFL) << 16
            | (b7 & 0xFFL) << 8
            | (b8 & 0xFFL);
      }
    
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Thu Feb 15 16:12:13 GMT 2024
    - 28.7K bytes
    - Viewed (0)
Back to top