- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for ssfx (0.19 sec)
-
cmd/admin-handlers.go
poolsMatches := re.FindAllStringSubmatch(poolsArgs, -1) anonPools = make([]string, len(poolsMatches)) idxMap := map[int]string{ 1: "spfx", 3: "ssfx", } for pi, poolsMatch := range poolsMatches { // Replace the server prefix/suffix with anonymized ones for idx, lbl := range idxMap { if len(poolsMatch[idx]) > 0 {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 99.6K bytes - Viewed (0) -
src/main/java/jcifs/http/NtlmHttpURLConnection.java
final int connectTimeout = getConnectTimeout(); HostnameVerifier hv = null; SSLSocketFactory ssf = null; if (this.connection instanceof HttpsURLConnection) { hv = ((HttpsURLConnection) this.connection).getHostnameVerifier(); ssf = ((HttpsURLConnection) this.connection).getSSLSocketFactory(); }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 25.6K bytes - Viewed (0)