- Sort Score
- Result 10 results
- Languages All
Results 501 - 510 of 1,261 for configurations (0.2 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/elevateword/CreateForm.java
import org.lastaflute.web.validation.Required; import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; import jakarta.validation.constraints.Size; /** * Form class for creating new elevate word configuration entries. * This form handles the creation of elevate word rules that boost * specific documents in search results when certain keywords are matched. */ public class CreateForm { /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.7K bytes - Viewed (0) -
src/main/java/jcifs/DfsResolver.java
* * @param domain the domain for the DFS referral * @param root the DFS root share * @param path the DFS path to resolve * @param tf the CIFS context containing configuration and credentials * @return the final referral for the given DFS path * @throws CIFSException if an error occurs during resolution * @throws jcifs.smb.SmbAuthException if authentication fails */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.4K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/com/SmbComSetInformation.java
* * @param config the configuration to use * @param filename the name of the file to modify * @param attrs the file attributes to set * @param mtime the modification time to set in milliseconds since epoch */ public SmbComSetInformation(final Configuration config, final String filename, final int attrs, final long mtime) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 3K bytes - Viewed (0) -
.github/dependabot.yml
# package ecosystems to update and where the package manifests are located. # Please see the documentation for all configuration options: # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file version: 2 updates: - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily"
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Fri Jan 31 12:47:00 UTC 2025 - 758 bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/net/NetShareEnumTest.java
import org.mockito.MockitoAnnotations; import jcifs.Configuration; import jcifs.config.BaseConfiguration; import jcifs.internal.smb1.trans.SmbComTransaction; import jcifs.internal.util.SMBUtil; /** * Test class for NetShareEnum */ class NetShareEnumTest { @Mock private Configuration mockConfig; private NetShareEnum netShareEnum; private Configuration realConfig; @BeforeEach
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 15.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java
protected Client client; /** Configuration settings for the search engine */ protected Map<String, String> settings; /** Path to index configuration resources */ protected String indexConfigPath = "fess_indices"; /** List of index configuration files to load */ protected List<String> indexConfigList = new ArrayList<>(); /** Map of configuration types to their respective configuration files */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 121.9K bytes - Viewed (0) -
docs/distributed/DESIGN.md
distributed setup are encoded as HTTP(s) URIs. ``` ## Common usage Standalone erasure coded configuration with 4 sets with 16 drives each. ``` minio server dir{1...64} ``` Distributed erasure coded configuration with 64 sets with 16 drives each. ``` minio server http://host{1...16}/export{1...64} ``` ## Architecture
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Feb 26 09:25:50 UTC 2025 - 8K bytes - Viewed (1) -
src/test/java/jcifs/internal/witness/WitnessClientTest.java
import jcifs.CIFSContext; import jcifs.Configuration; import jcifs.internal.witness.WitnessRegistration.WitnessRegistrationState; /** * Unit tests for WitnessClient class using mocks. */ @ExtendWith(MockitoExtension.class) public class WitnessClientTest { @Mock private CIFSContext mockContext; @Mock private Configuration mockConfig; @Mock
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 09:06:40 UTC 2025 - 9.8K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/trans/TransTransactNamedPipeResponseTest.java
import org.mockito.Mock; import org.mockito.MockitoAnnotations; import jcifs.Configuration; import jcifs.internal.SMBProtocolDecodingException; /** * Test class for TransTransactNamedPipeResponse */ class TransTransactNamedPipeResponseTest { @Mock private Configuration mockConfig; private TransTransactNamedPipeResponse response; private byte[] outputBuffer;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 9.5K bytes - Viewed (0) -
api/maven-api-plugin/src/main/mdo/lifecycle.mdo
<type>Execution</type> <multiplicity>*</multiplicity> </association> </field> <field> <name>configuration</name> <version>1.0.0+</version> <type>DOM</type> <description>Configuration to pass to all goals run in this phase.</description> </field> </fields> <codeSegments> <codeSegment>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sun May 18 09:15:56 UTC 2025 - 5.6K bytes - Viewed (0)