Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 85 for pickup (0.06 sec)

  1. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        String INDEX_BACKUP_TARGETS = "index.backup.targets";
    
        /** The key of the configuration. e.g. click_log.ndjson,favorite_log.ndjson,search_log.ndjson,user_info.ndjson */
        String INDEX_BACKUP_LOG_TARGETS = "index.backup.log.targets";
    
        /** The key of the configuration. e.g. 60000 */
        String INDEX_BACKUP_LOG_LOAD_TIMEOUT = "index.backup.log.load.timeout";
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (1)
  2. guava/src/com/google/common/math/DoubleUtils.java

        } else if (exponent > MAX_EXPONENT) {
          return x.signum() * POSITIVE_INFINITY;
        }
    
        /*
         * We need the top SIGNIFICAND_BITS + 1 bits, including the "implicit" one bit. To make rounding
         * easier, we pick out the top SIGNIFICAND_BITS + 2 bits, so we have one to help us round up or
         * down. twiceSignifFloor will contain the top SIGNIFICAND_BITS + 2 bits, and signifFloor the
         * top SIGNIFICAND_BITS + 1.
         *
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Dec 21 03:10:51 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  3. src/main/resources/fess_label.properties

    labels.menu_wizard=Wizard
    labels.menu_crawl_config=General
    labels.menu_scheduler_config=Scheduler
    labels.menu_dashboard_config=Dashboard
    labels.menu_design=Page Design
    labels.menu_dict=Dictionary
    labels.menu_data=Backup/Restore
    labels.menu_crawl=Crawler
    labels.menu_web=Web
    labels.menu_file_system=File System
    labels.menu_data_store=Data Store
    labels.menu_label_type=Label
    labels.menu_key_match=Key Match
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jun 28 08:40:50 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/math/DoubleUtils.java

        } else if (exponent > MAX_EXPONENT) {
          return x.signum() * POSITIVE_INFINITY;
        }
    
        /*
         * We need the top SIGNIFICAND_BITS + 1 bits, including the "implicit" one bit. To make rounding
         * easier, we pick out the top SIGNIFICAND_BITS + 2 bits, so we have one to help us round up or
         * down. twiceSignifFloor will contain the top SIGNIFICAND_BITS + 2 bits, and signifFloor the
         * top SIGNIFICAND_BITS + 1.
         *
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Dec 21 03:10:51 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  5. src/test/java/org/codelibs/fess/mylasta/direction/sponsor/FessUserTimeZoneProcessProviderTest.java

                // Change default time zone temporarily
                TimeZone newTimeZone = TimeZone.getTimeZone("America/New_York");
                TimeZone.setDefault(newTimeZone);
    
                // Create new provider instance to pick up the new default
                FessUserTimeZoneProcessProvider newProvider = new FessUserTimeZoneProcessProvider();
    
                // Execute
                TimeZone result = newProvider.getRequestedTimeZone(requestManager);
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 6.9K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_pt_BR.properties

    labels.menu_wizard=Assistente
    labels.menu_crawl_config=Geral
    labels.menu_scheduler_config=Agendador
    labels.menu_dashboard_config=Painel
    labels.menu_design=Design da página
    labels.menu_dict=Dicionário
    labels.menu_data=Backup/Restauração
    labels.menu_crawl=Rastreador
    labels.menu_web=Web
    labels.menu_file_system=Sistema de arquivos
    labels.menu_data_store=Armazenamento de dados
    labels.menu_label_type=Rótulo
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.1K bytes
    - Viewed (0)
  7. src/main/resources/fess_message_it.properties

    errors.crud_failed_to_delete_crud_table=Impossibile eliminare i dati. ({0})
    errors.crud_could_not_find_crud_table = Dati {0} non trovati.
    errors.could_not_find_backup_index=Impossibile trovare l'indice di backup.
    errors.no_user_for_changing_password=La password attuale non è corretta.
    errors.failed_to_change_password=Impossibile cambiare la password.
    errors.unknown_version_for_upgrade=Informazioni sulla versione sconosciute.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12.3K bytes
    - Viewed (0)
  8. src/main/resources/fess_message.properties

    errors.crud_failed_to_delete_crud_table=Failed to delete the data. ({0})
    errors.crud_could_not_find_crud_table = The data {0} is not found.
    errors.could_not_find_backup_index=Could not find any backup index.
    errors.no_user_for_changing_password=The current password is not correct.
    errors.failed_to_change_password=Failed to change your password.
    errors.unknown_version_for_upgrade=Unknown version for upgrade.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 11.6K bytes
    - Viewed (0)
  9. src/main/resources/fess_message_en.properties

    errors.crud_failed_to_delete_crud_table=Failed to delete the data. ({0})
    errors.crud_could_not_find_crud_table = The data {0} is not found.
    errors.could_not_find_backup_index=Could not find any backup index.
    errors.no_user_for_changing_password=The current password is not correct.
    errors.failed_to_change_password=Failed to change your password.
    errors.unknown_version_for_upgrade=Unknown version for upgrade.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 11.5K bytes
    - Viewed (0)
  10. docs/contribute/code_of_conduct.md

     * **Step down considerately**: Members of every project come and go. When somebody leaves or
       disengages from the project, they should make it known and take the proper steps to ensure that
       others can pick up where they left off.
    
    This code is not exhaustive or complete. It serves to distill our common understanding of a
    collaborative, shared environment, and goals. We expect it to be followed in spirit as much as in
    the letter.
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sun Feb 06 02:19:09 UTC 2022
    - 5.1K bytes
    - Viewed (0)
Back to top