- Sort Score
- Num 10 results
- Language All
Results 851 - 860 of 1,568 for configurationId (0.27 seconds)
-
compat/maven-compat/pom.xml
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Dec 16 13:41:14 GMT 2025 - 8.1K bytes - Click Count (0) -
internal/bucket/lifecycle/rule.go
package lifecycle import ( "bytes" "encoding/xml" ) // Status represents lifecycle configuration status type Status string // Supported status types const ( Enabled Status = "Enabled" Disabled Status = "Disabled" ) // Rule - a rule for lifecycle configuration. type Rule struct { XMLName xml.Name `xml:"Rule"`
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Mon Nov 25 20:12:21 GMT 2024 - 6.4K bytes - Click Count (0) -
src/test/java/org/codelibs/curl/CurlRequestTest.java
} assertNotNull(request); } @Test public void testComplexFluentChaining() { // Test complex fluent chaining with various configurations CurlRequest request = new CurlRequest(Method.POST, "https://api.example.com/v1/users").encoding("UTF-8").threshold(2048).gzip()Created: Sat Dec 20 09:13:53 GMT 2025 - Last Modified: Mon Nov 24 03:10:07 GMT 2025 - 20.5K bytes - Click Count (0) -
impl/maven-core/src/test/java/org/apache/maven/lifecycle/LifecycleExecutorTest.java
.toList()); // Keep the separate configuration checks assertEquals( "src/main/mdo/remote-resources.mdo", new MojoExecutionXPathContainer(executions.get(1)).getValue("configuration/models[1]/model")); assertEquals( "src/main/mdo/supplemental-model.mdo",
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Sep 17 10:01:14 GMT 2025 - 22.9K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/PluginUpgrade.java
* specific language governing permissions and limitations * under the License. */ package org.apache.maven.cling.invoker.mvnup.goals; /** * Plugin upgrade configuration for Maven 4 compatibility. * This record holds information about plugins that need to be upgraded * to specific minimum versions to work properly with Maven 4. * * @param groupId the Maven groupId of the plugin
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Sat Jun 07 06:22:47 GMT 2025 - 1.4K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/logging/impl/LogbackConfiguration.java
* under the License. */ package org.apache.maven.cling.logging.impl; import org.apache.maven.cling.logging.BaseSlf4jConfiguration; import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** * Configuration for slf4j-logback. * * @since 3.1.0 */ public class LogbackConfiguration extends BaseSlf4jConfiguration { @Override public void setRootLoggerLevel(Level level) {Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Dec 17 09:56:12 GMT 2024 - 1.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/stemmeroverride/UploadForm.java
* This form is used in the admin interface to upload custom stemmer override dictionary files. */ public class UploadForm { /** * The dictionary ID that identifies which stemmer override dictionary configuration to update. * This ID corresponds to a specific stemmer override dictionary instance in the system. */ @Required public String dictId; /**Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.7K bytes - Click Count (0) -
internal/config/ilm/help.go
EnvILMExpirationWorkers = "MINIO_ILM_EXPIRATION_WORKERS" ) var ( defaultHelpPostfix = func(key string) string { return config.DefaultHelpPostfix(DefaultKVS, key) } // Help holds configuration keys and their default values for the ILM // subsystem Help = config.HelpKVS{ config.HelpKV{ Key: transitionWorkers, Type: "number",
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Thu May 30 08:14:58 GMT 2024 - 1.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/pager/DuplicateHostPager.java
/** Number of records to display per page. */ private int pageSize; /** Current page number being displayed. */ private int currentPageNumber; /** Search/filter parameter for duplicate host configuration ID. */ public String id; /** Search/filter parameter for regular hostname pattern. */ public String regularName; /** Search/filter parameter for duplicate hostname pattern. */Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 7.5K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/project/ProjectBuildingRequest.java
* * @param validationLevel The level of validation to perform on processed models, e.g. * {@link org.apache.maven.model.building.ModelBuildingRequest#VALIDATION_LEVEL_STRICT}. * @return This configuration, never {@code null}. */ ProjectBuildingRequest setValidationLevel(int validationLevel); /** * Gets the level of validation to perform on processed models. *Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Jul 23 10:13:56 GMT 2025 - 7.5K bytes - Click Count (0)