- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 73 for hatten (0.05 seconds)
-
src/main/resources/fess_message_de.properties
errors.crud_failed_to_create_instance = Fehler beim Erstellen neuer Daten. errors.crud_failed_to_create_crud_table = Fehler beim Erstellen neuer Daten. ({0}) errors.crud_failed_to_update_crud_table=Fehler beim Aktualisieren der Daten. ({0}) errors.crud_failed_to_delete_crud_table=Fehler beim Löschen der Daten. ({0}) errors.crud_could_not_find_crud_table = Die Daten {0} wurden nicht gefunden.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 13.6K bytes - Click Count (0) -
src/main/resources/fess_message_tr.properties
constraints.NotNull.message = {item} gereklidir. constraints.Null.message = {item} boş olmalıdır. constraints.Past.message = {item} geçmiş bir değer olmalıdır. constraints.Pattern.message = {item}, "{regexp}" ile eşleşmiyor. constraints.Size.message = {item} boyutu {min} ile {max} arasında olmalıdır. # ---------------------------------------------------------- # Hibernate Validator # -------------------Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 13K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/thumbnail/impl/BaseThumbnailGeneratorTest.java
// Pattern with single backslash (14 chars): should match String singleBackslash = "image/svg" + "\\" + "+xml"; assertEquals("Single backslash pattern should be 14 chars", 14, singleBackslash.length()); assertTrue(svgMimetype.matches(singleBackslash)); // Pattern with double backslash (15 chars): should NOT match String doubleBackslash = "image/svg" + "\\\\" + "+xml";Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Feb 04 14:24:39 GMT 2026 - 17.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/taglib/FessFunctions.java
/** Format identifier for PDF date parsing */ private static final String PDF_DATE = "pdf_date"; /** Regular expression pattern for matching email addresses */ private static final Pattern EMAIL_ADDRESS_PATTERN = Pattern.compile("[A-Z0-9._%+-]+@[A-Z0-9.-]+\\.[A-Z]{2,6}", Pattern.CASE_INSENSITIVE); /** * Cache for storing resource file modification timestamps to enable cache busting.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 25.4K bytes - Click Count (1) -
src/test/java/org/codelibs/fess/helper/LabelTypeHelperTest.java
LabelTypePattern pattern = new LabelTypePattern("test", "/test.*", "/exclude.*"); // Should match included path assertTrue(pattern.match("/test/path")); // Should not match excluded path assertFalse(pattern.match("/exclude/path")); // Should not match non-included path assertFalse(pattern.match("/other/path")); } @Test
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 12.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/exentity/WebConfig.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Jan 10 01:38:30 GMT 2026 - 10.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/exentity/FileConfig.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Nov 24 02:07:40 GMT 2025 - 11.1K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/PathMappingHelperTest.java
} finally { System.clearProperty("lasta.env"); } } @Test public void test_createPathMatcher_encodeUrl() { final Pattern pattern = Pattern.compile("test"); final Matcher matcher = pattern.matcher("test"); final BiFunction<String, Matcher, String> pathMatcher = pathMappingHelper.createPathMatcher(matcher, "function:encodeUrl");Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 15.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/ds/callback/FileListIndexUpdateCallbackImpl.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 29.7K bytes - Click Count (3) -
src/main/java/org/codelibs/fess/helper/LabelTypeHelper.java
this.locale = locale; } } /** * A pattern of a label type. */ public static class LabelTypePattern { private final String value; private Pattern includedPaths; private Pattern excludedPaths; /** * Constructs a new label type pattern. * * @param value The value.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 14.8K bytes - Click Count (0)