- Sort Score
- Num 10 results
- Language All
Results 801 - 810 of 1,084 for optionalen (0.06 seconds)
-
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) -
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) -
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 tokensCreated: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Sat Mar 14 02:35:38 GMT 2026 - 15.2K bytes - Click Count (0) -
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) -
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 deployCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 20.8K bytes - Click Count (0) -
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) -
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) -
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) -
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) -
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)