- Sort Score
- Result 10 results
- Languages All
Results 1761 - 1770 of 4,648 for new1 (0.02 sec)
- 
				
				src/main/java/org/codelibs/fess/suggest/settings/BadWordSettings.java*/ protected static void updateDefaultBadwords() { if (defaultWords != null) { return; } final List<String> list = new ArrayList<>(); try (BufferedReader br = new BufferedReader(new InputStreamReader( Thread.currentThread().getContextClassLoader().getResourceAsStream("suggest_settings/default-badwords.txt")))) { String line;Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Fri Jul 04 14:00:23 UTC 2025 - 5.3K bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/fess/app/web/api/admin/pathmap/ApiAdminPathmapAction.javafinal PathMapPager pager = copyBeanToNewBean(body, PathMapPager.class); final List<PathMapping> list = pathMappingService.getPathMappingList(pager); return asJson( new ApiResult.ApiConfigsResponse<EditBody>().settings(list.stream().map(this::createEditBody).collect(Collectors.toList())) .total(pager.getAllRecordCount()) .status(ApiResult.Status.OK) Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 7.8K bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/fess/app/web/api/admin/relatedcontent/ApiAdminRelatedcontentAction.javafinal RelatedContentPager pager = copyBeanToNewBean(body, RelatedContentPager.class); final List<RelatedContent> list = relatedContentService.getRelatedContentList(pager); return asJson( new ApiResult.ApiConfigsResponse<EditBody>().settings(list.stream().map(this::createEditBody).collect(Collectors.toList())) .total(pager.getAllRecordCount()) .status(ApiResult.Status.OK) Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 8.4K bytes - Viewed (0)
- 
				
				src/main/java/jcifs/smb1/smb1/Trans2QueryFSInformationResponse.javadefault -> 0; }; } int readSmbInfoAllocationWireFormat(final byte[] buffer, int bufferIndex) { final int start = bufferIndex; final SmbInfoAllocation info = new SmbInfoAllocation(); bufferIndex += 4; // skip idFileSystem info.sectPerAlloc = readInt4(buffer, bufferIndex); bufferIndex += 4; info.alloc = readInt4(buffer, bufferIndex);Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 5.1K bytes - Viewed (0)
- 
				
				src/main/java/jcifs/smb1/util/Base64.javafinal int length = string.length(); if (length == 0) { return new byte[0]; } final int pad = string.charAt(length - 2) == '=' ? 2 : string.charAt(length - 1) == '=' ? 1 : 0; final int size = length * 3 / 4 - pad; final byte[] buffer = new byte[size]; int block; int i = 0; int index = 0; while (i < length) { Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 4.1K bytes - Viewed (0)
- 
				
				compat/maven-builder-support/src/main/java/org/apache/maven/building/DefaultProblem.javaprivate final int columnNumber; private final String message; private final Exception exception; private final Severity severity; /** * Creates a new problem with the specified message and exception. * Either {@code message} or {@code exception} is required * * @param message The message describing the problem, may be {@code null}.Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Jul 23 17:27:08 UTC 2025 - 4.4K bytes - Viewed (0)
- 
				
				tests/update_has_one_test.got.Fatalf("errors happened when update: %v", err) } var user2 User DB.Preload("Account").Find(&user2, "id = ?", user.ID) CheckUser(t, user2, user) user.Account.Number += "new" if err := DB.Save(&user).Error; err != nil { t.Fatalf("errors happened when update: %v", err) } var user3 User DB.Preload("Account").Find(&user3, "id = ?", user.ID) CheckUser(t, user2, user3) Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Thu Jul 14 06:55:54 UTC 2022 - 3.6K bytes - Viewed (0)
- 
				
				src/main/java/jcifs/smb1/util/Encdec.javalong t; return switch (enc) { case TIME_1970_SEC_32BE -> new Date(dec_uint32be(src, si) * 1000L); case TIME_1970_SEC_32LE -> new Date(dec_uint32le(src, si) * 1000L); case TIME_1904_SEC_32BE -> new Date(((dec_uint32be(src, si) & 0xFFFFFFFFL) - SEC_BETWEEEN_1904_AND_1970) * 1000L); case TIME_1904_SEC_32LE -> new Date(((dec_uint32le(src, si) & 0xFFFFFFFFL) - SEC_BETWEEEN_1904_AND_1970) * 1000L);Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 18.5K bytes - Viewed (0)
- 
				
				src/main/java/jcifs/dcerpc/msrpc/netdfs.javaRegistered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 21.8K bytes - Viewed (0)
- 
				
				android/guava/src/com/google/common/collect/FilteredKeyMultimap.javapublic Collection<V> get(@ParametricNullness K key) { if (keyPredicate.apply(key)) { return unfiltered.get(key); } else if (unfiltered instanceof SetMultimap) { return new AddRejectingSet<>(key); } else { return new AddRejectingList<>(key); } } private static final class AddRejectingSet<K extends @Nullable Object, V extends @Nullable Object> extends ForwardingSet<V> { Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 6.2K bytes - Viewed (0)