- Sort Score
- Result 10 results
- Languages All
Results 91 - 99 of 99 for hver (0.65 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/client/smb/SmbClientTest.java
try { smbClient.doGet(baseUrl + "file1.txt"); fail("Should throw MaxLengthExceededException"); } catch (MaxLengthExceededException e) { assertTrue(e.getMessage().contains("over 3 byte")); } } public void test_doGet_largeFile() throws Exception { String largeFileUrl = "smb://" + host + ":" + port + "/public/large/largefile.bin";Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Tue Sep 23 06:42:59 UTC 2025 - 31.9K bytes - Viewed (0) -
src/main/resources/fess_label_es.properties
labels.design_file_name=Nombre de archivo (opcional) labels.design_button_upload=Subir labels.design_file_title_edit=Ver archivo de página labels.design_edit_button=Editar labels.design_download_button=Descargar labels.design_delete_button=Eliminar labels.design_use_default_button=Usar por defecto labels.design_title_edit_content=Ver archivo de edición de página labels.design_button_update=Actualizar labels.design_button_back=Volver
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 49K bytes - Viewed (0) -
src/main/java/jcifs/smb1/netbios/NbtAddress.java
import java.net.InetAddress; import java.net.UnknownHostException; import java.util.HashMap; import jcifs.smb1.Config; import jcifs.smb1.util.Hexdump; /** * This class represents a NetBIOS over TCP/IP address. Under normal * conditions, users of jCIFS need not be concerned with this class as * name resolution and session services are handled internally by the smb package. *
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 31.7K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/ServerMessageBlock.java
* looking for a way to improve perfomance this is precisly what you * would want to do as the jcifs.netbios.SocketXxxputStream classes * arraycopy all data read or written into a new buffer shifted over 4!) */ private byte command, flags; /** * Starting position of the SMB header in the buffer. */ protected int headerStart; /** * Total length of the SMB message.Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 38.9K bytes - Viewed (0) -
src/main/resources/fess_label.properties
labels.search=Search labels.similar_doc_result_status=Showing similar results. labels.search_result_status=Results <b>{2}</b> - <b>{3}</b> of <b>{1}</b> for <b>{0}</b> labels.search_result_status_over=Results <b>{2}</b> - <b>{3}</b> of over <b>{1}</b> for <b>{0}</b> labels.search_result_time=({0} seconds) labels.prev_page=Prev labels.next_page=Next labels.did_not_match=Your search - <b>{0}</b> - did not match any documents. labels.search_title=FessRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 44K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFile.java
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 103.2K bytes - Viewed (0) -
pom.xml
<exclusion> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpmime</artifactId> </exclusion> <exclusion> <groupId>org.slf4j</groupId> <artifactId>jcl-over-slf4j</artifactId> </exclusion> <exclusion> <groupId>javax.activation</groupId> <artifactId>activation</artifactId> </exclusion> <exclusion>
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 08:30:43 UTC 2025 - 49.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
public static final String LABELS_search_result_status = "{labels.search_result_status}"; /** The key of the message: Results <b>{2}</b> - <b>{3}</b> of over <b>{1}</b> for <b>{0}</b> */ public static final String LABELS_search_result_status_over = "{labels.search_result_status_over}"; /** The key of the message: ({0} seconds) */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 156.4K bytes - Viewed (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
</magic> </mime-type> <mime-type type="application/x-ms-nls"> <_comment>Microsoft National Language Support</_comment> <_comment>Should take precedence over x-ms-owner</_comment> <magic priority="70"> <match value="(?s)^\\x0D.{51}\\x0C\\x00\\x0D\\x00\\x0E" type="regex" offset="0"/> <match value="(?s)^\\x44\\x43.\\x01" type="regex" offset="0"/> </magic>Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Oct 16 07:46:32 UTC 2025 - 320.2K bytes - Viewed (2)