- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for informational (1.04 sec)
-
src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java
this.size = size; return this; } /** * Sets the geographic search information. * * @param geoInfo the geographic search information * @return this builder for method chaining */ public SearchConditionBuilder geoInfo(final GeoInfo geoInfo) { this.geoInfo = geoInfo;Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 122.4K bytes - Viewed (1) -
src/main/java/jcifs/smb/SmbFile.java
/* * Query Information Request / Response - Legacy SMB1 path */ SmbComQueryInformationResponse response = new SmbComQueryInformationResponse(th.getConfig(), th.getServerTimeZoneOffset()); response = th.send(new SmbComQueryInformation(th.getConfig(), path), response); if (log.isDebugEnabled()) { log.debug("Legacy path information " + response); }Registered: Sat Dec 20 13:44:44 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
* to support DFS referral _to_ Win95/98/ME. */ if (tree.session.transport.hasCapability(SmbConstants.CAP_NT_SMBS)) { /* * Trans2 Query Path Information Request / Response */ final Trans2QueryPathInformationResponse response = new Trans2QueryPathInformationResponse(infoLevel);Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 112.2K bytes - Viewed (0)