- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for systemTime (0.11 sec)
-
src/main/java/jcifs/internal/smb2/nego/Smb2NegotiateResponse.java
private byte[] serverGuid = new byte[16]; private int capabilities; private int commonCapabilities; private int maxTransactSize; private int maxReadSize; private int maxWriteSize; private long systemTime; private long serverStartTime; private NegotiateContextResponse[] negotiateContexts; private byte[] securityBuffer; private DialectVersion selectedDialect; private boolean supportsEncryption;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Mar 22 10:09:46 UTC 2020 - 17.6K bytes - Viewed (0) -
api/go1.txt
pkg syscall (windows-386), type Systemtime struct pkg syscall (windows-386), type Systemtime struct, Day uint16 pkg syscall (windows-386), type Systemtime struct, DayOfWeek uint16 pkg syscall (windows-386), type Systemtime struct, Hour uint16 pkg syscall (windows-386), type Systemtime struct, Milliseconds uint16 pkg syscall (windows-386), type Systemtime struct, Minute uint16
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0) -
src/main/java/org/codelibs/core/message/MessageFormatter.java
} /** * リソースバンドルを返します。 * * @param systemName * システム名 * @return リソースバンドル */ protected static ResourceBundle getResourceBundle(final String systemName) { if (!initialized) { initialize(); } return ResourceBundleUtil.getBundle(systemName + MESSAGES, LocaleUtil.getDefault()); } /**
Registered: Fri Nov 01 20:58:10 UTC 2024 - Last Modified: Thu Mar 07 01:59:08 UTC 2024 - 5.6K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/artifact/resolver/DefaultArtifactResolver.java
} if (Artifact.SCOPE_SYSTEM.equals(artifact.getScope())) { File systemFile = artifact.getFile(); if (systemFile == null) { throw new ArtifactNotFoundException("System artifact: " + artifact + " has no file attached", artifact); } if (!systemFile.exists()) { throw new ArtifactNotFoundException(
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 24.8K bytes - Viewed (0)