Search Options

Results per page
Sort
Preferred Languages
Advance

Results 211 - 220 of 875 for 100 (0.01 sec)

  1. src/main/java/org/codelibs/fess/app/web/admin/group/CreateForm.java

        }
    
        /**
         * The CRUD mode for the form.
         */
        @ValidateTypeFailure
        public Integer crudMode;
    
        /**
         * The name of the group.
         */
        @Required
        @Size(max = 100)
        public String name;
    
        /**
         * Additional attributes for the group.
         */
        public Map<String, String> attributes = new HashMap<>();
    
        /**
         * Initializes the form with default values.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  2. okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/connection/AddressPolicy.kt

      @JvmField val backoffDelayMillis: Long = 60 * 1000,
      /** How much jitter to introduce in connection retry backoff delays */
      @JvmField val backoffJitterMillis: Int = 100,
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Jun 03 17:10:08 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  3. guava/src/com/google/common/cache/RemovalListeners.java

    import com.google.common.annotations.GwtIncompatible;
    import java.util.concurrent.Executor;
    
    /**
     * A collection of common removal listeners.
     *
     * @author Charles Fry
     * @since 10.0
     */
    @GwtIncompatible
    public final class RemovalListeners {
    
      private RemovalListeners() {}
    
      /**
       * Returns a {@code RemovalListener} which processes all eviction notifications using {@code
       * executor}.
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Dec 21 03:10:51 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  4. guava/src/com/google/common/collect/BoundType.java

     * ("open"). If a range is unbounded on a side, it is neither open nor closed on that side; the
     * bound simply does not exist.
     *
     * @since 10.0
     */
    @GwtCompatible
    public enum BoundType {
      /** The endpoint value <i>is not</i> considered part of the set ("exclusive"). */
      OPEN(false),
      CLOSED(true);
    
      final boolean inclusive;
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Dec 21 03:10:51 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  5. docs/em/docs/tutorial/testing.md

    rootdir: /home/user/code/superawesome-cli/app
    plugins: forked-1.1.3, xdist-1.31.0, cov-2.8.1
    collected 6 items
    
    ---> 100%
    
    test_main.py <span style="color: green; white-space: pre;">......                            [100%]</span>
    
    <span style="color: green;">================= 1 passed in 0.03s =================</span>
    ```
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  6. src/test/java/jcifs/internal/smb2/create/Smb2CloseResponseTest.java

        class WriteBytesWireFormatTests {
    
            @Test
            @DisplayName("Should always return 0")
            void testWriteBytesWireFormat() {
                // Given
                byte[] dst = new byte[100];
                int dstIndex = 0;
    
                // When
                int result = response.writeBytesWireFormat(dst, dstIndex);
    
                // Then
                assertEquals(0, result);
            }
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 26.9K bytes
    - Viewed (0)
  7. src/test/java/jcifs/internal/smb2/ioctl/SrvCopychunkCopyTest.java

                byte[] sourceKey = new byte[SOURCE_KEY_SIZE];
                SrvCopychunk[] chunks = new SrvCopychunk[chunkCount];
                for (int i = 0; i < chunkCount; i++) {
                    chunks[i] = new SrvCopychunk(i * 100, i * 200, i * 300);
                }
                SrvCopychunkCopy copy = new SrvCopychunkCopy(sourceKey, chunks);
    
                // When
                int size = copy.size();
    
                // Then
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 23.1K bytes
    - Viewed (0)
  8. src/main/resources/fess_config.properties

    page.crawling.info.param.max.fetch.size=100
    # Maximum number of crawling info records to fetch per page.
    page.crawling.info.max.fetch.size=1000
    # Maximum number of data config records to fetch per page.
    page.data.config.max.fetch.size=100
    # Maximum number of web config records to fetch per page.
    page.web.config.max.fetch.size=100
    # Maximum number of file config records to fetch per page.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 14:45:37 UTC 2025
    - 54.7K bytes
    - Viewed (0)
  9. docs/en/docs/virtual-environments.md

    <div class="termy">
    
    ```console
    $ pip install "fastapi[standard]"
    
    ---> 100%
    ```
    
    </div>
    
    ////
    
    //// tab | `uv`
    
    If you have <a href="https://github.com/astral-sh/uv" class="external-link" target="_blank">`uv`</a>:
    
    <div class="termy">
    
    ```console
    $ uv pip install "fastapi[standard]"
    ---> 100%
    ```
    
    </div>
    
    ////
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 22.4K bytes
    - Viewed (0)
  10. docs/em/docs/advanced/generate-clients.md

    ```console
    $ npm install @hey-api/openapi-ts --save-dev
    
    ---> 100%
    ```
    
    </div>
    
    #### 🏗 👩‍đŸ’ģ 📟
    
    🏗 👩‍đŸ’ģ 📟 👆 đŸ’Ē âš™ī¸ 📋 ⏸ 🈸 `openapi-ts` 👈 🔜 🔜 ❎.
    
    â†Šī¸ âšĢī¸ ❎ 🇧đŸ‡ŋ 🏗, 👆 🎲 đŸšĢ🔜 đŸ’Ē 🤙 👈 📋 🔗, âœ‹ī¸ 👆 🔜 🚮 âšĢī¸ 🔛 👆 `package.json` 📁.
    
    âšĢī¸ đŸ’Ē 👀 💖 👉:
    
    ```JSON  hl_lines="7"
    {
      "name": "frontend-app",
      "version": "1.0.0",
      "description": "",
      "main": "index.js",
      "scripts": {
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 7.7K bytes
    - Viewed (0)
Back to top