- Sort Score
- Num 10 results
- Language All
Results 721 - 730 of 996 for toOptional (0.06 seconds)
-
src/main/java/org/codelibs/fess/ldap/LdapManager.java
import org.codelibs.fess.opensearch.user.exentity.Role; import org.codelibs.fess.opensearch.user.exentity.User; import org.codelibs.fess.util.ComponentUtil; import org.codelibs.fess.util.OptionalUtil; import org.dbflute.optional.OptionalEntity; import org.dbflute.util.DfTypeUtil; import jakarta.annotation.PostConstruct; /** * Manages LDAP connections and operations. */ public class LdapManager {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Jan 02 08:06:20 GMT 2026 - 85.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/sso/oic/OpenIdConnectAuthenticator.java
import org.codelibs.fess.mylasta.action.FessUserBean; import org.codelibs.fess.sso.SsoAuthenticator; import org.codelibs.fess.sso.SsoResponseType; import org.codelibs.fess.util.ComponentUtil; import org.dbflute.optional.OptionalEntity; import org.lastaflute.web.login.credential.LoginCredential; import org.lastaflute.web.response.ActionResponse; import org.lastaflute.web.response.HtmlResponse; import org.lastaflute.web.util.LaRequestUtil;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Dec 14 01:18:25 GMT 2025 - 16.5K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/concurrent/BuildPlanExecutor.java
import java.time.Instant; import java.util.ArrayList; import java.util.Collections; import java.util.HashMap; import java.util.LinkedHashMap; import java.util.List; import java.util.Map; import java.util.Optional; import java.util.Set; import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.ExecutionException; import java.util.concurrent.Executors; import java.util.concurrent.locks.ReadWriteLock;
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Oct 16 06:12:36 GMT 2025 - 55.1K bytes - Click Count (0) -
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) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/AbstractUpgradeGoal.java
* If a plugin version is defined via a property, the property value is updated instead. * * <h3>Inference Optimizations (Optional)</h3> * When {@code --infer} option is enabled, applies inference optimizations to remove redundant information: * * <h4>Limited Inference for 4.0.0 Models (Maven 3.x POMs)</h4> * <ul>
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 12.5K 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) -
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) -
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)