- Sort Score
- Result 10 results
- Languages All
Results 311 - 320 of 599 for Initializer (0.07 sec)
-
src/main/java/jcifs/internal/smb2/Smb2TransformHeader.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 9.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/indexer/IndexUpdaterTest.java
private IngestFactory ingestFactory; @Override public void setUp() throws Exception { super.setUp(); // Initialize IndexUpdater indexUpdater = new IndexUpdater(); // Initialize mocks/test doubles systemHelper = new TestSystemHelper(); indexingHelper = new TestIndexingHelper(); intervalControlHelper = new TestIntervalControlHelper();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 33K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/com/ServerDataTest.java
@BeforeEach public void setUp() { serverData = new ServerData(); } /** * Test default constructor initializes all fields with default values */ @Test @DisplayName("Test default constructor initializes fields with default values") public void testDefaultConstructor() { // Then - verify all fields have default values
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 17K bytes - Viewed (0) -
cmd/metacache-stream.go
err := w.creator() w.creator = nil if err != nil { return fmt.Errorf("metacacheWriter: unable to create writer: %w", err) } if w.mw == nil { return errors.New("metacacheWriter: writer not initialized") } } for _, o := range objs { if len(o.name) == 0 { return errors.New("metacacheWriter: no name provided") } // Indicate EOS err := w.mw.WriteBool(true) if err != nil {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed May 07 15:37:12 UTC 2025 - 19.5K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/query/WildcardQueryCommandTest.java
public class WildcardQueryCommandTest extends QueryTestBase { private WildcardQueryCommand queryCommand; @Override protected void setUpChild() throws Exception { // Initialize and register WildcardQueryCommand queryCommand = new WildcardQueryCommand(); queryCommand.register(); } public void test_convertWildcardQuery_defaultField() throws Exception {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 11.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/entity/FacetInfo.java
public String missing; /** * Default constructor for FacetInfo. */ public FacetInfo() { // Default constructor } /** * Initializes the facet configuration from Fess configuration properties. * This method is called after dependency injection to load default facet settings. */ @PostConstruct public void init() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.3K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/rdma/SmbDirectNegotiateRequest.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:12:28 UTC 2025 - 5.4K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/com/SmbComNTCreateAndXTest.java
assertNotNull(resp, "Response should not be null after init"); // getResponse should now return the same instance assertSame(resp, req.getResponse(), "getResponse should expose the initialized response"); } @Test @DisplayName("getResponse before initResponse returns null") void getResponseInitiallyNull() { SmbComNTCreateAndX req = createRequest(0, 0);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 5.6K bytes - Viewed (0) -
api/maven-api-annotations/src/main/java/org/apache/maven/api/annotations/Config.java
* typically set by Maven itself and flagged as readOnly=true or by users via maven-system.properties files. * System properties are initialized before the build starts and are available throughout the entire Maven * execution. They are used for core Maven functionality that needs to be established at startup. */ SYSTEM_PROPERTIES, /**
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Jul 03 14:18:26 UTC 2025 - 4.3K bytes - Viewed (0) -
src/main/java/jcifs/util/SecureCredentialStorage.java
private final SecureRandom secureRandom = new SecureRandom(); private volatile SecretKey masterKey; private volatile byte[] salt; private volatile boolean destroyed = false; /** * Initialize secure credential storage with a master password * * @param masterPassword the master password for encryption * @throws GeneralSecurityException if encryption setup fails */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 12.7K bytes - Viewed (0)