- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 18 for GetTIMESTAMP (0.12 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
compat/maven-repository-metadata/src/test/java/org/apache/maven/artifact/repository/metadata/MetadataTest.java
assertEquals("myGroup", target.getGroupId()); assertEquals(3, target.getVersioning().getSnapshot().getBuildNumber()); assertEquals("20200710.072412", target.getVersioning().getSnapshot().getTimestamp()); assertEquals(1, target.getVersioning().getSnapshotVersions().size()); assertEquals( "sources", target.getVersioning().getSnapshotVersions().get(0).getClassifier());
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 13.7K bytes - Click Count (0) -
src/test/java/jcifs/ntlmssp/av/AvTimestampTest.java
assertNotNull(avTimestamp); assertEquals(AvPair.MsvAvTimestamp, avTimestamp.getType()); assertEquals(timestamp, avTimestamp.getTimestamp()); // Verify encoding and decoding } /** * Test getTimestamp method with a positive timestamp. */ @Test public void testGetTimestampPositive() { long expectedTimestamp = 123456789012345L;Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 2.8K bytes - Click Count (0) -
src/main/java/jcifs/smb/AuthenticationProvider.java
} public String getDomain() { return domain; } public AuthType getAuthType() { return authType; } public long getTimestamp() { return timestamp; } public String getClientAddress() { return clientAddress; } public String getServerAddress() {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 3.9K bytes - Click Count (1) -
src/main/java/org/codelibs/fess/helper/LogNotificationHelper.java
} /** * Returns the event timestamp in milliseconds. * * @return the event timestamp in milliseconds */ public long getTimestamp() { return timestamp; } /** * Returns the log level name. * * @return the log level name */ public String getLevel() {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 5.3K bytes - Click Count (0) -
src/main/java/jcifs/SmbException.java
public Object getContextValue(String key) { return context.get(key); } /** * Gets the error timestamp * * @return the timestamp */ public long getTimestamp() { return timestamp; } /** * Gets the recovery hint * * @return the recovery hint or null */ public String getRecoveryHint() {
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 6.4K bytes - Click Count (0) -
src/main/java/jcifs/internal/witness/WitnessAsyncNotifyMessage.java
this.length = length; } /** * Get the notification timestamp * * @return timestamp in milliseconds */ public long getTimestamp() { return timestamp; } /** * Sets the notification timestamp. *Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 24 00:12:28 GMT 2025 - 16.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/dict/DictionaryFile.java
return path; } /** * Returns the timestamp of this dictionary file. * * @return the timestamp when this dictionary was created or last modified */ public Date getTimestamp() { return timestamp; } /** * Sets the dictionary manager for this file and returns this instance. * * @param dictionaryManager the dictionary manager to setCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 20 07:09:00 GMT 2025 - 11.2K bytes - Click Count (0) -
src/test/java/jcifs/internal/witness/WitnessNotificationTest.java
long afterCreation = System.currentTimeMillis(); assertTrue(newNotification.getTimestamp() >= beforeCreation); assertTrue(newNotification.getTimestamp() <= afterCreation); } @Test void testResourceStateConstants() { assertEquals(0x00000000, WitnessNotification.WITNESS_RESOURCE_STATE_UNKNOWN);
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 23 09:06:40 GMT 2025 - 5K bytes - Click Count (0) -
src/main/java/jcifs/ntlmssp/Type3Message.java
long ts = (System.currentTimeMillis() + SmbConstants.MILLISECONDS_BETWEEN_1970_AND_1601) * 10000; if (haveTimestamp) { ts = ((AvTimestamp) AvPairs.get(avPairs, AvPair.MsvAvTimestamp)).getTimestamp(); } setNTResponse(getNTLMv2Response(tc, type2, responseKeyNT, ntlmClientChallenge, makeAvPairs(tc, targetName, avPairs, haveTimestamp, ts), ts));Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 32.7K bytes - Click Count (0) -
docs/smb3-features/06-witness-protocol-design.md
} // Getters... public WitnessEventType getEventType() { return eventType; } public String getResourceName() { return resourceName; } public long getTimestamp() { return timestamp; } public List<WitnessIPAddress> getNewIPAddresses() { return newIPAddresses; } public List<WitnessIPAddress> getOldIPAddresses() { return oldIPAddresses; } } ```Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 02:53:50 GMT 2025 - 42K bytes - Click Count (0)