Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for Origins (0.07 seconds)

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

    orange
    
    // organic : Identity Digital Limited
    // https://www.iana.org/domains/root/db/organic.html
    organic
    
    // origins : The Estée Lauder Companies Inc.
    // https://www.iana.org/domains/root/db/origins.html
    origins
    
    // osaka : Osaka Registry Co., Ltd.
    // https://www.iana.org/domains/root/db/osaka.html
    osaka
    
    // otsuka : Otsuka Holdings Co., Ltd.
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Fri Dec 27 13:39:56 GMT 2024
    - 309.7K bytes
    - Click Count (1)
  2. CHANGELOG/CHANGELOG-1.27.md

    - Kube-apiserver: regular expressions specified with the `--cors-allowed-origins` option are now validated to match the entire `hostname` inside the `Origin` header of the request and 
      must contain '^' or the '//' prefix to anchor to the start, and '$' or the port separator ':' to anchor to 
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Wed Jul 17 07:48:22 GMT 2024
    - 466.3K bytes
    - Click Count (2)
  3. doc/go_spec.html

    type Point3D struct { Object; x, y, z float64 }
    type Line    struct { Object; p, q Point3D }
    </pre>
    
    <p>
    one may write
    </p>
    
    <pre>
    origin := Point3D{}                                       // zero value for Point3D
    line1 := Line{Object{}, origin, Point3D{y: -4, z: 12.3}}  // zero value for line1.q.x
    line2 := Line{name: "diagonal", q: Point3D{1, 1, 1}}      // zero value for line2.Object.color, line2.p
    </pre>
    
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Wed Apr 01 23:39:18 GMT 2026
    - 287.8K bytes
    - Click Count (1)
Back to Top