Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 37 for 55555 (0.15 sec)

  1. platforms/core-configuration/kotlin-dsl-tooling-builders/src/crossVersionTest/groovy/org/gradle/kotlin/dsl/tooling/builders/r83/KotlinBuildScriptModelCrossVersionSpec.groovy

        @Issue("https://github.com/gradle/gradle/issues/25555")
        def "single project with parallel build should not emit configuration resolution deprecation warning"() {
            given:
            propertiesFile << gradleProperties
    
            expect:
            loadValidatedToolingModel(KotlinDslScriptsModel)
        }
    
        @Issue("https://github.com/gradle/gradle/issues/25555")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 09 14:23:15 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/img/commandLineTutorialTasks.graphml

              <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Arial" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="17.40625" modelName="internal" modelPosition="c" textColor="#555555" visible="true" width="68.6875" x="35.65625" y="6.296875">compileTest</y:NodeLabel>
              <y:Shape type="roundrectangle"/>
            </y:ShapeNode>
          </data>
        </node>
        <node id="n1">
          <data key="d6">
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 6.3K bytes
    - Viewed (0)
  3. doc/next/7-ports.md

    ### OpenBSD {#openbsd}
    
    <!-- go.dev/issue/55999, CL 518629, CL 518630 -->
    Go 1.23 adds experimental support for OpenBSD on 64-bit RISC-V (`GOOS=openbsd`, `GOARCH=riscv64`).
    
    ### ARM64 {#arm64}
    
    <!-- go.dev/issue/60905, CL 559555 -->
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 17:18:52 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  4. cni/pkg/plugin/testdata/include-exclude-ports.txt.golden

    -A PREROUTING -p tcp -j ISTIO_INBOUND
    -A ISTIO_INBOUND -p tcp --dport 1111 -j ISTIO_IN_REDIRECT
    -A ISTIO_INBOUND -p tcp --dport 2222 -j ISTIO_IN_REDIRECT
    -A OUTPUT -p tcp -j ISTIO_OUTPUT
    -A ISTIO_OUTPUT -p tcp --dport 5555 -j RETURN
    -A ISTIO_OUTPUT -p tcp --dport 6666 -j RETURN
    -A ISTIO_OUTPUT -o lo -s 127.0.0.6/32 -j RETURN
    -A ISTIO_OUTPUT -o lo ! -d 127.0.0.1/32 -p tcp ! --dport 15008 -m owner --uid-owner 1337 -j ISTIO_IN_REDIRECT
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 16 22:54:20 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  5. android/guava-tests/test/com/google/common/math/StatsTesting.java

              + (33.33 - MANY_VALUES_MEAN) * (33.33 - MANY_VALUES_MEAN)
              + (555.555 - MANY_VALUES_MEAN) * (555.555 - MANY_VALUES_MEAN)
              + (-2.2 - MANY_VALUES_MEAN) * (-2.2 - MANY_VALUES_MEAN);
      static final double MANY_VALUES_MAX = 555.555;
      static final double MANY_VALUES_MIN = -44.44;
    
      // Doubles which will overflow if summed:
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Nov 09 22:49:56 UTC 2023
    - 22.4K bytes
    - Viewed (0)
  6. testing/internal-performance-testing/src/test/groovy/org/gradle/performance/measure/AmountTest.groovy

            1000     | Fruit.apples     | "1000 apples"
            0.123    | Fruit.apples     | "0.123 apples"
            0.333333 | Fruit.apples     | "0.333333 apples"
            0.5555   | Fruit.apples     | "0.5555 apples"
            -12      | Fruit.apples     | "-12 apples"
            145      | Fruit.oranges    | "145 oranges"
            0.23     | Fruit.grapefruit | "0.23 grapefruit"
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/conversion_test.go

    			t.Errorf("slice string to DeletionPropagation conversion failed: got %v; want %v", *dpPtr, tc.Output)
    		}
    	}
    }
    
    func TestConvertSliceStringToPointerTime(t *testing.T) {
    	t1 := v1.Date(1998, time.May, 5, 5, 5, 5, 0, time.UTC)
    	t1String := t1.Format(time.RFC3339)
    	t2 := v1.Date(2000, time.June, 6, 6, 6, 6, 0, time.UTC)
    	t2String := t2.Format(time.RFC3339)
    
    	tcs := []struct {
    		Input  []string
    		Output *v1.Time
    	}{
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Dec 02 09:39:03 UTC 2019
    - 3.2K bytes
    - Viewed (0)
  8. pilot/pkg/xds/xds_test.go

    {{- end }}
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: ServiceEntry
    metadata:
      name: app-https
      namespace: app
    spec:
      hosts:
      - app.cluster.local
      addresses:
      - 5.5.5.5
      ports:
      - number: 443
        name: https
        protocol: HTTPS
      resolution: {{.Resolution}}
      endpoints:
    {{- if eq .Resolution "DNS" }}
      - address: app.com
    {{- else }}
      - address: 10.10.10.10
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 16:59:05 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/tracing_test.go

    			EnableTracing: true,
    		},
    	}
    	opts.proxy = &model.Proxy{
    		Metadata: &model.NodeMetadata{
    			ProxyConfig: &model.NodeMetaProxyConfig{
    				Tracing: &meshconfig.Tracing{
    					Sampling:         55.55,
    					MaxPathTagLength: 13,
    					CustomTags: map[string]*meshconfig.Tracing_CustomTag{
    						"test": {
    							Type: &meshconfig.Tracing_CustomTag_Environment{
    								Environment: &meshconfig.Tracing_Environment{
    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. pkg/bootstrap/option/instances_test.go

    			testName: "sts enabled",
    			key:      "sts",
    			option:   option.STSEnabled(true),
    			expected: true,
    		},
    		{
    			testName: "sts port",
    			key:      "sts_port",
    			option:   option.STSPort(5555),
    			expected: 5555,
    		},
    		{
    			testName: "project id",
    			key:      "gcp_project_id",
    			option:   option.GCPProjectID("project"),
    			expected: "project",
    		},
    		{
    			testName: "tracing tls nil",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 20:38:02 UTC 2024
    - 22.4K bytes
    - Viewed (0)
Back to top