Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 88 for 63 (0.04 sec)

  1. api/go1.11.txt

    pkg debug/elf, const EM_OPENRISC Machine
    pkg debug/elf, const EM_PDP10 = 64
    pkg debug/elf, const EM_PDP10 Machine
    pkg debug/elf, const EM_PDP11 = 65
    pkg debug/elf, const EM_PDP11 Machine
    pkg debug/elf, const EM_PDSP = 63
    pkg debug/elf, const EM_PDSP Machine
    pkg debug/elf, const EM_PJ = 91
    pkg debug/elf, const EM_PJ Machine
    pkg debug/elf, const EM_PRISM = 82
    pkg debug/elf, const EM_PRISM Machine
    pkg debug/elf, const EM_QDSP6 = 164
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Aug 22 03:48:56 UTC 2018
    - 25K bytes
    - Viewed (0)
  2. api/go1.10.txt

    pkg debug/elf, const R_ARM_LDRS_SB_G2 = 80
    pkg debug/elf, const R_ARM_LDRS_SB_G2 R_ARM
    pkg debug/elf, const R_ARM_LDR_PC_G1 = 62
    pkg debug/elf, const R_ARM_LDR_PC_G1 R_ARM
    pkg debug/elf, const R_ARM_LDR_PC_G2 = 63
    pkg debug/elf, const R_ARM_LDR_PC_G2 R_ARM
    pkg debug/elf, const R_ARM_LDR_SBREL_11_10_NC = 35
    pkg debug/elf, const R_ARM_LDR_SBREL_11_10_NC R_ARM
    pkg debug/elf, const R_ARM_LDR_SB_G0 = 75
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue Feb 06 05:00:01 UTC 2018
    - 30.1K bytes
    - Viewed (0)
  3. api/go1.14.txt

    pkg syscall (freebsd-arm64), const AF_VENDOR10 ideal-int
    pkg syscall (freebsd-arm64), const AF_VENDOR11 = 61
    pkg syscall (freebsd-arm64), const AF_VENDOR11 ideal-int
    pkg syscall (freebsd-arm64), const AF_VENDOR12 = 63
    pkg syscall (freebsd-arm64), const AF_VENDOR12 ideal-int
    pkg syscall (freebsd-arm64), const AF_VENDOR13 = 65
    pkg syscall (freebsd-arm64), const AF_VENDOR13 ideal-int
    pkg syscall (freebsd-arm64), const AF_VENDOR14 = 67
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  4. apache-maven/src/main/appended-resources/licenses/CDDL+GPLv2-with-classpath-exception.txt

        day period You withdraw Your claim with respect to the Participant
        Software against such Participant either unilaterally or pursuant to
        a written agreement with Participant.
    
        6.3. If You assert a patent infringement claim against Participant
        alleging that the Participant Software directly or indirectly
        infringes any patent where such claim is resolved (such as by
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Fri May 17 19:14:22 UTC 2024
    - 38.5K bytes
    - Viewed (0)
  5. cmd/object-api-utils.go

    func IsValidBucketName(bucket string) bool {
    	// Special case when bucket is equal to one of the meta buckets.
    	if isMinioMetaBucketName(bucket) {
    		return true
    	}
    	if len(bucket) < 3 || len(bucket) > 63 {
    		return false
    	}
    
    	// Split on dot and check each piece conforms to rules.
    	allNumbers := true
    	pieces := strings.Split(bucket, dnsDelimiter)
    	for _, piece := range pieces {
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Wed Jun 25 15:08:54 UTC 2025
    - 37.3K bytes
    - Viewed (0)
  6. lib/fips140/v1.0.0.zip

    = a[1] ^ a[6] ^ a[11] ^ a[16] ^ a[21] bc2 = a[2] ^ a[7] ^ a[12] ^ a[17] ^ a[22] bc3 = a[3] ^ a[8] ^ a[13] ^ a[18] ^ a[23] bc4 = a[4] ^ a[9] ^ a[14] ^ a[19] ^ a[24] d0 = bc4 ^ (bc1<<1 | bc1>>63) d1 = bc0 ^ (bc2<<1 | bc2>>63) d2 = bc1 ^ (bc3<<1 | bc3>>63) d3 = bc2 ^ (bc4<<1 | bc4>>63) d4 = bc3 ^ (bc0<<1 | bc0>>63) bc0 = a[0] ^ d0 t = a[6] ^ d1 bc1 = bits.RotateLeft64(t, 44) t = a[12] ^ d2 bc2 = bits.RotateLeft64(t, 43) t = a[18] ^ d3 bc3 = bits.RotateLeft64(t, 21) t = a[24] ^ d4 bc4 = bits.RotateLeft64(t,...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
  7. docs/metrics/prometheus/grafana/bucket/minio-bucket.json

                    }
                  }
                ]
              }
            ]
          },
          "gridPos": {
            "h": 6,
            "w": 6,
            "x": 6,
            "y": 12
          },
          "id": 63,
          "options": {
            "legend": {
              "calcs": [],
              "displayMode": "list",
              "placement": "bottom",
              "showLegend": true
            },
            "tooltip": {
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Mon Aug 04 01:46:49 UTC 2025
    - 101.9K bytes
    - Viewed (0)
  8. okhttp/src/jvmTest/kotlin/okhttp3/HttpUrlTest.kt

        assertInvalid("http://.../", "Invalid URL host: \"...\"")
        assertInvalid("http://…/", "Invalid URL host: \"…\"")
      }
    
      @Test
      fun labelTooLong() {
        val a63 = "a".repeat(63)
        assertThat(parse("http://$a63/").toString()).isEqualTo("http://$a63/")
        assertThat(parse("http://a.$a63/").toString()).isEqualTo("http://a.$a63/")
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Mon Aug 04 07:38:48 UTC 2025
    - 69.9K bytes
    - Viewed (0)
  9. docs/en/data/translation_reviewers.yml

    Alexandrhub:
      login: Alexandrhub
      count: 68
      avatarUrl: https://avatars.githubusercontent.com/u/119126536?u=9fc0d48f3307817bafecc5861eb2168401a6cb04&v=4
      url: https://github.com/Alexandrhub
    waynerv:
      login: waynerv
      count: 63
      avatarUrl: https://avatars.githubusercontent.com/u/39515546?u=ec35139777597cdbbbddda29bf8b9d4396b429a9&v=4
      url: https://github.com/waynerv
    cassiobotaro:
      login: cassiobotaro
      count: 62
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 08:58:29 UTC 2025
    - 65.1K bytes
    - Viewed (0)
  10. api/go1.5.txt

    pkg debug/elf, const R_PPC64_TOC = 51
    pkg debug/elf, const R_PPC64_TOC R_PPC64
    pkg debug/elf, const R_PPC64_TOC16 = 47
    pkg debug/elf, const R_PPC64_TOC16 R_PPC64
    pkg debug/elf, const R_PPC64_TOC16_DS = 63
    pkg debug/elf, const R_PPC64_TOC16_DS R_PPC64
    pkg debug/elf, const R_PPC64_TOC16_HA = 50
    pkg debug/elf, const R_PPC64_TOC16_HA R_PPC64
    pkg debug/elf, const R_PPC64_TOC16_HI = 49
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Jul 30 21:14:09 UTC 2015
    - 46.6K bytes
    - Viewed (0)
Back to top