- Sort Score
- Result 10 results
- Languages All
Results 381 - 390 of 738 for 11 (1.05 sec)
-
internal/config/identity/ldap/config.go
ServerAddr: ldapServer, SRVRecordName: getCfgVal(SRVRecordName), TLS: &tls.Config{ ServerName: host, MinVersion: tls.VersionTLS12, NextProtos: []string{"h2", "http/1.1"}, ClientSessionCache: tls.NewLRUClientSessionCache(100), CipherSuites: crypto.TLSCiphersBackwardCompatible(), // Contains RSA key exchange RootCAs: rootCAs, }, }
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Thu Sep 18 11:47:48 UTC 2025 - 8.6K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/CallHandshakeTest.kt
TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, ) } @Test fun effectiveOrderInRestrictedJdk11() { platform.assumeJdkVersion(11) // We are avoiding making guarantees on ordering of secondary Platforms. platform.assumeNotConscrypt() platform.assumeNotBouncyCastle() val platform = Platform.get()Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Tue Sep 16 07:21:43 UTC 2025 - 11.4K bytes - Viewed (0) -
docs/de/docs/tutorial/body-nested-models.md
{* ../../docs_src/body_nested_models/tutorial006_py310.py hl[18] *} Das wird einen JSON-Body erwarten (konvertieren, validieren, dokumentieren, usw.) wie: ```JSON hl_lines="11" { "name": "Foo", "description": "The pretender", "price": 42.0, "tax": 3.2, "tags": [ "rock", "metal", "bar" ], "images": [ {Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 7.6K bytes - Viewed (0) -
docs/pt/docs/advanced/additional-responses.md
Você pode utilizar essa técnica para reutilizar alguns retornos predefinidos nas suas *operações de rota* e combiná-las com personalizações adicionais. Por exemplo: {* ../../docs_src/additional_responses/tutorial004_py310.py hl[11:15,24] *} ## Mais informações sobre retornos OpenAPI { #more-information-about-openapi-responses } Para verificar exatamente o que você pode incluir nos retornos, você pode conferir estas seções na especificação do OpenAPI:Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 9.4K bytes - Viewed (0) -
.teamcity/src/test/kotlin/CIConfigIntegrationTests.kt
assertEquals("99.0", ALL_CROSS_VERSION_BUCKETS[ALL_CROSS_VERSION_BUCKETS.size - 1][1]) (1 until ALL_CROSS_VERSION_BUCKETS.size).forEach { assertEquals(ALL_CROSS_VERSION_BUCKETS[it - 1][1], ALL_CROSS_VERSION_BUCKETS[it][0]) } }
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Oct 16 01:27:05 UTC 2025 - 14.6K bytes - Viewed (0) -
build-logic-commons/code-quality-rules/src/main/resources/checkstyle/suppressions.xml
<?xml version="1.0"?> <!DOCTYPE suppressions PUBLIC "-//Puppy Crawl//DTD Suppressions 1.1//EN" "http://www.puppycrawl.com/dtds/suppressions_1_1.dtd"> <suppressions> <!-- These packages are duplicated in core-api, don't require a package-info.java in each place --> <suppress checks="JavadocPackage" files=".*[/\\]stdlib-java-extensions[/\\]src[/\\]main[/\\]java[/\\]org[/\\]gradle[/\\]api[/\\][^/\\]+"/>Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Feb 20 19:05:31 UTC 2025 - 11.6K bytes - Viewed (0) -
src/main/resources/fess_message_ko.properties
constraints.Email.message = {item}는 올바른 이메일 주소가 아닙니다. constraints.Length.message = {item}의 길이는 {min}에서 {max} 사이여야 합니다. constraints.LuhnCheck.message = {value}의 Luhn Modulo 11 체크섬이 올바르지 않습니다. constraints.Mod10Check.message = {value}의 Modulo 10 체크섬이 올바르지 않습니다. constraints.Mod11Check.message = {value}의 Modulo 11 체크섬이 올바르지 않습니다. constraints.ModCheck.message = {value}의 {modType} 체크섬이 올바르지 않습니다. constraints.NotBlank.message = {item}는 필수 항목입니다.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 14.1K bytes - Viewed (0) -
docs/uk/docs/tutorial/query-params-str-validations.md
{* ../../docs_src/query_params_str_validations/tutorial004_an_py310.py hl[11] *} Цей конкретний шаблон регулярного виразу перевіряє, що отримане значення параметра: * `^`: починається з наступних символів, перед якими немає інших символів. * `fixedquery`: точно відповідає значенню `fixedquery`.Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Fri May 30 14:17:24 UTC 2025 - 26.1K bytes - Viewed (0) -
docs/bigdata/README.md
- [https://hadoop.apache.org/docs/current/hadoop-aws/tools/hadoop-aws/index.html](https://hadoop.apache.org/docs/current/hadoop-aws/tools/hadoop-aws/index.html) - [https://hadoop.apache.org/docs/r3.1.1/hadoop-aws/tools/hadoop-aws/committers.html](https://hadoop.apache.org/docs/r3.1.1/hadoop-aws/tools/hadoop-aws/committers.html) Once the config changes are applied, proceed to restart **Hadoop** services.
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 14.7K bytes - Viewed (0) -
docs/pt/docs/tutorial/query-params-str-validations.md
{* ../../docs_src/query_params_str_validations/tutorial004_an_py310.py hl[11] *} Esse padrão específico de expressão regular verifica se o valor recebido no parâmetro: * `^`: começa com os caracteres seguintes, não tem caracteres antes. * `fixedquery`: tem exatamente o valor `fixedquery`.Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 18.2K bytes - Viewed (0)