- Sort Score
- Num 10 results
- Language All
Results 121 - 130 of 568 for charms (0.07 seconds)
-
docs/fr/docs/project-generation.md
- đŠ Prise en charge du mode sombre. - đ [Docker Compose](https://www.docker.com) pour le dĂ©veloppement et la production. - đ Hachage sĂ©curisĂ© des mots de passe par dĂ©faut. - đ Authentification JWT (JSON Web Token). - đ« RĂ©cupĂ©ration de mot de passe par e-mail. - â Tests avec [Pytest](https://pytest.org). - đ [Traefik](https://traefik.io) comme proxy inverse / rĂ©partiteur de charge.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 2.2K bytes - Click Count (0) -
docs/fr/docs/tutorial/metadata.md
| `terms_of_service` | `str` | Une URL vers les Conditions dâutilisation de lâAPI. Le cas Ă©chĂ©ant, il doit sâagir dâune URL. |
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 6.6K bytes - Click Count (0) -
src/main/resources/fess_message_fr.properties
errors.invalid_query_sort_value = Le tri spĂ©cifiĂ© {0} n'est pas valide. errors.invalid_query_unsupported_sort_field = Le tri spĂ©cifiĂ© {0} n'est pas pris en charge. errors.invalid_query_unsupported_sort_order = L'ordre de tri spĂ©cifiĂ© {0} n'est pas pris en charge. errors.invalid_query_cannot_process=Impossible de traiter la requĂȘte spĂ©cifiĂ©e. errors.crud_invalid_mode = Le mode est incorrect. (pas {0}, mais {1})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) -
android/guava/src/com/google/common/base/Splitter.java
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Feb 23 19:19:10 GMT 2026 - 23.8K bytes - Click Count (0) -
android/guava/src/com/google/common/hash/AbstractNonStreamingHashFunction.java
int len = input.length(); ByteBuffer buffer = ByteBuffer.allocate(len * 2).order(ByteOrder.LITTLE_ENDIAN); for (int i = 0; i < len; i++) { buffer.putChar(input.charAt(i)); } return hashBytes(buffer.array()); } @Override public HashCode hashString(CharSequence input, Charset charset) { return hashBytes(input.toString().getBytes(charset)); }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Dec 04 15:39:10 GMT 2025 - 4.8K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/internal/MultilineMessageHelper.java
return sb.toString(); } public static List<String> format(String... lines) { int size = DEFAULT_MAX_SIZE; int remainder = size - 4; // 4 chars = 2 box_char + 2 spaces List<String> result = new ArrayList<>(); StringBuilder sb = new StringBuilder(size); // first line sb.setLength(0); repeat(sb, BOX_CHAR, size); result.add(sb.toString());
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Jul 23 17:27:08 GMT 2025 - 2.8K bytes - Click Count (0) -
LICENSE
A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Apr 23 18:58:53 GMT 2021 - 33.7K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/exception/ScheduledJobExceptionTest.java
} @Test public void test_specialCharactersInMessage() { // Test with special characters in message String specialMessage = "Error: \n\t\r Special chars: æ„æŹèȘ äžæ íê”ìŽ Ă©mojis đ đ"; ScheduledJobException exception = new ScheduledJobException(specialMessage); assertEquals(specialMessage, exception.getMessage()); }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 6.9K bytes - Click Count (0) -
guava-tests/test/com/google/common/collect/ImmutableSetMultimapTest.java
import static com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE; import static com.google.common.collect.testing.features.MapFeature.ALLOWS_ANY_NULL_QUERIES; import static com.google.common.primitives.Chars.asList; import static com.google.common.truth.Truth.assertThat; import static java.util.Collections.emptySet; import com.google.common.annotations.GwtCompatible; import com.google.common.annotations.GwtIncompatible;
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 28.9K bytes - Click Count (0) -
docs/fr/docs/deployment/concepts.md
Nous avons Ă©galement vu que HTTPS est normalement fourni par un composant **externe** Ă votre serveur d'application, un **TLS Termination Proxy**. Et il doit y avoir quelque chose chargĂ© de **renouveler les certificats HTTPS** ; cela peut ĂȘtre le mĂȘme composant ou quelque chose de diffĂ©rent. ### Exemples dâoutils pour HTTPS { #example-tools-for-https }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 21.4K bytes - Click Count (0)