Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 10 for validi (0.04 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/test/java/org/codelibs/fess/job/IndexExportJobTest.java

        }
    
        @Test
        public void test_buildFilePath_consistentHashForSameUrl() {
            final Path result1 = indexExportJob.buildFilePath("/export", "not valid %%%", new HtmlIndexExportFormatter());
            final Path result2 = indexExportJob.buildFilePath("/export", "not valid %%%", new HtmlIndexExportFormatter());
            assertEquals(result1, result2);
        }
    
        @Test
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 09:08:38 GMT 2026
    - 66.1K bytes
    - Click Count (0)
  2. src/main/resources/fess_label_it.properties

    labels.error_title=Errore
    labels.system_error_title=Errore di sistema
    labels.contact_site_admin=Contatta l'amministratore del sito.
    labels.request_error_title=Formato richiesta non valido.
    labels.bad_request=La richiesta all'URL non è valida.
    labels.page_not_found_title=Pagina non trovata.
    labels.check_url=Controlla l'URL.
    labels.busy_title=Servizio temporaneamente non disponibile
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 52K bytes
    - Click Count (0)
  3. src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java

            return crawlingConfig.getConfigParameterMap(config);
        }
    
        /**
         * Validates if the given URL string is a valid URL.
         *
         * @param urlStr the URL string to validate
         * @return true if the URL is valid, false otherwise
         */
        protected boolean isValidUrl(final String urlStr) {
            if (StringUtil.isBlank(urlStr)) {
                return false;
            }
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 12 01:46:45 GMT 2026
    - 55.3K bytes
    - Click Count (0)
  4. src/main/resources/fess_label_fr.properties

    labels.error_title=Erreur
    labels.system_error_title=Erreur système
    labels.contact_site_admin=Veuillez contacter l'administrateur de votre site.
    labels.request_error_title=Format de requête non valide.
    labels.bad_request=Votre requête à l'URL n'est pas valide.
    labels.page_not_found_title=Page non trouvée.
    labels.check_url=Veuillez vérifier l'URL.
    labels.busy_title=Service temporairement indisponible
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 54.4K bytes
    - Click Count (0)
  5. src/main/resources/fess_label_id.properties

    labels.error_title=Kesalahan
    labels.system_error_title=Error Sistem
    labels.contact_site_admin=Silakan hubungi administrator situs Anda.
    labels.request_error_title=Format Permintaan Tidak Valid.
    labels.bad_request=Permintaan Anda ke URL tidak valid.
    labels.page_not_found_title=Halaman Tidak Ditemukan.
    labels.check_url=Silakan periksa URL.
    labels.busy_title=Layanan Tidak Tersedia Sementara
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 50.2K bytes
    - Click Count (0)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to Top