Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 201 - 210 of 353 for maintained (0.32 seconds)

  1. android/guava/src/com/google/common/primitives/Shorts.java

       * Arrays#asList(Object[])}. The list supports {@link List#set(int, Object)}, but any attempt to
       * set a value to {@code null} will result in a {@link NullPointerException}.
       *
       * <p>The returned list maintains the values, but not the identities, of {@code Short} objects
       * written to or read from it. For example, whether {@code list.get(0) == list.get(0)} is true for
       * the returned list is unspecified.
       *
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Oct 22 18:14:49 GMT 2025
    - 25.7K bytes
    - Click Count (0)
  2. docs/zh/docs/help-fastapi.md

    * 帮助把[文档翻译](contributing.md#translations)成你的语言。
        * 你也可以审阅他人创建的翻译。
    * 提议新增文档章节。
    * 修复现有 issue/bug。
        * 记得添加测试。
    * 添加新功能。
        * 记得添加测试。
        * 如果相关,记得补充文档。
    
    ## 帮忙维护 FastAPI { #help-maintain-fastapi }
    
    帮我一起维护 **FastAPI** 吧!🤓
    
    有很多工作要做,其中大部分其实**你**都能做。
    
    你现在就能做的主要事情有:
    
    * [在 GitHub 上帮别人解答问题](#help-others-with-questions-in-github)(见上面的章节)。
    * [审阅 Pull Request](#review-pull-requests)(见上面的章节)。
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 11.8K bytes
    - Click Count (0)
  3. docs/ko/docs/help-fastapi.md

        * 다른 사람이 작성한 번역을 검토하는 것도 도울 수 있습니다.
    * 새로운 문서 섹션을 제안할 때.
    * 기존 이슈/버그를 수정할 때.
        * 테스트를 반드시 추가해야 합니다.
    * 새로운 기능을 추가할 때.
        * 테스트를 반드시 추가해야 합니다.
        * 관련 문서가 있다면 반드시 추가해야 합니다.
    
    ## FastAPI 유지 관리 돕기 { #help-maintain-fastapi }
    
    **FastAPI** 유지를 도와주세요! 🤓
    
    할 일이 많고, 그중 대부분은 **여러분**이 할 수 있습니다.
    
    지금 할 수 있는 주요 작업은:
    
    * [GitHub에서 질문으로 다른 사람 돕기](#help-others-with-questions-in-github) (위의 섹션을 참조하세요).
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 15.4K bytes
    - Click Count (0)
  4. src/main/java/org/codelibs/fess/ds/callback/FileListIndexUpdateCallbackImpl.java

     * operations in the search engine. It supports recursive crawling with configurable depth and access count limits.
     *
     * <p>The implementation uses an executor service for concurrent processing of file operations and maintains
     * a cache of URLs to be deleted for batch processing. It handles redirect following and child URL discovery
     * during the crawling process.</p>
     */
    public class FileListIndexUpdateCallbackImpl implements IndexUpdateCallback {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Nov 28 16:29:12 GMT 2025
    - 29.7K bytes
    - Click Count (3)
  5. src/main/java/org/codelibs/fess/rank/fusion/RankFusionProcessor.java

     * This processor supports searching with multiple searchers concurrently and merging their results based on
     * ranking scores to provide more comprehensive and accurate search results.
     *
     * The processor maintains a pool of searchers and an executor service for concurrent operations.
     * It implements rank fusion techniques to combine results from different search engines
     * and provides a unified search interface.
     */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Dec 25 02:13:14 GMT 2025
    - 28K bytes
    - Click Count (0)
  6. src/main/java/org/codelibs/fess/app/service/CrawlingInfoService.java

            }
        }
    
        /**
         * Sets up the conditions for deleting a crawling information record.
         * Ensures all associated CrawlingInfoParam records are deleted first to maintain referential integrity.
         *
         * @param crawlingInfo the crawling information entity to prepare for deletion
         */
        protected void setupDeleteCondition(final CrawlingInfo crawlingInfo) {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Jul 17 08:28:31 GMT 2025
    - 19.9K bytes
    - Click Count (0)
  7. src/test/java/jcifs/internal/fscc/FileFsSizeInformationTest.java

            }
        }
    
        @Nested
        @DisplayName("State Management Tests")
        class StateManagementTests {
    
            @Test
            @DisplayName("Should maintain state after decode")
            void shouldMaintainStateAfterDecode() throws SMBProtocolDecodingException {
                // Given
                ByteBuffer buffer = ByteBuffer.allocate(24);
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 25.9K bytes
    - Click Count (0)
  8. docs/es/docs/help-fastapi.md

        * Asegúrate de agregar tests.
    * Para agregar una nueva funcionalidad.
        * Asegúrate de agregar tests.
        * Asegúrate de agregar documentación si es relevante.
    
    ## Ayuda a Mantener FastAPI { #help-maintain-fastapi }
    
    ¡Ayúdame a mantener **FastAPI**! 🤓
    
    Hay mucho trabajo por hacer, y para la mayoría de ello, **TÚ** puedes hacerlo.
    
    Las tareas principales que puedes hacer ahora son:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 13.4K bytes
    - Click Count (0)
  9. android/guava/src/com/google/common/util/concurrent/ExecutionSequencer.java

       * {@link MoreExecutors#directExecutor}. Normally, when the first future completes, all the other
       * tasks would be called recursively. Here, we detect that the delegate executor is executing
       * inline, and maintain a queue to dispatch tasks iteratively. There is one instance of this class
       * per call to submit() or submitAsync(), and each instance supports only one call to execute().
       *
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Sep 23 01:35:55 GMT 2025
    - 22.1K bytes
    - Click Count (0)
  10. docs/fr/docs/help-fastapi.md

        * Vous devez ajouter des tests.
    * Ajouter une nouvelle fonctionnalité.
        * Vous devez ajouter des tests.
        * Vous devez ajouter de la documentation si c'est pertinent.
    
    ## Aider à maintenir FastAPI { #help-maintain-fastapi }
    
    Aidez‑moi à maintenir **FastAPI** ! 🤓
    
    Il y a beaucoup de travail à faire, et pour la plupart, **VOUS** pouvez le faire.
    
    Les principales tâches que vous pouvez faire dès maintenant sont :
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 14.6K bytes
    - Click Count (0)
Back to Top