Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for 9s (0.02 sec)

  1. src/time/example_test.go

    	// Fractional seconds can be printed by adding a run of 0s or 9s after
    	// a decimal point in the seconds value in the layout string.
    	// If the layout digits are 0s, the fractional second is of the specified
    	// width. Note that the output has a trailing zero.
    	do("0s for fraction", "15:04:05.00000", "11:06:39.12340")
    
    	// If the fraction in the layout is 9s, trailing zeros are dropped.
    	do("9s for fraction", "15:04:05.99999999", "11:06:39.1234")
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 13 01:05:00 UTC 2024
    - 22.4K bytes
    - Viewed (0)
  2. src/strconv/decimal.go

    		return
    	}
    
    	// round up
    	for i := nd - 1; i >= 0; i-- {
    		c := a.d[i]
    		if c < '9' { // can stop after this digit
    			a.d[i]++
    			a.nd = i + 1
    			return
    		}
    	}
    
    	// Number is all 9s.
    	// Change to single 1 with adjusted decimal point.
    	a.d[0] = '1'
    	a.nd = 1
    	a.dp++
    }
    
    // Extract integer part, rounded appropriately.
    // No guarantees about overflow.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Jul 15 19:41:25 UTC 2017
    - 11K bytes
    - Viewed (0)
  3. samples/bookinfo/README.md

    + plat=linux/amd64
    + [[ '' == \t\r\u\e ]]
    + env TAG=test1.0 HUB=docker.io/user1 docker buildx bake -f samples/bookinfo/src/docker-bake.hcl --set '*.platform=linux/amd64'
    [+] Building 1.9s (123/133)
     => [examples-bookinfo-ratings-v-faulty internal] load build definition from Dockerfile                                                                                                               0.0s
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 23:56:37 UTC 2024
    - 16.1K bytes
    - Viewed (0)
  4. testing/internal-integ-testing/src/test/groovy/org/gradle/integtests/fixtures/logging/GroupedOutputFixtureTest.groovy

    \u001B[0K
    \u001B[0K
    \u001B[1A\u001B[1m<-------------> 0% EXECUTING [8s]\u001B[m\u001B[33D\u001B[1B\u001B[1m> :longRunningTask\u001B[m\u001B[18D\u001B[1B\u001B[2A\u001B[0K
    \u001B[0K
    \u001B[32;1mBUILD SUCCESSFUL\u001B[0;39m in 9s
    1 actionable task: 1 executed
    \u001B[2K
    """
            when:
            GroupedOutputFixture fixture = new GroupedOutputFixture(LogContent.of(consoleOutput))
    
            then:
            fixture.taskCount == 1
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 28.3K bytes
    - Viewed (0)
  5. src/strconv/ftoa.go

    	//
    	// If upperdelta == 0, the digits of d and upper are the same so far.
    	//
    	// If upperdelta == 1, we saw a difference of 1 between d and upper on a
    	// previous digit and subsequently only 9s for d and 0s for upper.
    	// (Thus rounding up may fall outside the bound, if it is exclusive.)
    	//
    	// If upperdelta == 2, then the difference is greater than 1
    	// and we know that rounding up falls within the bound.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 04 14:21:28 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  6. cmd/kubeadm/app/cmd/token.go

    	ttl := "<forever>"
    	expires := "<never>"
    	if obj.Expires != nil {
    		ttl = duration.ShortHumanDuration(time.Until(obj.Expires.Time))
    		expires = obj.Expires.Format(time.RFC3339)
    	}
    	ttl = fmt.Sprintf("%-9s", ttl)
    
    	usages := strings.Join(obj.Usages, ",")
    	if len(usages) == 0 {
    		usages = "<none>"
    	}
    	usages = fmt.Sprintf("%-22s", usages)
    
    	description := obj.Description
    	if len(description) == 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 05:47:48 UTC 2024
    - 15.9K bytes
    - Viewed (0)
  7. pkg/util/async/bounded_frequency_runner_test.go

    	timer.advance(4 * time.Second) // rel=4s since run, 5s since RetryAfter
    	waitForNothing("retry cancelled", t, timer, obj)
    
    	// Rerun happens after maxInterval
    	timer.advance(5 * time.Second) // rel=9s since run, 10s since RetryAfter
    	waitForNothing("premature", t, timer, obj)
    	timer.advance(time.Second) // rel=10s since run
    	waitForRun("maxInterval", t, timer, obj)
    
    	// Clean up.
    	stop <- struct{}{}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 15 09:36:26 UTC 2022
    - 12.5K bytes
    - Viewed (0)
  8. src/cmd/vendor/github.com/google/pprof/internal/driver/html/stacks.js

          result += " │ " + diffText(box.sumneg, box.sumpos);
        }
        return result;
      }
    
      // diffText returns text that displays from and to alongside their percentages.
      // E.g., 9s (45%) 🠆 10s (50%)
      function diffText(from, to) {
        return percentText(from) + " 🠆 " + percentText(to);
      }
    
      // percentText returns text that displays v in appropriate units alongside its
      // percentange.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  9. src/crypto/tls/testdata/Server-TLSv13-ClientAuthRequestedAndECDSAGiven

    00000290  22 44 04 ee 4e f5 30 e7  30 94 dc 95 2d 97 2c e4  |"D..N.0.0...-.,.|
    000002a0  34 58 4d 38 9e 25 61 96  c1 37 66 34 2b be ee e6  |4XM8.%a..7f4+...|
    000002b0  ee 39 73 89 a3 aa 1b 0a  5a bf 44 23 4e 19 5c c4  |.9s.....Z.D#N.\.|
    000002c0  3f 27 47 5c 40 67 6c 50  b8 3f 7c c9 97 f0 55 02  |?'G\@glP.?|...U.|
    000002d0  16 17 03 03 00 35 82 8b  0d 4e 87 3c c6 bc 41 8b  |.....5...N.<..A.|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:14:50 UTC 2023
    - 13.7K bytes
    - Viewed (0)
  10. pkg/controller/deployment/util/deployment_util_test.go

    			nowFn:    func() time.Time { return timeFn(1, 20) },
    			expected: true,
    		},
    		{
    			name: "progressDeadlineSeconds: 10s, now - started => 00:01:20 - 00:01:11 => 9s",
    
    			d:        deployment(apps.DeploymentProgressing, v1.ConditionTrue, "", &ten, timeFn(1, 11)),
    			nowFn:    func() time.Time { return timeFn(1, 20) },
    			expected: false,
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 08 09:10:50 UTC 2023
    - 37.1K bytes
    - Viewed (0)
Back to top