Search Options

Results per page
Sort
Preferred Languages
Advance

Results 271 - 275 of 275 for Negated (0.11 sec)

  1. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        </magic>
      </mime-type>
      <!-- TODO See TIKA-2723 for discussions on the mime type hierarchy -->
      <!--  and best parser structure for these email-like formats -->
      <mime-type type="multipart/related">
        <acronym>MHTML</acronym>
        <_comment>MIME Encapsulation of Aggregate HTML Documents</_comment>
        <tika:link>http://tools.ietf.org/html/rfc2557</tika:link>
        <alias type="application/x-mimearchive"/>
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  2. src/main/webapp/js/admin/jquery-3.7.1.min.map

    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:07:52 UTC 2024
    - 131.6K bytes
    - Viewed (0)
  3. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

            Beautiful, beautiful Soup!'
    
    
    
                               CHAPTER XI
    
                          Who Stole the Tarts?
    
    
      The King and Queen of Hearts were seated on their throne when
    they arrived, with a great crowd assembled about them--all sorts
    of little birds and beasts, as well as the whole pack of cards:
    the Knave was standing before them, in chains, with a soldier on
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  4. doc/go1.17_spec.html

    constants</a>. Its value is the index of the respective <a href="#ConstSpec">ConstSpec</a>
    in that constant declaration, starting at zero.
    It can be used to construct a set of related constants:
    </p>
    
    <pre>
    const (
    	c0 = iota  // c0 == 0
    	c1 = iota  // c1 == 1
    	c2 = iota  // c2 == 2
    )
    
    const (
    	a = 1 &lt;&lt; iota  // a == 1  (iota == 0)
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Oct 10 18:25:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  5. doc/go_spec.html

    constants</a>. Its value is the index of the respective <a href="#ConstSpec">ConstSpec</a>
    in that constant declaration, starting at zero.
    It can be used to construct a set of related constants:
    </p>
    
    <pre>
    const (
    	c0 = iota  // c0 == 0
    	c1 = iota  // c1 == 1
    	c2 = iota  // c2 == 2
    )
    
    const (
    	a = 1 &lt;&lt; iota  // a == 1  (iota == 0)
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Oct 02 00:58:01 UTC 2024
    - 282.5K bytes
    - Viewed (0)
Back to top