- Sort Score
- Result 10 results
- Languages All
Results 111 - 120 of 1,643 for z_param (1.18 sec)
-
src/main/java/org/codelibs/fess/api/json/SearchApiManager.java
/** * Constructor for RequestParameter. * @param request The HTTP servlet request * @param query The search query string * @param tags Array of tags to filter suggestions * @param fields Array of fields to search in for suggestions * @param num The maximum number of suggestions to return */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 54.6K bytes - Viewed (0) -
src/test/java/org/codelibs/core/beans/impl/BeanDescImplTest.java
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Fri Jun 20 13:40:57 UTC 2025 - 13.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/dataconfig/AdminDataconfigAction.java
// ============ /** * Get a data config entity from a form. * @param form The create form. * @param username The username. * @param currentTime The current time. * @return An optional entity of a data config. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 19.9K bytes - Viewed (0) -
api/maven-api-cli/src/main/java/org/apache/maven/api/cli/ParserRequest.java
} /** * Creates a new Builder instance for constructing a ParserRequest. * * @param command the Maven command to be executed * @param commandName the Maven command Name to be executed * @param args the command-line arguments * @param messageBuilderFactory the factory for creating message builders * @return a new Builder instance */ @Nonnull
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sat Jun 07 06:22:47 UTC 2025 - 15.9K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/io/Smb2ReadRequest.java
/** * Constructs a SMB2 read request with the specified parameters * * @param config * the configuration to use for this request * @param fileId * the file ID to read from * @param outputBuffer * the buffer to read data into * @param outputBufferOffset * the offset in the output buffer to start writing data */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 05:11:12 UTC 2025 - 7.8K bytes - Viewed (0) -
src/main/java/org/codelibs/core/beans/util/CopyOptionsUtil.java
return new CopyOptions().mapDelimiter(mapDelimiter); } /** * Returns a {@link CopyOptions} with the specified converter applied. * * @param converter * The converter. Must not be {@literal null}. * @param propertyNames * The property names to which this converter will be applied. Each element must not be {@literal null} or an empty string.
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 10.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/protwords/AdminDictProtwordsAction.java
}, () -> asListHtml(dictId)); } } /** * Validate the protected word string. * @param action The action. * @param values The values. * @param propertyName The property name. * @param hook The error hook. */ private static void validateProtwordsString(final FessBaseAction action, final String values, final String propertyName,
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 20.1K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/DcerpcHandle.java
} DcerpcException de = msg.getResult(); if (de != null) { throw de; } } /** * @param msg * @param out * @param buf * @param off * @param tot * @return * @throws IOException */ private int sendFragments(final DcerpcMessage msg, final byte[] out, final NdrBuffer buf) throws IOException {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 15.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/searchlog/AdminSearchlogAction.java
// ------- /** * Displays the details of a specific search log entry. * * @param crudMode the CRUD mode for the operation * @param logType the type of log entry * @param id the ID of the search log entry to display * @return HTML response for the search log details page */ @Execute @Secured({ ROLE, ROLE + VIEW })
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 10.4K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/persistent/HandleReconnector.java
* Create a new handle reconnector * @param manager the persistent handle manager */ public HandleReconnector(PersistentHandleManager manager) { this(manager, 3, 1000); } /** * Create a new handle reconnector with custom settings * @param manager the persistent handle manager * @param maxRetries maximum number of retry attempts * @param retryDelay base retry delay in milliseconds */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 21 04:51:33 UTC 2025 - 8.5K bytes - Viewed (0)