- Sort Score
- Result 10 results
- Languages All
Results 1 - 6 of 6 for Latin (0.03 sec)
-
.github/DISCUSSION_TEMPLATE/translations.yml
required: true - type: input id: language attributes: label: Target Language description: What language do you want to translate the FastAPI docs into? placeholder: e.g. Latin validations: required: true - type: textarea id: additional_info attributes: label: Additional Information description: Any other relevant information about your translation proposalRegistered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Jul 26 11:35:42 UTC 2025 - 1.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/normalizer/ICUNormalizer.java
* The Transliterator is initialized with a given ID during the construction of * the ICUNormalizer instance.</p> * * <p>Example usage:</p> * <pre> * ICUNormalizer normalizer = new ICUNormalizer("Any-Latin; NFD; [:Nonspacing Mark:] Remove; NFC"); * String normalizedText = normalizer.normalize("text to normalize", "field"); * </pre> * * @see com.ibm.icu.text.Transliterator */
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 17 14:23:01 UTC 2025 - 2.3K bytes - Viewed (0) -
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/ConsoleIconTest.java
@DisplayName("should handle different charset encodings correctly") void shouldHandleDifferentCharsetEncodingsCorrectly() { Terminal mockTerminal = mock(Terminal.class); // Test with ISO-8859-1 (Latin-1) - should support some but not all Unicode chars when(mockTerminal.encoding()).thenReturn(StandardCharsets.ISO_8859_1); for (ConsoleIcon icon : ConsoleIcon.values()) {Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Jul 15 09:35:08 UTC 2025 - 6.8K bytes - Viewed (0) -
docs/en/docs/contributing.md
#### Request a New Language Let's say that you want to request translations for a language that is not yet translated, not even some pages. For example, Latin. If there is no discussion for that language, you can start by requesting the new language. For that, you can follow these steps: * Create a new discussion following the template.
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sun Sep 21 11:29:04 UTC 2025 - 15.1K bytes - Viewed (0) -
src/bytes/bytes_test.go
func BenchmarkIndexRuneASCII(b *testing.B) { benchBytes(b, indexSizes, bmIndexRuneASCII(IndexRune)) } func BenchmarkIndexRuneUnicode(b *testing.B) { b.Run("Latin", func(b *testing.B) { // Latin is mostly 1, 2, 3 byte runes. benchBytes(b, indexSizes, bmIndexRuneUnicode(unicode.Latin, 'é')) }) b.Run("Cyrillic", func(b *testing.B) { // Cyrillic is mostly 2 and 3 byte runes.
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Tue Dec 23 23:54:14 UTC 2025 - 62.9K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java
PomTestWrapper pom = buildPom("pom-encoding/utf-8"); assertEquals("TEST-CHARS: \u00DF\u0131\u03A3\u042F\u05D0\u20AC", pom.getValue("description")); pom = buildPom("pom-encoding/latin-1"); assertEquals("TEST-CHARS: \u00C4\u00D6\u00DC\u00E4\u00F6\u00FC\u00DF", pom.getValue("description")); } /* MNG-4070 */ @Test void testXmlWhitespaceHandling() throws Exception {
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 10:01:14 UTC 2025 - 94.8K bytes - Viewed (0)