- Sort Score
- Result 10 results
- Languages All
Results 1241 - 1250 of 2,946 for uname (0.02 sec)
- 
				
				src/main/java/org/codelibs/fess/suggest/request/suggest/SuggestRequestBuilder.javarequest.setReadingConverter(readingConverter); request.setNormalizer(normalizer); } /** * Sets the index for the request. * @param index The index name. * @return This builder instance. */ public SuggestRequestBuilder setIndex(final String index) { request.setIndex(index); return this; } /** Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Fri Jul 04 14:00:23 UTC 2025 - 4.8K bytes - Viewed (0)
- 
				
				src/test/java/jcifs/internal/dfs/DfsReferralDataImplTest.java@Nested @DisplayName("Domain and Host Fixup Tests") class FixupTests { @Test @DisplayName("Should fixup domain for uppercase NetBIOS name") void testFixupDomainWithNetBIOSName() { // Setup with uppercase server name setupReferralWithServer("SERVER"); referralData.fixupDomain("example.com");Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 30.6K bytes - Viewed (0)
- 
				
				src/main/java/jcifs/internal/smb2/create/Smb2CreateResponse.java/** * Constructs an SMB2 create response * @param config the client configuration * @param name the file name */ public Smb2CreateResponse(final Configuration config, final String name) { super(config); this.fileName = name; } /** * {@inheritDoc} *Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:49:49 UTC 2025 - 15.4K bytes - Viewed (0)
- 
				
				src/main/resources/fess_api.xml"http://dbflute.org/meta/lastadi10.dtd"> <components> <include path="fess_config.xml"/> <component name="webApiManagerFactory" class="org.codelibs.fess.api.WebApiManagerFactory"> </component> <component name="searchApiManager" class="org.codelibs.fess.api.json.SearchApiManager"> </component> <component name="searchEngineApiManager" class="org.codelibs.fess.api.engine.SearchEngineApiManager"> </component> Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Apr 02 03:04:36 UTC 2023 - 534 bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/fess/helper/SambaHelper.java* @param type The SID type. * @param name The account name. * @return The search role. */ protected String createSearchRole(final int type, final String name) { if (fessConfig.isLdapLowercasePermissionName()) { return type + fessConfig.getCanonicalLdapName(name).toLowerCase(Locale.ROOT); } return type + fessConfig.getCanonicalLdapName(name); }Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4.3K bytes - Viewed (0)
- 
				
				src/test/java/jcifs/smb/SessionSetupHandlerTest.java@Test @DisplayName("Invalid: resolving class by null name throws NPE") void testClassForNameWithNull() { // Intent: demonstrate defensive behavior with null when resolving this type by name assertThrows(NullPointerException.class, () -> Class.forName(null)); } @Test @DisplayName("Happy path: class is loadable via fully qualified name") void testClassForName() throws Exception { // ActRegistered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 4.3K bytes - Viewed (0)
- 
				
				fess-crawler/src/main/java/org/codelibs/fess/crawler/client/ftp/FtpClient.javaparent = "/"; name = null; } else { final String[] values = path.replaceAll("/+", "/").replaceFirst("/$", "").split("/"); if (values.length == 1) { parent = "/"; name = null; } else if (values.length == 2) { parent = "/"; name = values[1]; } else {Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 39.5K bytes - Viewed (0)
- 
				
				src/main/java/jcifs/smb/SmbTransportInternal.java* @param ctx the CIFS context * @param name the DFS path to resolve * @param targetHost the target host name * @param targetDomain the target domain * @param rn the referral number * @return dfs referral * @throws SmbException if an SMB error occurs * @throws CIFSException if a CIFS error occurs */Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 4.5K bytes - Viewed (0)
- 
				
				.teamcity/src/main/kotlin/model/FunctionalTestBucketGenerator.kt?: return validSubprojects.map { SmallSubprojectBucket(it, ParallelizationMethod.None) } validSubprojects.forEach { if (!subProjectToClassTimes.containsKey(it.name)) { subProjectToClassTimes[it.name] = emptyList() } } val subProjectTestClassTimes: List<SubprojectTestClassTime> = subProjectToClassTimes .entriesRegistered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Thu Apr 10 15:09:32 UTC 2025 - 7.3K bytes - Viewed (0)
- 
				
				.teamcity/src/main/kotlin/model/FunctionalTestBucketProvider.ktval allSubprojectsInBucketJson = buckets.flatMap { it.subprojects.map { it.name } }.toSet() val allSubprojectsInModel = model.subprojects .getSubprojectsForFunctionalTest(testCoverage) .filter { onlyNativeSubprojectsForIntelMacs(testCoverage, it.name) } .map { it.name }Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Thu Jul 10 05:08:24 UTC 2025 - 8.2K bytes - Viewed (0)