- Sort Score
- Result 10 results
- Languages All
Results 31 - 33 of 33 for getCreateTime (0.05 sec)
-
src/test/java/org/codelibs/fess/indexer/IndexUpdaterTest.java
return "GET"; } @Override public String getMimeType() { return "text/html"; } @Override public Long getCreateTime() { return System.currentTimeMillis(); } @Override public Integer getExecutionTime() { return 100; } @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 33K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFile.java
if (haveSize) { this.size = fileSize; this.sizeExpiration = attrTimeout; } if (haveAttributes) { this.createTime = info.getCreateTime(); this.lastModified = info.getLastWriteTime(); this.lastAccess = info.getLastAccessTime(); this.attributes = info.getAttributes() & ATTR_GET_MASK;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 103.2K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbFile.java
final Info info = queryPath(getUncPath0(), Trans2QueryPathInformationResponse.SMB_QUERY_FILE_BASIC_INFO); attributes = info.getAttributes(); createTime = info.getCreateTime(); lastModified = info.getLastWriteTime(); } /* If any of the above fail, isExists will not be set true */ isExists = true;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 112.2K bytes - Viewed (0)