- Sort Score
- Result 10 results
- Languages All
Results 181 - 190 of 426 for Basic2 (0.05 sec)
-
api/maven-api-core/src/main/java/org/apache/maven/api/services/OsService.java
/** * Service for detecting and providing information about the operating system (OS) * on which the application is running. * <p> * This service provides a platform-independent way to: * <ul> * <li>Query basic OS information like name, architecture, and version</li> * <li>Determine the OS family (e.g., Windows, Unix, Mac)</li> * <li>Check if the current OS is Windows-based</li> * </ul> * <p>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Mon Feb 10 14:12:18 UTC 2025 - 3.5K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbFileIntegrationTest.java
} catch (Exception e) { log.warn("Failed to cleanup test", e); } } // ========== Basic File Operations ========== @Test void testBasicConnectivity() throws Exception { // Test basic connectivity to the shared folder SmbFile sharedDir = new SmbFile(baseUrl + "shared/", context);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 56K bytes - Viewed (0) -
src/test/java/jcifs/internal/witness/MockWitnessService.java
import java.util.concurrent.atomic.AtomicInteger; import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** * Mock witness service for integration testing. * Simulates a basic witness service that can accept registrations * and send notifications. */ public class MockWitnessService implements AutoCloseable { private static final Logger log = LoggerFactory.getLogger(MockWitnessService.class);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 09:06:40 UTC 2025 - 8.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/common/ImplementedInvokerAssistant.java
import org.dbflute.s2dao.metadata.TnBeanMetaDataFactory; import org.dbflute.twowaysql.factory.SqlAnalyzerFactory; /** * Implementation of DBFlute's InvokerAssistant interface for OpenSearch integration. * This class provides basic scaffolding for DBFlute behavior invoker assistance, * primarily returning null implementations as placeholders for OpenSearch-specific functionality. * */ public class ImplementedInvokerAssistant implements InvokerAssistant {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/mylasta/direction/sponsor/FessApiFailureHookTest.java
public void tearDown() throws Exception { if (originalFessConfig != null) { ComponentUtil.setFessConfig(originalFessConfig); } super.tearDown(); } // Test basic initialization public void test_hookInitialization() { assertNotNull(apiFailureHook); } // Test API result status codes public void test_apiResultStatusCodes() { // Test OK status
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 7K bytes - Viewed (0) -
okhttp-logging-interceptor/api/logging-interceptor.api
} public final class okhttp3/logging/HttpLoggingInterceptor$Companion { } public final class okhttp3/logging/HttpLoggingInterceptor$Level : java/lang/Enum { public static final field BASIC Lokhttp3/logging/HttpLoggingInterceptor$Level; public static final field BODY Lokhttp3/logging/HttpLoggingInterceptor$Level; public static final field HEADERS Lokhttp3/logging/HttpLoggingInterceptor$Level;
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Apr 06 09:14:38 UTC 2024 - 4.5K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/com/SmbComWrite.java
import jcifs.internal.smb1.ServerMessageBlock; import jcifs.internal.util.SMBUtil; /** * SMB1 COM_WRITE command implementation. * * This command writes data to an open file on the server. * It's the basic write operation in the SMB1 protocol. */ public class SmbComWrite extends ServerMessageBlock { private int fid, count, offset, remaining, off; private byte[] b; /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 4.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsKeyMatch.java
sourceMap.put(field, value); } // =================================================================================== // Basic Override // ============== @Override protected String doBuildColumnString(String dm) { StringBuilder sb = new StringBuilder();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 7.4K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/rdma/disni/DisniRdmaProvider.java
Class.forName("com.ibm.disni.RdmaActiveEndpointGroup"); // Additional checks could include: // - Verifying RDMA devices are available // - Testing basic RDMA operations // - Checking for required native libraries return true; } catch (ClassNotFoundException e) { log.debug("DiSNI not available: {}", e.getMessage());
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:12:28 UTC 2025 - 5.2K bytes - Viewed (0) -
src/test/java/jcifs/smb1/UniAddressTest.java
Arguments.of("mycomputer.example.com", "mycomputer", "MYCOMPUTER")); } /* --------------------------------------------------------------------- * 1. Basic constructor validation * --------------------------------------------------------------------- */ @Test void constructorAcceptsNonNullObject() { // Arrange : create a dummy address
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 7.9K bytes - Viewed (0)