- Sort Score
 - Result 10 results
 - Languages All
 
Results 301 - 310 of 1,544 for RESULT (0.08 sec)
- 
				
				
src/main/java/org/codelibs/fess/opensearch/user/bsbhv/BsRoleBhv.java
return RoleDbm.getInstance(); } @Override protected <RESULT extends Role> RESULT createEntity(Map<String, Object> source, Class<? extends RESULT> entityType) { try { final RESULT result = entityType.newInstance(); result.setName(DfTypeUtil.toString(source.get("name"))); return updateEntity(source, result); } catch (InstantiationException | IllegalAccessException e) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 8.8K bytes - Viewed (0) - 
				
				
src/main/java/org/codelibs/core/misc/Pair.java
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sat May 10 01:32:17 UTC 2025 - 3.5K bytes - Viewed (0) - 
				
				
src/test/java/jcifs/internal/smb1/trans2/Trans2QueryFSInformationResponseTest.java
Object result = createInfoMethod.invoke(response); assertNotNull(result); assertTrue(result instanceof SmbInfoAllocation); // Test FS_SIZE_INFO response = new Trans2QueryFSInformationResponse(config, FileSystemInformation.FS_SIZE_INFO); result = createInfoMethod.invoke(response); assertNotNull(result);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 17.9K bytes - Viewed (0) - 
				
				
compat/maven-compat/src/test/java/org/apache/maven/project/LegacyLocalRepositoryManager.java
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 5.6K bytes - Viewed (0) - 
				
				
src/test/java/jcifs/internal/smb1/ServerMessageBlockTest.java
testBlock.received(); String result = testBlock.toString(); assertNotNull(result); assertTrue(result.contains("command=SMB_COM_NEGOTIATE")); assertTrue(result.contains("received=true")); assertTrue(result.contains("errorCode=0")); assertTrue(result.contains("flags=0x")); assertTrue(result.contains("flags2=0x"));
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 36.2K bytes - Viewed (0) - 
				
				
src/main/java/org/codelibs/fess/app/web/api/admin/keymatch/ApiAdminKeymatchAction.java
.total(pager.getAllRecordCount()) .status(ApiResult.Status.OK) .result()); } /** * Retrieves a specific key match setting by ID. * * @param id the ID of the key match setting to retrieve * @return JSON response containing the key match setting */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 7.8K bytes - Viewed (0) - 
				
				
fess-crawler/src/main/java/org/codelibs/fess/crawler/service/impl/DataServiceImpl.java
/** Helper for managing access result data in memory */ @Resource protected MemoryDataHelper dataHelper; /** * Constructs a new DataServiceImpl. */ public DataServiceImpl() { // Default constructor } /** * Stores an access result in the data store. * * @param accessResult the access result to storeRegistered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 6.8K bytes - Viewed (0) - 
				
				
src/test/java/org/codelibs/fess/job/ExecJobTest.java
// Test with negative value result = execJob.timeout(-1); assertEquals(-1, execJob.timeout); assertSame(execJob, result); } // Test useLocalFesen setter public void test_useLocalFesen() { ExecJob result = execJob.useLocalFesen(false); assertFalse(execJob.useLocalFesen); assertSame(execJob, result);Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 24.5K bytes - Viewed (0) - 
				
				
src/test/java/jcifs/internal/smb1/net/NetServerEnum2ResponseTest.java
String result = server.toString(); assertNotNull(result); assertTrue(result.startsWith("ServerInfo1[")); assertTrue(result.contains("name=SERVER01")); assertTrue(result.contains("versionMajor=6")); assertTrue(result.contains("versionMinor=1")); assertTrue(result.contains("type=0x00000801")); assertTrue(result.contains("commentOrMasterBrowser=Test server"));Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 25.4K bytes - Viewed (0) - 
				
				
okhttp/src/commonJvmAndroid/kotlin/okhttp3/Cookie.kt
override fun hashCode(): Int { var result = 17 result = 31 * result + name.hashCode() result = 31 * result + value.hashCode() result = 31 * result + expiresAt.hashCode() result = 31 * result + domain.hashCode() result = 31 * result + path.hashCode() result = 31 * result + secure.hashCode() result = 31 * result + httpOnly.hashCode() result = 31 * result + persistent.hashCode()
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon May 05 16:01:00 UTC 2025 - 23.1K bytes - Viewed (0)