- Sort Score
- Result 10 results
- Languages All
Results 321 - 330 of 2,387 for param2 (0.04 sec)
-
src/main/java/org/codelibs/core/collection/SLinkedList.java
/** * Returns the element at the specified position. * * @param index the index * @return the element */ public E get(final int index) { return getEntry(index).element; } /** * Sets the element at the specified position. * * @param index the index * @param element the element * @return the original element */
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jun 19 09:12:22 UTC 2025 - 10.5K bytes - Viewed (0) -
plugin.xml
<param name="plugin.groupId" value="org/codelibs/opensearch" /> <param name="plugin.name.prefix" value="opensearch-" /> <param name="plugin.name" value="configsync" /> <param name="plugin.version" value="3.2.0" /> <param name="plugin.zip.version" value="3.2.0" /> </antcall> <!-- minhash --> <antcall target="install.plugin">
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 3.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java
* * @param dataMap the data map to populate * @param responseData the response data from crawling * @param fessConfig the Fess configuration * @param crawlingConfig the crawling configuration * @param documentHelper the document helper for content processing * @param body the extracted body content * @param fileName the file name if applicable */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 54.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/RoleQueryHelper.java
request.setAttribute(USER_ROLES, roleSet); } return roleSet; } /** * Processes the access token. * @param request The HTTP request. * @param roleSet The set of roles. * @param isApiRequest Whether the request is an API request. * @return true if the access token is processed, false otherwise. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 15.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/index/contents/ContentsParser.java
* * @param words the array of search words * @param readings the array of readings corresponding to the search words * @param fields the array of fields associated with the search words * @param tags the array of tags associated with the search words * @param roles the array of roles associated with the search words * @param score the score associated with the search words
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Sat Mar 15 06:51:20 UTC 2025 - 4.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/failureurl/AdminFailureurlAction.java
public HtmlResponse index() { saveToken(); return asListHtml(); } /** * Displays the failure URL list page with pagination support. * * @param pageNumber the page number to display * @param form the search form containing filter criteria * @return HTML response for the failure URL list 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 - 10K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ProjectManager.java
} /** * Attaches an artifact to the project with an explicitly specified type. * * @param session the current build session * @param project the project to attach the artifact to * @param type the type of the artifact (e.g., "jar", "war", "sources") * @param path the path to the artifact file * @see org.apache.maven.api.Type */ default void attachArtifact(
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Jan 30 23:29:13 UTC 2025 - 12K bytes - Viewed (0) -
src/main/java/org/codelibs/core/xml/DomUtil.java
return getContentsAsStream(contents, null); } /** * Retrieves the XML content as an {@link InputStream} with the specified encoding. * * @param contents * The content. Must not be {@literal null}. * @param encoding * The encoding. If {@literal null}, the platform's default encoding will be used. * @return {@link InputStream} */
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 10.1K bytes - Viewed (0) -
src/main/java/jcifs/ntlmssp/Type2Message.java
/** * Creates a Type-2 message in response to the given Type-1 message. * * @param tc * context to use * @param type1 * The Type-1 message which this represents a response to. * @param challenge * The challenge from the domain controller/server. * @param target * The authentication target. */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 14.4K 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)