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 Sep 21 03:50:09 UTC 2025
    - Last Modified: Thu Mar 13 08:18:01 UTC 2025
    - 320.1K 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 Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue May 06 19:12:15 UTC 2025
    - 286.2K bytes
    - Viewed (0)
Back to top