- Sort Score
- Num 10 results
- Language All
Results 331 - 340 of 369 for SPECIAL (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/resources/fess_message_fr.properties
errors.password_no_digit = Le mot de passe doit contenir au moins un chiffre. errors.password_no_special_char = Le mot de passe doit contenir au moins un caractère spécial. errors.password_is_blacklisted = Ce mot de passe n'est pas autorisé. Veuillez choisir un autre mot de passe. errors.invalid_confirm_password = Ne correspond pas à un mot de passe de confirmation.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 14.1K bytes - Click Count (0) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/http2/Http2ConnectionTest.kt
assertThat(connection.writer.maxDataLength()).isEqualTo(newMaxFrameSize) } /** * Webservers may set the initial window size to zero, which is a special case because it means * that we have to flush headers immediately before any request body can be sent. * https://github.com/square/okhttp/issues/2543 */ @Test fun peerSetsZeroFlowControl() {
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Thu Jul 31 04:18:40 GMT 2025 - 75.5K bytes - Click Count (0) -
docs/es/docs/_llm-test.md
/// //// //// tab | Info Las pestañas y los bloques `Info`/`Note`/`Warning`/etc. deben tener la traducción de su título añadida después de una barra vertical (`|`). Consulta las secciones `### Special blocks` y `### Tab blocks` en el prompt general en `scripts/translate.py`. //// ## Enlaces web e internos { #web-and-internal-links } //// tab | Prueba
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 12.2K bytes - Click Count (0) -
docs/fr/docs/_llm-test.md
/// //// //// tab | Info Les onglets et les blocs « Info »/« Note »/« Warning »/etc. doivent avoir la traduction de leur titre ajoutée après une barre verticale (« | »). Voir les sections `### Special blocks` et `### Tab blocks` dans l’invite générale dans `scripts/translate.py`. //// ## Liens Web et internes { #web-and-internal-links } //// tab | Test
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 12.8K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb1/com/ServerDataTest.java
assertEquals("", serverData.oemDomainName); // Test with null serverData.oemDomainName = null; assertNull(serverData.oemDomainName); // Test with special characters serverData.oemDomainName = "DOMAIN-01.LOCAL"; assertEquals("DOMAIN-01.LOCAL", serverData.oemDomainName); // Test with Unicode characters serverData.oemDomainName = "ドメイン";
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 17K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/arm64.s
VTRN1 V3.D2, V2.D2, V20.D2 // 5428c34e VTRN2 V3.D2, V2.D2, V21.D2 // 5568c34e VTRN1 V5.D2, V4.D2, V22.D2 // 9628c54e VTRN2 V5.D2, V4.D2, V23.D2 // 9768c54e // special PRFM (R2), PLDL1KEEP // 400080f9 PRFM 16(R2), PLDL1KEEP // 400880f9 PRFM 48(R6), PSTL2STRM // d31880f9 PRFM 8(R12), PLIL3STRM // 8d0580f9
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Feb 27 20:41:17 GMT 2026 - 96.2K bytes - Click Count (0) -
android/guava/src/com/google/common/util/concurrent/ClosingFuture.java
* exception itself. * @param executor the executor that runs {@code fallback} if the input fails */ // TODO(dpb): Should this do something special if the function throws CancellationException or // ExecutionException? public <X extends Throwable> ClosingFuture<V> catchingAsync( Class<X> exceptionType,Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Apr 01 17:27:13 GMT 2026 - 101.7K bytes - Click Count (0) -
docs/ko/docs/_llm-test.md
일부 텍스트 /// /// danger | 위험 일부 텍스트 /// //// //// tab | 정보 탭과 `Info`/`Note`/`Warning`/등의 블록은 제목 번역을 수직 막대(`|`) 뒤에 추가해야 합니다. `scripts/translate.py`의 일반 프롬프트에서 `### Special blocks`와 `### Tab blocks` 섹션을 참고하세요. //// ## 웹 및 내부 링크 { #web-and-internal-links } //// tab | 테스트 링크 텍스트는 번역되어야 하고, 링크 주소는 변경되지 않아야 합니다: * [위의 제목으로 가는 링크](#code-snippets)Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 11.7K bytes - Click Count (0) -
src/bytes/bytes_test.go
{"oofofoofooo", "f", 2}, {"oofofoofooo", "foo", 4}, {"barfoobarfoo", "foo", 3}, {"foo", "", 0}, {"foo", "o", 1}, {"abcABCabc", "A", 3}, // cases with one byte strings - test IndexByte and special case in Index() {"", "a", -1}, {"x", "a", -1}, {"x", "x", 0}, {"abc", "a", 0}, {"abc", "b", 1}, {"abc", "c", 2}, {"abc", "x", -1}, {"barfoobarfooyyyzzzyyyzzzyyyzzzyyyxxxzzzyyy", "x", 33},Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed Mar 11 03:07:05 GMT 2026 - 62.9K bytes - Click Count (0) -
docs/fr/docs/advanced/security/oauth2-scopes.md
Nous déclarons également un paramètre spécial de type `SecurityScopes`, importé de `fastapi.security`. Cette classe `SecurityScopes` est similaire à `Request` (`Request` servait à obtenir directement l’objet requête).
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 15.5K bytes - Click Count (0)