Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 33 for seriez (0.05 seconds)

  1. src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java

        public Integer purgeSuggestSearchLogDay;
    
        /**
         * LDAP server URL for authentication.
         * Used when LDAP authentication is enabled.
         */
        @Size(max = 1000)
        public String ldapProviderUrl;
    
        /**
         * LDAP security principal for binding to the LDAP server.
         * Used for authenticating with the LDAP server.
         */
        @Size(max = 1000)
        public String ldapSecurityPrincipal;
    
    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)
  2. src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java

                fessConfig.setSystemProperty("oic.client.secret", form.oicClientSecret);
            }
            fessConfig.setSystemProperty("oic.auth.server.url", form.oicAuthServerUrl);
            fessConfig.setSystemProperty("oic.token.server.url", form.oicTokenServerUrl);
            fessConfig.setSystemProperty("oic.redirect.url", form.oicRedirectUrl);
            fessConfig.setSystemProperty("oic.scope", form.oicScope);
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 05:54:31 GMT 2026
    - 27.2K bytes
    - Click Count (0)
  3. src/main/resources/mail/log_notification.dfmail

    /*
     [Log Notification]
    */
    subject: [FESS] /*pmb.level*/ Log Alert: /*pmb.hostname*/
    >>>
    --- Server Info ---
    Host Name: /*pmb.hostname:orElse('Unknown')*/
    
    --- Log Summary ---
    Level: /*pmb.level*/
    Total: /*pmb.count*/ event(s) in the last /*pmb.interval*/ seconds
    
    --- Log Details ---
    /*pmb.details*/
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 02:24:08 GMT 2026
    - 343 bytes
    - Click Count (0)
  4. src/main/java/org/codelibs/fess/api/chat/ChatApiManager.java

                writeJsonResponse(response, HttpServletResponse.SC_INTERNAL_SERVER_ERROR, createErrorResponse("Internal server error"));
            }
        }
    
        /**
         * Processes a streaming chat request using Server-Sent Events (SSE).
         * Uses the enhanced multi-phase RAG flow with intent detection and result evaluation.
         *
         * @param request the HTTP request
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 06:06:55 GMT 2026
    - 25.8K bytes
    - Click Count (0)
  5. .teamcity/subprojects.json

        "crossVersionTests": false
      },
      {
        "name": "daemon-server",
        "path": "platforms/core-runtime/daemon-server",
        "unitTests": false,
        "functionalTests": false,
        "crossVersionTests": false
      },
      {
        "name": "daemon-server-worker",
        "path": "platforms/core-execution/daemon-server-worker",
        "unitTests": true,
        "functionalTests": false,
        "crossVersionTests": false
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Mar 27 15:03:00 GMT 2026
    - 42K bytes
    - Click Count (0)
  6. .teamcity/pom.xml

                <snapshots>
                    <enabled>true</enabled>
                </snapshots>
            </repository>
            <repository>
                <id>teamcity-server</id>
                <url>https://builds.gradle.org/app/dsl-plugins-repository</url>
                <snapshots>
                    <enabled>true</enabled>
                </snapshots>
            </repository>
            <repository>
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Mar 27 22:03:46 GMT 2026
    - 7.4K bytes
    - Click Count (2)
  7. src/main/resources/fess_label_en.properties

    labels.ldap_initial_context_factory=Initial Context Factory
    labels.general_menu_oic=OpenID Connect
    labels.oic_client_id=Client ID
    labels.oic_client_secret=Client Secret
    labels.oic_auth_server_url=Authorization Server URL
    labels.oic_token_server_url=Token Server URL
    labels.oic_redirect_url=Redirect URL
    labels.oic_scope=Scope
    labels.oic_base_url=Base URL
    labels.oic_default_groups=Default Groups
    labels.oic_default_roles=Default Roles
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 48.9K bytes
    - Click Count (0)
  8. src/main/resources/fess_config.properties

    rate.limit.cleanup.interval=1000
    
    # Virtual Host: Host:fess.codelibs.org=fess
    virtual.host.headers=
    
    # Hostname for the HTTP proxy server.
    http.proxy.host=
    # Port number for the HTTP proxy server (e.g., 8080).
    http.proxy.port=8080
    # Username for HTTP proxy authentication.
    http.proxy.username=
    # Password for HTTP proxy authentication.
    http.proxy.password=
    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)
  9. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * comment: Hostname for the HTTP proxy server.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getHttpProxyHost();
    
        /**
         * Get the value for the key 'http.proxy.host' as {@link Integer}. <br>
         * The value is, e.g.  <br>
         * comment: Hostname for the HTTP proxy server.
    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)
  10. .idea/gradle.xml

                <option value="$PROJECT_DIR$/platforms/core-execution/build-cache-spi" />
                <option value="$PROJECT_DIR$/platforms/core-execution/daemon-server-worker" />
                <option value="$PROJECT_DIR$/platforms/core-execution/execution" />
                <option value="$PROJECT_DIR$/platforms/core-execution/execution-e2e-tests" />
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Mar 27 10:18:20 GMT 2026
    - 25.5K bytes
    - Click Count (0)
Back to Top