Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for nroff (0.03 sec)

  1. src/main/java/jcifs/smb1/util/mime.map

    application/x-texinfo          texinfo texi     # TexInfo
    application/x-troff            t tr roff        # Troff file
    application/x-troff-man        man              # Troff with MAN macros
    application/x-troff-me         me               # Troff with ME macros
    application/x-troff-ms         ms               # Troff with MS macros
    application/x-ustar            ustar            # Ustar file
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 5.9K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <glob pattern="*.tsv"/>
      </mime-type>
    
      <mime-type type="text/troff">
        <_comment>Roff/nroff/troff/groff Unformatted Manual Page (UNIX)</_comment>
        <alias type="application/x-troff"/>
        <alias type="application/x-troff-man"/>
        <alias type="application/x-troff-me"/>
        <alias type="application/x-troff-ms"/>
        <magic priority="50">
          <match value=".\\&quot;" type="string" offset="0"/>
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  3. src/main/java/jcifs/ntlmssp/Type3Message.java

            pos += 8;
    
            writeULong(type3, pos, NTLMSSP_TYPE3);
            pos += 4;
    
            int lmOff = writeSecurityBuffer(type3, 12, lmResponseBytes);
            pos += 8;
            int ntOff = writeSecurityBuffer(type3, 20, ntResponseBytes);
            pos += 8;
            int domOff = writeSecurityBuffer(type3, 28, domainBytes);
            pos += 8;
            int userOff = writeSecurityBuffer(type3, 36, userBytes);
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Tue Jul 07 12:07:20 UTC 2020
    - 30.6K bytes
    - Viewed (0)
  4. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"text/red",
    				"text/rfc822-headers",
    				"text/richtext",
    				"text/rtp-enc-aescm128",
    				"text/rtx",
    				"text/sgml",
    				"text/t140",
    				"text/tab-separated-values",
    				"text/troff",
    				"text/ulpfec",
    				"text/uri-list",
    				"text/vnd.abc",
    				"text/vnd.curl",
    				"text/vnd.curl.dcurl",
    				"text/vnd.curl.scurl",
    				"text/vnd.curl.mcurl",
    				"text/vnd.dmclientscript",
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
Back to top