- Sort Score
- Num 10 results
- Language All
Results 3841 - 3850 of 7,303 for recur2 (0.14 seconds)
-
src/main/java/org/codelibs/fess/app/service/StemmerOverrideService.java
* @param stemmerOvberridePager The pager object for pagination control and state * @return A list of stemmer override items for the current page, or empty list if dictionary not found */ public List<StemmerOverrideItem> getStemmerOverrideList(final String dictId, final StemmerOverridePager stemmerOvberridePager) { return getStemmerOverrideFile(dictId).map(file -> {Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 5.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/service/WebConfigService.java
} /** * Gets a web configuration by its ID. * * @param id The ID of the web configuration * @return Optional containing the web configuration if found */ public OptionalEntity<WebConfig> getWebConfig(final String id) { return webConfigBhv.selectByPK(id); } /** * Gets a web configuration by its name.Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 6.6K bytes - Click Count (0) -
cmd/data-usage.go
if err != nil { if errors.Is(err, errConfigNotFound) { return DataUsageInfo{}, nil } return DataUsageInfo{}, toObjectErr(err, minioMetaBucket, dataUsageObjNamePath) } } var dataUsageInfo DataUsageInfo json := jsoniter.ConfigCompatibleWithStandardLibrary if err = json.Unmarshal(buf, &dataUsageInfo); err != nil { return DataUsageInfo{}, err }Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Thu May 09 00:51:34 GMT 2024 - 5.6K bytes - Click Count (0) -
src/test/java/org/codelibs/core/lang/ModifierUtilTest.java
Created: Sat Dec 20 08:55:33 GMT 2025 - Last Modified: Sat May 10 01:32:17 GMT 2025 - 2.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/exception/ContainerNotAvailableException.java
super("Container is not available."); componentName = "container"; } /** * Gets the name of the component that is not available. * @return The component name. */ public String getComponentName() { return componentName; }
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Wed Nov 19 08:04:23 GMT 2025 - 2.2K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/PlexusContainerCapsule.java
plexusContainer.getLoggerManager().setThresholds(toPlexusLoggingLevel(context.loggerLevel)); } @Override public Lookup getLookup() { return lookup; } @Override public Optional<ClassLoader> currentThreadClassLoader() { return Optional.of(plexusContainer.getContainerRealm()); } @Override public void close() { try { plexusContainer.dispose();
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Mon Mar 24 14:09:05 GMT 2025 - 2.4K bytes - Click Count (0) -
build-logic/jvm/src/main/kotlin/gradlebuild/jvm/argumentproviders/CiEnvironmentProvider.kt
private val toolchainInstallationPaths = test.project.toolchainInstallationPaths @Internal override fun getName() = "ciEnvironment" override fun asArguments(): Iterable<String> { return if (BuildEnvironment.isCiServer) { getRepoMirrorSystemProperties() + getToolchainInstallationPathsProperty() + mapOf(Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Aug 19 10:37:27 GMT 2025 - 2.5K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb1/trans2/Trans2FindFirst2ResponseTest.java
// Test reading data from an empty buffer byte[] buffer = new byte[10]; // Set data count to test return value response.setDataCount(5); // With 0 entries, should return dataCount int result = response.readDataWireFormat(buffer, 0, 0); // Should return dataCount assertEquals(5, result); } @Test void testGetSid() {Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 5.4K bytes - Click Count (0) -
src/main/java/jcifs/smb1/http/Handler.java
* * @return An <code>int</code> containing the default HTTP port. */ @Override protected int getDefaultPort() { return DEFAULT_HTTP_PORT; } @Override protected URLConnection openConnection(URL url) throws IOException { url = new URL(url, url.toExternalForm(), getDefaultStreamHandler(url.getProtocol()));Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 6.1K bytes - Click Count (0) -
src/main/java/jcifs/smb1/http/NtlmSsp.java
* @return the authenticated NtlmPasswordAuthentication object * @throws IOException If an IO error occurs. * @throws ServletException If an error occurs. */ public NtlmPasswordAuthentication doAuthentication(final HttpServletRequest req, final HttpServletResponse resp, final byte[] challenge) throws IOException, ServletException { return authenticate(req, resp, challenge); }Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 5.2K bytes - Click Count (0)