Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for F05A12 (0.04 sec)

  1. src/archive/tar/reader_test.go

    			for i := 0; i < 100; i++ {
    				ss = append(ss, fmt.Sprintf("%d\n%d\n", int64(i)<<30, 512))
    			}
    			return strings.Join(ss, "")
    		}()),
    		inputHdrs: map[string]string{paxGNUSparseMajor: "1", paxGNUSparseMinor: "0"},
    		wantMap: func() (spd sparseDatas) {
    			for i := 0; i < 100; i++ {
    				spd = append(spd, sparseEntry{int64(i) << 30, 512})
    			}
    			return spd
    		}(),
    	}}
    
    	for i, v := range vectors {
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Oct 03 15:48:09 UTC 2024
    - 46.9K bytes
    - Viewed (0)
  2. src/test/java/jcifs/internal/dfs/ReferralTest.java

            assertEquals(24, decodedSize);
    
            // Decode with excess length
            Referral referral2 = new Referral();
            decodedSize = referral2.decode(testBuffer, 0, 512);
            assertEquals(24, decodedSize);
        }
    
        // Multiple Expanded Names Tests
    
        @Test
        public void testSingleExpandedName() {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 07:14:38 UTC 2025
    - 22K bytes
    - Viewed (0)
  3. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    0510          ; mapped                 ; 0511          # 5.0  CYRILLIC CAPITAL LETTER REVERSED ZE
    0511          ; valid                                  # 5.0  CYRILLIC SMALL LETTER REVERSED ZE
    0512          ; mapped                 ; 0513          # 5.0  CYRILLIC CAPITAL LETTER EL WITH HOOK
    0513          ; valid                                  # 5.0  CYRILLIC SMALL LETTER EL WITH HOOK
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
Back to top