- Sort Score
- Result 10 results
- Languages All
Results 31 - 40 of 136 for noihin (0.79 sec)
-
src/main/java/org/codelibs/fess/script/AbstractScriptEngine.java
/** * The abstract class for ScriptEngine. */ public abstract class AbstractScriptEngine implements ScriptEngine { /** * Default constructor. */ public AbstractScriptEngine() { // nothing } /** * Register this script engine. */ public void register() { ComponentUtil.getScriptEngineFactory().add(getName(), this); } /**Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.2K bytes - Viewed (0) -
src/test/java/jcifs/SmbWatchHandleTest.java
return watch(); } @Override public void close() throws CIFSException { // Do nothing } }; // Execute in executor service ExecutorService executor = Executors.newSingleThreadExecutor(); try {
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 13.2K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/suggest/concurrent/Deferred.java
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Fri Jul 04 14:00:23 UTC 2025 - 7.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/maintenance/ActionForm.java
import jakarta.validation.constraints.Size; /** * The form for maintenance actions. */ public class ActionForm { /** * Default constructor. */ public ActionForm() { // nothing } /** * The flag to replace aliases. */ @Size(max = 10) public String replaceAliases; /** * The flag to reset dictionaries. */ @Size(max = 10)Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.5K bytes - Viewed (0) -
src/main/java/org/codelibs/core/stream/StreamUtil.java
import java.util.function.Supplier; import java.util.stream.Stream; /** * Utility class for {@link Stream}. */ public abstract class StreamUtil { protected StreamUtil() { // nothing } /** * Creates a {@link StreamOf} instance from the provided values. * If the input array is {@code null}, an empty stream is returned. * * @param <T> The type of elements in the stream.Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 4.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/normalizer/FullWidthToHalfWidthAlphabetNormalizer.java
public class FullWidthToHalfWidthAlphabetNormalizer implements Normalizer { /** * Constructs a new {@link FullWidthToHalfWidthAlphabetNormalizer}. */ public FullWidthToHalfWidthAlphabetNormalizer() { // nothing } @Override public String normalize(final String text, final String field, final String... langs) { if (text == null) { return null; }Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 17 14:23:01 UTC 2025 - 1.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/index/writer/SuggestWriterResult.java
*/ public class SuggestWriterResult { /** * Constructs a new {@link SuggestWriterResult}. */ public SuggestWriterResult() { // nothing } /** * A list of Throwables representing failures that occurred during the operation. */ protected List<Throwable> failures = Collections.synchronizedList(new ArrayList<>()); /**Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Fri Jul 04 14:00:23 UTC 2025 - 1.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/index/writer/SuggestBulkFileWriter.java
* * @see SuggestWriter */ public class SuggestBulkFileWriter implements SuggestWriter { /** * Constructs a new {@link SuggestBulkFileWriter}. */ public SuggestBulkFileWriter() { // nothing } @Override public SuggestWriterResult write(final Client client, final SuggestSettings settings, final String index, final SuggestItem[] items, final boolean update) {Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Fri Jul 04 14:00:23 UTC 2025 - 2.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/logic/AccessContextLogic.java
import jakarta.annotation.Resource; /** * The logic for access context. */ public class AccessContextLogic { /** * Default constructor. */ public AccessContextLogic() { // nothing } // =================================================================================== // AttributeRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4K bytes - Viewed (0) -
src/main/java/jcifs/smb1/util/LogStream.java
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ package jcifs.smb1.util; import java.io.PrintStream; /** 0 - nothing 1 - critical [default] 2 - basic info can be logged under load 3 - almost everything N - debugging */ public class LogStream extends PrintStream { private static LogStream inst; /**
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.1K bytes - Viewed (0)