- Sort Score
- Num 10 results
- Language All
Results 981 - 990 of 2,958 for DEFAULT (0.06 seconds)
-
src/main/java/org/codelibs/fess/helper/RelatedContentHelper.java
* term matching and regex pattern matching for flexible content association. */ public class RelatedContentHelper extends AbstractConfigHelper { /** * Default constructor for RelatedContentHelper. * The constructor does not perform any initialization logic as the actual * initialization is handled by the {@link #init()} method annotated with * {@code @PostConstruct}.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 8.2K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.17.md
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu Jan 28 10:44:33 GMT 2021 - 346.2K bytes - Click Count (1) -
api/maven-api-cli/src/main/java/org/apache/maven/api/cli/ParserRequest.java
* If not set, {@link System#in} will be used by default. * * @return the input stream, or null if not set */ @Nullable InputStream stdIn(); /** * Returns the output stream to be used for the Maven execution. * If not set, {@link System#out} will be used by default. * * @return the output stream, or null if not set */Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sat Jun 07 06:22:47 GMT 2025 - 15.9K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/CompatibilityFixStrategy.java
boolean useAll = options.all().orElse(false); if (useAll) { return true; } // Apply default behavior: if no specific options are provided, enable --model // OR if all options are explicitly disabled, still apply default behavior boolean noOptionsSpecified = options.all().isEmpty() && options.infer().isEmpty() && options.model().isEmpty()
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 22.2K bytes - Click Count (0) -
src/main/java/jcifs/smb/StaticJAASConfiguration.java
/** * @author mbechler * */ class StaticJAASConfiguration extends Configuration { private Map<String, ?> options; /** * Initialize a static JAAS configuration with default settings */ public StaticJAASConfiguration() { this.options = new HashMap<>(); } /** * Initialize a static JAAS configuration with custom settings * * @param optionsCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 07:14:38 GMT 2025 - 1.9K bytes - Click Count (0) -
internal/config/ilm/help.go
) 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 Apr 05 19:28:12 GMT 2026 - Last Modified: Thu May 30 08:14:58 GMT 2024 - 1.8K bytes - Click Count (0) -
docs_src/path_params_numeric_validations/tutorial001_py310.py
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri May 13 23:38:22 GMT 2022 - 332 bytes - Click Count (0) -
.idea/inspectionProfiles/Project_Default.xml
<component name="InspectionProjectProfileManager"> <profile version="1.0"> <option name="myName" value="Project Default" /> <inspection_tool class="GroovyPointlessBoolean" enabled="false" level="WARNING" enabled_by_default="false" /> <inspection_tool class="PointlessBooleanExpression" enabled="false" level="WARNING" enabled_by_default="false"> <option name="m_ignoreExpressionsContainingConstants" value="true" /> </inspection_tool>
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Aug 03 17:06:14 GMT 2021 - 579 bytes - Click Count (0) -
CLAUDE.md
### I/O Layer - **`ContentCache`**: In-memory or file-based caching. Implements `Closeable` and auto-deletes file cache on close. - **`ContentOutputStream`**: Extends `DeferredFileOutputStream`. Writes to memory until threshold (default 1MB) exceeded, then spills to temp file. ## Technical Details - **Java Version**: 17+ - **Dependencies**: Apache Commons IO (runtime), JUnit 4 (test) - **Module Name**: `org.codelibs.curl4j`
Created: Thu Apr 02 15:34:12 GMT 2026 - Last Modified: Thu Jan 08 07:28:24 GMT 2026 - 4.3K bytes - Click Count (0) -
android/guava-testlib/src/com/google/common/collect/testing/features/CollectionFeature.java
return implied; } @Retention(RetentionPolicy.RUNTIME) @Inherited @TesterAnnotation public @interface Require { CollectionFeature[] value() default {}; CollectionFeature[] absent() default {}; }Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Oct 30 16:15:19 GMT 2024 - 4.1K bytes - Click Count (0)