Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 148 for Scans (0.1 sec)

  1. platforms/jvm/testing-jvm/src/test/groovy/org/gradle/api/tasks/testing/TestTest.groovy

            test.setIgnoreFailures(true)
    
            when:
            test.executeTests()
    
            then:
            1 * testExecuterMock.execute(_ as TestExecutionSpec, _ as TestResultProcessor)
        }
    
        def "scans for test classes in the classes dir"() {
            given:
            configureTask()
            test.include("include")
            test.exclude("exclude")
            def classFiles = test.getCandidateClassFiles()
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 11.1K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/main/resources/footer.html

                        <li itemprop="name"><a href="https://gradle.com/develocity/" itemprop="url">Develocity</a></li>
                        <li itemprop="name"><a href="https://gradle.com/build-scans/" itemprop="url">Build Scan™</a></li>
                        <li itemprop="name"><a href="https://gradle.com/build-cache/" itemprop="url">Build Cache</a></li>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 09:28:20 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  3. src/database/sql/sql.go

    // scanned from numeric database columns into *string, scans into
    // numeric types are checked for overflow. For example, a float64 with
    // value 300 or a string with value "300" can scan into a uint16, but
    // not into a uint8, though float64(255) or "255" can scan into a
    // uint8. One exception is that scans of some float64 numbers to
    // strings may lose information when stringifying. In general, scan
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:53 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  4. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/configurationcache/ConfigurationCacheFixture.groovy

        private void assertNothingConfigured() {
            def configuredProjects = buildOperations.all(ConfigureProjectBuildOperationType)
            // A synthetic "project configured" operation is fired for each root project for build scans
            assert configuredProjects.every { it.details.projectPath == ':' }
    
            def scripts = buildOperations.all(ApplyScriptPluginBuildOperationType)
            assert scripts.empty
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 15.1K bytes
    - Viewed (0)
  5. src/vendor/golang.org/x/text/unicode/norm/normalize.go

    		}
    		if p+int(info.size) != i {
    			if p == -1 { // no boundary found
    				return -1
    			}
    			return i // boundary after an illegal UTF-8 encoding
    		}
    	}
    	return i
    }
    
    // decomposeSegment scans the first segment in src into rb. It inserts 0x034f
    // (Grapheme Joiner) when it encounters a sequence of more than 30 non-starters
    // and returns the number of bytes consumed from src or iShortDst or iShortSrc.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:26:23 UTC 2022
    - 14.9K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/text/unicode/norm/normalize.go

    		}
    		if p+int(info.size) != i {
    			if p == -1 { // no boundary found
    				return -1
    			}
    			return i // boundary after an illegal UTF-8 encoding
    		}
    	}
    	return i
    }
    
    // decomposeSegment scans the first segment in src into rb. It inserts 0x034f
    // (Grapheme Joiner) when it encounters a sequence of more than 30 non-starters
    // and returns the number of bytes consumed from src or iShortDst or iShortSrc.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 14.9K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/repositories/DefaultMavenArtifactRepository.java

                artifact = false;
                ignoreGradleMetadataRedirection = false;
            }
    
            /**
             * This is used to generate the repository id and for reporting purposes on build scans.
             * Changing this means a change of repository.
             *
             * @return a list of implemented metadata sources, as strings.
             */
            List<String> asList() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 18 21:30:55 UTC 2023
    - 21.7K bytes
    - Viewed (0)
  8. src/image/ycbcr.go

    			SubsampleRatio: p.SubsampleRatio,
    			YStride:        p.YStride,
    			CStride:        p.CStride,
    			Rect:           r,
    		},
    		A:       p.A[ai:],
    		AStride: p.AStride,
    	}
    }
    
    // Opaque scans the entire image and reports whether it is fully opaque.
    func (p *NYCbCrA) Opaque() bool {
    	if p.Rect.Empty() {
    		return true
    	}
    	i0, i1 := 0, p.Rect.Dx()
    	for y := p.Rect.Min.Y; y < p.Rect.Max.Y; y++ {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:45 UTC 2023
    - 8.7K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/authoring-builds/tasks/task_configuration_avoidance.adoc

    The `help` task is the perfect candidate to benchmark your migration process.
    In a build that uses only the configuration avoidance API, a link:https://scans.gradle.com/s/o7qmlmmrsfxz4/performance/configuration?openScriptsAndPlugins=WzFd[build scan] shows no tasks created during configuration, and only the tasks executed are created.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 27 23:45:25 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  10. ReadMe.md

    [![Revved up by Develocity](https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A)](https://ge.jetbrains.com/scans?search.rootProjectNames=Kotlin)
    
    # Kotlin Programming Language
    
    Welcome to [Kotlin](https://kotlinlang.org/)!   
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Apr 11 14:28:46 UTC 2024
    - 8.7K bytes
    - Viewed (0)
Back to top