Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    med.pa
    nom.pa
    
    // pe : https://www.nic.pe/InformeFinalComision.pdf
    pe
    edu.pe
    gob.pe
    nom.pe
    mil.pe
    org.pe
    com.pe
    net.pe
    
    // pf : http://www.gobin.info/domainname/formulaire-pf.pdf
    pf
    com.pf
    org.pf
    edu.pf
    
    // pg : https://www.iana.org/domains/root/db/pg.html
    *.pg
    
    // ph : http://www.domains.ph/FAQ2.asp
    // Submitted by registry <******@****.***>
    ph
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 309.7K bytes
    - Viewed (0)
  2. doc/go_spec.html

    If <code>x</code> is <code>nil</code>, an attempt to evaluate <code>*x</code>
    will cause a <a href="#Run_time_panics">run-time panic</a>.
    </p>
    
    <pre>
    &amp;x
    &amp;a[f(2)]
    &amp;Point{2, 3}
    *p
    *pf(x)
    
    var x *int = nil
    *x   // causes a run-time panic
    &amp;*x  // causes a run-time panic
    </pre>
    
    
    <h3 id="Receive_operator">Receive operator</h3>
    
    <p>
    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