Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 63 of 63 for p1 (0.07 sec)

  1. doc/go1.17_spec.html

    Consequently, taking the address of an empty slice or map composite literal
    does not have the same effect as allocating a new slice or map value with
    <a href="#Allocation">new</a>.
    </p>
    
    <pre>
    p1 := &amp;[]int{}    // p1 points to an initialized, empty slice with value []int{} and length 0
    p2 := new([]int)  // p2 points to an uninitialized slice with value nil and length 0
    </pre>
    
    <p>
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Oct 10 18:25:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  2. src/main/webapp/js/admin/moment-with-locales.min.js.map

    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 224.8K bytes
    - Viewed (0)
  3. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      <mime-type type="image/x-portable-bitmap">
        <sub-class-of type="image/x-portable-anymap"/>
        <acronym>PBM</acronym>
        <_comment>Portable Bit Map</_comment>
        <magic priority="50">
          <match value="P1" type="string" offset="0"/>
          <match value="P4" type="string" offset="0"/>
        </magic>
        <glob pattern="*.pbm"/>
      </mime-type>
    
      <mime-type type="image/x-portable-graymap">
    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