Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for claymore (0.13 sec)

  1. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/vnd.chemdraw+xml",
    				"application/vnd.chipnuts.karaoke-mmd",
    				"application/vnd.cinderella",
    				"application/vnd.cirpack.isdn-ext",
    				"application/vnd.claymore",
    				"application/vnd.clonk.c4group",
    				"application/vnd.commerce-battelle",
    				"application/vnd.commonspace",
    				"application/vnd.contact.cmsg",
    				"application/vnd.cosmocaller",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      </mime-type>
      <mime-type type="application/vnd.cinderella">
        <glob pattern="*.cdy"/>
      </mime-type>
      <mime-type type="application/vnd.cirpack.isdn-ext"/>
      <mime-type type="application/vnd.claymore">
        <glob pattern="*.cla"/>
      </mime-type>
      <mime-type type="application/vnd.clonk.c4group">
        <glob pattern="*.c4g"/>
        <glob pattern="*.c4d"/>
        <glob pattern="*.c4f"/>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  3. src/go/doc/comment/text.go

    // ..., words[seq[len(seq)-2]:seq[len(seq)-1]].
    //
    // The implementation runs in O(n log n) time, where n = len(words),
    // using the algorithm described in D. S. Hirschberg and L. L. Larmore,
    // “[The least weight subsequence problem],” FOCS 1985, pp. 137-143.
    //
    // [The least weight subsequence problem]: https://doi.org/10.1109/SFCS.1985.60
    func wrap(words []string, max int) (seq []int) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:03 UTC 2023
    - 8.8K bytes
    - Viewed (0)
Back to top