- Sort Score
- Num 10 results
- Language All
Results 1271 - 1280 of 4,423 for Signal (0.07 seconds)
-
fess-crawler-opensearch/src/test/java/org/codelibs/fess/crawler/util/ProfileUtil.java
public class ProfileUtil { private static final String SPRING_PROFILES_ACTIVE = "spring.profiles.active"; public static void setup() { final List<String> list = new ArrayList<String>(); final String values = System.getProperty(SPRING_PROFILES_ACTIVE); if (values != null) { for (final String value : values.split(",")) { list.add(value); }Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Sat Mar 15 06:52:00 GMT 2025 - 1.9K bytes - Click Count (0) -
src/test/java/jcifs/smb/NtlmPasswordAuthenticatorTimingAttackTest.java
public void testConcurrentTimingConsistency() throws Exception { final char[] password = "concurrenttestpassword".toCharArray(); final char[] wrongPassword = "concurrenttestpassworX".toCharArray(); // Different at end final NtlmPasswordAuthenticator correctAuth = new NtlmPasswordAuthenticator("domain", "user", new String(password));
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 11.2K bytes - Click Count (0) -
compat/maven-compat/src/main/java/org/apache/maven/project/interpolation/StringSearchModelInterpolator.java
return interpolator; } private static final class InterpolateObjectAction implements PrivilegedAction<ModelInterpolationException> { private final boolean debugEnabled; private final LinkedList<Object> interpolationTargets; private final StringSearchModelInterpolator modelInterpolator; private final Logger logger; private final List<ValueSource> valueSources;Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Mon Sep 29 14:45:25 GMT 2025 - 14.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/user/bsentity/dbmeta/RoleDbm.java
// ========== protected final String _tableDbName = "role"; protected final String _tableDispName = "role"; protected final String _tablePropertyName = "Role"; public String getTableDbName() { return _tableDbName; } @OverrideCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 7.1K bytes - Click Count (0) -
src/main/java/org/codelibs/core/lang/ClassIterator.java
*/ public static Iterable<Class<?>> iterable(final Class<?> clazz, final boolean includeObject) { return () -> new ClassIterator(clazz, includeObject); } /** * Constructs an instance. * * @param clazz * the class (must not be {@literal null}) */ public ClassIterator(final Class<?> clazz) { this(clazz, true); } /**Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Thu Jun 19 09:12:22 GMT 2025 - 3.9K bytes - Click Count (0) -
compat/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/RelocatedArtifact.java
*/ @Deprecated(since = "4.0.0") public final class RelocatedArtifact extends AbstractArtifact { private final Artifact artifact; private final String groupId; private final String artifactId; private final String classifier; private final String extension; private final String version; private final String message; public RelocatedArtifact(Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Jan 10 07:09:12 GMT 2025 - 4.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/DataConfigDbm.java
protected static final Class<?> suppressUnusedImportLocalDateTime = LocalDateTime.class; // =================================================================================== // Singleton // ========= private static final DataConfigDbm _instance = new DataConfigDbm();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 27 07:01:25 GMT 2025 - 13.9K bytes - Click Count (0) -
android/guava/src/com/google/common/base/Predicates.java
} @GwtIncompatible @J2ktIncompatible private static final long serialVersionUID = 0; } /** * @see Predicates#compose(Predicate, Function) */ private static final class CompositionPredicate< A extends @Nullable Object, B extends @Nullable Object> implements Predicate<A>, Serializable { final Predicate<B> p; final Function<A, ? extends B> f;Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sun Mar 08 16:16:42 GMT 2026 - 26.6K bytes - Click Count (0) -
guava/src/com/google/common/collect/FluentIterable.java
*/ public final int size() { return Iterables.size(getDelegate()); } /** * Returns {@code true} if this fluent iterable contains any object for which {@code * equals(target)} is true. * * <p><b>{@code Stream} equivalent:</b> {@code stream.anyMatch(Predicate.isEqual(target))}. */ public final boolean contains(@Nullable Object target) {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Apr 02 14:49:41 GMT 2026 - 34.7K bytes - Click Count (0) -
src/main/java/jcifs/smb1/smb1/SecurityDescriptor.java
*/ public int decode(final byte[] buffer, int bufferIndex, final int len) throws IOException { final int start = bufferIndex; bufferIndex++; // revision bufferIndex++; type = ServerMessageBlock.readInt2(buffer, bufferIndex); bufferIndex += 2; final int ownerUOffset = ServerMessageBlock.readInt4(buffer, bufferIndex); // offset to owner sidCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 4.5K bytes - Click Count (0)