- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for prt (0.03 sec)
-
src/main/java/jcifs/smb/SmbTransportImpl.java
return ( this.tconHostName == null || hostName.equalsIgnoreCase(this.tconHostName) ) && addr.equals(this.address) && ( prt == 0 || prt == this.port || /* port 139 is ok if 445 was requested */ ( prt == 445 && this.port == 139 ) ) && ( laddr == this.localAddr || ( laddr != null && laddr.equals(this.localAddr) ) ) && lprt == this.localPort; }
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Wed Jan 18 23:47:00 UTC 2023 - 67K bytes - Viewed (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<glob pattern="*.spc"/> </mime-type> <mime-type type="application/x-pkcs7-certreqresp"> <glob pattern="*.p7r"/> </mime-type> <mime-type type="application/x-prt"> <glob pattern="*.prt"/> <magic priority="50"> <match value="0M3C" type="string" offset="8" /> </magic> </mime-type> <mime-type type="application/x-quattro-pro"> <_comment>
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Sep 21 06:46:43 UTC 2023 - 298.5K bytes - Viewed (0)