Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 90 for 0_8080 (0.94 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/tpu-variable-runtime-reformatting.mlir

                  mlir_module = "..."} : () -> (tensor<!tf_type.string>, tensor<2x!tf_type.string>)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:59:10 UTC 2023
    - 25.4K bytes
    - Viewed (0)
  2. 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)
  3. docs/ru/docs/deployment/manually.md

        ```console
        $ uvicorn main:app --host 0.0.0.0 --port 80
    
        <span style="color: green;">INFO</span>:     Uvicorn running on http://0.0.0.0:80 (Press CTRL+C to quit)
        ```
    
        </div>
    
    === "Hypercorn"
    
        <div class="termy">
    
        ```console
        $ hypercorn main:app --bind 0.0.0.0:80
    
        Running on 0.0.0.0:8080 over http (CTRL + C to quit)
        ```
    
        </div>
    
    !!! warning "Предупреждение"
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Apr 03 16:22:47 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  4. docs/em/docs/deployment/manually.md

        ```console
        $ uvicorn main:app --host 0.0.0.0 --port 80
    
        <span style="color: green;">INFO</span>:     Uvicorn running on http://0.0.0.0:80 (Press CTRL+C to quit)
        ```
    
        </div>
    
    === "Hypercorn"
    
        <div class="termy">
    
        ```console
        $ hypercorn main:app --bind 0.0.0.0:80
    
        Running on 0.0.0.0:8080 over http (CTRL + C to quit)
        ```
    
        </div>
    
    !!! warning
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Apr 01 09:26:04 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  5. src/cmd/vendor/github.com/google/pprof/internal/report/source_html.go

    }
    .line, .nop, .unimportant {
      color: #aaaaaa;
    }
    .inlinesrc {
      color: #000066;
    }
    .livesrc {
    cursor: pointer;
    }
    .livesrc:hover {
    background-color: #eeeeee;
    }
    .asm {
    color: #008800;
    display: none;
    }
    </style>`
    
    const weblistPageScript = `<script type="text/javascript">
    function pprof_toggle_asm(e) {
      var target;
      if (!e) e = window.event;
      if (e.target) target = e.target;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  6. 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)
  7. src/debug/pe/pe.go

    	IMAGE_FILE_LINE_NUMS_STRIPPED      = 0x0004
    	IMAGE_FILE_LOCAL_SYMS_STRIPPED     = 0x0008
    	IMAGE_FILE_AGGRESIVE_WS_TRIM       = 0x0010
    	IMAGE_FILE_LARGE_ADDRESS_AWARE     = 0x0020
    	IMAGE_FILE_BYTES_REVERSED_LO       = 0x0080
    	IMAGE_FILE_32BIT_MACHINE           = 0x0100
    	IMAGE_FILE_DEBUG_STRIPPED          = 0x0200
    	IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP = 0x0400
    	IMAGE_FILE_NET_RUN_FROM_SWAP       = 0x0800
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 09 01:21:43 UTC 2022
    - 6.6K bytes
    - Viewed (0)
  8. docs/fr/docs/deployment/manually.md

        ```console
        $ uvicorn main:app --host 0.0.0.0 --port 80
    
        <span style="color: green;">INFO</span>:     Uvicorn running on http://0.0.0.0:80 (Press CTRL+C to quit)
        ```
    
        </div>
    
    === "Hypercorn"
    
        <div class="termy">
    
        ```console
        $ hypercorn main:app --bind 0.0.0.0:80
    
        Running on 0.0.0.0:8080 over http (CTRL + C to quit)
        ```
    
        </div>
    
    !!! warning
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 04 12:02:09 UTC 2023
    - 5.4K bytes
    - Viewed (0)
  9. src/image/color/ycbcr.go

    	//	r1, g1, b1, _ := color.RGBA{r, g, b, 0xff}.RGBA()
    	//	fmt.Printf("0x%04x 0x%04x 0x%04x\n", r0, g0, b0)
    	//	fmt.Printf("0x%04x 0x%04x 0x%04x\n", r1, g1, b1)
    	// prints:
    	//	0x7e18 0x808d 0x7db9
    	//	0x7e7e 0x8080 0x7d7d
    
    	yy1 := int32(c.Y) * 0x10101
    	cb1 := int32(c.Cb) - 128
    	cr1 := int32(c.Cr) - 128
    
    	// The bit twiddling below is equivalent to
    	//
    	// r := (yy1 + 91881*cr1) >> 8
    	// if r < 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:45 UTC 2023
    - 10.8K bytes
    - Viewed (0)
  10. pkg/scheduler/framework/types_test.go

    				{"TCP", "0.0.0.0", 79},
    				{"UDP", "0.0.0.0", 80},
    				{"TCP", "0.0.0.0", 81},
    				{"TCP", "0.0.0.0", 82},
    			},
    			removed: []hostPortInfoParam{
    				{"TCP", "127.0.0.1", 79},
    				{"UDP", "127.0.0.1", 80},
    				{"TCP", "127.0.0.1", 81},
    				{"TCP", "127.0.0.1", 82},
    				{"TCP", "0.0.0.0", 79},
    				{"UDP", "0.0.0.0", 80},
    				{"TCP", "0.0.0.0", 81},
    				{"TCP", "0.0.0.0", 82},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 45.9K bytes
    - Viewed (0)
Back to top