Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for 13 (0.02 sec)

  1. src/archive/tar/strconv_test.go

    		}
    	}
    }
    
    func TestFitsInOctal(t *testing.T) {
    	vectors := []struct {
    		input int64
    		width int
    		ok    bool
    	}{
    		{-1, 1, false},
    		{-1, 2, false},
    		{-1, 3, false},
    		{0, 1, true},
    		{0 + 1, 1, false},
    		{0, 2, true},
    		{07, 2, true},
    		{07 + 1, 2, false},
    		{0, 4, true},
    		{0777, 4, true},
    		{0777 + 1, 4, false},
    		{0, 8, true},
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Mon Sep 08 17:08:20 UTC 2025
    - 15K bytes
    - Viewed (0)
  2. docs/en/data/translators.yml

      url: https://github.com/codingjenny
    Xewus:
      login: Xewus
      count: 13
      avatarUrl: https://avatars.githubusercontent.com/u/85196001?u=f8e2dc7e5104f109cef944af79050ea8d1b8f914&v=4
      url: https://github.com/Xewus
    Zhongheng-Cheng:
      login: Zhongheng-Cheng
      count: 13
      avatarUrl: https://avatars.githubusercontent.com/u/95612344?u=a0f7730a3cc7486827965e01a119ad610bda4b0a&v=4
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 08:58:29 UTC 2025
    - 19.2K bytes
    - Viewed (0)
  3. docs/en/data/translation_reviewers.yml

    jovicon:
      login: jovicon
      count: 13
      avatarUrl: https://avatars.githubusercontent.com/u/21287303?u=b049eac3e51a4c0473c2efe66b4d28a7d8f2b572&v=4
      url: https://github.com/jovicon
    izaguerreiro:
      login: izaguerreiro
      count: 13
      avatarUrl: https://avatars.githubusercontent.com/u/2241504?v=4
      url: https://github.com/izaguerreiro
    jburckel:
      login: jburckel
      count: 13
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 08:58:29 UTC 2025
    - 65.1K bytes
    - Viewed (0)
  4. docs/en/data/contributors.yml

      url: https://github.com/dmontagu
    euri10:
      login: euri10
      count: 13
      avatarUrl: https://avatars.githubusercontent.com/u/1104190?u=321a2e953e6645a7d09b732786c7a8061e0f8a8b&v=4
      url: https://github.com/euri10
    kantandane:
      login: kantandane
      count: 13
      avatarUrl: https://avatars.githubusercontent.com/u/3978368?u=cccc199291f991a73b1ebba5abc735a948e0bd16&v=4
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 08:58:29 UTC 2025
    - 20K bytes
    - Viewed (0)
  5. go.mod

    	github.com/minio/kms-go/kms v0.5.1-0.20250225090116-4e64ce8d0f35
    	github.com/minio/madmin-go/v3 v3.0.109
    	github.com/minio/minio-go/v7 v7.0.91
    	github.com/minio/mux v1.9.2
    	github.com/minio/pkg/v3 v3.1.3
    	github.com/minio/selfupdate v0.6.0
    	github.com/minio/simdjson-go v0.4.5
    	github.com/minio/sio v0.4.1
    	github.com/minio/xxml v0.0.3
    	github.com/minio/zipindex v0.4.0
    	github.com/mitchellh/go-homedir v1.1.0
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Sat Sep 06 17:33:19 UTC 2025
    - 12.3K bytes
    - Viewed (0)
  6. src/cmd/asm/internal/asm/testdata/loong64enc1.s

    	XVSLLB		$4, X2		// 42302c77
    	XVSLLH		$0, X2, X1	// 41402c77
    	XVSLLH		$15, X2, X1	// 417c2c77
    	XVSLLH		$8, X2		// 42602c77
    	XVSLLW		$0, X2, X1	// 41802c77
    	XVSLLW		$31, X2, X1	// 41fc2c77
    	XVSLLW		$13, X2		// 42b42c77
    	XVSLLV		$0, X2, X1	// 41002d77
    	XVSLLV		$63, X2, X1	// 41fc2d77
    	XVSLLV		$36, X2		// 42902d77
    	XVSRLB		$0, X2, X1	// 41203077
    	XVSRLB		$7, X2, X1	// 413c3077
    	XVSRLB		$5, X2		// 42343077
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Sep 04 19:24:25 UTC 2025
    - 35.5K bytes
    - Viewed (0)
  7. src/archive/tar/strconv.go

    }
    
    // fitsInOctal reports whether the integer x fits in a field n-bytes long
    // using octal encoding with the appropriate NUL terminator.
    func fitsInOctal(n int, x int64) bool {
    	octBits := uint(n-1) * 3
    	return x >= 0 && (n >= 22 || x < 1<<octBits)
    }
    
    // parsePAXTime takes a string of the form %d.%d as described in the PAX
    // specification. Note that this implementation allows for negative timestamps,
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Mon Sep 08 17:08:20 UTC 2025
    - 9.1K bytes
    - Viewed (0)
  8. docs/en/data/people.yml

    - login: tiangolo
      count: 14
      avatarUrl: https://avatars.githubusercontent.com/u/1326112?u=cb5d06e73a9e1998141b1641aa88e443c6717651&v=4
      url: https://github.com/tiangolo
    - login: Kfir-G
      count: 13
      avatarUrl: https://avatars.githubusercontent.com/u/57500876?u=a3bf923ab27bce3d1b13779a8dd22eb7675017fd&v=4
      url: https://github.com/Kfir-G
    - login: sehraramiz
      count: 11
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 08:57:16 UTC 2025
    - 28.6K bytes
    - Viewed (0)
  9. go.sum

    github.com/minio/mux v1.9.2 h1:dQchne49BUBgOlxIHjx5wVe1gl5VXF2sxd4YCXkikTw=
    github.com/minio/mux v1.9.2/go.mod h1:OuHAsZsux+e562bcO2P3Zv/P0LMo6fPQ310SmoyG7mQ=
    github.com/minio/pkg/v3 v3.1.3 h1:6iBVcTPq7z29suUROciYUBpvLxfzDV3/+Ls0RFDOta8=
    github.com/minio/pkg/v3 v3.1.3/go.mod h1:XIUU35+I9lWuTuMf94pwnQjvli6nZfRND6TjZGgqSEE=
    github.com/minio/selfupdate v0.6.0 h1:i76PgT0K5xO9+hjzKcacQtO7+MjJ4JKA8Ak8XQ9DDwU=
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Sat Sep 06 17:33:19 UTC 2025
    - 79.9K bytes
    - Viewed (0)
Back to top