- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 19 for selain (0.07 seconds)
-
LICENSE
editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, includingCreated: Wed Apr 01 00:11:11 GMT 2026 - Last Modified: Thu Feb 20 19:53:57 GMT 2020 - 11.1K bytes - Click Count (0) -
src/main/resources/fess_message_de.properties
constraints.AssertFalse.message = {item} muss falsch sein. constraints.AssertTrue.message = {item} muss wahr sein. constraints.DecimalMax.message = {item} muss kleiner als {value} sein. constraints.DecimalMin.message = {item} muss größer als {value} sein. constraints.Digits.message = {item} muss eine Zahl sein. (erwartet: <Zahl>.<Zahl>) constraints.Future.message = {item} muss ein zukünftiger Wert sein.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) -
LICENSE
editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, includingCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue May 08 21:35:34 GMT 2018 - 11.1K bytes - Click Count (0) -
src/main/resources/fess_message_tr.properties
errors.password_no_digit = Şifre en az bir rakam içermelidir. errors.password_no_special_char = Şifre en az bir özel karakter içermelidir. errors.password_is_blacklisted = Bu şifre kullanılamaz. Lütfen farklı bir şifre seçin. errors.invalid_confirm_password = Onay şifresi eşleşmiyor. errors.cannot_delete_doc_because_of_running = Bir tarayıcı çalışıyor. Belgeleri silemezsiniz. errors.failed_to_delete_doc_in_admin = Belge silinemedi.
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/sso/entraid/EntraIdAuthenticatorTest.java
authenticator.processParentGroup(null, groupList, roleList, "test-id", 10); assertEquals("groupList should remain empty", 0, groupList.size()); assertEquals("roleList should remain empty", 0, roleList.size()); } /** * Test addGroupOrRoleName with null value handling. */ @Test
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 19.3K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/crawler/helper/FessMimeTypeHelperTest.java
}); mimeTypeHelper.init(); // Null config means no override try (InputStream is = new ByteArrayInputStream("Hello world".getBytes(StandardCharsets.UTF_8))) { assertEquals("text/plain", mimeTypeHelper.getContentType(is, "test.txt")); } } @Test public void test_init_singleMapping() throws IOException { ComponentUtil.setFessConfig(new FessConfig.SimpleImpl() {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Jan 24 09:06:33 GMT 2026 - 12.1K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/query/PrefixQueryCommandTest.java
assertTrue(builder instanceof MatchPhrasePrefixQueryBuilder); MatchPhrasePrefixQueryBuilder mpqb = (MatchPhrasePrefixQueryBuilder) builder; assertEquals("TEST", mpqb.value()); // Should remain uppercase } @Test public void test_convertPrefixQuery_withEmptyPrefix() throws Exception { QueryContext context = new QueryContext("test", false);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 13.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/chat/ChatSessionManager.java
logger.warn("Invalid max session size: {}. Using default: 100", value); return 100; } return value; } /** * Gets the maximum number of history messages to retain. * * @return the maximum number of history messages */ protected int getMaxHistoryMessages() { final int value = ComponentUtil.getFessConfig().getRagChatHistoryMaxMessagesAsInteger();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 07 13:27:59 GMT 2026 - 13.7K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/query/WildcardQueryCommandTest.java
queryCommand.setLowercaseWildcard(false); QueryBuilder queryBuilder2 = queryCommand.convertWildcardQuery(queryContext2, wildcardQuery2, 1.0f); assertNotNull(queryBuilder2); // The term should remain uppercase String queryString2 = queryBuilder2.toString(); assertTrue(queryString2.contains("TEST*") || queryString2.contains("TEST")); }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 11.2K bytes - Click Count (0) -
src/main/resources/fess_message_id.properties
errors.login.failure = Login gagal. errors.app.illegal.transition = Transisi tidak valid. Silakan coba lagi. errors.app.db.already.deleted = Mungkin telah dihapus oleh proses lain. Silakan coba lagi. errors.app.db.already.updated = Mungkin telah diperbarui oleh proses lain. Silakan coba lagi. errors.app.db.already.exists = Data sudah ada. Silakan coba lagi. errors.app.double.submit.request = Mungkin telah diproses sebelum permintaan ini. Silakan coba lagi.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 12.7K bytes - Click Count (0)