- Sort Score
- Result 10 results
- Languages All
Results 581 - 590 of 1,161 for handler (0.05 sec)
-
fess-crawler-lasta/src/test/resources/logging.properties
handlers = java.util.logging.ConsoleHandler
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Jan 31 13:16:37 UTC 2019 - 59 bytes - Viewed (0) -
guava/src/com/google/common/hash/LittleEndianByteArray.java
INSTANCE { @Override public long getLongLittleEndian(byte[] array, int offset) { return (long) HANDLE.get(array, offset); } @Override public void putLongLittleEndian(byte[] array, int offset, long value) { HANDLE.set(array, offset, value); } }; @Override public boolean usesFastPath() { return true; }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Feb 12 03:49:18 UTC 2025 - 12.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/wizard/IndexForm.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.app.web.admin.wizard; /** * Form class for the admin wizard index page. * This form handles the initial setup and configuration * in the administrative wizard interface. */ public class IndexForm { /** * Default constructor for index form. * Creates a new instance with default values.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1K bytes - Viewed (0) -
tensorflow/c/c_api.h
const TF_Operation* const* target_opers, int ntargets, // Output handle const char** handle, // Output status TF_Status*); // Continue to run the graph with additional feeds and fetches. The // execution state is uniquely identified by the handle. TF_CAPI_EXPORT extern void TF_SessionPRun( TF_Session*, const char* handle, // Input tensors
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Thu Oct 26 21:08:15 UTC 2023 - 82.3K bytes - Viewed (0) -
src/test/java/jcifs/tests/persistent/HandleInfoTest.java
assertFalse(info.isReconnecting()); assertNull(info.getFile()); } @Test public void testHandleInfoExpiration() { // Test durable handle expiration HandleInfo durableInfo = new HandleInfo("/test/file.txt", testGuid, testFileId, HandleType.DURABLE_V2, 100, // 100ms timeout null); assertFalse(durableInfo.isExpired());
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 21 04:51:33 UTC 2025 - 4.6K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbEnumerationUtil.java
static FileEntry[] doDfsRootEnum(final CIFSContext ctx, final SmbResourceLocator loc, final Address address) throws IOException { try (DcerpcHandle handle = getHandle(ctx, loc, address, "\\PIPE\\netdfs")) { final MsrpcDfsRootEnum rpc = new MsrpcDfsRootEnum(loc.getServer()); handle.sendrecv(rpc); if (rpc.retval != 0) { throw new SmbException(rpc.retval, true); }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 12.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/design/EditForm.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.app.web.admin.design; /** * Form class for editing design files in the admin interface. * This form handles the editing of template and design files used * for customizing the search interface appearance and layout. */ public class EditForm { /** * Creates a new EditForm instance. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.3K bytes - Viewed (0) -
src/main/java/jcifs/internal/NotifyResponse.java
*/ package jcifs.internal; import java.util.List; import jcifs.FileNotifyInformation; /** * Interface for SMB change notification response messages. * Handles responses from directory change notification requests, providing information * about file system changes such as file creation, deletion, or modification events. * * @author mbechler */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 1.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.20.md
Instead of aliasing. Aliases are annoying in a number of ways. This is specifically bugging me now because they make the action graph harder to analyze programmatically. By using aliases here, we would need to handle potentially aliased go_binary targets and dereference to the effective target. The comment references an issue with `pure = select(...)` which appears
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Jan 19 21:05:45 UTC 2022 - 409K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/lease/DirectoryLeaseStateTest.java
// Should return true when handle caching is enabled assertTrue(DirectoryLeaseState.canKeepHandlesOpen(Smb2LeaseState.SMB2_LEASE_HANDLE_CACHING)); assertTrue(DirectoryLeaseState.canKeepHandlesOpen(DirectoryLeaseState.DIRECTORY_READ_HANDLE)); assertTrue(DirectoryLeaseState.canKeepHandlesOpen(DirectoryLeaseState.DIRECTORY_FULL)); // Should return false when handle caching is not enabled
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 01:47:47 UTC 2025 - 3.9K bytes - Viewed (0)