- Sort Score
- Result 10 results
- Languages All
Results 1401 - 1410 of 1,668 for complements (0.09 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/backup/AdminBackupAction.java
if (tempFile != null && !tempFile.delete()) { logger.warn("Failed to delete {}", tempFile.getAbsolutePath()); } } private static abstract class LogEntityRowHandler<ENTITY> implements EntityRowHandler<ENTITY> { protected boolean breakCursor = false; @Override public boolean isBreakCursor() { return breakCursor; } }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 12 01:54:46 UTC 2024 - 28.5K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTreeImpl.java
import jcifs.internal.smb2.nego.Smb2NegotiateResponse; import jcifs.internal.smb2.tree.Smb2TreeConnectRequest; import jcifs.internal.smb2.tree.Smb2TreeDisconnectRequest; class SmbTreeImpl implements SmbTreeInternal { private static final Logger log = LoggerFactory.getLogger(SmbTreeImpl.class); private static AtomicLong TREE_CONN_COUNTER = new AtomicLong(); /* * 0 - not connected
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:06:39 UTC 2023 - 29.6K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvn/DefaultMavenInvoker.java
O extends MavenOptions, R extends MavenInvokerRequest<O>, C extends DefaultMavenInvoker.MavenContext<O, R, C>> extends LookupInvoker<O, R, C> implements MavenInvoker<R> { @SuppressWarnings("VisibilityModifier") public static class MavenContext< O extends MavenOptions, R extends MavenInvokerRequest<O>,
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 29.8K bytes - Viewed (0) -
cmd/object-api-datatypes.go
UserDefined map[string]string // User-Defined object tags UserTags string // List of individual parts, maximum size of upto 10,000 Parts []ObjectPartInfo `json:"-"` // Implements writer and reader used by CopyObject API Writer io.WriteCloser `json:"-" msg:"-"` Reader *hash.Reader `json:"-" msg:"-"` PutObjReader *PutObjReader `json:"-" msg:"-"` metadataOnly bool
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Jun 10 15:31:51 UTC 2024 - 20.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/allcommon/EsAbstractConditionQuery.java
import org.opensearch.search.sort.SortBuilders; import org.opensearch.search.sort.SortOrder; /** * @author ESFlute (using FreeGen) */ public abstract class EsAbstractConditionQuery implements ConditionQuery { protected static final String CQ_PROPERTY = "conditionQuery"; // ===================================================================================
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 21.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/user/allcommon/EsAbstractConditionQuery.java
import org.opensearch.search.sort.SortBuilders; import org.opensearch.search.sort.SortOrder; /** * @author ESFlute (using FreeGen) */ public abstract class EsAbstractConditionQuery implements ConditionQuery { protected static final String CQ_PROPERTY = "conditionQuery"; // ===================================================================================
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 21.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/rank/fusion/RankFusionProcessor.java
import jakarta.annotation.PostConstruct; import jakarta.annotation.PreDestroy; import jakarta.servlet.http.HttpServletRequest; import jakarta.servlet.http.HttpServletResponse; public class RankFusionProcessor implements AutoCloseable { private static final Logger logger = LogManager.getLogger(RankFusionProcessor.class); protected RankFusionSearcher[] searchers = new RankFusionSearcher[1];
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:20:39 UTC 2024 - 18.3K bytes - Viewed (0) -
guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ImmutableSortedSet.java
* GWT emulation of {@link com.google.common.collect.ImmutableSortedSet}. * * @author Hayward Chan */ @ElementTypesAreNonnullByDefault public abstract class ImmutableSortedSet<E> extends ForwardingImmutableSet<E> implements SortedSet<E>, SortedIterable<E> { // TODO(cpovirk): split into ImmutableSortedSet/ForwardingImmutableSortedSet? // In the non-emulated source, this is in ImmutableSortedSetFauxverideShim,
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Aug 19 16:21:24 UTC 2024 - 15.5K bytes - Viewed (0) -
guava/src/com/google/common/collect/AbstractBiMap.java
* @author Mike Bostock */ @GwtCompatible(emulated = true) @ElementTypesAreNonnullByDefault abstract class AbstractBiMap<K extends @Nullable Object, V extends @Nullable Object> extends ForwardingMap<K, V> implements BiMap<K, V>, Serializable { @SuppressWarnings("nullness:initialization.field.uninitialized") // For J2KT (lateinit) private transient Map<K, V> delegate;
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Aug 24 01:40:03 UTC 2023 - 14.6K bytes - Viewed (0) -
src/main/java/jcifs/config/BaseConfiguration.java
import jcifs.CIFSException; import jcifs.Configuration; import jcifs.DialectVersion; import jcifs.ResolverType; import jcifs.SmbConstants; /** * @author mbechler * */ public class BaseConfiguration implements Configuration { private static final Logger log = LoggerFactory.getLogger(BaseConfiguration.class); private static final Map<String, Integer> DEFAULT_BATCH_LIMITS = new HashMap<>(); static {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:06:39 UTC 2023 - 20.4K bytes - Viewed (0)