Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for li (0.22 sec)

  1. doc/go1.17_spec.html

    	<li>the loop condition is absent, and</li>
    	<li>the "for" statement does not use a range clause.</li>
    	</ul>
    </li>
    
    <li>
    	A <a href="#Switch_statements">"switch" statement</a> in which:
    	<ul>
    	<li>there are no "break" statements referring to the "switch" statement,</li>
    	<li>there is a default case, and</li>
    	<li>the statement lists in each case, including the default, end in a terminating
    HTML
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/util/concurrent/ClosingFuture.java

     *
     * <ol>
     *   <li>A pipeline starts at its leaf step (or steps), which is created from either a callable
     *       block or a {@link ListenableFuture}.
     *   <li>Each other step is derived from one or more input steps. At each step, zero or more objects
     *       can be captured for later closing.
     *   <li>There is one last step (the root of the tree), from which you can extract the final result
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Apr 01 16:15:01 GMT 2024
    - 98.5K bytes
    - Viewed (0)
  3. api/maven-api-model/src/main/mdo/maven.mdo

        <p>An XSD is available at:</p>
        <ul>
          <li><a href="https://maven.apache.org/xsd/maven-v3_0_0.xsd">https://maven.apache.org/xsd/maven-v3_0_0.xsd</a> for Maven 1.1.</li>
          <li><a href="https://maven.apache.org/xsd/maven-4.0.0.xsd">https://maven.apache.org/xsd/maven-4.0.0.xsd</a> for Maven 2.0.</li>
    XML
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Mon Feb 26 17:04:44 GMT 2024
    - 115.5K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java

        public static final String ERRORS_FOOTER = "{errors.footer}";
    
        /** The key of the message: &lt;li&gt;&lt;i class="fa fa-exclamation-circle"&gt;&lt;/i&gt; */
        public static final String ERRORS_PREFIX = "{errors.prefix}";
    
        /** The key of the message: &lt;/li&gt; */
        public static final String ERRORS_SUFFIX = "{errors.suffix}";
    
        /** The key of the message: {item} must be false. */
    Java
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 119.9K bytes
    - Viewed (0)
  5. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    net.lb
    org.lb
    
    // lc : https://en.wikipedia.org/wiki/.lc
    // see also: http://www.nic.lc/rules.htm
    lc
    com.lc
    net.lc
    co.lc
    org.lc
    edu.lc
    gov.lc
    
    // li : https://en.wikipedia.org/wiki/.li
    li
    
    // lk : https://www.nic.lk/index.php/domain-registration/lk-domain-naming-structure
    lk
    gov.lk
    sch.lk
    net.lk
    int.lk
    com.lk
    org.lk
    edu.lk
    ngo.lk
    soc.lk
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
  6. android/guava/src/com/google/common/collect/Maps.java

         * expected</i>, but not absolutely required, to have the following properties:
         *
         * <ul>
         *   <li>Its execution does not cause any observable side effects.
         *   <li>The computation is <i>consistent with equals</i>; that is, {@link Objects#equal
         *       Objects.equal}{@code (k1, k2) &&} {@link Objects#equal}{@code (v1, v2)} implies that
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Wed Apr 24 19:38:27 GMT 2024
    - 159.3K bytes
    - Viewed (0)
Back to top