- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 83 for minden (0.05 sec)
-
src/main/resources/fess_indices/_aws/fess.json
"közül", "legalább", "lehet", "lehetett", "legyen", "lenne", "lenni", "lesz", "lett", "maga", "magát", "majd", "majd", "már", "más", "másik", "meg", "még", "mellett", "mert", "mely", "melyek", "mi", "mit", "míg", "miért", "milyen", "mikor", "minden", "mindent", "mindenki", "mindig", "mint", "mintha", "mivel", "most", "nagy", "nagyobb", "nagyon", "ne", "néha", "nekem", "neki", "nem", "néhány", "nélkül", "nincs", "olyan", "ott", "össze", "ő", "ők", "őket", "pedig", "persze", "rá", "s", "saját", "sem",...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 14 00:36:40 UTC 2025 - 117.3K bytes - Viewed (0) -
src/main/resources/fess_message_de.properties
# Fess # ====== errors.login_error = Ungültiger Benutzername oder Passwort. errors.sso_login_error=SSO-Anmeldevorgang fehlgeschlagen. errors.could_not_find_log_file = Konnte {0} nicht finden. errors.failed_to_start_crawl_process = Fehler beim Starten eines Crawl-Prozesses. errors.invalid_design_jsp_file_name = Ungültige JSP-Datei. errors.design_jsp_file_does_not_exist = Die JSP-Datei existiert nicht.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 12.7K bytes - Viewed (0) -
src/main/resources/fess_message_nl.properties
# Fess # ====== errors.login_error = Gebruikersnaam of wachtwoord is onjuist. errors.sso_login_error=SSO-inlogproces mislukt. errors.could_not_find_log_file = Kan {0} niet vinden. errors.failed_to_start_crawl_process = Kan het crawlproces niet starten. errors.invalid_design_jsp_file_name = Ongeldige JSP-bestandsnaam. errors.design_jsp_file_does_not_exist = Het JSP-bestand bestaat niet.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/validation/CustomSizeTest.java
public class CustomSizeTest extends UnitFessTestCase { // Test field with CustomSize annotation for testing @CustomSize(minKey = "test.min", maxKey = "test.max") private String testField; // Test field with only minKey @CustomSize(minKey = "test.min.only") private String testFieldMinOnly; // Test field with only maxKey @CustomSize(maxKey = "test.max.only")
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 17.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/ldap/LdapManager.java
* @param bindDn the bind DN for LDAP connection * @param accountFilter the account filter pattern * @param groupFilter the group filter pattern * @param lazyLoading the lazy loading consumer for roles * @return an array of role names */ public String[] getRoles(final LdapUser ldapUser, final String bindDn, final String accountFilter, final String groupFilter,
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 82K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/HashBiMap.java
@ParametricNullness final K key; int index; EntryForKey(int index) { // The cast is safe because we call forEntry only for indexes that contain entries. this.key = uncheckedCastNullableTToT(keys[index]); this.index = index; } void updateIndex() { if (index == ABSENT || index > size || !Objects.equals(keys[index], key)) { index = findEntryByKey(key); } }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 19:31:30 UTC 2025 - 36.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/taglib/FessFunctions.java
} /** * Generates hidden HTML form fields for facet filtering. * * @return HTML string containing hidden input fields for facet parameters */ public static String facetForm() { return createForm(Constants.FACET_FORM, FACET_PREFIX); } /** * Generates hidden HTML form fields for geographic filtering. *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 25.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/backup/AdminBackupAction.java
final String index = indexObj.get("_index"); if (index != null) { if (index.startsWith(".fess")) { indexObj.put("_index", index.substring(1)); } if (index.endsWith("scheduled_job")) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 29.8K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/util/GsaConfigParserTest.java
assertEscapePattern("", "# Test"); assertEscapePattern(".*\\Q!/\\E.*", "!/"); assertEscapePattern("\\Qindex.html\\E", "index.html"); assertEscapePattern("^\\Qhttp://\\E.*", "^http://"); assertEscapePattern(".*\\Qindex.html\\E$", "index.html$"); assertEscapePattern("^\\Qhttp://www.codelibs.org/page.html\\E$", "^http://www.codelibs.org/page.html$");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 07:34:10 UTC 2025 - 11.4K bytes - Viewed (0) -
okhttp-sse/src/main/kotlin/okhttp3/sse/EventSources.kt
import okhttp3.sse.EventSource.Factory.Companion.asEventSourceFactory object EventSources { @Deprecated( message = "required for binary-compatibility!", level = DeprecationLevel.HIDDEN, ) @JvmStatic fun createFactory(client: OkHttpClient) = client.asEventSourceFactory() @Deprecated( message = "Moved to extension function.", replaceWith = ReplaceWith(
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Aug 30 11:47:47 UTC 2025 - 1.8K bytes - Viewed (0)