Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 20 of 309 for unlimited (0.08 seconds)

  1. internal/lru/lru.go

    // casting it as uint8 explicitly requires type conversions in multiple places
    const numBuckets = 100
    
    // NewLRU returns a new thread-safe cache with expirable entries.
    //
    // Size parameter set to 0 makes cache of unlimited size, e.g. turns LRU mechanism off.
    //
    // Providing 0 TTL turns expiring off.
    //
    // Delete expired entries every 1/100th of ttl value. Goroutine which deletes expired entries runs indefinitely.
    Created: Sun Apr 05 09:35:12 GMT 2026
    - Last Modified: Sat Mar 21 11:35:55 GMT 2026
    - 12.6K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/ds/callback/FileListIndexUpdateCallbackImpl.java

         *
         * @param paramMap the data store parameters
         * @param dataMap the data map containing crawling configuration
         * @return the maximum access count (-1 for unlimited, 1 for single access, or specified count)
         */
        protected long getMaxAccessCount(final DataStoreParams paramMap, final Map<String, Object> dataMap) {
    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)
  3. docs/zh/docs/features.md

    * 甚至依赖也可以有依赖,创建一个层级或者**“图”依赖**。
    * 所有**自动化处理**都由框架完成。
    * 所有的依赖关系都可以从请求中获取数据,并且**增加了路径操作**约束和自动文档生成。
    * 即使是在依赖项中定义的路径操作参数也会**自动验证**。
    * 支持复杂的用户身份认证系统,**数据库连接**等等。
    * **不依赖**数据库,前端等。但是和它们集成很简单。
    
    ### 无限制的“插件” { #unlimited-plug-ins }
    
    或者说,导入并使用你需要的代码,而不需要它们。
    
    任何集成都被设计得被易于使用(用依赖关系),你可以用和*路径操作*相同的结构和语法,在两行代码中为你的应用创建一个“插件”。
    
    ### 测试 { #tested }
    
    * 100% <dfn title="自动测试的代码量">测试覆盖</dfn>。
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 8.7K bytes
    - Click Count (0)
  4. docs/zh-hant/docs/features.md

    * 所有**自動化處理**都由框架完成。
    * 依賴項不僅能從請求中提取資料,還能**對 API 的路徑操作進行強化**,並自動生成文檔。
    * 即使是依賴項中定義的*路徑操作參數*,也會**自動進行驗證**。
    * 支持複雜的用戶身份驗證系統、**資料庫連接**等。
    * 不與資料庫、前端等進行強制綁定,但能輕鬆整合它們。
    
    ### 無限制「擴充功能」 { #unlimited-plug-ins }
    
    或者說,無需其他額外配置,直接導入並使用你所需要的程式碼。
    
    任何整合都被設計得非常簡單易用(通過依賴注入),你只需用與*路徑操作*相同的結構和語法,用兩行程式碼就能為你的應用程式建立一個「擴充功能」。
    
    ### 測試 { #tested }
    
    * 100% <dfn title="自動化測試所涵蓋的程式碼量">測試覆蓋率</dfn>。
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 9.2K bytes
    - Click Count (0)
  5. docs/ko/docs/features.md

    * 의존성에 정의된 *경로 처리* 매개변수에 대해서도 **자동 검증**을 합니다.
    * 복잡한 사용자 인증 시스템, **데이터베이스 연결** 등을 지원합니다.
    * 데이터베이스, 프론트엔드 등과 **타협하지 않습니다**. 하지만 모두와 쉽게 통합할 수 있습니다.
    
    ### 제한 없는 "플러그인" { #unlimited-plug-ins }
    
    또 다른 방식으로는, 그것들이 필요 없습니다. 필요한 코드를 임포트해서 사용하면 됩니다.
    
    어떤 통합이든(의존성과 함께) 사용하기 매우 간단하도록 설계되어 있어, *경로 처리*에 사용된 것과 동일한 구조와 문법을 사용해 2줄의 코드로 애플리케이션용 "플러그인"을 만들 수 있습니다.
    
    ### 테스트됨 { #tested }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 11K bytes
    - Click Count (0)
  6. guava-tests/test/com/google/common/cache/CacheEvictionTest.java

        CacheTesting.processPendingNotifications(cache);
        assertThat(removalListener.getCount()).isEqualTo(MAX_SIZE);
        CacheTesting.checkValidState(cache);
      }
    
      /**
       * With an unlimited-size cache with maxWeight of 0, entries weighing 0 should still be cached.
       * Entries with positive weight should not be cached (nor dump existing cache).
       */
      public void testEviction_maxWeight_zero() {
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Mar 18 18:06:14 GMT 2026
    - 15K bytes
    - Click Count (0)
  7. docs/ja/docs/features.md

    * 依存関係で定義された *path operation* のパラメータについても**自動検証**されます。
    * 複雑なユーザー認証システム、**データベース接続** などのサポート。
    * **データベースやフロントエンド等との妥協は不要**。すべてと簡単に統合できます。
    
    ### 無制限の「プラグイン」 { #unlimited-plug-ins }
    
    別の言い方をすれば、プラグインは不要で、必要なコードをインポートして使うだけです。
    
    あらゆる統合は(依存関係を用いて)非常に簡単に使えるよう設計されており、*path operation* で使うのと同じ構造と構文で、2 行のコードでアプリケーション用の「プラグイン」を作れます。
    
    ### テスト済み { #tested }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 11.6K bytes
    - Click Count (0)
  8. android/guava-tests/test/com/google/common/cache/CacheEvictionTest.java

        CacheTesting.processPendingNotifications(cache);
        assertThat(removalListener.getCount()).isEqualTo(MAX_SIZE);
        CacheTesting.checkValidState(cache);
      }
    
      /**
       * With an unlimited-size cache with maxWeight of 0, entries weighing 0 should still be cached.
       * Entries with positive weight should not be cached (nor dump existing cache).
       */
      public void testEviction_maxWeight_zero() {
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Mar 18 18:06:14 GMT 2026
    - 15K bytes
    - Click Count (0)
  9. internal/hash/reader.go

    				CalculatedMD5: v.Computed.String(),
    			}
    		}
    	}
    	return n, err
    }
    
    // Size returns the absolute number of bytes the Reader
    // will return during reading. It returns -1 for unlimited
    // data.
    func (r *Reader) Size() int64 { return r.size }
    
    // ActualSize returns the pre-modified size of the object.
    // DecompressedSize - For compressed objects.
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Wed Jun 25 15:08:54 GMT 2025
    - 11.8K bytes
    - Click Count (0)
  10. guava-tests/benchmark/com/google/common/util/concurrent/MonitorBasedArrayBlockingQueue.java

        try {
          return count;
        } finally {
          monitor.leave();
        }
      }
    
      // this doc comment is a modified copy of the inherited doc comment,
      // without the reference to unlimited queues.
      /**
       * Returns the number of additional elements that this queue can ideally (in the absence of memory
       * or resource constraints) accept without blocking. This is always equal to the initial capacity
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Mar 23 21:06:42 GMT 2026
    - 22.4K bytes
    - Click Count (0)
Back to Top