Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 70 for 0_7071 (0.11 sec)

  1. pilot/pkg/xds/testdata/none_lds_http.json

    {
        "0.0.0.0_7071": {
          "name": "0.0.0.0_7071",
          "address": {
            "Address": {
              "SocketAddress": {
                "address": "0.0.0.0",
                "PortSpecifier": {
                  "PortValue": 7071
                }
              }
            }
          },
          "filter_chains": [
            {
              "filters": [
                {
                  "name": "envoy.http_connection_manager",
                  "ConfigType": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 13 02:10:15 UTC 2021
    - 32.9K bytes
    - Viewed (0)
  2. platforms/core-configuration/file-collections/src/main/java/org/gradle/api/internal/file/AbstractFilePermissions.java

        protected static int getUserPartOf(int unixNumeric) {
            return (unixNumeric & 0_700) >> 6;
        }
    
        protected static String getUserPartOf(String unixSymbolic) {
            return unixSymbolic.substring(0, 3);
        }
    
        @SuppressWarnings("OctalInteger")
        protected static int getGroupPartOf(int unixNumeric) {
            return (unixNumeric & 0_070) >> 3;
        }
    
        protected static String getGroupPartOf(String unixSymbolic) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 2K bytes
    - Viewed (0)
  3. pilot/pkg/xds/testdata/none_lds_tcp.json

    {
        "0.0.0.0_7070": {
          "name": "0.0.0.0_7070",
          "address": {
            "Address": {
              "SocketAddress": {
                "address": "0.0.0.0",
                "PortSpecifier": {
                  "PortValue": 7070
                }
              }
            }
          },
          "filter_chains": [
            {
              "filters": [
                {
                  "name": "envoy.tcp_proxy",
                  "ConfigType": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 22 21:13:54 UTC 2020
    - 22.4K bytes
    - Viewed (0)
  4. src/crypto/tls/testdata/Server-TLSv12-ALPN-NoMatch

    00000030  00 ff 01 00 00 6c 00 0b  00 04 03 00 01 02 00 0a  |.....l..........|
    00000040  00 0c 00 0a 00 1d 00 17  00 1e 00 19 00 18 00 23  |...............#|
    00000050  00 00 00 10 00 10 00 0e  06 70 72 6f 74 6f 32 06  |.........proto2.|
    00000060  70 72 6f 74 6f 31 00 16  00 00 00 17 00 00 00 0d  |proto1..........|
    00000070  00 30 00 2e 04 03 05 03  06 03 08 07 08 08 08 09  |.0..............|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 06 18:57:43 UTC 2021
    - 985 bytes
    - Viewed (0)
  5. src/unicode/script_test.go

    	{0x06DD, "Prepended_Concatenation_Mark"},
    	{0x300D, "Quotation_Mark"},
    	{0x2EF3, "Radical"},
    	{0x1f1ff, "Regional_Indicator"},
    	{0x061F, "STerm"}, // Deprecated alias of Sentence_Terminal
    	{0x061F, "Sentence_Terminal"},
    	{0x2071, "Soft_Dotted"},
    	{0x003A, "Terminal_Punctuation"},
    	{0x9FC3, "Unified_Ideograph"},
    	{0xFE0F, "Variation_Selector"},
    	{0x0020, "White_Space"},
    }
    
    func TestCategories(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 24 14:09:01 UTC 2019
    - 2.9K bytes
    - Viewed (0)
  6. src/crypto/tls/testdata/Server-TLSv13-ALPN-NoMatch

    00000050  00 ff 01 00 00 91 00 0b  00 04 03 00 01 02 00 0a  |................|
    00000060  00 0c 00 0a 00 1d 00 17  00 1e 00 19 00 18 00 23  |...............#|
    00000070  00 00 00 10 00 10 00 0e  06 70 72 6f 74 6f 32 06  |.........proto2.|
    00000080  70 72 6f 74 6f 31 00 16  00 00 00 17 00 00 00 0d  |proto1..........|
    00000090  00 1e 00 1c 04 03 05 03  06 03 08 07 08 08 08 09  |................|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:13:28 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  7. src/math/log_amd64.s

    	SHRQ    $52, BX
    	ANDL    $0x7FF, BX
    	SUBL    $0x3FE, BX
    	XORPS   X1, X1 // break dependency for CVTSL2SD
    	CVTSL2SD BX, X1 // x1= k, x2= f1
    	// if f1 < math.Sqrt2/2 { k -= 1; f1 *= 2 }
    	MOVSD   $HSqrt2, X0 // x0= 0.7071, x1= k, x2= f1
    	CMPSD   X2, X0, 5 // cmpnlt; x0= 0 or ^0, x1= k, x2 = f1
    	MOVSD   $1.0, X3 // x0= 0 or ^0, x1= k, x2 = f1, x3= 1
    	ANDPD   X0, X3 // x0= 0 or ^0, x1= k, x2 = f1, x3= 0 or 1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 23 20:52:57 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  8. pilot/pkg/xds/lds_test.go

    	// instead of looking at it as a listener with multiple filter chains
    	if l := adsc.GetHTTPListeners()["0.0.0.0_8081"]; l != nil {
    		expected := 1
    		if len(l.FilterChains) != expected {
    			t.Fatalf("Expected %d filter chains, got %d", expected, len(l.FilterChains))
    		}
    	} else {
    		t.Fatal("Expected listener for 0.0.0.0_8081")
    	}
    
    	if l := adsc.GetHTTPListeners()["virtualInbound"]; l == nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jan 12 18:20:36 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/gateway_simulation_test.go

    					Call: simulation.Call{
    						Port:       8081,
    						HostHeader: "example.com",
    						Protocol:   simulation.HTTP,
    					},
    					Result: simulation.Result{
    						ListenerMatched:    "0.0.0.0_8081",
    						ClusterMatched:     "outbound|80||a.default",
    						RouteConfigMatched: "http.8081",
    						VirtualHostMatched: "example.com:8081",
    					},
    				},
    			},
    		},
    		simulationTest{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 10 18:27:40 UTC 2024
    - 46.5K bytes
    - Viewed (0)
  10. src/crypto/tls/testdata/Server-TLSv12-ALPN

    00000030  00 ff 01 00 00 6c 00 0b  00 04 03 00 01 02 00 0a  |.....l..........|
    00000040  00 0c 00 0a 00 1d 00 17  00 1e 00 19 00 18 00 23  |...............#|
    00000050  00 00 00 10 00 10 00 0e  06 70 72 6f 74 6f 32 06  |.........proto2.|
    00000060  70 72 6f 74 6f 31 00 16  00 00 00 17 00 00 00 0d  |proto1..........|
    00000070  00 30 00 2e 04 03 05 03  06 03 08 07 08 08 08 09  |.0..............|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:14:50 UTC 2023
    - 6.8K bytes
    - Viewed (0)
Back to top