Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for sistemas (0.03 sec)

  1. src/main/resources/fess_label_es.properties

    labels.menu_system=Sistema
    labels.menu_wizard=Asistente
    labels.menu_crawl_config=General
    labels.menu_scheduler_config=Programador
    labels.menu_dashboard_config=Tablero
    labels.menu_design=Diseño de página
    labels.menu_dict=Diccionario
    labels.menu_data=Copia de seguridad/Restauración
    labels.menu_crawl=Rastreador
    labels.menu_web=Web
    labels.menu_file_system=Sistema de archivos
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 49K bytes
    - Viewed (0)
  2. fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/HcHttpClient.java

                        if (robotsTxt != null) {
                            final String[] sitemaps = robotsTxt.getSitemaps();
                            if (sitemaps.length > 0) {
                                crawlerContext.addSitemaps(sitemaps);
                            }
    
                            final RobotsTxt.Directive directive = robotsTxt.getMatchedDirective(userAgent);
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Sun Nov 23 12:19:14 UTC 2025
    - 53.7K bytes
    - Viewed (0)
  3. docs/changelogs/changelog_3x.md

        is now asynchronous and they may be enqueued before the web socket is connected.
    
     *  **OkHttp no longer attempts a direct connection if the system's HTTP proxy fails.** This
        behavior was surprising because OkHttp was disregarding the user's specified configuration. If
        you need to customize proxy fallback behavior, implement your own `java.net.ProxySelector`.
    
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Sun Feb 06 14:55:54 UTC 2022
    - 50.8K bytes
    - Viewed (0)
Back to top