- Sort Score
- Num 10 results
- Language All
Results 1121 - 1130 of 3,522 for Signal (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/org/codelibs/fess/api/WebApiManagerFactory.java
*/ public WebApiManager get(final HttpServletRequest request) { final String servletPath = request.getServletPath(); if (logger.isDebugEnabled()) { logger.debug("Looking for WebApiManager. servletPath={}, registeredManagers={}", servletPath, webApiManagers.length); } for (final WebApiManager webApiManager : webApiManagers) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Jan 12 10:32:40 GMT 2026 - 3.1K bytes - Click Count (0) -
src/main/java/org/codelibs/core/naming/InitialContextUtil.java
*/ public static Object lookup(final InitialContext ctx, final String jndiName) throws NamingRuntimeException { assertArgumentNotNull("ctx", ctx); assertArgumentNotEmpty("jndiName", jndiName); try { return ctx.lookup(jndiName); } catch (final NamingException ex) { throw new NamingRuntimeException(ex); } }Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Thu Jul 31 08:16:49 GMT 2025 - 2.8K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb2/lock/Smb2OplockBreakNotification.java
*/ public Smb2OplockBreakNotification(final Configuration config) { super(config); } /** * {@inheritDoc} * * @see jcifs.internal.smb2.ServerMessageBlock2#writeBytesWireFormat(byte[], int) */ @Override protected int writeBytesWireFormat(final byte[] dst, final int dstIndex) { return 0; } /** * {@inheritDoc}Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 2.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/exception/ScriptEngineException.java
*/ public class ScriptEngineException extends FessSystemException { private static final long serialVersionUID = 1L; /** * Constructor. * @param message The exception message. */ public ScriptEngineException(final String message) { super(message); } /** * Constructor. * @param message The exception message.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.2K bytes - Click Count (0) -
android/guava/src/com/google/common/io/FileBackedOutputStream.java
* @since 1.0 */ @Beta @J2ktIncompatible @GwtIncompatible @J2ObjCIncompatible public final class FileBackedOutputStream extends OutputStream { private final FbosByteSource byteSource; private final State state; /** ByteArrayOutputStream that exposes its internals. */ private static final class MemoryOutput extends ByteArrayOutputStream { byte[] getBuffer() { return buf; }Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sat Mar 07 17:30:49 GMT 2026 - 12.4K bytes - Click Count (0) -
android/guava-testlib/src/com/google/common/testing/AbstractPackageSanityTests.java
* factory method to construct instances can have their instance methods checked. For example: * * <pre> * public class Address { * private final String city; * private final String state; * private final String zipcode; * * public Address(String city, String state, String zipcode) {...} * * {@literal @Override} public boolean equals(Object obj) {...}
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Apr 02 14:49:41 GMT 2026 - 17.9K bytes - Click Count (0) -
android/guava/src/com/google/common/util/concurrent/JdkFutureAdapters.java
private static final Executor defaultAdapterExecutor = newCachedThreadPool(threadFactory); private final Executor adapterExecutor; // The execution list to hold our listeners. private final ExecutionList executionList = new ExecutionList(); // This allows us to only start up a thread waiting on the delegate future when the first // listener is added.
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Jul 17 15:26:41 GMT 2025 - 7.5K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/tomcat/webresources/FessWebResourceRootTest.java
} catch (final NoSuchMethodException e) { fail("Constructor with Context parameter should exist"); } } @Test public void test_methodsExist() { // Verify that processWebInfLib method is overridden (it's protected so we can't call it directly) try {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 4.4K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/BuildPlugin.java
project.getPluginManager().apply(DependenciesGraphPlugin.class); InternalPrecommitTasks.create(project, true); } public static void configureLicenseAndNotice(final Project project) { final ExtraPropertiesExtension ext = project.getExtensions().getByType(ExtraPropertiesExtension.class); ext.set("licenseFile", null); ext.set("noticeFile", null); // add license/notice files
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 22 14:34:07 GMT 2021 - 3.4K bytes - Click Count (0) -
android/guava/src/com/google/common/cache/CacheBuilderSpec.java
@GwtIncompatible public final class CacheBuilderSpec { /** Parses a single value. */ private interface ValueParser { void parse(CacheBuilderSpec spec, String key, @Nullable String value); } /** Splits each key-value pair. */ private static final Splitter KEYS_SPLITTER = Splitter.on(',').trimResults(); /** Splits the key from the value. */Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Apr 01 17:27:13 GMT 2026 - 18.2K bytes - Click Count (0)