- Sort Score
- Num 10 results
- Language All
Results 1211 - 1220 of 8,378 for http2 (0.09 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
guava-testlib/test/com/google/common/collect/testing/OpenJdk6MapTests.java
* implementations, supports add() under JDK8. This seems problematic, but I * didn't see that discussed in the review, which included many other * changes: https://mail.openjdk.org/pipermail/core-libs-dev/2013-May/thread.html#17367 * * TODO(cpovirk): decide what the best long-term action here is: force users
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue May 13 17:27:14 GMT 2025 - 4.1K bytes - Click Count (0) -
guava/src/com/google/common/base/Objects.java
import java.util.Arrays; import org.jspecify.annotations.Nullable; /** * Helper functions that can operate on any {@code Object}. * * <p>See the Guava User Guide on <a * href="https://github.com/google/guava/wiki/CommonObjectUtilitiesExplained">writing {@code Object} * methods with {@code Objects}</a>. * * @author Laurence Gonsalves * @since 2.0 */ @GwtCompatibleCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Jul 28 22:51:26 GMT 2025 - 3.1K bytes - Click Count (0) -
cmd/update-notifier.go
} // Return the nicely colored and formatted update message. return colorizeUpdateMessage(downloadURL, newerThan) } // colorizeUpdateMessage - inspired from Yeoman project npm package https://github.com/yeoman/update-notifier func colorizeUpdateMessage(updateString string, newerThan string) string { msgLine1Fmt := " You are running an older version of MinIO released %s " msgLine2Fmt := " Update: %s "
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sat Mar 09 03:07:08 GMT 2024 - 3.6K bytes - Click Count (0) -
docs/de/docs/tutorial/query-params-str-validations.md
Sie kรถnnen dies mit [Pydantics `AfterValidator`](https://docs.pydantic.dev/latest/concepts/validators/#field-after-validator) innerhalb von `Annotated` erreichen. /// tip | Tipp Pydantic unterstรผtzt auch [`BeforeValidator`](https://docs.pydantic.dev/latest/concepts/validators/#field-before-validator) und andere. ๐ค ///
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 18.7K bytes - Click Count (0) -
docs/ko/docs/tutorial/security/oauth2-jwt.md
1์ฃผ์ผ ๋ค์๋ ํ ํฐ์ด ๋ง๋ฃ๋๊ณ ์ฌ์ฉ์๋ ์ธ๊ฐ๋์ง ์์ผ๋ฏ๋ก ์ ํ ํฐ์ ๋ฐ๊ธฐ ์ํด ๋ค์ ๋ก๊ทธ์ธํด์ผ ํฉ๋๋ค. ๊ทธ๋ฆฌ๊ณ ์ฌ์ฉ์(๋๋ ์ 3์)๊ฐ ๋ง๋ฃ ์๊ฐ์ ๋ฐ๊พธ๊ธฐ ์ํด ํ ํฐ์ ์์ ํ๋ ค๊ณ ํ๋ฉด, ์๋ช ์ด ์ผ์นํ์ง ์๊ธฐ ๋๋ฌธ์ ์ด๋ฅผ ์์์ฑ ์ ์์ต๋๋ค. JWT ํ ํฐ์ ์ง์ ๋ค๋ค๋ณด๊ณ ๋์ ๋ฐฉ์์ ํ์ธํด๋ณด๊ณ ์ถ๋ค๋ฉด [https://jwt.io](https://jwt.io/)๋ฅผ ํ์ธํ์ญ์์ค. ## `PyJWT` ์ค์น { #install-pyjwt } Python์์ JWT ํ ํฐ์ ์์ฑํ๊ณ ๊ฒ์ฆํ๋ ค๋ฉด `PyJWT`๋ฅผ ์ค์นํด์ผ ํฉ๋๋ค. [๊ฐ์ํ๊ฒฝ](../../virtual-environments.md)์ ๋ง๋ค๊ณ ํ์ฑํํ ๋ค์ `pyjwt`๋ฅผ ์ค์นํ์ญ์์ค: <div class="termy">Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 13K bytes - Click Count (0) -
docs/pt/docs/tutorial/query-params-str-validations.md
Vocรช pode fazer isso usando o [`AfterValidator` do Pydantic](https://docs.pydantic.dev/latest/concepts/validators/#field-after-validator) dentro de `Annotated`. /// tip | Dica O Pydantic tambรฉm tem [`BeforeValidator`](https://docs.pydantic.dev/latest/concepts/validators/#field-before-validator) e outros. ๐ค ///
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 17.2K bytes - Click Count (0) -
build-logic/binary-compatibility/src/main/groovy/gradlebuild.binary-compatibility.gradle
plugins { id("gradlebuild.module-identity") } repositories { ['distributions', 'distributions-snapshots'].each { distUrl -> ivy { name = 'Gradle distributions' url = 'https://services.gradle.org' patternLayout { artifact "/${distUrl}/[module]-[revision]-bin(.[ext])" } metadataSources { artifact() }Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Dec 30 10:14:25 GMT 2025 - 8.9K bytes - Click Count (0) -
buildscripts/minio-iam-ldap-upgrade-import-test.sh
# This script assumes that LDAP server is at: # # `localhost:389` # # if this is not the case, set the environment variable # `_MINIO_LDAP_TEST_SERVER`. OLD_VERSION=RELEASE.2024-03-26T22-10-45Z OLD_BINARY_LINK=https://dl.min.io/server/minio/release/linux-amd64/archive/minio.${OLD_VERSION} __init__() { if which curl &>/dev/null; then echo "curl is already installed" else echo "Installing curl:" sudo apt install curl -yCreated: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Mon Nov 11 15:01:29 GMT 2024 - 3.4K bytes - Click Count (0) -
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.collect-failed-tasks.gradle.kts
private val failedTaskPaths = CopyOnWriteArrayList<String>() override val collectedInformation: Serializable = failedTaskPaths override fun shouldInclude(taskPath: String): Boolean { // https://github.com/gradle/gradle/issues/21351 return super.shouldInclude(taskPath) || taskPath.contains("detekt") } override fun action(taskPath: String, taskResult: TaskOperationResult) {
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Apr 11 20:57:49 GMT 2025 - 2.4K bytes - Click Count (0) -
samples/tlssurvey/src/main/kotlin/okhttp3/survey/Iana.kt
it.name == javaName || it.name == "TLS_${javaName.drop(4)}" } ?: throw IllegalArgumentException("No such suite: $javaName") } suspend fun fetchIanaSuites(okHttpClient: OkHttpClient): IanaSuites { val url = "https://www.iana.org/assignments/tls-parameters/tls-parameters-4.csv" val call = okHttpClient.newCall(Request(url.toHttpUrl())) val suites = call.executeAsync().use { if (!it.isSuccessful) {Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Wed Mar 19 19:25:20 GMT 2025 - 2K bytes - Click Count (0)