- Sort Score
- Result 10 results
- Languages All
Results 381 - 390 of 1,613 for _parameters (0.2 sec)
-
src/main/java/org/codelibs/fess/rank/fusion/RankFusionSearcher.java
} return name; } /** * Executes a search operation with the specified parameters. * This method must be implemented by concrete searcher classes. * * @param query the search query string * @param params the search request parameters including pagination, filters, etc. * @param userBean the optional user bean for access control and personalizationRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.5K bytes - Viewed (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/building/ModelBuilder.java
*/ @Deprecated(since = "4.0.0") public interface ModelBuilder { /** * Builds the effective model of the specified POM. * * @param request The model building request that holds the parameters, must not be {@code null}. * @return The result of the model building, never {@code null}. * @throws ModelBuildingException If the effective model could not be built. */Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Feb 25 08:27:34 UTC 2025 - 2.6K bytes - Viewed (0) -
build-logic/buildquality/src/main/kotlin/gradlebuild/incubation/action/IncubatingApiReportWorkAction.kt
override fun execute() { try { val versionToIncubating = mutableMapOf<Version, MutableSet<IncubatingDescription>>() val repositoryRoot = parameters.repositoryRoot.get().asFile.toPath() parameters.srcDirs.forEach { srcDir -> if (srcDir.exists()) { val collector = CompositeVersionsToIncubatingCollector( listOf(Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Jun 02 09:57:54 UTC 2025 - 14.1K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/MediaTypeTest.kt
assertEquals("utf-8", mediaType.parameter("charset")) assertEquals("1", mediaType.parameter("a")) assertEquals("2", mediaType.parameter("b")) assertEquals("3", mediaType.parameter("c")) assertEquals("utf-8", mediaType.parameter("CHARSET")) assertEquals("1", mediaType.parameter("A")) assertEquals("2", mediaType.parameter("B")) assertEquals("3", mediaType.parameter("C")) }
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Fri Dec 27 13:39:56 UTC 2024 - 7.5K bytes - Viewed (0) -
src/main/java/org/codelibs/core/beans/ConstructorDesc.java
/** * Returns {@literal true} if the parameter type of the constructor is parameterized. * * @param index * The index of the parameter * @return {@literal true} if the parameter type is parameterized */ boolean isParameterized(int index); /** * Returns an array of {@link ParameterizedClassDesc} representing the parameter types of the method. *Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Sat May 10 01:32:17 UTC 2025 - 3.5K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/msrpc/samr.java
} } /** * SAMR Connect4 operation for establishing a connection to the SAM database. * This is an enhanced version of Connect2 with additional parameters. */ public static class SamrConnect4 extends DcerpcMessage { @Override public int getOpnum() { return 0x3e; }Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 23.4K bytes - Viewed (0) -
src/main/java/jcifs/smb1/dcerpc/msrpc/samr.java
retval = _src.dec_ndr_long(); } } /** * SAMR Connect4 operation for establishing a connection to the SAM database. * This is an enhanced version of Connect2 with additional parameters. */ public static class SamrConnect4 extends DcerpcMessage { @Override public int getOpnum() { return 0x3e; }
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 23.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/score/QueryRescorer.java
/** * Interface for query rescoring implementations. */ public interface QueryRescorer { /** * Evaluates the rescorer with the given parameters. * * @param params the parameters for rescoring * @return the rescorer builder */ RescorerBuilder<?> evaluate(final Map<String, Object> params);Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1K bytes - Viewed (0) -
tests/test_request_params/test_query/test_optional_str.py
return {"p": p.p} @pytest.mark.parametrize( "path", ["/optional-str", "/model-optional-str"], ) def test_optional_str_schema(path: str): assert app.openapi()["paths"][path]["get"]["parameters"] == [ { "required": False, "schema": { "anyOf": [{"type": "string"}, {"type": "null"}], "title": "P", }, "name": "p",Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 27 18:19:10 UTC 2025 - 8.1K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ArtifactResolver.java
* @return {@link ArtifactResolverResult} * @throws ArtifactResolverException in case of an error * @throws IllegalArgumentException in case of parameter {@code buildingRequest} is {@code null} or * parameter {@code mavenArtifact} is {@code null} or invalid */ ArtifactResolverResult resolve(ArtifactResolverRequest request); /**Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Sep 12 06:19:14 UTC 2024 - 3.2K bytes - Viewed (0)