Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 801 - 810 of 1,084 for optionalen (0.14 seconds)

  1. README.md

    ## ๐Ÿš€ Getting Started
    
    ### Requirements
    - **Java 21 or higher** (Required for modern language features)
    - **Maven 3.6+** or **Gradle 7+** for build management
    - **Optional**: SLF4J or Commons Logging for logging support
    
    ### Maven Dependency
    ```xml
    <dependency>
        <groupId>org.codelibs</groupId>
        <artifactId>corelib</artifactId>
        <version>0.7.0</version>
    </dependency>
    Created: Fri Apr 03 20:58:12 GMT 2026
    - Last Modified: Sun Aug 31 02:56:02 GMT 2025
    - 12.7K bytes
    - Click Count (0)
  2. compat/maven-model-builder/src/main/java/org/apache/maven/model/building/ModelBuildingRequest.java

         *
         * @return The model cache or {@code null} if not set.
         */
        ModelCache getModelCache();
    
        /**
         * Sets the model cache to use for reuse of previously built models. This is an optional component that serves
         * performance optimizations.
         *
         * @param modelCache The model cache to use, may be {@code null}.
         * @return This request, never {@code null}.
         */
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Sat Apr 05 11:52:05 GMT 2025
    - 12.8K bytes
    - Click Count (0)
  3. src/main/java/org/codelibs/fess/suggest/index/contents/DefaultContentsParser.java

                final String lang) {
            return analyzeTextInternal(analyzer, field, text, lang, true);
        }
    
        /**
         * Internal method for analyzing text with optional reading support.
         * @param analyzer Analyzer
         * @param field Field
         * @param text Text
         * @param lang Language
         * @param useReading Whether to use reading analysis
         * @return List of tokens
    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Sat Mar 14 02:35:38 GMT 2026
    - 15.2K bytes
    - Click Count (0)
  4. tensorflow/c/c_api.h

    TF_CAPI_EXPORT extern void TF_GraphImportGraphDef(
        TF_Graph* graph, const TF_Buffer* graph_def,
        const TF_ImportGraphDefOptions* options, TF_Status* status);
    
    // Adds a copy of function `func` and optionally its gradient function `grad`
    // to `g`. Once `func`/`grad` is added to `g`, it can be called by creating
    // an operation using the function's name.
    // Any changes to `func`/`grad` (including deleting it) done after this method
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Oct 26 21:08:15 GMT 2023
    - 82.3K bytes
    - Click Count (0)
  5. docs/zh-hant/docs/index.md

    * ่จฑๅคš้กๅค–ๅŠŸ่ƒฝ๏ผˆๆ„Ÿ่ฌ Starlette๏ผ‰๏ผŒไพ‹ๅฆ‚๏ผš
        * **WebSockets**
        * ๅŸบๆ–ผ HTTPX ่ˆ‡ `pytest` ็š„ๆฅตๅ…ถ็ฐกๅ–ฎ็š„ๆธฌ่ฉฆ
        * **CORS**
        * **Cookie Sessions**
        * ...ไปฅๅŠๆ›ดๅคšใ€‚
    
    ### ้ƒจ็ฝฒไฝ ็š„ๆ‡‰็”จ๏ผˆๅฏ้ธ๏ผ‰ { #deploy-your-app-optional }
    
    ไฝ ไนŸๅฏไปฅ้ธๆ“‡ๅฐ‡ FastAPI ๆ‡‰็”จ้ƒจ็ฝฒๅˆฐ [FastAPI Cloud](https://fastapicloud.com)๏ผŒๅฆ‚ๆžœไฝ ้‚„ๆฒ’ๅŠ ๅ…ฅ๏ผŒๅŽป็™ป่จ˜็ญ‰ๅ€™ๅๅ–ฎๅงใ€‚๐Ÿš€
    
    ๅฆ‚ๆžœไฝ ๅทฒ็ถ“ๆœ‰ **FastAPI Cloud** ๅธณ่™Ÿ๏ผˆๆˆ‘ๅ€‘ๅทฒๅพž็ญ‰ๅ€™ๅๅ–ฎ้‚€่ซ‹ไฝ  ๐Ÿ˜‰๏ผ‰๏ผŒไฝ ๅฏไปฅ็”จไธ€ๅ€‹ๆŒ‡ไปค้ƒจ็ฝฒไฝ ็š„ๆ‡‰็”จใ€‚
    
    <div class="termy">
    
    ```console
    $ fastapi deploy
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 20.8K bytes
    - Click Count (0)
  6. CHANGELOG/CHANGELOG-1.4.md

        - [DELETE operation in REST API](#delete-operation-in-rest-api)
      - [Action Required Before Upgrading](#action-required-before-upgrading)
    - [optionally, remove the old secret](#optionally-remove-the-old-secret)
      - [Previous Releases Included in v1.4.0](#previous-releases-included-in-v140)
    - [v1.4.0-beta.11](#v140-beta11)
      - [Downloads](#downloads-6)
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 133.5K bytes
    - Click Count (0)
  7. guava/src/com/google/common/collect/Table.java

     * Updating the table can change the contents of those collections, and updating the collections
     * will change the table.
     *
     * <p>All methods that modify the table are optional, and the views returned by the table may or may
     * not be modifiable. When modification isn't supported, those methods will throw an {@link
     * UnsupportedOperationException}.
     *
     * <h3>Implementations</h3>
     *
     * <ul>
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Jul 08 18:32:10 GMT 2025
    - 10.5K bytes
    - Click Count (0)
  8. docs/ko/docs/tutorial/body.md

    ์ฟผ๋ฆฌ ๋งค๊ฐœ๋ณ€์ˆ˜๋ฅผ ์„ ์–ธํ•  ๋•Œ์™€ ๊ฐ™์ด, ๋ชจ๋ธ ์–ดํŠธ๋ฆฌ๋ทฐํŠธ๊ฐ€ ๊ธฐ๋ณธ ๊ฐ’์„ ๊ฐ€์ง€๊ณ  ์žˆ์–ด๋„ ์ด๋Š” ํ•„์ˆ˜๊ฐ€ ์•„๋‹™๋‹ˆ๋‹ค. ๊ทธ์™ธ์—๋Š” ํ•„์ˆ˜์ž…๋‹ˆ๋‹ค. ๊ทธ์ € `None`์„ ์‚ฌ์šฉํ•˜์—ฌ ์„ ํƒ์ ์œผ๋กœ ๋งŒ๋“ค ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.
    
    ์˜ˆ๋ฅผ ๋“ค๋ฉด, ์œ„์˜ ์ด ๋ชจ๋ธ์€ JSON "`object`" (ํ˜น์€ ํŒŒ์ด์ฌ `dict`)์„ ๋‹ค์Œ๊ณผ ๊ฐ™์ด ์„ ์–ธํ•ฉ๋‹ˆ๋‹ค:
    
    ```JSON
    {
        "name": "Foo",
        "description": "An optional description",
        "price": 45.2,
        "tax": 3.5
    }
    ```
    
    ...`description`๊ณผ `tax`๋Š” (๊ธฐ๋ณธ ๊ฐ’์ด `None`์œผ๋กœ ๋˜์–ด ์žˆ์–ด) ์„ ํƒ์ ์ด๊ธฐ ๋•Œ๋ฌธ์—, ์ด JSON "`object`"๋Š” ๋‹ค์Œ๊ณผ ๊ฐ™์€ ์ƒํ™ฉ์—์„œ๋„ ์œ ํšจํ•ฉ๋‹ˆ๋‹ค:
    
    ```JSON
    {
        "name": "Foo",
        "price": 45.2
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 8K bytes
    - Click Count (0)
  9. src/main/java/org/codelibs/fess/app/web/base/FessSearchAction.java

    import org.codelibs.fess.mylasta.action.FessUserBean;
    import org.codelibs.fess.query.QueryFieldConfig;
    import org.codelibs.fess.thumbnail.ThumbnailManager;
    import org.codelibs.fess.util.ComponentUtil;
    import org.dbflute.optional.OptionalThing;
    import org.lastaflute.web.login.LoginManager;
    import org.lastaflute.web.response.ActionResponse;
    import org.lastaflute.web.response.HtmlResponse;
    import org.lastaflute.web.response.next.HtmlNext;
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Jan 18 04:42:56 GMT 2026
    - 14K bytes
    - Click Count (0)
  10. src/main/java/org/codelibs/fess/helper/ActivityHelper.java

    import org.codelibs.core.lang.StringUtil;
    import org.codelibs.fess.app.web.base.login.FessCredential;
    import org.codelibs.fess.mylasta.action.FessUserBean;
    import org.codelibs.fess.util.ComponentUtil;
    import org.dbflute.optional.OptionalThing;
    import org.lastaflute.web.login.credential.LoginCredential;
    import org.lastaflute.web.util.LaRequestUtil;
    
    import jakarta.annotation.PostConstruct;
    
    /**
     * The helper for user activities.
    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)
Back to Top