- Sort Score
- Result 10 results
- Languages All
Results 1 - 9 of 9 for 520 (0.07 sec)
-
maven-tests/pom.xml
</properties> <dependencyManagement> <dependencies> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp-bom</artifactId> <version>[5.2.0-SNAPSHOT,6.0.0-SNAPSHOT)</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency>
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sun Jul 13 08:32:01 UTC 2025 - 1.8K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/connection/FastFallbackExchangeFinderTest.kt
assertEvents( "plan 0 TCP connect canceled", ) } @Test fun thirdPlanAlreadyConnected() { val plan0 = routePlanner.addPlan() plan0.tcpConnectDelayNanos = 520.ms val plan1 = routePlanner.addPlan() plan1.tcpConnectDelayNanos = 260.ms // Connect completes at 510 ms. val plan2 = routePlanner.addPlan() plan2.connectState = TLS_CONNECTED
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Dec 27 13:39:56 UTC 2024 - 20.9K bytes - Viewed (0) -
README.md
<version>5.2.0</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> ``` ```xml <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp-jvm</artifactId> <!-- Remove after OkHttp 5.3.0 with updated BOM. --> <version>5.2.0</version> </dependency> <dependency>
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon Jul 28 07:33:49 UTC 2025 - 8.8K bytes - Viewed (0) -
build.gradle.kts
configure<SpotlessExtension> { kotlin { target("**/*.kt") targetExclude("**/kotlinTemplates/**/*.kt") ktlint() } } allprojects { group = "com.squareup.okhttp3" version = "5.2.0-SNAPSHOT" repositories { mavenCentral() google() } tasks.register("downloadDependencies") { description = "Download all dependencies to the Gradle cache" doLast {
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Aug 01 08:06:31 UTC 2025 - 11.3K bytes - Viewed (0) -
src/test/java/jcifs/http/NtlmSspTest.java
message[47] = 0; message[48] = (byte) 132; // Offset message[49] = 0; message[50] = 0; message[51] = 0; // Session Key (empty, offset 154) message[52] = 0; // Length message[53] = 0; message[54] = 0; // Max Length message[55] = 0; message[56] = (byte) 154; // Offset message[57] = 0; message[58] = 0;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 21 04:51:33 UTC 2025 - 11.4K bytes - Viewed (0) -
go.mod
go 1.24.0 toolchain go1.24.2 // Install tools using 'go install tool'. tool ( github.com/tinylib/msgp golang.org/x/tools/cmd/stringer ) require ( aead.dev/mtls v0.2.1 cloud.google.com/go/storage v1.52.0 github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.0 github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.9.0 github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.6.1 github.com/IBM/sarama v1.45.1
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sat Sep 06 17:33:19 UTC 2025 - 12.3K bytes - Viewed (0) -
go.sum
cloud.google.com/go/monitoring v1.24.2/go.mod h1:x7yzPWcgDRnPEv3sI+jJGBkwl5qINf+6qY4eq0I9B4U= cloud.google.com/go/storage v1.52.0 h1:ROpzMW/IwipKtatA69ikxibdzQSiXJrY9f6IgBa9AlA= cloud.google.com/go/storage v1.52.0/go.mod h1:4wrBAbAYUvYkbrf19ahGm4I5kDQhESSqN3CGEkMGvOY= cloud.google.com/go/trace v1.11.6 h1:2O2zjPzqPYAHrn3OKl029qlqG6W8ZdYaOWRyr8NgMT4=
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sat Sep 06 17:33:19 UTC 2025 - 79.9K bytes - Viewed (0) -
lib/fips140/v1.0.0.zip
fiat // Invert sets e = 1/x, and returns e. // // If x == 0, Invert returns e = 0. func (e *P521Element) Invert(x *P521Element) *P521Element { // Inversion is implemented as exponentiation with exponent p − 2. // The sequence of 13 multiplications and 520 squarings is derived from the // following addition chain generated with github.com/mmcloughlin/addchain v0.4.0. // // _10 = 2*1 // _11 = 1 + _10 // _1100 = _11 << 2 // _1111 = _11 + _1100 // _11110000 = _1111 << 4 // _11111111 = _1111 + _11110000 //...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0) -
src/main/webapp/css/admin/adminlte.min.css.map
font-weight: $card-title-font-weight;\n margin: 0;\n}\n\n.card-text {\n clear: both;\n}\n\n\n// Box Tools Buttons\n.btn-tool {\n background-color: transparent;\n color: $gray-500;\n font-size: $font-size-sm;\n margin: -(($card-spacer-y * .5) * 2) 0;\n padding: .25rem .5rem;\n\n .btn-group.show &,\n &:hover {\n color: $gray-700;\n }\n\n .show &,\n &:focus {\n box-shadow: none !important;\n }\n}\n\n.text-sm {\n .card-title {\n font-size: $card-title-font-size-sm;\n }\n\n .nav-link...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 3.7M bytes - Viewed (1)