Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 236 for 1104 (0.04 sec)

  1. pilot/pkg/serviceregistry/mock/discovery.go

    			}, {
    				Name:     "custom",
    				Port:     90, // target port 1090
    				Protocol: protocol.TCP,
    			}, {
    				Name:     "mongo",
    				Port:     100, // target port 1100
    				Protocol: protocol.Mongo,
    			}, {
    				Name:     "redis",
    				Port:     110, // target port 1110
    				Protocol: protocol.Redis,
    			}, {
    				Name:     "mysql",
    				Port:     120, // target port 1120
    				Protocol: protocol.MySQL,
    			},
    		},
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Aug 07 18:40:05 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  2. pkg/registry/core/service/ipallocator/ipallocator_test.go

    			want:   7,
    		}, {
    			name:   "start from first address large range",
    			first:  netip.MustParseAddr("2001:db8:1::101"),
    			last:   netip.MustParseAddr("2001:db8:1::fff"),
    			offset: 0,
    			want:   3839,
    		}, {
    			name:   "start from address in the middle",
    			first:  netip.MustParseAddr("2001:db8:1::101"),
    			last:   netip.MustParseAddr("2001:db8:1::fff"),
    			offset: 255,
    			want:   3839,
    		}, {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jun 25 13:14:46 UTC 2023
    - 24.2K bytes
    - Viewed (0)
  3. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/junit/platform/JUnitPlatformLauncherSessionListenerIntegrationTest.groovy

                plugins {
                    id 'java'
                }
    
                ${mavenCentralRepository()}
    
                dependencies {
                    compileOnly 'org.junit.platform:junit-platform-launcher:1.10.0'
                }
            """
            file("other/src/main/java/com/example/MyLauncherSessionListener.java") << """
                package com.example;
                import org.junit.platform.launcher.LauncherSession;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 6.1K bytes
    - Viewed (0)
  4. tests/integration/pilot/piggyback_test.go

    	"istio.io/istio/pkg/test/util/retry"
    )
    
    func TestPiggyback(t *testing.T) {
    	// nolint: staticcheck
    	framework.
    		NewTest(t).RequiresSingleCluster().
    		RequiresLocalControlPlane().
    		RequireIstioVersion("1.10.0").
    		Run(func(t framework.TestContext) {
    			workloads := []echo.Instances{apps.A, apps.Sotw}
    			istioCtl := istioctl.NewOrFail(t, t, istioctl.Config{Cluster: t.Clusters().Default()})
    			for _, workload := range workloads {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 13 20:55:20 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  5. src/syscall/asm_freebsd_riscv64.s

    	MOV	ZERO, r2+64(FP)	// r2
    	MOV	A0, err+72(FP)	// errno
    	RET
    
    // Actually Syscall7
    // func Syscall9(num uintptr, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2, err uintptr)
    TEXT ·Syscall9(SB),NOSPLIT,$0-104
    	CALL	runtime·entersyscall(SB)
    	MOV	a1+8(FP), A0
    	MOV	a2+16(FP), A1
    	MOV	a3+24(FP), A2
    	MOV	a4+32(FP), A3
    	MOV	a5+40(FP), A4
    	MOV	a6+48(FP), A5
    	MOV	a7+56(FP), A6
    	MOV	num+0(FP), T0	// syscall entry
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 29 22:39:46 UTC 2022
    - 2.8K bytes
    - Viewed (0)
  6. platforms/native/language-native/src/integTest/groovy/org/gradle/language/swift/SwiftIncrementalBuildIntegrationTest.groovy

            result.assertTasksExecuted(assembleAppTasks)
            result.assertTasksNotSkipped(assembleAppTasks)
    
            outputs.deletedClasses("multiply", "sum")
    
            // See https://github.com/gradle/gradle-native/issues/1004
            if (toolchainUnderTest.version.major == 5) {
                outputs.recompiledClasses('renamed-sum')
            } else {
                outputs.recompiledClasses('greeter', 'renamed-sum', 'main')
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 15.7K bytes
    - Viewed (0)
  7. operator/pkg/validate/validate_test.go

    		},
    		{
    			desc: "CommonConfig",
    			yamlStr: `
    hub: docker.io/istio
    tag: v1.2.3
    meshConfig:
      rootNamespace: istio-system
    values:
      global:
        proxy:
          includeIPRanges: "1.1.0.0/16,2.2.0.0/16"
          excludeIPRanges: "3.3.0.0/16,4.4.0.0/16"
    
    `,
    		},
    		{
    			desc: "BadTag",
    			yamlStr: `
    hub: ?illegal-tag!
    `,
    			wantErrs: makeErrors([]string{`invalid value Hub: ?illegal-tag!`}),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Jun 25 11:44:31 UTC 2023
    - 4.6K bytes
    - Viewed (0)
  8. README.md

    **Raspberry Pi 2 and 3**      | [![Status](https://storage.googleapis.com/tensorflow-kokoro-build-badges/rpi23-py3.svg)](https://storage.googleapis.com/tensorflow-kokoro-build-badges/rpi23-py3.html)           | [Py3](https://storage.googleapis.com/tensorflow-nightly/tensorflow-1.10.0-cp34-none-linux_armv7l.whl)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Oct 05 15:00:10 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/mod/semver/semver.go

    	// higher precedence than a smaller set, if all of the preceding
    	// identifiers are equal.
    	// Example: 1.0.0-alpha < 1.0.0-alpha.1 < 1.0.0-alpha.beta <
    	// 1.0.0-beta < 1.0.0-beta.2 < 1.0.0-beta.11 < 1.0.0-rc.1 < 1.0.0."
    	if x == y {
    		return 0
    	}
    	if x == "" {
    		return +1
    	}
    	if y == "" {
    		return -1
    	}
    	for x != "" && y != "" {
    		x = x[1:] // skip - or .
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jul 12 20:38:21 UTC 2023
    - 8.9K bytes
    - Viewed (0)
  10. platforms/core-runtime/process-services/src/main/java/org/gradle/process/internal/health/memory/MemInfoOsMemoryInfo.java

         */
        private long parseMeminfoBytes(final String line) {
            Matcher matcher = meminfoMatcher.reset(line);
            if (matcher.matches()) {
                return Long.parseLong(matcher.group(1)) * 1024;
            }
            throw new UnsupportedOperationException("Unable to parse /proc/meminfo output to get system memory");
        }
    
        private static class Meminfo {
            private long total = -1;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:10:02 UTC 2023
    - 5.5K bytes
    - Viewed (0)
Back to top