- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 25 for international (0.57 sec)
-
src/test/java/org/codelibs/fess/query/WildcardQueryCommandTest.java
} public void test_toLowercaseWildcard_internationalCharacters() { queryCommand.setLowercaseWildcard(true); // Test with various international characters assertEquals("äöü", queryCommand.toLowercaseWildcard("ÄÖÜ")); assertEquals("日本語", queryCommand.toLowercaseWildcard("日本語")); // Japanese doesn't change
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 11.1K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/publicsuffix/PublicSuffixDatabase.kt
* assertNull(getEffectiveTldPlusOne("com")); * assertNull(getEffectiveTldPlusOne("localhost")); * assertNull(getEffectiveTldPlusOne("mymacbook")); * ``` * * @param domain A canonicalized domain. An International Domain Name (IDN) should be punycode * encoded. */ fun getEffectiveTldPlusOne(domain: String): String? { // We use UTF-8 in the list so we need to convert to Unicode.
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon Jul 28 07:33:49 UTC 2025 - 8.5K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
labels.physicalDeliveryOfficeName=Office labels.user_destinationIndicator=Destination Indicator labels.destinationIndicator=Destination Indicator labels.user_internationaliSDNNumber=International ISDN Number labels.internationaliSDNNumber=International ISDN Number labels.user_state=State labels.state=State labels.user_employeeType=Employee Type labels.employeeType=Employee Type
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (0) -
src/test/java/jcifs/util/PathValidatorTest.java
assertEquals("\\share\\archive.tar.gz", validator.validatePath("\\share\\archive.tar.gz")); } @Test public void testInternationalCharacters() throws Exception { // Should allow international characters in paths assertEquals("\\share\\文件夹\\файл.txt", validator.validatePath("\\share\\文件夹\\файл.txt")); assertEquals("\\share\\dossier\\fichier.txt", validator.validatePath("\\share\\dossier\\fichier.txt"));
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 14.6K bytes - Viewed (0) -
docs/en/docs/tutorial/query-params-str-validations.md
/// For example, this custom validator checks that the item ID starts with `isbn-` for an <abbr title="ISBN means International Standard Book Number">ISBN</abbr> book number or with `imdb-` for an <abbr title="IMDB (Internet Movie Database) is a website with information about movies">IMDB</abbr> movie URL ID:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 17.2K bytes - Viewed (0) -
src/main/resources/fess_label_fr.properties
labels.physicalDeliveryOfficeName=Bureau labels.user_destinationIndicator=Indicateur de destination labels.destinationIndicator=Indicateur de destination labels.user_internationaliSDNNumber=Numéro RNIS international labels.internationaliSDNNumber=Numéro RNIS international labels.user_state=État labels.state=État labels.user_employeeType=Type d'employé labels.employeeType=Type d'employé labels.user_facsimileTelephoneNumber=Numéro de télécopieur
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
public static final String LABELS_DESTINATION_INDICATOR = "{labels.destinationIndicator}"; /** The key of the message: International ISDN Number */ public static final String LABELS_user_internationaliSDNNumber = "{labels.user_internationaliSDNNumber}"; /** The key of the message: International ISDN Number */ public static final String LABELS_INTERNATIONALI_S_D_N_NUMBER = "{labels.internationaliSDNNumber}";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 146.4K bytes - Viewed (0) -
src/main/resources/fess_config.properties
ldap.attr.physicalDeliveryOfficeName=physicalDeliveryOfficeName # LDAP attribute for destination indicator. ldap.attr.destinationIndicator=destinationIndicator # LDAP attribute for international ISDN number. ldap.attr.internationaliSDNNumber=internationaliSDNNumber # LDAP attribute for state. ldap.attr.state=st # LDAP attribute for employee type. ldap.attr.employeeType=employeeType
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 14:45:37 UTC 2025 - 54.7K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbRenewableCredentialsTest.java
SmbRenewableCredentials creds = null; // Act + Assert: invoking renew() on null triggers NullPointerException assertThrows(NullPointerException.class, () -> { // Intentional NPE through dereference of a null interface reference creds.renew(); }); } @Test @DisplayName("Type contract: implementation is also CredentialsInternal")
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 7K bytes - Viewed (0) -
guava-tests/test/com/google/common/primitives/IntArrayAsListTest.java
import org.jspecify.annotations.NullUnmarked; /** * Test suite covering {@link Ints#asList(int[])}. * * @author Kevin Bourrillion */ @GwtCompatible @SuppressWarnings("cast") // redundant casts are intentional and harmless @NullUnmarked @AndroidIncompatible // test-suite builders public class IntArrayAsListTest extends TestCase { private static List<Integer> asList(Integer[] values) {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 5.8K bytes - Viewed (0)