- Sort Score
- Num 10 results
- Language All
Results 4511 - 4520 of 8,165 for public (0.12 seconds)
-
src/main/java/org/codelibs/fess/entity/GeoInfo.java
* This class processes geographic query parameters from HTTP requests and converts them * into OpenSearch geo-distance queries for location-based search functionality. * */ public class GeoInfo { /** The OpenSearch query builder for geographic queries. */ private QueryBuilder builder; /** * Constructs a GeoInfo instance by parsing geographic parameters from the HTTP request.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 5.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/suggest/index/writer/SuggestWriterResult.java
* It keeps track of any failures that occur during the operation. */ public class SuggestWriterResult { /** * Constructs a new {@link SuggestWriterResult}. */ public SuggestWriterResult() { // nothing } /** * A list of Throwables representing failures that occurred during the operation. */Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Fri Jul 04 14:00:23 GMT 2025 - 1.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/suggest/entity/SuggestItemMergerTest.java
import java.util.Arrays; import java.util.HashSet; import java.util.Set; import org.junit.Test; /** * Unit tests for SuggestItemMerger. */ public class SuggestItemMergerTest { @Test public void testMerge_frequencies() { SuggestItem item1 = createItem("text", 10L, 5L, 1.0f); SuggestItem item2 = createItem("text", 20L, 15L, 2.0f);Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Sun Feb 01 12:48:24 GMT 2026 - 6K bytes - Click Count (0) -
android/guava/src/com/google/common/util/concurrent/DirectExecutorService.java
@GuardedBy("lock") private boolean shutdown = false; @Override public void execute(Runnable command) { startTask(); try { command.run(); } finally { endTask(); } } @Override public boolean isShutdown() { synchronized (lock) { return shutdown; } } @Override public void shutdown() { synchronized (lock) { shutdown = true;Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Dec 16 14:23:59 GMT 2025 - 3.4K bytes - Click Count (0) -
android/guava-testlib/src/com/google/common/collect/testing/google/SetMultimapTestSuiteBuilder.java
* implementation. * * @author Louis Wasserman */ @GwtIncompatible public class SetMultimapTestSuiteBuilder<K, V> extends MultimapTestSuiteBuilder<K, V, SetMultimap<K, V>> { public static <K, V> SetMultimapTestSuiteBuilder<K, V> using( TestSetMultimapGenerator<K, V> generator) {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sat Aug 09 01:14:59 GMT 2025 - 5.6K bytes - Click Count (0) -
compat/maven-toolchain-builder/src/main/java/org/apache/maven/toolchain/io/ToolchainsParseException.java
*/ public int getLineNumber() { return lineNumber; } /** * Gets the one-based index of the column containing the error. * * @return The one-based index of the column containing the error or non-positive value if unknown. */ public int getColumnNumber() { return columnNumber; }Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sat Apr 05 11:52:05 GMT 2025 - 3K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/event/ExecutionEventLogger.java
private volatile int currentVisitedProjectCount; public ExecutionEventLogger(MessageBuilderFactory messageBuilderFactory) { this(messageBuilderFactory, LoggerFactory.getLogger(ExecutionEventLogger.class)); } public ExecutionEventLogger(MessageBuilderFactory messageBuilderFactory, Logger logger) { this(messageBuilderFactory, logger, -1); }Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Dec 13 15:40:45 GMT 2024 - 17.5K bytes - Click Count (0) -
src/test/java/jcifs/internal/fscc/BasicFileInformationTest.java
public long getLastAccessTime() { return 777L; } @Override public long getSize() { return 666L; } @Override public byte getFileInformationLevel() { return FileInformation.FILE_STANDARD_INFO; } @Override
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 13K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/Hc4HttpClient.java
* * @see HcHttpClient */ public class Hc4HttpClient extends HcHttpClient { /** Logger instance for this class */ private static final Logger logger = LogManager.getLogger(Hc4HttpClient.class); /** * Constructs a new Hc4HttpClient. */ public Hc4HttpClient() { // Default constructor }Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Fri Jan 09 23:46:52 GMT 2026 - 54.4K bytes - Click Count (0) -
internal/event/target/nsq_test.go
// it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Affero General Public License for more details. //
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri May 24 23:05:23 GMT 2024 - 2.2K bytes - Click Count (0)