Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for l1 (0.02 sec)

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

          <match value="0xfff5" type="string" offset="0"/> <!-- V2, L2      -->
          <match value="0xfff6" type="string" offset="0"/> <!-- V2, L1, CRC -->
          <match value="0xfff7" type="string" offset="0"/> <!-- V2, L1      -->
          <match value="0xfffa" type="string" offset="0"/> <!-- V1, L3, CRC -->
          <match value="0xfffb" type="string" offset="0"/> <!-- V1, L3      -->
    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. doc/go_spec.html

    For instance, this example:
    </p>
    
    <pre>
    if n%2 == 1 {
    	goto L1
    }
    for n &gt; 0 {
    	f()
    	n--
    L1:
    	f()
    	n--
    }
    </pre>
    
    <p>
    is erroneous because the label <code>L1</code> is inside
    the "for" statement's block but the <code>goto</code> is not.
    </p>
    
    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