Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for 555 (0.02 sec)

  1. pilot/pkg/xds/xds_test.go

    			t.Fatalf("expected 1.1.1.1, got %v", endpoints["outbound|80||app.com"])
    		}
    
    		assertListEqual(t, xdstest.ExtractListenerNames(s.Listeners(proxy)), []string{
    			"0.0.0.0_80",
    			"5.5.5.5_443",
    			"virtualInbound",
    			"virtualOutbound",
    		})
    	})
    
    	t.Run("Ingress Listener", func(t *testing.T) {
    		s := xds.NewFakeDiscoveryServer(t, xds.FakeOptions{
    			ConfigString: scopeConfig,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 16:59:05 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  2. cmd/httprange_test.go

    		expOffset, expLength int64
    	}{
    		{"bytes=0-", 0, 10},
    		{"bytes=1-", 1, 9},
    		{"bytes=0-9", 0, 10},
    		{"bytes=1-10", 1, 9},
    		{"bytes=1-1", 1, 1},
    		{"bytes=2-5", 2, 4},
    		{"bytes=-5", 5, 5},
    		{"bytes=-1", 9, 1},
    		{"bytes=-1000", 0, 10},
    	}
    	for i, testCase := range validRangeSpecs {
    		rs, err := parseRequestRangeSpec(testCase.spec)
    		if err != nil {
    			t.Errorf("unexpected err: %v", err)
    		}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sun May 05 16:56:21 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  3. subprojects/core-api/src/main/java/org/gradle/api/file/ConfigurableFilePermissions.java

         *     <td>write &amp; execute</td>
         *   </tr>
         *   <tr>
         *     <td>444</td>
         *     <td>r--r--r--</td>
         *     <td>read</td>
         *   </tr>
         *   <tr>
         *     <td>555</td>
         *     <td>r-xr-xr-x</td>
         *     <td>read &amp; execute</td>
         *   </tr>
         *   <tr>
         *     <td>666</td>
         *     <td>rw-rw-rw-</td>
         *     <td>read &amp; write</td>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 06 12:31:43 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  4. pkg/registry/batch/cronjob/strategy_test.go

    	}
    
    	updatedCronJob := &batch.CronJob{
    		ObjectMeta: metav1.ObjectMeta{Name: "bar", ResourceVersion: "4"},
    		Spec: batch.CronJobSpec{
    			Schedule: "5 5 5 * ?",
    		},
    		Status: batch.CronJobStatus{
    			LastScheduleTime: &now,
    		},
    	}
    
    	// ensure we do not change status
    	Strategy.PrepareForUpdate(ctx, updatedCronJob, cronJob)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 15 14:34:53 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  5. cmd/kube-proxy/app/server_test.go

    			rawNodeIPs: []net.IP{
    				netutils.ParseIPSloppy("90.90.90.90"),
    				netutils.ParseIPSloppy("2001:db8::2"),
    			},
    			bindAddress:    "2001:db8::555",
    			expectedFamily: v1.IPv6Protocol,
    			expectedIPv4:   "90.90.90.90",
    			expectedIPv6:   "2001:db8::555",
    		},
    		{
    			name: "Dual stack, override primary family, IPv4",
    			rawNodeIPs: []net.IP{
    				netutils.ParseIPSloppy("2001:db8::2"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 05:08:41 UTC 2024
    - 32.3K bytes
    - Viewed (0)
  6. pkg/kubelet/volumemanager/volume_manager_test.go

    						PersistentVolumeClaim: &v1.PersistentVolumeClaimVolumeSource{
    							ClaimName: "claimA",
    						},
    					},
    				},
    			},
    			SecurityContext: &v1.PodSecurityContext{
    				SupplementalGroups: []int64{555},
    			},
    		},
    	}
    	switch podMode {
    	case v1.PersistentVolumeBlock:
    		pod.Spec.Containers[0].VolumeDevices = []v1.VolumeDevice{
    			{
    				Name:       "vol1",
    				DevicePath: "/dev/vol1",
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/css/base.css

        font-weight: normal;
    }
    
    tfoot {
        font-style: italic;
    }
    
    caption {
        background: #eee;
    }
    
    abbr, acronym {
        font-size: 85%;
        font-weight: bold;
        color: #555;
        text-transform: uppercase;
    }
    
    abbr[title], acronym[title] {
        cursor: help;
        border-bottom: 1px dotted #e5e5e5;
    }
    
    b, strong, dfn {
        font-weight: 700;
    }
    
    em, dfn {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 30.5K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/tests/quantize-variables.mlir

      %55 = "quantfork.stats"(%54) {layerStats = dense<[0.0, 1.0]> : tensor<2xf32>} : (tensor<1x2x3xf32>) -> tensor<1x2x3xf32>
      "tfl.assign_variable"(%5, %55) : (tensor<!tf_type.resource>, tensor<1x2x3xf32>) -> ()
    
      func.return %0 : tensor<1x2x3xf32>
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 20.3K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/tracing_test.go

    	var opts gatewayListenerOpts
    	opts.push = &model.PushContext{
    		Mesh: &meshconfig.MeshConfig{
    			EnableTracing: true,
    			DefaultConfig: &meshconfig.ProxyConfig{
    				Tracing: &meshconfig.Tracing{
    					Sampling: 55.5,
    				},
    			},
    			DefaultProviders: &meshconfig.MeshConfig_DefaultProviders{
    				Tracing: []string{
    					"foo",
    				},
    			},
    			ExtensionProviders: []*meshconfig.MeshConfig_ExtensionProvider{
    				{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 20:47:52 UTC 2024
    - 38.6K bytes
    - Viewed (0)
  10. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheProblemReportingIntegrationTest.groovy

                withProblem("Build file 'build.gradle': line 550: invocation of 'Task.project' at execution time is unsupported.")
                withProblem("Build file 'build.gradle': line 555: invocation of 'Task.project' at execution time is unsupported.")
                totalProblemsCount = 530
                problemsWithStackTraceCount = 50
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 56.7K bytes
    - Viewed (0)
Back to top