Search Options

Results per page
Sort
Preferred Languages
Advance

Results 231 - 240 of 261 for 31 (0.05 sec)

  1. CHANGELOG/CHANGELOG-1.21.md

    ### Changed
    - github.com/cilium/ebpf: [v0.5.0 → v0.6.2](https://github.com/cilium/ebpf/compare/v0.5.0...v0.6.2)
    - github.com/coreos/go-systemd/v22: [v22.3.1 → v22.3.2](https://github.com/coreos/go-systemd/v22/compare/v22.3.1...v22.3.2)
    - github.com/golang/protobuf: [v1.4.3 → v1.5.0](https://github.com/golang/protobuf/compare/v1.4.3...v1.5.0)
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
  2. cmd/bucket-stats_gen.go

    func (z *BucketReplicationStat) Msgsize() (s int) {
    	s = 1 + 15 + msgp.Int64Size + 12 + msgp.Int64Size + 10 + z.FailStats.Msgsize() + 7 + z.Failed.Msgsize() + 16 + msgp.Int64Size + 8 + 1 + 16 + z.Latency.UploadHistogram.Msgsize() + 31 + msgp.Int64Size + 34 + msgp.Float64Size + 3
    	if z.XferRateLrg == nil {
    		s += msgp.NilSize
    	} else {
    		s += z.XferRateLrg.Msgsize()
    	}
    	s += 3
    	if z.XferRateSml == nil {
    		s += msgp.NilSize
    	} else {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Feb 06 06:00:45 UTC 2024
    - 57.5K bytes
    - Viewed (0)
  3. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const AF_APPLETALK ideal-int
    pkg syscall (netbsd-arm64-cgo), const AF_ARP = 28
    pkg syscall (netbsd-arm64-cgo), const AF_ARP ideal-int
    pkg syscall (netbsd-arm64-cgo), const AF_BLUETOOTH = 31
    pkg syscall (netbsd-arm64-cgo), const AF_BLUETOOTH ideal-int
    pkg syscall (netbsd-arm64-cgo), const AF_CCITT = 10
    pkg syscall (netbsd-arm64-cgo), const AF_CCITT ideal-int
    pkg syscall (netbsd-arm64-cgo), const AF_CHAOS = 5
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  4. index.yaml

        sources:
        - https://github.com/minio/minio
        urls:
        - https://charts.min.io/helm-releases/minio-3.1.8.tgz
        version: 3.1.8
      - apiVersion: v1
        appVersion: RELEASE.2021-10-02T16-31-05Z
        created: "2024-10-11T14:15:09.720994118+02:00"
        description: Multi-Cloud Object Storage
        digest: 01a92196af6c47e3a01e1c68d7cf693a8bc487cba810c2cecff155071e4d6a11
        home: https://min.io
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Oct 11 12:21:05 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.16.md

    - github.com/Azure/azure-sdk-for-go: [v21.4.0+incompatible → v32.5.0+incompatible](https://github.com/Azure/azure-sdk-for-go/compare/v21.4.0...v32.5.0)
    - github.com/BurntSushi/toml: [v0.3.0 → v0.3.1](https://github.com/BurntSushi/toml/compare/v0.3.0...v0.3.1)
    - github.com/GoogleCloudPlatform/k8s-cloud-provider: [f8e9959 → 27a4ced](https://github.com/GoogleCloudPlatform/k8s-cloud-provider/compare/f8e9959...27a4ced)
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Feb 11 10:00:57 UTC 2021
    - 345.2K bytes
    - Viewed (0)
  6. okhttp/src/main/kotlin/okhttp3/HttpUrl.kt

       */
      @get:JvmName("encodedPassword")
      val encodedPassword: String
        get() {
          if (password.isEmpty()) return ""
          val passwordStart = url.indexOf(':', scheme.length + 3) + 1
          val passwordEnd = url.indexOf('@')
          return url.substring(passwordStart, passwordEnd)
        }
    
      /**
       * The number of segments in this URL's path. This is also the number of slashes in this URL's
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Tue Jan 09 12:33:05 UTC 2024
    - 63.5K bytes
    - Viewed (0)
  7. okhttp/src/test/java/okhttp3/HttpUrlTest.kt

        assertThat(parse("http://user:password@[::1]:8080/").host).isEqualTo("::1")
    
        // Permit the contents of IPv6 addresses to be percent-encoded...
        assertThat(parse("http://[%3A%3A%31]/").host).isEqualTo("::1")
    
        // Including the Square braces themselves! (This is what Chrome does.)
        assertThat(parse("http://%5B%3A%3A1%5D/").host).isEqualTo("::1")
      }
    
      @Test
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 67.9K bytes
    - Viewed (0)
  8. okhttp/src/test/java/okhttp3/CacheTest.kt

      fun responseSourceHeaderConditionalCacheFetched() {
        server.enqueue(
          MockResponse.Builder()
            .body("A")
            .addHeader("Cache-Control: max-age=30")
            .addHeader("Date: " + formatDate(-31, TimeUnit.MINUTES))
            .build(),
        )
        server.enqueue(
          MockResponse.Builder()
            .body("B")
            .addHeader("Cache-Control: max-age=30")
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 108.6K bytes
    - Viewed (0)
  9. android/guava-tests/test/com/google/common/cache/LocalCacheTest.java

        for (int i = 0; i < originalCount; i++) {
          Object key = new Object();
          Object value = (i % 3 == 0) ? null : new Object();
          int hash = map.hash(key);
          if (i % 3 == 1) {
            key = null;
          }
          // chain all entries together as we only have a single bucket
          entry = DummyEntry.create(key, hash, entry);
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Oct 18 19:07:49 UTC 2024
    - 110.6K bytes
    - Viewed (0)
  10. docs/changelogs/changelog_3x.md

     *  New: Expose the framed protocol in `Connection`. Previously this would
        return the application-layer protocol (HTTP/1.1 or HTTP/1.0); now it always
        returns the wire-layer protocol (HTTP/2, SPDY/3.1, or HTTP/1.1).
     *  Fix: Permit the trusted CA root to be pinned by `CertificatePinner`.
     *  Fix: Silently ignore unknown HTTP/2 settings. Previously this would cause
        the entire connection to fail.
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sun Feb 06 14:55:54 UTC 2022
    - 50.8K bytes
    - Viewed (0)
Back to top