- Sort Score
- Num 10 results
- Language All
Results 601 - 610 of 1,200 for a_param (0.08 seconds)
-
src/main/java/org/codelibs/core/beans/impl/PropertyDescImpl.java
* * @param propertyName * The property name. Must not be {@literal null} or an empty string. * @param propertyType * The property type. Must not be {@literal null}. * @param readMethod * The getter method. * @param writeMethod * The setter method. * @param beanDescCreated: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Thu Jul 24 01:52:43 GMT 2025 - 15.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/job/LogNotificationJob.java
/** * Formats a list of log notification events into a human-readable summary string. * * @param events the list of log notification events * @param maxDetailsLength the maximum length of the details string * @param maxDisplayEvents the maximum number of events to display * @param maxMessageLength the maximum length of each log messageCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 9.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/util/QueryResponseList.java
* * @param documentList the list of documents returned by the search * @param allRecordCount the total number of records in the search result set * @param allRecordCountRelation the relation type for the total record count * @param queryTime the time taken to execute the search query in milliseconds * @param partialResults flag indicating whether the results are partialCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 14.5K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/Lists.java
* argument count. * * <p>The returned list is serializable and implements {@link RandomAccess}. * * @param first the first element * @param second the second element * @param rest an array of additional elements, possibly empty * @return an unmodifiable list containing the specified elements */ public static <E extends @Nullable Object> List<E> asList(Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Feb 23 16:38:09 GMT 2026 - 42.1K bytes - Click Count (0) -
android/guava/src/com/google/common/util/concurrent/AtomicDouble.java
return longBitsToDouble(value.get()); } /** * Sets to the given value. * * @param newValue the new value */ public final void set(double newValue) { long next = doubleToRawLongBits(newValue); value.set(next); } /** * Eventually sets to the given value. * * @param newValue the new value */ public final void lazySet(double newValue) {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Jan 29 22:14:05 GMT 2026 - 7.2K bytes - Click Count (0) -
src/main/java/org/codelibs/core/lang/ClassLoaderUtil.java
Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Thu Jul 31 08:16:49 GMT 2025 - 7.6K bytes - Click Count (0) -
src/test/java/org/codelibs/core/beans/impl/PropertyDescImplTest.java
Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Fri Jun 20 13:40:57 GMT 2025 - 11K bytes - Click Count (0) -
src/main/java/org/codelibs/core/convert/FloatConversionUtil.java
Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Thu Jul 31 08:16:49 GMT 2025 - 3.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/sso/SsoManager.java
return authenticator.getLoginCredential(); } } return null; } /** * Gets the appropriate response for the specified SSO response type. * * @param responseType The type of SSO response required (e.g., METADATA, LOGOUT) * @return The action response from the SSO authenticator, or null if SSO is not available */
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 5.3K bytes - Click Count (0) -
src/main/java/org/codelibs/core/io/ResourceHandler.java
/** * Interface for handlers that process resources. * * @author taedium */ public interface ResourceHandler { /** * Processes a resource. * * @param path the path * @param is the {@link InputStream} to read the resource */ void processResource(String path, InputStream is);Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Thu Jun 19 09:12:22 GMT 2025 - 997 bytes - Click Count (0)