Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 20 for 810 (0.02 sec)

  1. platforms/documentation/docs/src/docs/userguide/img/nativeDependents.graphml

      <graph edgedefault="directed" id="G">
        <data key="d0"/>
        <node id="n0">
          <data key="d5"/>
          <data key="d6">
            <y:ShapeNode>
              <y:Geometry height="30.0" width="81.0" x="469.0" y="169.0"/>
              <y:Fill color="#FFCC00" transparent="false"/>
              <y:BorderStyle color="#000000" type="line" width="1.0"/>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 15.7K bytes
    - Viewed (0)
  2. maven-embedder/src/test/java/org/apache/maven/cli/MavenCliTest.java

            CliRequest request = new CliRequest(new String[] {"-Drevision=8.1.0"}, null);
    
            cli.initialize(request);
            // read .mvn/maven.config
            cli.cli(request);
            cli.properties(request);
    
            String revision = request.getUserProperties().getProperty("revision");
            assertEquals("8.1.0", revision);
        }
    
        /**
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Feb 28 23:31:59 UTC 2024
    - 28.3K bytes
    - Viewed (0)
  3. manifests/addons/dashboards/lib/output.json

                               {
                                  "id": "custom.lineStyle",
                                  "value": {
                                     "dash": [
                                        8,
                                        10
                                     ],
                                     "fill": "dash"
                                  }
                               }
                            ]
                         }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 04 18:05:06 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  4. src/math/pow_s390x.s

    #define PosOne   0x3FF0000000000000
    #define NegOne   0xBFF0000000000000
    #define NegZero  0x8000000000000000
    
    // Minimax polynomial approximation
    DATA ·powrodataL51<> + 0(SB)/8, $-1.0
    DATA ·powrodataL51<> + 8(SB)/8, $1.0
    DATA ·powrodataL51<> + 16(SB)/8, $0.24022650695910110361E+00
    DATA ·powrodataL51<> + 24(SB)/8, $0.69314718055994686185E+00
    DATA ·powrodataL51<> + 32(SB)/8, $0.96181291057109484809E-02
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 14 00:03:57 UTC 2023
    - 16.3K bytes
    - Viewed (0)
  5. docs/en/docs/img/deployment/concepts/process-ram.drawio

                    </mxCell>
                    <mxCell id="30" value="" style="rounded=0;whiteSpace=wrap;html=1;strokeWidth=3;" parent="1" vertex="1">
                        <mxGeometry x="1130" y="810" width="150" height="50" as="geometry"/>
                    </mxCell>
                </root>
            </mxGraphModel>
        </diagram>
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 12 00:06:16 UTC 2022
    - 10K bytes
    - Viewed (0)
  6. android/guava-tests/test/com/google/common/collect/SetsTest.java

        assertEquals(ImmutableSortedSet.of(8, 10), Sets.subSet(set, Range.atLeast(7)));
        assertEquals(empty, Sets.subSet(set, Range.atLeast(20)));
    
        assertEquals(set, Sets.subSet(set, Range.greaterThan(0)));
        assertEquals(ImmutableSortedSet.of(6, 8, 10), Sets.subSet(set, Range.greaterThan(4)));
        assertEquals(ImmutableSortedSet.of(8, 10), Sets.subSet(set, Range.greaterThan(7)));
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 17 15:27:58 UTC 2024
    - 47.8K bytes
    - Viewed (0)
  7. cmd/kubeadm/app/cmd/upgrade/plan.go

    	}
    	return plan
    }
    
    // TODO There is currently no way to cleanly output upgrades that involve adding, removing, or changing components
    // https://github.com/kubernetes/kubeadm/issues/810 was created to track addressing this.
    func appendDNSComponent(components []outputapiv1alpha3.ComponentUpgradePlan, up *upgrade.Upgrade, name string) []outputapiv1alpha3.ComponentUpgradePlan {
    	beforeVersion := up.Before.DNSVersion
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Mar 03 03:03:29 UTC 2024
    - 14.9K bytes
    - Viewed (0)
  8. src/runtime/testdata/testprog/gc.go

    	// they might not be aligned to the physical page size, so the scavenger
    	// will gloss over them.
    	pageSize := os.Getpagesize()
    	var allocChunk int
    	if pageSize <= 8<<10 {
    		allocChunk = 64 << 10
    	} else {
    		allocChunk = 512 << 10
    	}
    	allocs := allocTotal / allocChunk
    
    	// Set GC percent just so this test is a little more consistent in the
    	// face of varying environments.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Oct 02 02:28:27 UTC 2022
    - 12.1K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf-prefer-tf2xla.mlir

      // CHECK-NEXT:  %[[v10:.*]] = "mhlo.broadcast_in_dim"(%9) <{broadcast_dimensions = dense<> : tensor<0xi64>}> : (tensor<f32>) -> tensor<1x300x300x40xf32>
      // CHECK-NEXT:  %11 = mhlo.multiply %8, %10 : tensor<1x300x300x40xf32>
      // CHECK-NEXT:  %12 = mhlo.convert %arg2 : tensor<40xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 06 15:32:52 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  10. test/fixedbugs/issue60982.go

    	case 804:
    		return 804
    	case 805:
    		return 805
    	case 806:
    		return 806
    	case 807:
    		return 807
    	case 808:
    		return 808
    	case 809:
    		return 809
    	case 810:
    		return 810
    	case 811:
    		return 811
    	case 812:
    		return 812
    	case 813:
    		return 813
    	case 814:
    		return 814
    	case 815:
    		return 815
    	case 816:
    		return 816
    	case 817:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 28 16:07:47 UTC 2023
    - 23.7K bytes
    - Viewed (0)
Back to top