- Sort Score
- Result 10 results
- Languages All
Results 211 - 220 of 256 for transpose (0.04 sec)
-
src/main/java/org/codelibs/fess/opensearch/log/allcommon/EsAbstractBehavior.java
import org.opensearch.core.action.ActionListener; import org.opensearch.index.seqno.SequenceNumbers; import org.opensearch.search.SearchHit; import org.opensearch.search.SearchHits; import org.opensearch.transport.client.Client; import jakarta.annotation.Resource; /** * @param <ENTITY> The type of entity. * @param <CB> The type of condition-bean. * @author ESFlute (using FreeGen) */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 21 04:02:44 UTC 2025 - 26.4K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/nego/Smb2NegotiateResponseTest.java
import jcifs.internal.smb2.ServerMessageBlock2; import jcifs.internal.smb2.ServerMessageBlock2Response; import jcifs.internal.smb2.Smb2Constants; import jcifs.internal.util.SMBUtil; import jcifs.util.transport.Response; /** * Test class for Smb2NegotiateResponse functionality */ @DisplayName("Smb2NegotiateResponse Tests") class Smb2NegotiateResponseTest { private Configuration mockConfig;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 32.5K bytes - Viewed (0) -
cmd/batch-expire.go
if err != nil { return err } if r.NotificationCfg.Token != "" { req.Header.Set("Authorization", r.NotificationCfg.Token) } clnt := http.Client{Transport: getRemoteInstanceTransport()} resp, err := clnt.Do(req) if err != nil { return err } xhttp.DrainBody(resp.Body) if resp.StatusCode != http.StatusOK { return errors.New(resp.Status) }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Apr 22 11:16:32 UTC 2025 - 23K bytes - Viewed (0) -
docs/smb3-features/02-persistent-handles-design.md
} } ``` ### 6.3 Session Integration ```java // In SmbSession.java private PersistentHandleManager handleManager; public SmbSession(CIFSContext context, SmbTransport transport) { // ... existing initialization ... if (context.getConfig().isUseDurableHandles()) { this.handleManager = new PersistentHandleManager(context); } }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 31.6K bytes - Viewed (0) -
src/main/java/jcifs/Configuration.java
/** * Enable port 139 failover * * Property {@code jcifs.smb.client.port139.enabled} (boolean, default false) * * @return whether to failover to legacy transport on port 139 */ boolean isPort139FailoverEnabled(); /** * * Property {@code jcifs.smb.client.useUnicode} (boolean, default true) *
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 25.4K bytes - Viewed (0) -
api/maven-api-settings/src/main/mdo/settings.mdo
<type>String</type> </field> <field> <name>configuration</name> <type>DOM</type> <description> Extra configuration for the transport layer. </description> </field> </fields> </class> <class> <name>Mirror</name> <version>1.0.0+</version> <superClass>IdentifiableBase</superClass>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sun May 18 09:15:56 UTC 2025 - 33.8K bytes - Viewed (0) -
src/main/java/jcifs/config/BaseConfiguration.java
/** * Interval in milliseconds for checking channel health */ protected int channelHealthCheckInterval; // RDMA configuration /** * Flag indicating whether RDMA transport should be used when available */ protected boolean useRDMA; /** * RDMA provider implementation to use (e.g. "disni" or "tcp") */ protected String rdmaProvider; /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 36.5K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http2/Http2Connection.kt
return true } } /** * HTTP/2 can have both stream timeouts (due to a problem with a single stream) and connection * timeouts (due to a problem with the transport). When a stream times out we don't know whether * the problem impacts just one stream or the entire connection. * * To differentiate the two cases we ping the server when a stream times out. If the overall
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Thu Jul 31 04:18:40 UTC 2025 - 31.8K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/suggest/SuggesterTest.java
import org.opensearch.action.bulk.BulkRequestBuilder; import org.opensearch.action.index.IndexAction; import org.opensearch.action.index.IndexRequestBuilder; import org.opensearch.action.support.WriteRequest; import org.opensearch.transport.client.Client; public class SuggesterTest { static Suggester suggester; static OpenSearchRunner runner; @BeforeClass public static void beforeClass() throws Exception {
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Thu Aug 07 02:41:28 UTC 2025 - 37.2K bytes - Viewed (0) -
cmd/iam.go
} else { authZPluginCfg.URL = opaCfg.URL authZPluginCfg.AuthToken = opaCfg.AuthToken authZPluginCfg.Transport = opaCfg.Transport authZPluginCfg.CloseRespFn = opaCfg.CloseRespFn authZInit = true } } if authZInit { setGlobalAuthZPlugin(polplugin.New(authZPluginCfg)) } }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 75.3K bytes - Viewed (0)