- Sort Score
- Num 10 results
- Language All
Results 161 - 170 of 181 for valida (0.04 seconds)
-
src/test/java/org/codelibs/fess/query/MatchAllQueryCommandTest.java
assertNotNull(result); assertTrue(result instanceof MatchAllQueryBuilder); } @Test public void test_constructor() { // Test that constructor creates a valid instance MatchAllQueryCommand command = new MatchAllQueryCommand(); assertNotNull(command); } @Test public void test_execute_logOutput() {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 17K bytes - Click Count (0) -
src/main/webapp/js/purify.min.js
p","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","slot","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","wrap","xmlns","slot"]),P=i(["accent-height","accumulate","additive","alignment-baseline","amplitude","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippat...
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 06:21:57 GMT 2026 - 22.7K bytes - Click Count (0) -
src/main/resources/fess_label_pt_BR.properties
labels.handler_script=Script labels.data_crawling_button_create=Criar labels.data_crawling_button_create_job=Criar novo trabalho labels.wizard_title_configuration=Assistente de configuração labels.wizard_start_title=Configuração rápida labels.wizard_start_desc=Você pode criar facilmente uma configuração de rastreamento usando o assistente de configuração. labels.wizard_start_button=Iniciar configuração labels.wizard_button_cancel=Cancelar
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 53.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/SearchHelperTest.java
hasAllLanguages = true; break; } } assertTrue("Should contain ALL_LANGUAGES or have valid result", hasAllLanguages || languages.length >= 0); } } catch (NullPointerException e) { // Expected in test environment due to missing dependenciesCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 19.2K bytes - Click Count (0) -
src/main/webapp/js/clipboard.min.js
d 0===e?"copy":e,o=t.container,e=t.target,t=t.text;if("copy"!==n&&"cut"!==n)throw new Error('Invalid "action" value, use either "copy" or "cut"');if(void 0!==e){if(!e||"object"!==l(e)||1!==e.nodeType)throw new Error('Invalid "target" value, use a valid Element');if("copy"===n&&e.hasAttribute("disabled"))throw new Error('Invalid "target" attribute. Please use "readonly" instead of "disabled" attribute');if("cut"===n&&(e.hasAttribute("readonly")||e.hasAttribute("disabled")))throw new Error('Invalid...
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 12 06:14:02 GMT 2025 - 8.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/util/KuromojiCSVUtilTest.java
// Unmatched quote at end value = "unmatched\""; result = KuromojiCSVUtil.parse(value); assertEquals(0, result.length); // Unmatched quotes in middle value = "valid,\"unmatched,another"; result = KuromojiCSVUtil.parse(value); assertEquals(0, result.length); // Multiple unmatched quotes value = "\"first\"second\"third";Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 18.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/crawler/transformer/FessXpathTransformerTest.java
} @Test public void test_isValidUrl_withBrackets() { final FessXpathTransformer transformer = new FessXpathTransformer(); // topic/2732: java.net.URL accepts brackets in paths, so this is valid assertTrue(transformer.isValidUrl("http://example.com/[test]/page")); } @Test public void test_isValidUrl_withCustomScheme() {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 62.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/CrawlingInfoHelperTest.java
// Test with null (should not crash but may return different result) try { String nullResult = crawlingInfoHelper.generateId((String) null); // If it doesn't crash, it should still return a valid hash assertNotNull(nullResult); assertEquals(128, nullResult.length()); } catch (NullPointerException e) { // This is also acceptable behavior } }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 12 01:46:45 GMT 2026 - 28.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/SystemHelper.java
} /** * Validates a password against configured password policy requirements. * * @param password The password to validate. * @return An empty string if the password is valid, or an error key for the validation failure. */ public String validatePassword(final String password) { if (StringUtil.isBlank(password)) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 43.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java
/** The key of the message: {item} is an invalid {type} barcode. */ public static final String CONSTRAINTS_EAN_MESSAGE = "{constraints.EAN.message}"; /** The key of the message: {item} is not a valid email address. */ public static final String CONSTRAINTS_Email_MESSAGE = "{constraints.Email.message}"; /** The key of the message: The length of {item} must be between {min} and {max}. */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 126.6K bytes - Click Count (0)