- Sort Score
- Result 10 results
- Languages All
Results 2831 - 2840 of 2,910 for From (0.02 sec)
-
src/test/java/jcifs/internal/smb2/io/Smb2ReadRequestTest.java
Smb2ReadResponse response = request.createResponse(mockContext, request); assertNotNull(response); // Response should be created with the same config from context verify(mockContext, times(1)).getConfig(); } @Test @DisplayName("Should pass output buffer to response") void testCreateResponseWithBuffer() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 24.8K bytes - Viewed (0) -
docs/smb3-features/01-smb3-lease-design.md
private void handleIncomingMessage(ServerMessageBlock2 msg) { if (msg instanceof Smb2LeaseBreakNotification) { Smb2LeaseBreakNotification breakNotif = (Smb2LeaseBreakNotification) msg; // Get lease manager from session LeaseManager leaseManager = session.getLeaseManager(); // Handle the lease break leaseManager.handleLeaseBreak( breakNotif.getLeaseKey(),
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 22K bytes - Viewed (0) -
src/main/java/org/codelibs/core/convert/TimestampConversionUtil.java
* </p> * <p> * If the source object is a {@link Date}, {@link Calendar}, or {@link Timestamp}, the converted object is created using their millisecond value. * For other types, the converted object is created from the string representation of the source object. * </p> * <p> * If no pattern is specified, the pattern used for conversion depends on the locale as follows: * </p> * <table border="1">Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 20.6K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/create/Smb2CreateRequest.java
addCreateContext(context); } /** * Add a durable handle reconnect context to this request * @param fileId the 16-byte file ID from the previous open */ public void addDurableHandleReconnectContext(byte[] fileId) { addCreateContext(new jcifs.internal.smb2.persistent.DurableHandleReconnect(fileId)); } /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 02:21:31 UTC 2025 - 22.9K bytes - Viewed (0) -
cmd/endpoint_test.go
// So it means that if you have say localhost:9000 and localhost:9001 as endpointArgs then localhost:9001 // is considered a remote service from localhost:9000 perspective. func TestGetLocalPeer(t *testing.T) { tempGlobalMinioPort := globalMinioPort defer func() { globalMinioPort = tempGlobalMinioPort }() globalMinioPort = "9000"
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 18.9K bytes - Viewed (0) -
association.go
if len(joinStmt.SQL.String()) > 0 { tx.Clauses(clause.Expr{SQL: strings.Replace(joinStmt.SQL.String(), "WHERE ", "", 1), Vars: joinStmt.Vars}) } } tx = tx.Session(&Session{QueryFields: true}).Clauses(clause.From{Joins: []clause.Join{{ Table: clause.Table{Name: association.Relationship.JoinTable.Table}, ON: clause.Where{Exprs: queryConds}, }}}) } else { tx.Clauses(clause.Where{Exprs: queryConds}) }
Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Wed Jun 12 10:49:45 UTC 2024 - 21.5K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/transformer/TransformerTest.java
assertNotNull(currentResult); assertEquals(transformer.getName(), currentResult.getTransformerName()); } // Final result should be from last transformer assertEquals("third", currentResult.getTransformerName()); } /** * Test null name handling */ public void test_nullNameHandling() {
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sat Sep 06 04:15:37 UTC 2025 - 28K bytes - Viewed (0) -
android/guava/src/com/google/common/base/Equivalence.java
* hash(x}} consistently return the same value provided {@code x} remains unchanged * according to the definition of the equivalence. The hash need not remain consistent from * one execution of an application to another execution of the same application. * <li>It is <i>distributable across equivalence</i>: for any references {@code x} and {@code
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Jul 10 01:47:55 UTC 2025 - 14.5K bytes - Viewed (0) -
src/main/resources/fess_label.properties
labels.duplicate_host_configuration=Duplicate Host labels.duplicate_host_title_details=Duplicate Host labels.dashboard_title_configuration=System Config labels.suggest_search_log_enabled=Suggest from Search Terms labels.suggest_documents_enabled=Suggest from Documents labels.purge_suggest_search_log_day=Delete old suggest info labels.crawling_info_title=Crawling Info labels.crawling_info_title_confirm=Crawling Info
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 28 08:40:50 UTC 2025 - 40.7K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/HcHttpClient.java
return httpClient.execute(httpRequest, new BasicHttpContext(httpClientContext)); } /** * Parses the last modified date from a string value. * * @param value The date string to parse * @return The parsed date, or null if parsing fails */ protected Date parseLastModifiedDate(final String value) {
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Aug 07 02:55:08 UTC 2025 - 52.2K bytes - Viewed (0)