- Sort Score
- Result 10 results
- Languages All
Results 91 - 100 of 1,842 for buildid (0.06 sec)
-
okhttp-idna-mapping-table/build.gradle.kts
Yuri Schimke <******@****.***> 1735306796 +0200
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Dec 27 13:39:56 UTC 2024 - 370 bytes - Viewed (0) -
okhttp-sse/build.gradle.kts
Jesse Wilson <******@****.***> 1747183910 -0400
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed May 14 00:51:50 UTC 2025 - 678 bytes - Viewed (0) -
samples/crawler/build.gradle.kts
Yuri Schimke <******@****.***> 1644968312 +0000
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Tue Feb 15 23:38:32 UTC 2022 - 234 bytes - Viewed (0) -
ci/official/utilities/setup.sh
cat "$FROM_ENV" source "$FROM_ENV" rm "$FROM_ENV" fi set +u fi # If building installer wheels, set the required environment variables that are # read by setup.py. if [[ "$TFCI_INSTALLER_WHL_ENABLE" == 1 ]]; then export collaborator_build=True # If building nightly installer wheels, set the project name to # nightly equivalent. if [[ "$TFCI_NIGHTLY_UPDATE_VERSION_ENABLE" == 1 ]]; then
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Thu Jan 09 18:37:25 UTC 2025 - 6.2K bytes - Viewed (0) -
container-tests/build.gradle.kts
Yuri Schimke <******@****.***> 1710686794 +0000
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sun Mar 17 14:46:34 UTC 2024 - 1.1K bytes - Viewed (1) -
okhttp-urlconnection/build.gradle.kts
Jesse Wilson <******@****.***> 1747183910 -0400
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed May 14 00:51:50 UTC 2025 - 737 bytes - Viewed (0) -
okhttp-brotli/build.gradle.kts
Yuri Schimke <******@****.***> 1753819264 +0000
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Tue Jul 29 20:01:04 UTC 2025 - 792 bytes - Viewed (0) -
okhttp-dnsoverhttps/build.gradle.kts
Jesse Wilson <******@****.***> 1747183910 -0400
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed May 14 00:51:50 UTC 2025 - 905 bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/CertificatePinnerKotlinTest.kt
assertFalse(pin.matchesCertificate(certB1.certificate)) } @Test fun pinList() { val builder = CertificatePinner .Builder() .add("example.com", CertificatePinnerTest.certA1Sha256Pin) .add("www.example.com", CertificatePinnerTest.certA1Sha256Pin) val certificatePinner = builder.build() val expectedPins = listOf(
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 8.2K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/tls/CertificatePinnerChainValidationTest.kt
.signedBy(intermediateCa) .serialNumber(3L) .commonName(server.hostName) .build() val certificatePinner = CertificatePinner .Builder() .add(server.hostName, pin(rootCa.certificate)) .build() val handshakeCertificates = HandshakeCertificates .Builder() .addTrustedCertificate(rootCa.certificate) .build() val client =
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Jun 20 11:46:46 UTC 2025 - 24.3K bytes - Viewed (2)