- Sort Score
- Result 10 results
- Languages All
Results 1871 - 1880 of 2,470 for instance1 (0.04 sec)
-
guava-tests/test/com/google/common/cache/LocalCacheTest.java
assertThat(map.maxWeight).isEqualTo(CacheBuilder.UNSET_INT); assertThat(map.entryFactory).isEqualTo(EntryFactory.STRONG); assertThat(map.removalListener).isSameInstanceAs(CacheBuilder.NullListener.INSTANCE); assertThat(map.removalNotificationQueue).isSameInstanceAs(DISCARDING_QUEUE); assertThat(map.ticker).isSameInstanceAs(NULL_TICKER); assertThat(map.concurrencyLevel).isEqualTo(4);
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Fri Dec 12 00:25:21 UTC 2025 - 117.5K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/cache/LocalCacheTest.java
assertThat(map.maxWeight).isEqualTo(CacheBuilder.UNSET_INT); assertThat(map.entryFactory).isEqualTo(EntryFactory.STRONG); assertThat(map.removalListener).isSameInstanceAs(CacheBuilder.NullListener.INSTANCE); assertThat(map.removalNotificationQueue).isSameInstanceAs(DISCARDING_QUEUE); assertThat(map.ticker).isSameInstanceAs(NULL_TICKER); assertThat(map.concurrencyLevel).isEqualTo(4);
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Fri Dec 12 00:25:21 UTC 2025 - 115.9K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/collect/InternersTest.java
MyInt(int i) { this.i = i; } @Override public int hashCode() { return i; } @Override public boolean equals(Object o) { return o instanceof MyInt && ((MyInt) o).i == i; } } public void testAsFunction_simplistic() { String canonical = "a"; String not = new String("a"); Function<String, String> internerFunction =Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Dec 08 17:02:07 UTC 2025 - 4.3K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ToolchainsBuilderRequest.java
return Optional.ofNullable(userToolchainsSource); } @Override public boolean equals(Object o) { return o instanceof DefaultToolchainsBuilderRequest that && Objects.equals(installationToolchainsSource, that.installationToolchainsSource)
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Feb 07 00:45:02 UTC 2025 - 6.3K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuilder.java
return build(toSource(modelSource), request); } @Deprecated static ModelSource toSource(org.apache.maven.model.building.ModelSource modelSource) { if (modelSource instanceof FileModelSource fms) { return Sources.buildSource(fms.getPath()); } else { return new WrapModelSource(modelSource); } } @Override
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 17:20:31 UTC 2025 - 51.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsCrawlingInfoParamBhv.java
return updateEntity(source, result); } catch (InstantiationException | IllegalAccessException e) { final String msg = "Cannot create a new instance: " + entityType.getName(); throw new IllegalBehaviorStateException(msg, e); } } protected <RESULT extends CrawlingInfoParam> RESULT updateEntity(Map<String, Object> source, RESULT result) {
Registered: Sat Dec 20 09:19:18 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.java
return updateEntity(source, result); } catch (InstantiationException | IllegalAccessException e) { final String msg = "Cannot create a new instance: " + entityType.getName(); throw new IllegalBehaviorStateException(msg, e); } } protected <RESULT extends RoleType> RESULT updateEntity(Map<String, Object> source, RESULT result) {
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 9.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/DataConfigService.java
* Fess configuration containing application settings. * Used to retrieve paging and other configuration parameters. */ @Resource protected FessConfig fessConfig; /** * Creates a new instance of DataConfigService. * This constructor initializes the service for managing data configuration operations * including CRUD operations and search functionality. */ public DataConfigService() {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/log/bsbhv/BsUserInfoBhv.java
return updateEntity(source, result); } catch (InstantiationException | IllegalAccessException e) { final String msg = "Cannot create a new instance: " + entityType.getName(); throw new IllegalBehaviorStateException(msg, e); } } protected <RESULT extends UserInfo> RESULT updateEntity(Map<String, Object> source, RESULT result) {
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 9.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/util/PrunedTag.java
private String css; /** The custom attribute name to match */ private String attrName; /** The custom attribute value to match */ private String attrValue; /** * Creates a new PrunedTag instance with the specified tag name. * * @param tag the HTML tag name to match (e.g., "div", "span", "p") */ public PrunedTag(final String tag) { this.tag = tag; } /**Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Mon Nov 24 04:23:08 UTC 2025 - 7.1K bytes - Viewed (0)