Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for PAS (0.01 sec)

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

      </mime-type>
    
      <mime-type type="text/x-pascal">
        <_comment>Pascal source code</_comment>
        <glob pattern="*.p"/>
        <glob pattern="*.pp"/>
        <glob pattern="*.pas"/>
        <glob pattern="*.PAS"/>
        <glob pattern="*.dpr"/>
        <sub-class-of type="text/plain"/>
      </mime-type>
    
      <mime-type type="text/x-perl">
        <_comment>Perl script</_comment>
        <magic priority="50">
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (1)
  2. doc/go_spec.html

    but are otherwise ignored.
    </p>
    
    <pre>
    struct {
    	x, y float64 ""  // an empty tag string is like an absent tag
    	name string  "any string is permitted as a tag"
    	_    [4]byte "ceci n'est pas un champ de structure"
    }
    
    // A struct corresponding to a TimeStamp protocol buffer.
    // The tag strings define the protocol buffer field numbers;
    // they follow the convention outlined by the reflect package.
    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