- Sort Score
 - Result 10 results
 - Languages All
 
Results 1591 - 1600 of 5,298 for recur2 (0.05 sec)
- 
				
				
src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsWebAuthenticationCB.java
public WebAuthenticationDbm asDBMeta() { return WebAuthenticationDbm.getInstance(); } @Override public String asTableDbName() { return "web_authentication"; } @Override public boolean hasSpecifiedColumn() { return _specification != null; } @Override public ConditionQuery localCQ() { return doGetConditionQuery(); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 7.6K bytes - Viewed (0) - 
				
				
api/maven-api-core/src/main/java/org/apache/maven/api/services/ArtifactResolverRequest.java
this.coordinates = coordinates; return this; } @Nonnull public ArtifactResolverRequestBuilder repositories(List<RemoteRepository> repositories) { this.repositories = repositories; return this; } @Nonnull public ArtifactResolverRequest build() {Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Feb 07 00:45:02 UTC 2025 - 5.6K bytes - Viewed (0) - 
				
				
src/main/java/org/codelibs/fess/app/web/api/admin/user/ApiAdminUserAction.java
/** * Retrieves a specific user setting by ID. * * @param id the ID of the user setting to retrieve * @return JSON response containing the user setting */ // GET /api/admin/user/setting/{id} @Execute public JsonResponse<ApiResult> get$setting(final String id) { return asJson(new ApiResult.ApiConfigResponse().setting(userService.getUser(id).map(this::createEditBody).orElseGet(() -> {Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 7.7K bytes - Viewed (0) - 
				
				
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/AbstractCrawlerClient.java
* @return The converted object. */ @SuppressWarnings("unchecked") protected <T> T convertObj(final Object value, final Class<T> clazz) { if (clazz.isAssignableFrom(String.class)) { return (T) value.toString(); } if (clazz.isAssignableFrom(Long.class)) { if (!(value instanceof Long)) { return (T) Long.valueOf(value.toString()); }Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sat Sep 06 04:15:37 UTC 2025 - 9.7K bytes - Viewed (0) - 
				
				
android/guava/src/com/google/common/cache/CacheBuilder.java
return from(CacheBuilderSpec.parse(spec)); } /** * Enables lenient parsing. Useful for tests and spec parsing. * * @return this {@code CacheBuilder} instance (for chaining) */ @GwtIncompatible // To be supported @CanIgnoreReturnValue CacheBuilder<K, V> lenientParsing() { strictParsing = false; return this; } /**
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 51.7K bytes - Viewed (0) - 
				
				
guava/src/com/google/common/hash/LittleEndianByteArray.java
* Unsafe.getUnsafe when integrating into a JDK. * * @return an Unsafe instance if successful */ private static Unsafe getUnsafe() { try { return Unsafe.getUnsafe(); } catch (SecurityException tryReflectionInstead) { // We'll try reflection instead. } try { return AccessController.doPrivileged( (PrivilegedExceptionAction<Unsafe>)Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Feb 12 03:49:18 UTC 2025 - 12.3K bytes - Viewed (0) - 
				
				
cmd/prepare-storage.go
if err != nil { return nil, err } return format, nil } // Return error when quorum unformatted disks - indicating we are // waiting for first server to be online. unformattedDisks := quorumUnformattedDisks(sErrs) if unformattedDisks && !firstDisk { return nil, errNotFirstDisk } // Return error when quorum unformatted disks but waiting for restRegistered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Jul 12 20:51:54 UTC 2024 - 11.1K bytes - Viewed (1) - 
				
				
android/guava/src/com/google/common/collect/AbstractRangeSet.java
} @Override public boolean enclosesAll(RangeSet<C> other) { return enclosesAll(other.asRanges()); } @Override public boolean enclosesAll(Iterable<Range<C>> ranges) { for (Range<C> range : ranges) { if (!encloses(range)) { return false; } } return true; } @Override public void addAll(RangeSet<C> other) { addAll(other.asRanges());
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 2.8K bytes - Viewed (0) - 
				
				
fess-crawler/src/main/java/org/codelibs/fess/crawler/processor/impl/DefaultResponseProcessor.java
if (code == httpStatusCode) { return true; } } return false; } /** * Checks if the response is not modified based on configured HTTP status codes. * * @param responseData the response data to check * @return true if not modified, false otherwise */ protected boolean isNotModified(final ResponseData responseData) {
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Aug 07 02:55:08 UTC 2025 - 12.5K bytes - Viewed (0) - 
				
				
src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsScheduledJobBhv.java
@Override public String asTableDbName() { return asEsIndexType(); } @Override protected String asEsIndex() { return "fess_config.scheduled_job"; } @Override public String asEsIndexType() { return "scheduled_job"; } @Override public String asEsSearchType() { return "scheduled_job"; } @OverrideRegistered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 10.3K bytes - Viewed (0)