Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 241 - 250 of 544 for 17 (0.02 seconds)

  1. okhttp/src/commonJvmAndroid/kotlin/okhttp3/Cookie.kt

          other.hostOnly == hostOnly &&
          other.sameSite == sameSite
    
      @IgnoreJRERequirement // As of AGP 3.4.1, D8 desugars API 24 hashCode methods.
      override fun hashCode(): Int {
        var result = 17
        result = 31 * result + name.hashCode()
        result = 31 * result + value.hashCode()
        result = 31 * result + expiresAt.hashCode()
        result = 31 * result + domain.hashCode()
        result = 31 * result + path.hashCode()
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Jan 27 09:00:39 GMT 2026
    - 23.1K bytes
    - Click Count (0)
  2. api/go1.14.txt

    pkg debug/dwarf, const ClassAddrPtr = 15
    pkg debug/dwarf, const ClassAddrPtr Class
    pkg debug/dwarf, const ClassLocList = 16
    pkg debug/dwarf, const ClassLocList Class
    pkg debug/dwarf, const ClassRngList = 17
    pkg debug/dwarf, const ClassRngList Class
    pkg debug/dwarf, const ClassRngListsPtr = 18
    pkg debug/dwarf, const ClassRngListsPtr Class
    pkg debug/dwarf, const ClassStrOffsetsPtr = 19
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Click Count (0)
  3. src/test/java/jcifs/internal/smb1/trans/nt/FileNotifyInformationImplTest.java

    Shinsuke Sugaya <******@****.***> 1755149504 +0900
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 13.1K bytes
    - Click Count (0)
  4. CHANGELOG/CHANGELOG-1.21.md

        - [Removed](#removed-16)
    - [v1.21.0-beta.0](#v1210-beta0)
      - [Downloads for v1.21.0-beta.0](#downloads-for-v1210-beta0)
        - [Source Code](#source-code-17)
        - [Client binaries](#client-binaries-17)
        - [Server binaries](#server-binaries-17)
        - [Node binaries](#node-binaries-17)
      - [Changelog since v1.21.0-alpha.3](#changelog-since-v1210-alpha3)
      - [Urgent Upgrade Notes](#urgent-upgrade-notes-3)
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Fri Oct 14 07:03:14 GMT 2022
    - 367.3K bytes
    - Click Count (0)
  5. helm-releases/minio-3.2.0.tgz

    }}-local http://localhost:{{ .Values.service.port }} "$ACCESS_KEY" "$SECRET_KEY" --api s3v4 5. mc ls {{ template "minio.fullname" . }}-local Alternately, you can use your browser or the Minio SDK to access the server - https://docs.minio.io/categories/17 {{- end }} {{- if eq .Values.service.type "LoadBalancer" }} Minio can be accessed via port {{ .Values.service.port }} on an external IP address. Get the service external IP address by: kubectl get svc --namespace {{ .Release.Namespace }} -l app={{ template...
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Wed Oct 13 02:16:24 GMT 2021
    - 14.6K bytes
    - Click Count (0)
  6. src/cmd/asm/internal/asm/testdata/avx512enc/avx512_vbmi.s

    	VPERMI2B 17(SP), X8, K7, X31                       // 62623d0f75bc2411000000
    	VPERMI2B -17(BP)(SI*4), X8, K7, X31                // 62623d0f75bcb5efffffff
    	VPERMI2B X15, X1, K7, X31                          // 6242750f75ff
    	VPERMI2B X0, X1, K7, X31                           // 6262750f75f8
    	VPERMI2B X16, X1, K7, X31                          // 6222750f75f8
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Tue May 22 14:57:15 GMT 2018
    - 28.7K bytes
    - Click Count (0)
  7. cmd/metrics-v2_gen.go

    		}
    	}
    	o = bts
    	return
    }
    
    // Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message
    func (z *MetricsGroupV2) Msgsize() (s int) {
    	s = 1 + 14 + msgp.DurationSize + 17 + z.metricsGroupOpts.Msgsize()
    	return
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 19K bytes
    - Click Count (0)
  8. docs/sts/README.md

    Daryl White <******@****.***> 1755022836 -0400
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Tue Aug 12 18:20:36 GMT 2025
    - 7.8K bytes
    - Click Count (0)
  9. src/cmd/asm/internal/asm/testdata/avx512enc/avx512_vnni.s

    	VPDPBUSDS 17(SP)(BP*8), Z13, K2, Z21               // 62e2154a51acec11000000
    	VPDPBUSDS 17(SP)(BP*4), Z13, K2, Z21               // 62e2154a51acac11000000
    	VPDPBUSDS Z12, Z16, K2, Z5                         // 62d27d4251ec
    	VPDPBUSDS Z27, Z16, K2, Z5                         // 62927d4251eb
    	VPDPBUSDS 17(SP)(BP*8), Z16, K2, Z5                // 62f27d4251acec11000000
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Tue May 22 14:57:15 GMT 2018
    - 27.5K bytes
    - Click Count (0)
  10. src/main/java/jcifs/util/SmbCircuitBreaker.java

                return 100.0;
            }
            long accepted = total - totalCircuitOpenRejections.get();
            return (accepted * 100.0) / total;
        }
    
        /**
         * Circuit breaker metrics snapshot (Java 17 Record)
         */
        public static record CircuitBreakerMetrics(String name, State currentState, long totalRequests, long totalSuccesses, long totalFailures,
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 30 05:58:03 GMT 2025
    - 33.4K bytes
    - Click Count (0)
Back to Top