- Sort Score
- Num 10 results
- Language All
Results 1 - 5 of 5 for counters (0.04 seconds)
-
src/main/resources/fess_message_pt_BR.properties
errors.password_length = A senha deve ter pelo menos {0} caracteres. errors.password_no_uppercase = A senha deve conter pelo menos uma letra maiúscula. errors.password_no_lowercase = A senha deve conter pelo menos uma letra minúscula. errors.password_no_digit = A senha deve conter pelo menos um dígito. errors.password_no_special_char = A senha deve conter pelo menos um caractere especial.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 13.7K bytes - Click Count (0) -
CONTRIBUTING.md
* Why is this change done? What's the use case? * For user-facing features, what will the API look like? * What test cases should it have? What could go wrong? * How will it roughly be implemented? We'll happily provide code pointers to save you time. We may ask you to answer these questions directly in the GitHub issue or (for large changes) in a shared Google Doc.
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 18:43:39 GMT 2026 - 19.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java
*/ @Size(max = 10) public String thumbnail; /** * Types of crawling failures to ignore during crawling operations. * Specified failure types will not be logged or counted as errors. */ @Size(max = 1000) public String ignoreFailureType; /** * Threshold for failure count before stopping crawling of a URL. * Set to -1 to disable the threshold check.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 15.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java
final String language = locale.getLanguage(); final String country = locale.getCountry(); if (StringUtil.isNotBlank(language)) { if (StringUtil.isNotBlank(country)) { return language.toLowerCase(Locale.ROOT) + "-" + country.toLowerCase(Locale.ROOT); } return language.toLowerCase(Locale.ROOT); }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 92.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/api/ApiResult.java
/** * The list of facet fields and their values. */ protected List<Map<String, Object>> facetField; /** * The list of facet queries and their counts. */ protected List<Map<String, Object>> facetQuery; /** * Populates this response with search render data. * @param data The search render data to populate from.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:55:54 GMT 2026 - 25.8K bytes - Click Count (0)