- Sort Score
- Result 10 results
- Languages All
Results 171 - 180 of 3,490 for eravate (0.06 sec)
-
src/main/java/jcifs/pac/PacLogonInfo.java
*/ public class PacLogonInfo { private Date logonTime; private Date logoffTime; private Date kickOffTime; private Date pwdLastChangeTime; private Date pwdCanChangeTime; private Date pwdMustChangeTime; private short logonCount; private short badPasswordCount; private String userName; private String userDisplayName; private String logonScript; private String profilePath;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 14.3K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbResourceLocatorImpl.java
private static final Logger log = LoggerFactory.getLogger(SmbResourceLocatorImpl.class); private final URL url; private DfsReferralData dfsReferral = null; // For getDfsPath() and getServerWithDfs() private String unc; // Initially null; set by getUncPath; never ends with '/' private String uncBeforeDfsReferal;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 23.6K bytes - Viewed (0) -
src/main/java/jcifs/audit/SecurityAuditLogger.java
private final Map<EventType, AtomicLong> eventCounters = new ConcurrentHashMap<>(); private final Map<EventType, AtomicLong> eventTimings = new ConcurrentHashMap<>(); // Configuration private volatile boolean enableJsonLogging = true; private volatile boolean maskSensitiveData = true; private volatile boolean includeStackTrace = false; private volatile Severity minLogLevel = Severity.INFO;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 26.6K bytes - Viewed (0) -
android/guava-tests/benchmark/com/google/common/base/StringsRepeatBenchmark.java
* * @author Mike Cripps */ @NullUnmarked public class StringsRepeatBenchmark { @Param({"1", "5", "25", "125"}) int count; @Param({"1", "10"}) int length; private String originalString; @BeforeExperiment @SuppressWarnings("InlineMeInliner") // String.repeat unavailable under Java 8 void setUp() { originalString = Strings.repeat("x", length); } @Benchmark
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 18:46:00 UTC 2025 - 3.4K bytes - Viewed (0) -
docs/smb3-features/01-smb3-lease-design.md
// Command code for lease break public static final int SMB2_OPLOCK_BREAK = 0x0012; private int structureSize; private int flags; private Smb2LeaseKey leaseKey; private int currentLeaseState; private int newLeaseState; private int breakReason; private int accessMaskHint; private int shareAccessHint; @Override protected int writePayload(byte[] dst, int dstIndex) {
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/jcifs/internal/smb2/lease/DirectoryCacheEntry.java
public class DirectoryCacheEntry { private final String directoryPath; private final Smb2LeaseKey leaseKey; private final long createTime; private volatile long lastUpdateTime; private volatile long lastAccessTime; private final ConcurrentHashMap<String, FileInfo> children; private final ReadWriteLock lock; private volatile boolean isComplete; private volatile boolean hasChanges;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 02:21:31 UTC 2025 - 11.4K bytes - Viewed (0) -
okhttp-testing-support/src/main/kotlin/okhttp3/RecordingConnectionListener.kt
* EventListeners added by Interceptors will not see all events. */ private val enforceOrder: Boolean = true, ) : ConnectionListener() { val eventSequence: Deque<ConnectionEvent> = ConcurrentLinkedDeque() private val forbiddenLocks = mutableSetOf<Any>() /** The timestamp of the last taken event, used to measure elapsed time between events. */ private var lastTimestampNs: Long? = null
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri May 30 21:28:20 UTC 2025 - 5.7K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/testing/EqualsTester.java
* </ul> * * @author Jim McMaster * @author Jige Yu * @since 10.0 */ @GwtCompatible @NullMarked public final class EqualsTester { private static final int REPETITIONS = 3; private final List<List<Object>> equalityGroups = new ArrayList<>(); private final RelationshipTester.ItemReporter itemReporter; /** Constructs an empty EqualsTester instance */ public EqualsTester() {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 6.1K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/lease/DirectoryLeaseContext.java
*/ public static final int DIRECTORY_LEASE_FLAG_NOTIFICATIONS = 0x00000002; private Smb2LeaseKey leaseKey; private int leaseState; private DirectoryCacheScope cacheScope; private long maxCacheAge; private boolean notificationEnabled; private int notificationFilter; /** * Create a new directory lease context * * @param key the lease key
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 02:21:31 UTC 2025 - 9.4K bytes - Viewed (0) -
src/test/java/org/codelibs/core/beans/impl/PropertyDescImplTest.java
} /** * */ public static class MyBean { private int fff_; private BigDecimal ggg_; private Timestamp hhh_; private String jjj; String kkk; private URL url_; private Calendar cal; /** * */ public String str; /**
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Fri Jun 20 13:40:57 UTC 2025 - 11K bytes - Viewed (0)