Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for hala (0.04 sec)

  1. doc/go_spec.html

    '\xa'        // illegal: too few hexadecimal digits
    '\0'         // illegal: too few octal digits
    '\400'       // illegal: octal value over 255
    '\uDFFF'     // illegal: surrogate half
    '\U00110000' // illegal: invalid Unicode code point
    </pre>
    
    
    <h3 id="String_literals">String literals</h3>
    
    <p>
    A string literal represents a <a href="#Constants">string constant</a>
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Oct 02 00:58:01 UTC 2024
    - 282.5K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <glob pattern="*.tmo"/>
      </mime-type>
    
      <mime-type type="application/x-tmx">
        <sub-class-of type="application/xml"/>
        <_comment>TMX Translation Memory</_comment>
        <tika:link>https://www.gala-global.org/tmx-14b</tika:link>
        <acronym>TMX</acronym>
        <magic priority="80">
          <match value="&lt;tmx" type="string" offset="0:256"/>
        </magic>
        <glob pattern="*.tmx"/>
      </mime-type>
    
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top