- Sort Score
- Result 10 results
- Languages All
Results 391 - 400 of 1,936 for protected (0.03 sec)
- 
				
				src/main/java/org/codelibs/fess/helper/QueryHelper.javaprotected SortBuilder<?>[] defaultSortBuilders; /** Prefix used for highlight field names in search results */ protected String highlightPrefix = "hl_"; /** Default facet information configuration for search results */ protected FacetInfo defaultFacetInfo; /** Default geographic information configuration for location-based searches */ protected GeoInfo defaultGeoInfo; Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 19.9K bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/core/convert/TimeConversionUtil.java* * @author koichik */ protected static class PlainDateFormatIterator implements Iterator<DateFormat> { /** Source string to convert */ protected final String src; /** Locale */ protected final Locale locale; /** Index indicating the current style */ protected int index; /** * Constructs an instance.Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 20.3K bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/core/convert/TimestampConversionUtil.java* * @author koichik */ protected static class PlainDateFormatIterator implements Iterator<DateFormat> { /** Source string to be converted */ protected final String src; /** Locale */ protected final Locale locale; /** Index indicating the current style */ protected int index; /** * Constructs an instance.Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 20.6K bytes - Viewed (0)
- 
				
				android/guava-tests/test/com/google/common/collect/ReserializedImmutableMapMapInterfaceTest.javaextends AbstractImmutableMapMapInterfaceTest<String, Integer> { @Override protected Map<String, Integer> makePopulatedMap() { return SerializableTester.reserialize(ImmutableMap.of("one", 1, "two", 2, "three", 3)); } @Override protected String getKeyNotInPopulatedMap() { return "minus one"; } @Override protected Integer getValueNotInPopulatedMap() { return -1; } Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Dec 19 18:03:30 UTC 2024 - 1.3K bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/fess/thumbnail/ThumbnailManager.javaprotected int thumbnailTaskQueueSize = 10000; /** * Number of tasks to process in bulk operations. */ protected int thumbnailTaskBulkSize = 100; /** * Timeout in milliseconds for thumbnail task queue operations. */ protected long thumbnailTaskQueueTimeout = 10 * 1000L; /** * Expiration time in milliseconds for no-image placeholder files. */Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 26.9K bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/fess/opensearch/log/bsbhv/BsUserInfoBhv.javareturn facadeSelectByPK(id); } protected OptionalEntity<UserInfo> facadeSelectByPK(String id) { return doSelectOptionalByPK(id, typeOfSelectedEntity()); } protected <ENTITY extends UserInfo> ENTITY doSelectByPK(String id, Class<? extends ENTITY> tp) { return doSelectEntity(xprepareCBAsPK(id), tp); } protected UserInfoCB xprepareCBAsPK(String id) { Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 9.1K bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsCrawlingInfoParamBhv.javareturn facadeSelectByPK(id); } protected OptionalEntity<CrawlingInfoParam> facadeSelectByPK(String id) { return doSelectOptionalByPK(id, typeOfSelectedEntity()); } protected <ENTITY extends CrawlingInfoParam> ENTITY doSelectByPK(String id, Class<? extends ENTITY> tp) { return doSelectEntity(xprepareCBAsPK(id), tp); } protected CrawlingInfoParamCB xprepareCBAsPK(String id) { Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 9.9K bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsRoleTypeBhv.javareturn facadeSelectByPK(id); } protected OptionalEntity<RoleType> facadeSelectByPK(String id) { return doSelectOptionalByPK(id, typeOfSelectedEntity()); } protected <ENTITY extends RoleType> ENTITY doSelectByPK(String id, Class<? extends ENTITY> tp) { return doSelectEntity(xprepareCBAsPK(id), tp); } protected RoleTypeCB xprepareCBAsPK(String id) { Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 9.5K bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessTimeResourceProvider.java// =============== @Override protected String getTimeAdjustTimeMillis() { return fessConfig.getTimeAdjustTimeMillis(); } @Override protected Long getTimeAdjustTimeMillisAsLong() { return fessConfig.getTimeAdjustTimeMillisAsLong(); }Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.5K bytes - Viewed (0)
- 
				
				android/guava-tests/test/com/google/common/collect/RegularImmutableMapMapInterfaceTest.java@Override protected Map<String, Integer> makeEmptyMap() { return ImmutableMap.of(); } @Override protected Map<String, Integer> makePopulatedMap() { return ImmutableMap.of("one", 1, "two", 2, "three", 3); } @Override protected String getKeyNotInPopulatedMap() { return "minus one"; } @Override protected Integer getValueNotInPopulatedMap() { return -1; Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Dec 19 18:03:30 UTC 2024 - 1.3K bytes - Viewed (0)