- Sort Score
- Result 10 results
- Languages All
Results 201 - 210 of 272 for related2 (0.05 sec)
-
src/main/java/jcifs/smb1/smb1/NtlmPasswordAuthentication.java
* {@code jcifs.smb1.smb1.client.username}, and {@code jcifs.smb1.smb1.client.password} * properties. * <p> * Read <a href="../../../authhandler.html">jCIFS Exceptions and * NtlmAuthenticator</a> for related information. */ public final class NtlmPasswordAuthentication implements Principal, Serializable { private static final int LM_COMPATIBILITY = Config.getInt("jcifs.smb1.smb.lmCompatibility", 3);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 26.7K bytes - Viewed (0) -
cmd/bucket-replication-utils.go
userDefined := cloneMSS(oi.UserDefined) if rcfg.Config != nil && rcfg.Config.RoleArn != "" { // For backward compatibility of objects pending/failed replication. // Save replication related statuses in the new internal representation for // compatible behavior. if !oi.ReplicationStatus.Empty() { oi.ReplicationStatusInternal = fmt.Sprintf("%s=%s;", rcfg.Config.RoleArn, oi.ReplicationStatus) }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 26K bytes - Viewed (0) -
src/main/java/jcifs/Configuration.java
* * Property {@code jcifs.encoding} (string, default {@code Cp850}) * * @return OEM encoding to use */ String getOemEncoding(); /** * Gets the local timezone for time-related operations * * @return local timezone */ TimeZone getLocalTimezone(); /** * Gets the process ID to use in SMB messages *
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 25.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.34.md
- Ensured that non-scheduling related errors (e.g., network errors) did not lengthen the Pod scheduling backoff time. ([#128748](https://github.com/kubernetes/kubernetes/pull/128748), [@sanposhiho](https://github.com/sanposhiho)) [SIG Scheduling and Testing]
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Aug 27 10:36:10 UTC 2025 - 292.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/CrawlerStatsHelper.java
log(buf); } }); } /** * Outputs statistics information for a crawler object. * * @param keyObj the crawler object the statistics relate to * @param data the statistics data to output * @param begin the timestamp when tracking began * @param done whether tracking was completed normally */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 17.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/allcommon/EsAbstractBehavior.java
} } @Override protected Number doReadNextVal() { final String msg = "This table is NOT related to sequence: " + asEsIndexType(); throw new UnsupportedOperationException(msg); } @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 21 04:02:44 UTC 2025 - 26.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.17.md
- When scaling down a ReplicaSet, delete doubled up replicas first, where a "doubled up replica" is defined as one that is on the same node as an active replica belonging to a related ReplicaSet. ReplicaSets are considered "related" if they have a common controller (typically a Deployment). ([#80004](https://github.com/kubernetes/kubernetes/pull/80004), [@Miciah](https://github.com/Miciah))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Jan 28 10:44:33 UTC 2021 - 346.2K bytes - Viewed (1) -
android/guava/src/com/google/common/collect/Streams.java
import java.util.stream.IntStream; import java.util.stream.LongStream; import java.util.stream.Stream; import java.util.stream.StreamSupport; import org.jspecify.annotations.Nullable; /** * Static utility methods related to {@code Stream} instances. * * @since 33.4.0 (but since 21.0 in the JRE flavor) */ @GwtCompatible /* * Users will use most of these methods only if they're already using Stream. For a few other
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 37K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/ViewHelper.java
import jakarta.servlet.ServletContext; import jakarta.servlet.SessionTrackingMode; import jakarta.servlet.http.HttpServletRequest; import jakarta.servlet.http.HttpSession; /** * Helper class for handling view-related operations in the Fess search system. * This class provides utilities for content rendering, URL processing, highlighting, * caching, pagination, and user interface functionality. * */ public class ViewHelper {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 52.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/SearchLogService.java
import org.opensearch.search.aggregations.metrics.Avg; import org.opensearch.search.aggregations.metrics.Cardinality; import jakarta.annotation.Resource; /** * Service class for managing search logs and related analytics. * * This service provides functionality for querying, aggregating, and managing * various types of search logs including search logs, click logs, favorite logs,
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 32.7K bytes - Viewed (0)