Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for 1e10 (0.11 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go

    	SYS_DELETEWO                        = 0x4B9 // 1209
    	SYS_DELETEWORKUNIT                  = 0x4B9 // 1209
    	SYS_QUERYMET                        = 0x4BA // 1210
    	SYS_QUERYMETRICS                    = 0x4BA // 1210
    	SYS_QUERYSCH                        = 0x4BB // 1211
    	SYS_QUERYSCHENV                     = 0x4BB // 1211
    	SYS_CHECKSCH                        = 0x4BC // 1212
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  2. doc/go1.17_spec.html

    "foo"               string      "foo" is in the set of string values
    1024                int16       1024 is in the set of 16-bit integers
    42.0                byte        42 is in the set of unsigned 8-bit integers
    1e10                uint64      10000000000 is in the set of unsigned 64-bit integers
    2.718281828459045   float32     2.718281828459045 rounds to 2.7182817 which is in the set of float32 values
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  3. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/DependencyInsightReportTaskIntegrationTest.groovy

       Selection reasons:
          - By constraint
          - Was requested: rejected versions 1.2, 1.1
    
    org:foo:{reject 1.2} -> 1.0
    \\--- compileClasspath
    
    org:foo:{require [1.0,); reject 1.1} -> 1.0
    \\--- compileClasspath
    """
        }
    
        def "shows all published dependency reasons"() {
            given:
            mavenRepo.with {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 15:15:56 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/telemetry/package-lock.json

          },
          "funding": {
            "url": "https://github.com/sponsors/ljharb"
          }
        },
        "node_modules/globby": {
          "version": "11.1.0",
          "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
          "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
          "dev": true,
          "dependencies": {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:57:25 UTC 2024
    - 156K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/text/internal/language/tables.go

    	1006: {region: 0x9a, script: 0x5b, flags: 0x0},
    	1007: {region: 0x115, script: 0x5b, flags: 0x0},
    	1008: {region: 0x9a, script: 0xcf, flags: 0x0},
    	1009: {region: 0x166, script: 0x5b, flags: 0x0},
    	1010: {region: 0x166, script: 0x5b, flags: 0x0},
    	1011: {region: 0x130, script: 0x5b, flags: 0x0},
    	1012: {region: 0x9f, script: 0x5b, flags: 0x0},
    	1013: {region: 0x9a, script: 0x22, flags: 0x0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 153K bytes
    - Viewed (0)
  6. src/main/webapp/js/admin/popper.min.js.map

    removed in v2.<br />\n   * Additionally, it accepts additions and subtractions between different units.\n   * Note that multiplications and divisions aren't supported.\n   *\n   * Valid examples are:\n   * ```\n   * 10\n   * '10%'\n   * '10, 10'\n   * '10%, 10'\n   * '10 + 10%'\n   * '10 - 5vh + 3%'\n   * '-10px + 5vh, 5px - 6%'\n   * ```\n   * > **NB**: If you desire to apply offsets to your poppers in a way that may make them overlap\n   * > with their reference element, unfortunately, you will have to...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 121K bytes
    - Viewed (0)
  7. pkg/config/validation/validation_test.go

    						Protocol: "http",
    						Number:   90,
    						Name:     "foo",
    					},
    					DefaultEndpoint: "[::1]:110",
    				},
    				{
    					Port: &networking.SidecarPort{
    						Protocol: "tcp",
    						Number:   90,
    						Name:     "bar",
    					},
    					DefaultEndpoint: "[::1]:110",
    				},
    			},
    			Egress: []*networking.IstioEgressListener{
    				{
    					Hosts: []string{"*/*"},
    				},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
  8. src/cmd/internal/obj/arm64/asm7.go

    	case 54: /* floating point arith */
    		o1 = c.oprrr(p, p.As)
    		rf := int(p.From.Reg)
    		rt := int(p.To.Reg)
    		r := int(p.Reg)
    		if (o1&(0x1F<<24)) == (0x1E<<24) && (o1&(1<<11)) == 0 { /* monadic */
    			r = rf
    			rf = 0
    		} else if r == obj.REG_NONE {
    			r = rt
    		}
    		o1 |= (uint32(rf&31) << 16) | (uint32(r&31) << 5) | uint32(rt&31)
    
    	case 55: /* floating-point constant */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.5.md

        * - Ignore .mount cgroups, fixing dissappearing stats
        * - Fix wc goroutine leak
        * - Update aws-sdk-go dependency to 1.6.10
    * PodSecurityPolicy authorization is correctly enforced by the PodSecurityPolicy admission plugin. ([#43489](https://github.com/kubernetes/kubernetes/pull/43489), [@liggitt](https://github.com/liggitt))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  10. pkg/controller/podautoscaler/horizontal_test.go

    				},
    			}
    			gotReplicasChangeUp := getReplicasChangePerPeriod(60, hcUp.scaleUpEvents[tc.key])
    			assert.Equal(t, tc.expectedReplicasChange, gotReplicasChangeUp)
    			hcUp.storeScaleEvent(behaviorUp, tc.key, 10, 10+tc.replicaChange)
    			if !assert.Len(t, hcUp.scaleUpEvents[tc.key], len(tc.newScaleEvents), "up: scale events differ in length") {
    				return
    			}
    			for i, gotEvent := range hcUp.scaleUpEvents[tc.key] {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
Back to top