- Sort Score
- Result 10 results
- Languages All
Results 121 - 130 of 1,565 for operation (0.05 sec)
-
android/guava-testlib/src/com/google/common/testing/TearDown.java
import org.jspecify.annotations.NullMarked; /** * An object that can perform a {@link #tearDown} operation. * * @author Kevin Bourrillion * @since 10.0 */ @GwtCompatible @NullMarked public interface TearDown { /** * Performs a <b>single</b> tear-down operation. See test-libraries-for-java's {@code * com.google.common.testing.junit3.TearDownTestCase} and {@code
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Dec 21 14:50:24 UTC 2024 - 1.8K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/ioctl/Smb2IoctlRequest.java
/** * Function code to transceive data on a named pipe */ public static final int FSCTL_PIPE_TRANSCEIVE = 0x0011C017; /** * Function code for server-side copy chunk operation */ public static final int FSCTL_SRV_COPYCHUNK = 0x001440F2; /** * Function code to enumerate volume shadow copy snapshots */ public static final int FSCTL_SRV_ENUMERATE_SNAPSHOTS = 0x00144064;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 9.4K bytes - Viewed (0) -
src/main/java/jcifs/audit/SecurityAuditLogger.java
} } /** * Log a file access event * * @param path file path * @param operation operation performed * @param success whether operation succeeded * @param username user performing operation */ public void logFileAccess(String path, String operation, boolean success, String username) { Map<String, Object> context = getContextMap();
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 26.6K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/RequestTrace.java
* session events and their originating operations in the application code. The trace structure * supports the following key features: * * <ul> * <li>Maintains parent-child relationships between requests to track operation nesting</li> * <li>Carries contextual data describing the current request or operation</li> * <li>Supports both internal session operations and client-provided trace information</li> * </ul> *
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Jan 29 08:17:07 UTC 2025 - 2.9K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/ioctl/SrvCopyChunkCopyResponse.java
* of a server-side copy operation. * * @author mbechler * */ public class SrvCopyChunkCopyResponse implements Decodable { /** * Constructs a new SrvCopyChunkCopyResponse. * This response contains the results of a server-side copy operation. */ public SrvCopyChunkCopyResponse() { } private int chunksWritten;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.6K bytes - Viewed (0) -
android/guava/src/com/google/common/util/concurrent/AbstractFutureState.java
/** Performs a GAS operation on {@link AbstractFutureState#waitersField}. */ abstract @Nullable Waiter gasWaiters(AbstractFutureState<?> future, Waiter update); /** Performs a GAS operation on {@link AbstractFutureState#listenersField}. */ abstract @Nullable Listener gasListeners(AbstractFutureState<?> future, Listener update); /** Performs a CAS operation on {@link AbstractFutureState#valueField}. */
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 33.2K bytes - Viewed (0) -
cmd/admin-router.go
adminRouter.Methods(http.MethodPut).Path(adminVersion+"/site-replication/peer/bucket-ops").HandlerFunc(adminMiddleware(adminAPI.SRPeerBucketOps)).Queries("bucket", "{bucket:.*}").Queries("operation", "{operation:.*}") adminRouter.Methods(http.MethodPut).Path(adminVersion + "/site-replication/peer/iam-item").HandlerFunc(adminMiddleware(adminAPI.SRPeerReplicateIAMItem))
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Apr 16 07:34:24 UTC 2025 - 26.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/accesstoken/CreateForm.java
/** * Creates a new CreateForm instance. */ public CreateForm() { // Default constructor } /** * The CRUD operation mode for this form. * Indicates whether this is a create, read, update, or delete operation. */ @ValidateTypeFailure public Integer crudMode; /** * The name of the access token.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 3.4K bytes - Viewed (0) -
src/main/java/jcifs/pac/PacMac.java
* * @param keyusage the Kerberos key usage number for this operation * @param key the encryption key to use for MAC calculation * @param data the data to calculate the MAC for * @return the calculated MAC bytes * @throws GeneralSecurityException if cryptographic operations fail */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 9K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/rdma/RdmaIntegrationTest.java
// Verify counters assertEquals(1, stats.getRdmaReads(), "Should have 1 read operation"); assertEquals(1, stats.getRdmaWrites(), "Should have 1 write operation"); assertEquals(1, stats.getRdmaSends(), "Should have 1 send operation"); assertEquals(1, stats.getRdmaReceives(), "Should have 1 receive operation"); assertEquals(5120, stats.getBytesTransferred(), "Should have transferred 5KB total");
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 05:11:12 UTC 2025 - 13.8K bytes - Viewed (0)