Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 21 - 30 of 32 for avions (0.04 seconds)

  1. src/test/java/org/codelibs/fess/helper/AbstractConfigHelperTest.java

            long elapsed = endTime - startTime;
            assertTrue("Expected at least 15ms sleep, got " + elapsed + "ms", elapsed >= 15);
            // Generous tolerance for CI environments like GitHub Actions
            assertTrue("Expected less than 200ms sleep, got " + elapsed + "ms", elapsed < 200);
        }
    
        @Test
        public void test_waitForNext_withZeroInterval() {
            configHelper.setReloadInterval(0L);
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Wed Jan 14 14:29:07 GMT 2026
    - 4.8K bytes
    - Click Count (0)
  2. docs/ja/README.md

    # Fess: エンタープライズ検索サーバー
    [![Java CI with Maven](https://github.com/codelibs/fess/actions/workflows/maven.yml/badge.svg)](https://github.com/codelibs/fess/actions/workflows/maven.yml)
    [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/gitbucket/gitbucket/blob/master/LICENSE)
    ![GitHub Release](https://img.shields.io/github/v/release/codelibs/fess)
    
    ## 概要
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Tue Nov 11 22:42:32 GMT 2025
    - 8.5K bytes
    - Click Count (0)
  3. src/main/webapp/js/chat.js

            elements.chatMessages.append(element);
            scrollToBottom();
    
            return element;
        }
    
        /**
         * Add message actions (copy button)
         */
        function addMessageActions(messageElement) {
            var actionsHtml =
                '<div class="message-actions">' +
                    '<button type="button" class="message-action-btn copy-btn" aria-label="Copy message">' +
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 19 01:36:02 GMT 2026
    - 30.6K bytes
    - Click Count (0)
  4. src/main/java/org/codelibs/fess/app/web/base/login/FessLoginAssist.java

         */
        protected void insertLogin(final Object member) {
            // nothing
        }
    
        /**
         * Checks if the current user has permission to access the given resource.
         * For admin actions, verifies that the user has appropriate admin roles or
         * meets the secured annotation requirements.
         *
         * @param resource the login handling resource to check permission for
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Jul 17 08:28:31 GMT 2025
    - 12.1K bytes
    - Click Count (0)
  5. src/main/java/org/codelibs/fess/app/web/base/FessBaseAction.java

    import org.lastaflute.web.validation.VaMessenger;
    
    import jakarta.annotation.Resource;
    
    /**
     * The base action class for Fess web application.
     * This abstract class provides common functionality for all Fess web actions,
     * including user authentication, validation, message handling, and access context management.
     * It extends LastaFlute's TypicalAction and implements validation and HTML path interfaces.
     *
     * @since 1.0
     */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Nov 28 16:29:12 GMT 2025
    - 15K bytes
    - Click Count (0)
  6. src/main/java/org/codelibs/fess/app/web/base/FessAdminAction.java

    import jakarta.annotation.Resource;
    import jakarta.servlet.ServletContext;
    
    /**
     * Base action class for admin pages in Fess.
     * <p>
     * This abstract class provides common functionality for all admin actions,
     * including authentication, authorization, and HTML data setup.
     * </p>
     *
     */
    public abstract class FessAdminAction extends FessBaseAction {
    
        /** Constant suffix for view names. */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 19 13:57:12 GMT 2026
    - 10.9K bytes
    - Click Count (0)
  7. src/main/java/org/codelibs/fess/helper/CrawlerStatsHelper.java

             */
            public int decrement() {
                return count.decrementAndGet();
            }
        }
    
        /**
         * Enumeration of predefined statistics actions that can be recorded
         * during crawler operations. Each action represents a specific event
         * or milestone in the crawling process.
         */
        public enum StatsAction {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Aug 07 03:06:29 GMT 2025
    - 17.4K bytes
    - Click Count (0)
  8. src/main/java/org/codelibs/fess/helper/ActivityHelper.java

    import org.lastaflute.web.util.LaRequestUtil;
    
    import jakarta.annotation.PostConstruct;
    
    /**
     * The helper for user activities.
     * This class provides methods to log user actions such as login, logout, and access.
     * It supports both LTSV and ECS log formats.
     *
     */
    public class ActivityHelper {
    
        /**
         * Default constructor.
         */
        public ActivityHelper() {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 11:45:43 GMT 2026
    - 13.1K bytes
    - Click Count (0)
  9. src/main/resources/fess_label_fr.properties

    labels.general_menu_system=Système
    labels.general_menu_crawler=Robot d'exploration
    labels.general_menu_logging=Journalisation
    labels.general_menu_suggest=Suggérer
    labels.general_menu_ldap=LDAP
    labels.general_menu_notice=Avis
    labels.general_menu_notify=Notification
    labels.general_storage=Stockage
    labels.ldapProviderUrl=URL LDAP
    labels.ldapSecurityPrincipal=DN de l'utilisateur
    labels.ldapAdminSecurityPrincipal=DN de liaison
    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)
  10. src/main/webapp/css/bootstrap.min.css.map

    $hr-border-color;\n  opacity: $hr-opacity;\n}\n\n\n// Typography\n//\n// 1. Remove top margins from headings\n//    By default, `<h1>`-`<h6>` all receive top and bottom margins. We nuke the top\n//    margin for easier control within type scales as it avoids margin collapsing.\n\n%heading {\n  margin-top: 0; // 1\n  margin-bottom: $headings-margin-bottom;\n  font-family: $headings-font-family;\n  font-style: $headings-font-style;\n  font-weight: $headings-font-weight;\n  line-height: $headings-line-height;\n...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Jan 12 06:14:02 GMT 2025
    - 575.5K bytes
    - Click Count (0)
Back to Top