Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 67 for 50$ (0.04 sec)

  1. src/cmd/vendor/golang.org/x/text/internal/language/tables.go

    	44:  {From: 0xc2e, To: 0x3181},
    	45:  {From: 0xcb9, To: 0xf3},
    	46:  {From: 0xd08, To: 0xfa},
    	47:  {From: 0xdc8, To: 0x11a},
    	48:  {From: 0xdd7, To: 0x32d},
    	49:  {From: 0xdf8, To: 0xdfb},
    	50:  {From: 0xdfe, To: 0x531},
    	51:  {From: 0xe01, To: 0xdf3},
    	52:  {From: 0xedf, To: 0x205a},
    	53:  {From: 0xee9, To: 0x222e},
    	54:  {From: 0xeee, To: 0x2e9a},
    	55:  {From: 0xf39, To: 0x367},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 153K bytes
    - Viewed (0)
  2. tests/integration/pilot/common/routing.go

        - destination:
            host: {{ (index .dst 0).Config.Service }}
          headers:
            request:
              set:
                Host: dest-authority
          weight: 50
        - destination:
            host: {{ (index .dst 0).Config.Service }}
          weight: 50
        headers:
          request:
            set:
              :authority: route-authority`,
    		opts: echo.CallOptions{
    			Port: echo.Port{
    				Name: "http",
    			},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  3. manifests/addons/dashboards/istio-service-dashboard.json

                ]
              },
              "unit": "Bps"
            },
            "overrides": []
          },
          "gridPos": {
            "h": 6,
            "w": 12,
            "x": 0,
            "y": 50
          },
          "id": 92,
          "links": [],
          "options": {
            "legend": {
              "calcs": [],
              "displayMode": "list",
              "placement": "bottom",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 03:47:04 UTC 2024
    - 111.8K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/tests/extract_outside_compilation.mlir

          %2 = "tf_device.cluster"() ({
            %3 = "tf.A"() : () -> (tensor<?xi32>)
            %5:2 = "tf.C"(%3) {_xla_outside_compilation = "auto"} : (tensor<?xi32>) -> (tensor<?xi32>, tensor<2xi32>)
            %6 = "tf.D"(%5#0) : (tensor<?xi32>) -> (tensor<?xi32>)
            %7 = "tf.E"(%6, %5#1) {_xla_outside_compilation = "auto"} : (tensor<?xi32>, tensor<2xi32>) -> (tensor<?xi32>)
            %8 = "tf.F"(%7) : (tensor<?xi32>) -> tensor<2xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:59:10 UTC 2023
    - 129.6K bytes
    - Viewed (0)
  5. src/unicode/tables.go

    		{0x11a0c, 0x11a32, 1},
    		{0x11a3a, 0x11a50, 22},
    		{0x11a5c, 0x11a89, 1},
    		{0x11a9d, 0x11ab0, 19},
    		{0x11ab1, 0x11af8, 1},
    		{0x11c00, 0x11c08, 1},
    		{0x11c0a, 0x11c2e, 1},
    		{0x11c40, 0x11c72, 50},
    		{0x11c73, 0x11c8f, 1},
    		{0x11d00, 0x11d06, 1},
    		{0x11d08, 0x11d09, 1},
    		{0x11d0b, 0x11d30, 1},
    		{0x11d46, 0x11d60, 26},
    		{0x11d61, 0x11d65, 1},
    		{0x11d67, 0x11d68, 1},
    		{0x11d6a, 0x11d89, 1},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 06 04:29:53 UTC 2023
    - 205.2K bytes
    - Viewed (0)
  6. pkg/scheduler/internal/queue/scheduling_queue_test.go

    func TestPendingPodsMetric(t *testing.T) {
    	timestamp := time.Now()
    	metrics.Register()
    	total := 60
    	queueableNum := 50
    	queueable, failme := "queueable", "failme"
    	// First 50 Pods are queueable.
    	pInfos := makeQueuedPodInfos(queueableNum, "x", queueable, timestamp)
    	// The last 10 Pods are not queueable.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  7. src/database/sql/sql_test.go

    	db.SetMaxIdleConns(10)
    	db.SetMaxOpenConns(10)
    
    	stmt, err := db.Prepare("SELECT|magicquery|op|op=?,millis=?")
    	if err != nil {
    		t.Fatal(err)
    	}
    
    	// Start 50 parallel slow queries.
    	const (
    		nquery      = 50
    		sleepMillis = 25
    		nbatch      = 2
    	)
    	var wg sync.WaitGroup
    	for batch := 0; batch < nbatch; batch++ {
    		for i := 0; i < nquery; i++ {
    			wg.Add(1)
    			go func() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  8. pkg/config/validation/validation_test.go

    				Destination: &networking.Destination{Host: "foo.baz.south"},
    				Weight:      49,
    			}, {
    				Destination: &networking.Destination{Host: "foo.baz.east"},
    				Weight:      50,
    			}},
    		}, valid: true},
    		{name: "simple redirect", route: &networking.HTTPRoute{
    			Redirect: &networking.HTTPRedirect{
    				Uri:       "/lerp",
    				Authority: "foo.biz",
    			},
    		}, valid: true},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/ppc64/asm9.go

    	{as: ANEG, a6: C_REG, type_: 47, size: 4},
    	{as: AREM, a1: C_REG, a6: C_REG, type_: 50, size: 12},
    	{as: AREM, a1: C_REG, a2: C_REG, a6: C_REG, type_: 50, size: 12},
    	{as: AREMU, a1: C_REG, a6: C_REG, type_: 50, size: 16},
    	{as: AREMU, a1: C_REG, a2: C_REG, a6: C_REG, type_: 50, size: 16},
    	{as: AREMD, a1: C_REG, a6: C_REG, type_: 51, size: 12},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  10. src/crypto/x509/x509_test.go

    					{
    						SerialNumber:   big.NewInt(2),
    						RevocationTime: time.Time{}.Add(time.Hour),
    						ExtraExtensions: []pkix.Extension{
    							{
    								Id:    []int{2, 5, 29, 99},
    								Value: []byte{5, 0},
    							},
    						},
    					},
    				},
    				Number:     big.NewInt(5),
    				ThisUpdate: time.Time{}.Add(time.Hour * 24),
    				NextUpdate: time.Time{}.Add(time.Hour * 48),
    			},
    		},
    		{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
Back to top