Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 61 for 179m (0.18 sec)

  1. staging/src/k8s.io/apimachinery/pkg/util/duration/duration_test.go

    		{d: 10*time.Minute - time.Millisecond, want: "9m59s"},
    		{d: 10 * time.Minute, want: "10m"},
    		{d: 10*time.Minute + time.Second, want: "10m"},
    		{d: 3*time.Hour - time.Millisecond, want: "179m"},
    		{d: 3 * time.Hour, want: "3h"},
    		{d: 3*time.Hour + time.Minute, want: "3h1m"},
    		{d: 8*time.Hour - time.Millisecond, want: "7h59m"},
    		{d: 8 * time.Hour, want: "8h"},
    		{d: 8*time.Hour + 59*time.Minute, want: "8h"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 17 18:04:52 UTC 2020
    - 4.5K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go

    	SYS___VSPRINTF_A                    = 0x6FE // 1790
    	SYS___VSWPRINTF_A                   = 0x6FF // 1791
    	SYS___SWPRINTF_A                    = 0x700 // 1792
    	SYS___FSCANF_A                      = 0x701 // 1793
    	SYS___SCANF_A                       = 0x702 // 1794
    	SYS___SSCANF_A                      = 0x703 // 1795
    	SYS___SWSCANF_A                     = 0x704 // 1796
    	SYS___ATOF_A                        = 0x705 // 1797
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  3. src/runtime/zcallback_windows_arm64.s

    	MOVD	$1789, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1790, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1791, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1792, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1793, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1794, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1795, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1796, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1797, R12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 21 21:52:38 UTC 2021
    - 89.3K bytes
    - Viewed (0)
  4. src/runtime/zcallback_windows_arm.s

    	MOVW	$1789, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1790, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1791, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1792, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1793, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1794, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1795, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1796, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1797, R12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 21 21:52:38 UTC 2021
    - 89.3K bytes
    - Viewed (0)
  5. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/m8/JavaConfigurabilityCrossVersionSpec.groovy

            }
    
            then:
            def inputArgsInBuild = project.description.split('##') as List
            env.java.jvmArguments.each { inputArgsInBuild.contains(it) }
        }
    
        @Issue("GRADLE-1799")
        @Timeout(25)
        def "promptly discovers when java does not exist"() {
            when:
            withConnection {
                it.newBuild().setJavaHome(new File("i dont exist"))
            }
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  6. hack/testdata/null-propagation/deployment-l1.yaml

        l1: l1
    spec:
      selector:
        matchLabels:
          l1: l1
      template:
        metadata:
          labels:
            l1: l1
        spec:
          containers:
          - name: nginx
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 31 14:16:53 UTC 2022
    - 278 bytes
    - Viewed (0)
  7. hack/testdata/null-propagation/deployment-l2.yaml

      labels: null
    spec:
      selector:
        matchLabels:
          l1: l1
      template:
        metadata:
          labels:
            l1: l1
        spec:
          containers:
          - name: nginx
            image: registry.k8s.io/nginx:1.7.9
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 31 14:16:53 UTC 2022
    - 311 bytes
    - Viewed (0)
  8. hack/testdata/recursive/deployment/deployment/nginx-broken.yaml

      selector:
        matchLabels:
          app: nginx2
      template:
        metadata:
          labels:
            app: nginx2
        spec:
          containers:
          - name: nginx
            image: registry.k8s.io/nginx:1.7.9
            ports:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 31 14:16:53 UTC 2022
    - 370 bytes
    - Viewed (0)
  9. hack/testdata/recursive/deployment/deployment/nginx.yaml

      selector:
        matchLabels:
          app: nginx1
      template:
        metadata:
          labels:
            app: nginx1
        spec:
          containers:
          - name: nginx
            image: registry.k8s.io/nginx:1.7.9
            ports:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 31 14:16:53 UTC 2022
    - 371 bytes
    - Viewed (0)
  10. test/mergemul.go

    	fmt.Println(makeAllSizes(32, 64, 0))
    
    	fmt.Println(makeAllSizes(7, 11, +1)) // 7*n + 11*(n+1)
    	fmt.Println(makeAllSizes(9, 13, +2))
    	fmt.Println(makeAllSizes(11, 16, -1))
    	fmt.Println(makeAllSizes(17, 9, -2))
    
    	fmt.Println("}")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Sep 03 14:29:38 UTC 2017
    - 3.2K bytes
    - Viewed (0)
Back to top