- Sort Score
- Result 10 results
- Languages All
Results 231 - 240 of 582 for toOptional (0.06 sec)
-
src/main/java/jcifs/smb/SmbTreeInternal.java
void connectLogon(CIFSContext tf) throws SmbException; /** * Sends an SMB request and returns the response * @param <T> the response type * @param request the request to send * @param params optional request parameters * @return response message * @throws CIFSException if an error occurs sending the request */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 1.9K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbTransportImplTest.java
assertNull(transport.getServerEncryptionKey()); } @Test @DisplayName("Signing enforced/optional adhere to flags and negotiation") void signingModes() throws Exception { // Enforced via constructor flag -> optional false, enforced true regardless of negotiation SmbTransportImpl enforced = new SmbTransportImpl(ctx, address, 445, null, 0, true);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 17.6K bytes - Viewed (0) -
docs/em/docs/tutorial/query-params-str-validations.md
{* ../../docs_src/query_params_str_validations/tutorial006c.py hl[9] *} /// tip Pydantic, β β«οΈβ ποΈ π π½ π¬ & π οΈ FastAPI, βοΈ π π πβ π βοΈ `Optional` βοΈ `Union[Something, None]` π΅ π’ π², π πͺ β π π β«οΈ Pydantic π©Ί π <a href="https://docs.pydantic.dev/latest/concepts/models/#required-optional-fields" class="external-link" target="_blank">β π¦ π</a>. /// ## π’ π’ π / π π²
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Feb 15 16:23:59 UTC 2025 - 7.8K bytes - Viewed (0) -
docs/fr/docs/tutorial/query-params.md
/// /// note **FastAPI** saura que `q` est optionnel grΓ’ce au `=None`. Le `Optional` dans `Optional[str]` n'est pas utilisΓ© par **FastAPI** (**FastAPI** n'en utilisera que la partie `str`), mais il servira tout de mΓͺme Γ votre Γ©diteur de texte pour dΓ©tecter des erreurs dans votre code. ///
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 5.6K bytes - Viewed (0) -
maven-tests/mvnw
# ---------------------------------------------------------------------------- # ---------------------------------------------------------------------------- # Apache Maven Wrapper startup batch script, version 3.3.2 # # Optional ENV vars # ----------------- # JAVA_HOME - location of a JDK home dir, required when download maven via java source # MVNW_REPOURL - repo url base for downloading maven distribution
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Jul 12 12:05:57 UTC 2025 - 10.4K bytes - Viewed (0) -
pom.xml
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Mon Aug 25 14:34:10 UTC 2025 - 12.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/sso/SsoAction.java
import org.codelibs.fess.exception.SsoMessageException; import org.codelibs.fess.sso.SsoManager; import org.codelibs.fess.sso.SsoResponseType; import org.codelibs.fess.util.ComponentUtil; import org.dbflute.optional.OptionalThing; import org.lastaflute.web.Execute; import org.lastaflute.web.UrlChain; import org.lastaflute.web.login.credential.LoginCredential; import org.lastaflute.web.login.exception.LoginFailureException;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 9.5K bytes - Viewed (0) -
guava/src/com/google/common/graph/ValueGraphBuilder.java
import static com.google.common.base.Preconditions.checkNotNull; import static com.google.common.graph.Graphs.checkNonNegative; import com.google.common.annotations.Beta; import com.google.common.base.Optional; import com.google.errorprone.annotations.CanIgnoreReturnValue; /** * A builder for constructing instances of {@link MutableValueGraph} or {@link ImmutableValueGraph} * with user-defined properties. *
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Mar 17 20:26:29 UTC 2025 - 7.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/dict/synonym/SynonymFile.java
import org.codelibs.fess.Constants; import org.codelibs.fess.dict.DictionaryException; import org.codelibs.fess.dict.DictionaryFile; import org.codelibs.fess.util.ComponentUtil; import org.dbflute.optional.OptionalEntity; /** * Manages a dictionary file for synonyms. * This class handles reading, parsing, and updating files that contain * synonym rules. The file format supports both explicit mappings (e.g., `a => b`)
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 15.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/rank/fusion/RankFusionProcessor.java
import org.codelibs.fess.util.ComponentUtil; import org.codelibs.fess.util.DocumentUtil; import org.codelibs.fess.util.FacetResponse; import org.codelibs.fess.util.QueryResponseList; import org.dbflute.optional.OptionalThing; import org.lastaflute.di.core.ExternalContext; import org.lastaflute.di.core.factory.SingletonLaContainerFactory; import org.lastaflute.web.util.LaRequestUtil; import org.lastaflute.web.util.LaResponseUtil;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 24.8K bytes - Viewed (0)