- Sort Score
- Result 10 results
- Languages All
Results 81 - 90 of 155 for initialization (0.39 sec)
-
cmd/prepare-storage.go
} if format.ID == "" { return nil, errors.New("deployment ID missing from disk format, unable to start the server") } return format, nil } // Format disks before initialization of object layer. func waitForFormatErasure(firstDisk bool, endpoints Endpoints, poolCount, setCount, setDriveCount int, deploymentID string) (storageDisks []StorageAPI, format *formatErasureV3, err error) {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Jul 12 20:51:54 UTC 2024 - 11.1K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/rank/fusion/RankFusionProcessor.java
/** * Default constructor for RankFusionProcessor. * Initializes the processor with default values. The actual initialization * is performed by the init() method which is called after construction. */ public RankFusionProcessor() { // Default constructor - initialization is done in init() method } /** * Initializes the rank fusion processor after construction.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 24.8K bytes - Viewed (0) -
src/main/java/jcifs/smb/DirFileEntryEnumIteratorBase.java
* @param filter additional resource name filter to apply * @param searchAttributes the file attributes to search for * @throws CIFSException if an error occurs during initialization */ public DirFileEntryEnumIteratorBase(final SmbTreeHandleImpl th, final SmbResource parent, final String wildcard, final ResourceNameFilter filter, final int searchAttributes) throws CIFSException {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 7.7K bytes - Viewed (0) -
src/test/java/jcifs/smb1/util/MimeMapTest.java
String customResult = mimeMap.getMimeType("", "custom/default"); assertNotNull(customResult); } } @Nested @DisplayName("Constructor and initialization") class ConstructorTests { @Test @DisplayName("Should create MimeMap instance successfully") void testConstructor() { assertDoesNotThrow(() -> new MimeMap());
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 9.1K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbSessionImpl.java
if (e.getException() instanceof SmbException) { throw (SmbException) e.getException(); } throw new SmbException("Unexpected exception during context initialization", e); } } return ctx.initSecContext(token, 0, token == null ? 0 : token.length); } /** * @param trans * @param tdomain * @param negoResp
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 68.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/base/FessSearchAction.java
buildInitParamMap(viewHelper.getInitGeoParamMap(), Constants.GEO_QUERY, Constants.GEO_FORM); } /** * Builds parameter maps for search initialization, creating both query strings * and form inputs for the given parameters. * * @param paramMap the parameter map to process * @param queryKey the key for storing query string parameters
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 13.8K bytes - Viewed (0) -
src/main/java/jcifs/internal/witness/WitnessClient.java
} /** * Creates a new witness client. * * @param witnessServer the witness server address * @param context the CIFS context * @throws IOException if initialization fails */ public WitnessClient(InetAddress witnessServer, CIFSContext context) throws IOException { this(witnessServer, context, new WitnessRpcClient(witnessServer, context)); } /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 20.8K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/trans2/Trans2GetDfsReferralResponseTest.java
@BeforeEach void setUp() { MockitoAnnotations.openMocks(this); response = new Trans2GetDfsReferralResponse(mockConfig); } @Nested @DisplayName("Constructor and Initialization Tests") class ConstructorTests { @Test @DisplayName("Should initialize with correct configuration") void testConstructorInitialization() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 19.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/FessBoot.java
import org.dbflute.tomcat.props.BootPropsTranslator; /** * Main boot class for the Fess search engine application. * This class extends TomcatBoot to provide Fess-specific Tomcat server configuration * and initialization, including SSL setup, context path handling, and resource management. * * <p>The class handles system property configuration for paths, ports, and other * Fess-specific settings during application startup.</p> *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 11.3K bytes - Viewed (0) -
src/main/java/jcifs/smb/PreauthIntegrityService.java
* @param sessionId the session identifier * @param salt the preauth salt from negotiation * @param hashAlgorithm the selected hash algorithm * @return the created context * @throws CIFSException if initialization fails */ public PreauthIntegrityContext initializeSession(String sessionId, byte[] salt, int hashAlgorithm) throws CIFSException { if (sessionId == null || sessionId.isEmpty()) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 12.1K bytes - Viewed (0)