Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for union_ (0.05 sec)

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

    hk.com
    inc.hk
    ltd.hk
    hk.org
    
    // UK Intis Telecom LTD : https://it.com
    // Submitted by ITComdomains <******@****.***>
    it.com
    
    // Unison Computing, PBC : https://unison.cloud
    // Submitted by Simon HĂžjberg <security@unison.cloud>
    unison-services.cloud
    
    // United Gameserver GmbH : https://united-gameserver.de
    // Submitted by Stefan Schwarz <******@****.***>
    virtual-user.de
    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

    interface {
    	~[]byte  // the underlying type of []byte is itself
    	~MyInt   // illegal: the underlying type of MyInt is not MyInt
    	~error   // illegal: error is an interface
    }
    </pre>
    
    <p>
    Union elements denote unions of type sets:
    </p>
    
    <pre>
    // The Float interface represents all floating-point types
    // (including any named types whose underlying types are
    // either float32 or float64).
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue May 06 19:12:15 UTC 2025
    - 286.2K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.9.md

    * Add support for the webhook authorizer to make a Deny decision that short-circuits the union authorizer and immediately returns Deny.  ([#53273](https://github.com/kubernetes/kubernetes/pull/53273), [@mikedanese](https://github.com/mikedanese))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
Back to top