Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 358 for Vm (0.1 sec)

  1. maven-settings/pom.xml

                <phase>generate-sources</phase>
                <configuration>
                  <templates>
                    <template>merger.vm</template>
                    <template>transformer.vm</template>
                    <template>reader-stax.vm</template>
                    <template>writer-stax.vm</template>
                  </templates>
                  <params combine.children="append">
                    <param>locationTracking=true</param>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed May 22 14:07:09 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  2. tests/integration/pilot/vm_test.go

    		Label(label.Postsubmit).
    		Run(func(t framework.TestContext) {
    			if t.Settings().Skip(echo.VM) {
    				t.Skip("VM tests are disabled")
    			}
    			b := deployment.New(t, t.Clusters().Primaries().Default())
    			images := GetAdditionVMImages(t)
    			for _, image := range images {
    				b = b.WithConfig(echo.Config{
    					Service:    "vm-" + strings.ReplaceAll(image, "_", "-"),
    					Namespace:  apps.Namespace,
    					Ports:      ports.All(),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  3. test/ken/cplx5.go

    		panic(f.c)
    	}
    
    	// map of complex128
    	m = make(map[complex128]complex128)
    	for i := 0; i < len(s); i++ {
    		m[-a[i]] = a[i]
    	}
    	if m[5i-5] != 5-5i {
    		panic(m[5i-5])
    	}
    	vm := m[complex(-5, 5)]
    	if vm != 5-5i {
    		panic(vm)
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 24 05:24:24 UTC 2012
    - 1.1K bytes
    - Viewed (0)
  4. pkg/test/framework/components/echo/echotest/filters_test.go

    	a2Ns2 = &fakeInstance{Cluster: cls2, Namespace: echo2NS, Service: "a"}
    	// virtual machine
    	vm1 = &fakeInstance{Cluster: cls1, Namespace: echo1NS, Service: "vm", DeployAsVM: true}
    	vm2 = &fakeInstance{Cluster: cls2, Namespace: echo1NS, Service: "vm", DeployAsVM: true}
    	// headless
    	headless1 = &fakeInstance{Cluster: cls1, Namespace: echo1NS, Service: "headless", Headless: true}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/base/StandardSystemProperty.java

      JAVA_VM_SPECIFICATION_VERSION("java.vm.specification.version"),
    
      /** Java Virtual Machine specification vendor. */
      JAVA_VM_SPECIFICATION_VENDOR("java.vm.specification.vendor"),
    
      /** Java Virtual Machine specification name. */
      JAVA_VM_SPECIFICATION_NAME("java.vm.specification.name"),
    
      /** Java Virtual Machine implementation version. */
      JAVA_VM_VERSION("java.vm.version"),
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 23 15:09:35 UTC 2023
    - 5K bytes
    - Viewed (0)
  6. platforms/core-runtime/base-services/src/main/java/org/gradle/internal/SystemProperties.java

            standardProperties.add("java.home");
            standardProperties.add("java.vm.specification.version");
            standardProperties.add("java.vm.specification.vendor");
            standardProperties.add("java.vm.specification.name");
            standardProperties.add("java.vm.version");
            standardProperties.add("java.vm.vendor");
            standardProperties.add("java.vm.name");
            standardProperties.add("java.specification.version");
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 06:47:40 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  7. platforms/jvm/jvm-services/src/main/java/org/gradle/internal/jvm/inspection/ProbedSystemProperty.java

        JAVA_VERSION("java.version"),
        JAVA_VENDOR("java.vendor"),
        RUNTIME_NAME("java.runtime.name"),
        RUNTIME_VERSION("java.runtime.version"),
        VM_NAME("java.vm.name"),
        VM_VERSION("java.vm.version"),
        VM_VENDOR("java.vm.vendor"),
        OS_ARCH("os.arch"),
        Z_ERROR("Internal"); // This line MUST be last!
    
        private final String key;
    
        ProbedSystemProperty(String key) {
            this.key = key;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 15:09:49 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  8. tests/integration/security/util/framework.go

    	}()
    
    	nakedSvc := EchoConfig(NakedSvc, false, map[string]string{annotation.SidecarInject.Name: "false"})
    
    	vmCfg := func() echo.Config {
    		// VM specific setup
    		vmCfg := EchoConfig(VMSvc, false, nil)
    		// for test cases that have `buildVM` off, vm will function like a regular pod
    		vmCfg.DeployAsVM = buildVM
    		return vmCfg
    	}()
    
    	externalSvc := echo.Config{
    		Service: ExternalSvc,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  9. security/pkg/credentialfetcher/plugin/gce.go

    	return rotate
    }
    
    // GetPlatformCredential fetches the GCE VM identity jwt token from its metadata server,
    // and write it to jwtPath. The local copy of the token in jwtPath is used by both
    // Envoy STS client and istio agent to fetch certificate and access token.
    // Note: this function only works in a GCE VM environment.
    func (p *GCEPlugin) GetPlatformCredential() (string, error) {
    	p.tokenMutex.Lock()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 13:56:46 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  10. samples/bookinfo/networking/destination-rule-all.yaml

      subsets:
      - name: v1
        labels:
          version: v1
      - name: v2
        labels:
          version: v2
      - name: v2-mysql
        labels:
          version: v2-mysql
      - name: v2-mysql-vm
        labels:
          version: v2-mysql-vm
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: DestinationRule
    metadata:
      name: details
    spec:
      host: details
      subsets:
      - name: v1
        labels:
          version: v1
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 09 23:15:58 UTC 2018
    - 972 bytes
    - Viewed (0)
Back to top