- Sort Score
- Num 10 results
- Language All
Results 121 - 130 of 130 for validi (0.04 seconds)
-
src/main/webapp/js/admin/plugins/form-validator/jquery.form-validator.min.js
b.form?a(b.form):b.form;a.formUtils.$win.trigger("validatorsLoaded",[c,b])})}}(a),function(a,b){"use strict";var c=a(b);a.formUtils=a.extend(a.formUtils||{},{$win:c,defaultConfig:function(){return{ignore:[],errorElementClass:"error",successElementClass:"valid",borderColorOnError:"#b94a48",errorMessageClass:"form-error",validationRuleAttribute:"data-validation",validationErrorMsgAttribute:"data-validation-error-msg",errorMessagePosition:"inline",errorMessageTemplate:{container:'<div class="{errorMessageClass}...
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Jan 01 05:12:47 GMT 2018 - 32.8K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/llm/AbstractLlmClientTest.java
} // ========== detectIntent with history (integration-like) ========== @Test public void test_detectIntent_withHistory_usesStructuredMessages() { // Set up chat to return a valid JSON response client.setChatResponse("{\"intent\":\"search\",\"query\":\"Fess Docker\",\"reasoning\":\"Follow-up about Docker\"}"); final List<LlmMessage> history = new ArrayList<>();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 07:04:54 GMT 2026 - 53K bytes - Click Count (0) -
src/main/resources/fess_indices/_aws/fess.json
}, "hungarian_keywords": { "type": "keyword_marker",Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 07:52:55 GMT 2026 - 117.5K bytes - Click Count (0) -
src/main/resources/fess_indices/_cloud/fess.json
}, "hungarian_keywords": { "type": "keyword_marker",Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 07:52:55 GMT 2026 - 117.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/ldap/LdapManager.java
*/ public void updateConfig() { isBind = false; } /** * Validates the LDAP connection. * * @return True if the LDAP connection is valid, otherwise false. */ protected boolean validate() { if (!isBind) { if (fessConfig.getLdapAdminSecurityPrincipal() == null || fessConfig.getLdapAdminSecurityCredentials() == null) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Jan 02 08:06:20 GMT 2026 - 85.2K bytes - Click Count (0) -
src/main/resources/fess_label_es.properties
labels.chat_error_model_not_found=No se encontró el modelo de IA. Por favor, contacte al administrador. labels.chat_error_invalid_response=Se recibió una respuesta no válida del servicio de IA. Por favor, inténtelo de nuevo. labels.chat_error_connection=No se puede conectar al servicio de IA. Por favor, verifique la conexión de red. labels.chat_sources=Fuentes labels.chat_ai_mode=Modo IA
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 54.3K bytes - Click Count (0) -
src/main/resources/fess_label_tr.properties
labels.chat_error_model_not_found=AI modeli bulunamadı. Lütfen yöneticiyle iletişime geçin. labels.chat_error_invalid_response=AI hizmetinden geçersiz yanıt alındı. Lütfen tekrar deneyin. labels.chat_error_connection=AI hizmetine bağlanamıyor. Lütfen ağ bağlantısını kontrol edin. labels.chat_sources=Kaynaklar labels.chat_ai_mode=Yapay Zeka Modu
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 52.2K bytes - Click Count (0) -
src/main/webapp/js/bootstrap.min.js.map
parseSelector } from '../util/index.js'\n\nconst getSelector = element => {\n let selector = element.getAttribute('data-bs-target')\n\n if (!selector || selector === '#') {\n let hrefAttribute = element.getAttribute('href')\n\n // The only valid content that could double as a selector are IDs or classes,\n // so everything starting with `#` or `.`. If a \"real\" URL is used as the selector,\n // `document.querySelector` will rightfully complain it is invalid.\n // See https://git...
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 12 06:14:02 GMT 2025 - 211.9K bytes - Click Count (0) -
src/main/resources/fess_config.properties
cookie.search.parameter.domain= # Path attribute for the search parameter cookie. Typically set to "/" or the context path of the app. cookie.search.parameter.path=/ # SameSite attribute for the search parameter cookie. Valid values: Lax, Strict, None cookie.search.parameter.same_site=Lax # ---------------------------------------------------------- # Paging
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 59.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** * Get the value for the key 'cookie.search.parameter.same_site'. <br> * The value is, e.g. Lax <br> * comment: SameSite attribute for the search parameter cookie. Valid values: Lax, Strict, None * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getCookieSearchParameterSameSite(); /**Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 576.9K bytes - Click Count (2)