Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 314 for mixer (0.11 sec)

  1. platforms/documentation/docs/src/docs/userguide/releases/installation.adoc

    openjdk version "11.0.18" 2023-01-17
    OpenJDK Runtime Environment Homebrew (build 11.0.18+0)
    OpenJDK 64-Bit Server VM Homebrew (build 11.0.18+0, mixed mode)
    ----
    
    ----
    ❯ java version "1.8.0_151"
    Java(TM) SE Runtime Environment (build 1.8.0_151-b12)
    Java HotSpot(TM) 64-Bit Server VM (build 25.151-b12, mixed mode)
    ----
    
    Gradle uses the JDK it finds in your path, the JDK used by your IDE, or the JDK specified by your project.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 18:33:11 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/test/groovy/org/gradle/internal/snapshot/impl/DefaultIsolatableFactoryTest.groovy

            def spec = new FilteringClassLoader.Spec()
            spec.allowClass(Named)
            spec.allowPackage("org.gradle.api.internal.model") // mixed into the implementation
            spec.allowPackage("org.gradle.internal.state") // mixed into the implementation
            def filter = new FilteringClassLoader(getClass().classLoader, spec)
            def loader = new GroovyClassLoader(filter)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 17K bytes
    - Viewed (0)
  3. pkg/kubelet/container/helpers_test.go

    						WindowsOptions: &v1.WindowsSecurityContextOptions{
    							HostProcess: &falseVar,
    						},
    					},
    				}},
    			},
    			expectedResult: false,
    		},
    		{
    			name: "containers with hostproces=mixed",
    			podSpec: &v1.PodSpec{
    				Containers: []v1.Container{
    					{
    						Name: containerName,
    						SecurityContext: &v1.SecurityContext{
    							WindowsOptions: &v1.WindowsSecurityContextOptions{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 22 01:55:46 UTC 2024
    - 24.5K bytes
    - Viewed (0)
  4. subprojects/diagnostics/src/main/java/org/gradle/api/reporting/dependents/DependentComponentsReport.java

            getWorkerLeaseService().runAsIsolatedTask(() -> {
                // Output reports per execution, not mixed.
                // Cross-project ModelRegistry operations do not happen concurrently.
                synchronized (DependentComponentsReport.class) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 7.4K bytes
    - Viewed (0)
  5. pilot/pkg/networking/core/route/route_cache_test.go

    					Namespace: "default",
    				}.HashCode(),
    				model.ConfigKey{
    					Kind:      kind.HTTPRoute,
    					Name:      "bar",
    					Namespace: "default",
    				}.HashCode(),
    			},
    		},
    		{
    			name: "mixed",
    			r: Cache{
    				VirtualServices: []config.Config{
    					{
    						Meta: config.Meta{
    							Name:      "foo",
    							Namespace: "default",
    						},
    					},
    					{
    						Meta: config.Meta{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  6. guava/src/com/google/common/io/BaseEncoding.java

       *     lower-case characters
       */
      public abstract BaseEncoding lowerCase();
    
      /**
       * Returns an encoding that behaves equivalently to this encoding, but decodes letters without
       * regard to case.
       *
       * @throws IllegalStateException if the alphabet used by this encoding contains mixed upper- and
       *     lower-case characters
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Mar 15 16:33:32 UTC 2024
    - 41.7K bytes
    - Viewed (0)
  7. samples/addons/grafana.yaml

      pilot-dashboard.json: |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 242.3K bytes
    - Viewed (0)
  8. src/cmd/fix/main.go

    	// output of the printer run on a standard AST generated by the parser,
    	// but the source we generated inside the loop above is the
    	// output of the printer run on a mangled AST generated by a fixer.
    	newSrc, err = gofmtFile(newFile)
    	if err != nil {
    		return err
    	}
    
    	if *doDiff {
    		os.Stdout.Write(diff.Diff(filename, src, "fixed/"+filename, newSrc))
    		return nil
    	}
    
    	if useStdin {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 14 19:41:17 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/quantization/lite/BUILD

            "//tensorflow/lite/tools/optimize:testdata/maximum.bin",
            "//tensorflow/lite/tools/optimize:testdata/minimum.bin",
            "//tensorflow/lite/tools/optimize:testdata/mixed.bin",
            "//tensorflow/lite/tools/optimize:testdata/mixed16x8.bin",
            "//tensorflow/lite/tools/optimize:testdata/multi_input_add_reshape.bin",
            "//tensorflow/lite/tools/optimize:testdata/pack.bin",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 23:15:24 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  10. platforms/core-runtime/logging/src/test/groovy/org/gradle/internal/logging/text/AbstractLineChoppingStyledTextOutputTest.groovy

            output.text("--")
            output.style(StyledTextOutput.Style.Failure)
            output.text("--")
    
            then:
            result.toString() == "{style}{eol}"
        }
    
        def "can split mixed eol"() {
            def output = output()
    
            when:
            output.text(SYSTEM_EOL)
            output.text("$WINDOWS_EOL$NIX_EOL")
    
            then:
            result.toString() == "{eol}{start}{eol}{start}{eol}"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:05:18 UTC 2023
    - 6.4K bytes
    - Viewed (0)
Back to top