- Sort Score
- Result 10 results
- Languages All
Results 121 - 130 of 149 for aquests (2.32 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/transformer/impl/FileTransformer.java
* A path to store downloaded files. The default path is a current * directory. */ protected String path; /** * A string to replace ?. */ protected String questionStr = "_QUEST_"; /** * A string to replace :. */ protected String colonStr = "_CLN_"; /** * A string to replace ;. */ protected String semicolonStr = "_SCLN_"; /**Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Aug 07 02:55:08 UTC 2025 - 11.7K bytes - Viewed (0) -
src/main/java/jcifs/smb1/http/NetworkExplorer.java
try { Config.store(log, "JCIFS PROPERTIES"); } catch (final IOException ioe) {} } } /** * Handles file download requests for SMB files. * @param req the HTTP servlet request * @param resp the HTTP servlet response * @param file the SMB file to download * @throws IOException if an I/O error occurs */Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 22.6K bytes - Viewed (0) -
src/main/resources/fess_label_it.properties
labels.search_list_button_delete=Elimina labels.search_list_delete_confirmation=Sei sicuro di voler eliminare? labels.search_list_button_delete_all=Elimina tutto con questa query labels.search_list_delete_all_confirmation=Sei sicuro di voler eliminare tutto con questa query? labels.search_list_button_cancel=Annulla labels.failure_url_configuration=URL di errore labels.failure_url_search_url=URL
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 04 09:16:23 UTC 2025 - 46.6K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/create/CreateContextRequestTest.java
for (CreateContextRequest context : contexts) { assertNotNull(context.getName()); } } @Test @DisplayName("Should handle array of context requests with varying sizes") void testArrayOfContextRequestsWithVaryingSizes() { CreateContextRequest[] contexts = new CreateContextRequest[] { new MockCreateContextRequest("SHORT", 16),
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 24.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/DocumentHelper.java
* This class provides utilities for processing document content, titles, and digests, * handling text normalization, content extraction, and similar document hash encoding/decoding. * It also manages document processing requests and integrates with the crawler system. * */ public class DocumentHelper { private static final Logger logger = LogManager.getLogger(DocumentHelper.class);Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 17.4K bytes - Viewed (0) -
src/main/java/jcifs/smb/MultiChannelManager.java
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 20.5K bytes - Viewed (0) -
docs/fr/README.md
Nous accueillons les pull requests pour votre langue. ### Traductions - [English](../../README.md) - [日本語 (Japanese)](../ja/README.md) - [简体中文 (Simplified Chinese)](../zh-CN/README.md) - [Español (Spanish)](../es/README.md)
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Tue Nov 11 22:42:32 UTC 2025 - 7.9K bytes - Viewed (0) -
docs/pt-BR/README.md
Aceitamos pull requests para o seu idioma. ### Traduções - [English](../../README.md) - [日本語 (Japanese)](../ja/README.md) - [简体中文 (Simplified Chinese)](../zh-CN/README.md) - [Español (Spanish)](../es/README.md)
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Tue Nov 11 22:42:32 UTC 2025 - 7.6K bytes - Viewed (0) -
src/test/java/jcifs/internal/CommonServerMessageBlockRequestTest.java
verify(request).size(); verify(request).getOverrideTimeout(); verify(request).allowChain(nextRequest); } @Test @DisplayName("Test chaining scenario with multiple requests") void testChainingScenario() { // Given CommonServerMessageBlockRequest thirdRequest = mock(CommonServerMessageBlockRequest.class); when(request.getNext()).thenReturn(nextRequest);
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 12.1K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFileInputStream.java
request.setMaxCount(1024); request.setRemaining(1024); } else if (this.largeReadX) { // Optimize large read requests request.setMaxCount(r & 0xFFFF); request.setOpenTimeout(r >> 16 & 0xFFFF); } th.send(request, response, RequestParam.NO_RETRY);
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 15.6K bytes - Viewed (0)