Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for tengan (0.03 sec)

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

         * Defines how search results are ordered when no specific sort is requested.
         */
        @Size(max = 1000)
        public String defaultSortValue;
    
        /**
         * Virtual host configuration for multi-tenant setups.
         * Allows different search configurations based on the request host.
         */
        @Size(max = 10000)
        public String virtualHostValue;
    
        /**
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 9.9K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/sso/aad/AzureAdAuthenticator.java

        /** Configuration key for Azure AD authority URL. */
        protected static final String AZUREAD_AUTHORITY = "aad.authority";
    
        /** Configuration key for Azure AD tenant ID. */
        protected static final String AZUREAD_TENANT = "aad.tenant";
    
        /** Configuration key for Azure AD client secret. */
        protected static final String AZUREAD_CLIENT_SECRET = "aad.client.secret";
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 28 09:13:08 UTC 2025
    - 37.3K bytes
    - Viewed (0)
  3. guava/src/com/google/common/reflect/Types.java

       * getAnnotatedBounds()} on it, but that should hopefully be rare.
       *
       * <p>TODO: b/147144588 - We are currently also missing the methods inherited from {@link
       * AnnotatedElement}, which {@code TypeVariable} began to extend only in Java 8. Those methods
       * refer only to types present under Android, so we could implement them in {@code
       * TypeVariableImpl} today. (We could probably then make {@code TypeVariableImpl} implement {@code
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Sep 03 14:03:14 UTC 2025
    - 23.5K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/helper/CrawlerStatsHelper.java

         *
         * @param keyObj the crawler object the statistics relate to
         * @param data the statistics data to output
         * @param begin the timestamp when tracking began
         * @param done whether tracking was completed normally
         */
        protected void printStats(final Object keyObj, final StatsObject data, final long begin, final boolean done) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 17.4K bytes
    - Viewed (0)
Back to top