- Sort Score
- Result 10 results
- Languages All
Results 131 - 140 of 1,438 for configurationId (0.08 sec)
-
cmd/api-errors.go
HTTPStatusCode: http.StatusBadRequest, }, ErrOverlappingConfigs: { Code: "InvalidArgument", Description: "Configurations overlap. Configurations on the same bucket cannot share a common event type.", HTTPStatusCode: http.StatusBadRequest, }, ErrUnsupportedNotification: { Code: "UnsupportedNotification",Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Wed Apr 16 07:34:24 UTC 2025 - 93K bytes - Viewed (3) -
impl/maven-core/src/test/java/org/apache/maven/project/ProjectBuilderTest.java
ProjectBuildingRequest configuration = new DefaultProjectBuildingRequest(); configuration.setRepositorySession(mavenSession.getRepositorySession()); configuration.setResolveDependencies(true); List<ProjectBuildingResult> result = projectBuilder.build(Collections.singletonList(file), false, configuration); MavenProject project = result.get(0).getProject();
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 10:01:14 UTC 2025 - 17.6K bytes - Viewed (0) -
compat/maven-plugin-api/src/main/java/org/apache/maven/plugin/lifecycle/Phase.java
} // -- void removeExecution( Execution ) /** * Set configuration to pass to all goals run in this phase. * * @param configuration a configuration object. */ public void setConfiguration(Object configuration) { this.configuration = configuration; } // -- void setConfiguration( Object ) /** * Set the goals to execute within the phase.
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 3.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/webconfig/ApiAdminWebconfigAction.java
.status(ApiResult.Status.OK) .result()); } /** * Retrieves a specific web configuration setting by ID. * * @param id the ID of the web configuration setting to retrieve * @return JSON response containing the web configuration setting */ // GET /api/admin/webconfig/setting/{id} @Execute public JsonResponse<ApiResult> get$setting(final String id) {
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 8.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/webconfig/CreateForm.java
* The boost value for documents from this web configuration. */ @Required @ValidateTypeFailure public Float boost; /** * Whether this web configuration is available for crawling. */ @Required @Size(max = 5) public String available; /** * Permissions required to access documents from this configuration. */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/saml/SamlAuthenticator.java
} /** * Builds a default URL for SAML endpoints. * Uses the configured base URL or defaults to http://localhost:8080 for compatibility * with common SAML IdP configurations. * * @param path the path to append to the base URL * @return the complete URL */ protected String buildDefaultUrl(final String path) {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sun Dec 14 01:18:25 UTC 2025 - 20.2K bytes - Viewed (3) -
impl/maven-core/src/test/java/org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactoryTest.java
server.setUsername("jason"); server.setPassword("abc123"); Xpp3Dom configuration = new Xpp3Dom("configuration"); Xpp3Dom wagonProvider = new Xpp3Dom("wagonProvider"); wagonProvider.setValue("httpclient"); configuration.addChild(wagonProvider); server.setConfiguration(configuration); MavenExecutionRequest request = new DefaultMavenExecutionRequest();
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Jan 10 08:42:00 UTC 2025 - 19.1K bytes - Viewed (0) -
api/maven-api-plugin/src/main/mdo/plugin.mdo
<description> Specifies that this parameter can be configured directly by the user (as in the case of POM-specified configuration). This is useful when you want to force the user to use common POM elements rather than plugin configurations, as in the case where you want to use the artifact's final name as a parameter. In
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Feb 25 08:28:41 UTC 2025 - 24.8K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/project/AbstractMavenProjectTestCase.java
ProjectBuildingRequest configuration = newBuildingRequest(); configuration.setRemoteRepositories(Arrays.asList(new ArtifactRepository[] {})); configuration.setProcessPlugins(false); configuration.setResolveDependencies(true); try { return projectBuilder.build(pom, configuration).getProject(); } catch (Exception e) {
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Jan 10 08:42:00 UTC 2025 - 7.2K bytes - Viewed (0) -
compat/maven-compat/src/main/resources/META-INF/maven/plugin-expressions/project.paramdoc.xml
<url>scp://host/path/to/repo</url> </snapshotRepository> </distributionManagement> ]]></configuration> <description> This is the ArtifactRepository used to deploy artifacts built by this Maven. </description> </expression> <expression> <syntax>project.artifact</syntax> <configuration> <![CDATA[ <groupId>project.group</groupId> <artifactId>project-artifact</artifactId>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 5.6K bytes - Viewed (0)