Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 259 for 72 (0.15 sec)

  1. subprojects/core-api/src/main/java/org/gradle/plugin/use/PluginDependencySpec.java

         * }
         * </pre>
         *
         * @param version the version provider, for example as found in a version catalog
         * @return this
         *
         * @since 7.2
         */
        default PluginDependencySpec version(Provider<String> version) {
            // providers used in plugins block are necessarily at configuration time
            return this.version(version.get());
        }
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Feb 06 23:16:59 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  2. src/vendor/golang.org/x/net/nettest/nettest.go

    	}
    	rawSocketSess = supportsRawSocket()
    	switch runtime.GOOS {
    	case "aix":
    		// Unix network isn't properly working on AIX 7.2 with
    		// Technical Level < 2.
    		out, _ := exec.Command("oslevel", "-s").Output()
    		if len(out) >= len("7200-XX-ZZ-YYMM") { // AIX 7.2, Tech Level XX, Service Pack ZZ, date YYMM
    			ver := string(out[:4])
    			tl, _ := strconv.Atoi(string(out[5:7]))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/typesinternal/errorcode_string.go

    	_ = x[InvalidStructLit-65]
    	_ = x[MissingLitField-66]
    	_ = x[DuplicateLitField-67]
    	_ = x[UnexportedLitField-68]
    	_ = x[InvalidLitField-69]
    	_ = x[UntypedLit-70]
    	_ = x[InvalidLit-71]
    	_ = x[AmbiguousSelector-72]
    	_ = x[UndeclaredImportedName-73]
    	_ = x[UnexportedName-74]
    	_ = x[UndeclaredName-75]
    	_ = x[MissingFieldOrMethod-76]
    	_ = x[BadDotDotDotSyntax-77]
    	_ = x[NonVariadicDotDotDot-78]
    	_ = x[MisplacedDotDotDot-79]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  4. pkg/monitoring/monitoring_test.go

    	testGauge.With(kind.Value("foo")).Record(42)
    	testGauge.With(kind.Value("bar")).Record(77)
    	testGauge.With(kind.Value("bar")).Record(72)
    
    	mt.Assert(testGauge.Name(), map[string]string{"kind": "foo"}, monitortest.Exactly(42))
    	mt.Assert(testGauge.Name(), map[string]string{"kind": "bar"}, monitortest.Exactly(72))
    }
    
    var (
    	testDerivedGauge = monitoring.NewDerivedGauge(
    		"test_derived_gauge",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Sep 13 16:04:48 UTC 2023
    - 8.4K bytes
    - Viewed (0)
  5. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r51/TaskOriginCrossVersionSpec.groovy

            task(':assemble').originPlugin.displayName == "org.gradle.language.base.plugins.LifecycleBasePlugin"
            with(task(':test')) {
                if (targetVersion > GradleVersion.version("7.2")) {
                    originPlugin.displayName == "org.gradle.jvm-test-suite"
                } else {
                    originPlugin.displayName == "org.gradle.java"
                }
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  6. released-versions.json

        },
        {
          "version": "7.3.1",
          "buildTime": "20211201154220+0000"
        },
        {
          "version": "7.3",
          "buildTime": "20211109204036+0000"
        },
        {
          "version": "7.2",
          "buildTime": "20210817095903+0000"
        },
        {
          "version": "7.1.1",
          "buildTime": "20210702121643+0000"
        },
        {
          "version": "7.1",
          "buildTime": "20210614144726+0000"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 12 01:51:16 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  7. cmd/update-notifier_test.go

    		// Testcase index 0
    		{72 * time.Hour, "my_download_url", "3 days before the latest release"},
    		{3 * time.Hour, "https://my_download_url_is_huge/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "3 hours before the latest release"},
    		{-72 * time.Hour, "another_update_url", ""},
    		{0, "another_update_url", ""},
    		{time.Hour, "", ""},
    		{0 * time.Second, "my_download_url", "now"},
    		{1 * time.Second, "my_download_url", "1 second before the latest release"},
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jul 31 15:36:19 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  8. src/internal/types/errors/code_string.go

    	_ = x[InvalidStructLit-65]
    	_ = x[MissingLitField-66]
    	_ = x[DuplicateLitField-67]
    	_ = x[UnexportedLitField-68]
    	_ = x[InvalidLitField-69]
    	_ = x[UntypedLit-70]
    	_ = x[InvalidLit-71]
    	_ = x[AmbiguousSelector-72]
    	_ = x[UndeclaredImportedName-73]
    	_ = x[UnexportedName-74]
    	_ = x[UndeclaredName-75]
    	_ = x[MissingFieldOrMethod-76]
    	_ = x[BadDotDotDotSyntax-77]
    	_ = x[NonVariadicDotDotDot-78]
    	_ = x[MisplacedDotDotDot-79]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 03 22:50:48 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/typecheck/builtin.go

    	{"panicdottypeE", funcTag, 68},
    	{"panicdottypeI", funcTag, 68},
    	{"panicnildottype", funcTag, 69},
    	{"typeAssert", funcTag, 67},
    	{"interfaceSwitch", funcTag, 70},
    	{"ifaceeq", funcTag, 72},
    	{"efaceeq", funcTag, 72},
    	{"panicrangestate", funcTag, 73},
    	{"deferrangefunc", funcTag, 74},
    	{"rand32", funcTag, 75},
    	{"makemap64", funcTag, 77},
    	{"makemap", funcTag, 78},
    	{"makemap_small", funcTag, 79},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 21:08:03 UTC 2024
    - 16.2K bytes
    - Viewed (0)
  10. src/crypto/tls/testdata/Client-TLSv12-ClientCert-Ed25519

    00000280  76 fd 13 c3 cc e1 0c 5c  ee b1 87 82 f1 6c 04 ed  |v......\.....l..|
    00000290  73 bb b3 43 77 8d 0c 1c  f1 0f a1 d8 40 83 61 c9  |s..Cw.......@.a.|
    000002a0  4c 72 2b 9d ae db 46 06  06 4d f4 c1 b3 3e c0 d1  |Lr+...F..M...>..|
    000002b0  bd 42 d4 db fe 3d 13 60  84 5c 21 d3 3b e9 fa e7  |.B...=.`.\!.;...|
    000002c0  16 03 03 00 ac 0c 00 00  a8 03 00 1d 20 4e 55 f3  |............ NU.|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 9K bytes
    - Viewed (0)
Back to top