Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for prt (0.01 sec)

  1. 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)
  2. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/x-msterminal",
    				"application/x-mswrite",
    				"application/x-netcdf",
    				"application/x-pkcs12",
    				"application/x-pkcs7-certificates",
    				"application/x-pkcs7-certreqresp",
    				"application/x-prt",
    				"application/x-quattro-pro",
    				"application/x-rar-compressed",
    				"application/x-roxio-toast",
    				"application/x-rpm",
    				"application/x-sas",
    				"application/x-sas-program-data",
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  3. 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)
Back to top