Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 655 for scav (0.25 sec)

  1. platforms/extensibility/plugin-use/src/main/java/org/gradle/plugin/use/resolve/internal/AlreadyOnClasspathPluginResolver.java

            ) {
                // The JAR that contains the enterprise plugin also contains the build scan plugin.
                // If the user is in the process of migrating to Gradle 6 and has not yet moved away from the scan plugin,
                // they might hit this scenario when running with --scan as that will have auto applied the new plugin.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 19:24:56 UTC 2024
    - 6K bytes
    - Viewed (0)
  2. cmd/mrf.go

    			scan := madmin.HealNormalScan
    			if u.scanMode != 0 {
    				scan = u.scanMode
    			}
    			if u.object == "" {
    				healBucket(u.bucket, scan)
    			} else {
    				if len(u.versions) > 0 {
    					vers := len(u.versions) / 16
    					if vers > 0 {
    						for i := 0; i < vers; i++ {
    							healObject(u.bucket, u.object, uuid.UUID(u.versions[16*i:]).String(), scan)
    						}
    					}
    				} else {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  3. src/runtime/mgcmark.go

    	fixedRootFreeGStacks
    	fixedRootCount
    
    	// rootBlockBytes is the number of bytes to scan per data or
    	// BSS root.
    	rootBlockBytes = 256 << 10
    
    	// maxObletBytes is the maximum bytes of an object to scan at
    	// once. Larger objects will be split up into "oblets" of at
    	// most this size. Since we can scan 1–2 MB/ms, 128 KB bounds
    	// scan preemption at ~100 µs.
    	//
    	// This must be > _MaxSmallSize so that the object base is the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 18 21:25:11 UTC 2024
    - 52.5K bytes
    - Viewed (0)
  4. platforms/enterprise/enterprise/src/integTest/groovy/org/gradle/internal/enterprise/legacy/GradleEnterprisePluginLegacyContactPointFixture.groovy

        public static final String PUBLISHING_BUILD_SCAN_MESSAGE_PREFIX = 'PUBLISHING BUILD SCAN v'
        public static final String BUILD_SCAN_PLUGIN_APPLIED_MESSAGE = 'APPLIED OLD BUILD SCAN PLUGIN'
    
        public static final String GRADLE_ENTERPRISE_PLUGIN_CLASS_SIMPLE_NAME = 'GradleEnterprisePlugin'
    
        public static final String BUILD_SCAN_PLUGIN_ID = "com.gradle.build-scan"
        public static final String BUILD_SCAN_PLUGIN_CLASS_SIMPLE_NAME = 'BuildScanPlugin'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 19:24:56 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  5. src/cmd/go/testdata/script/test_fuzz_mutator.txt

    }
    
    func checkWorkerLog(r io.Reader) error {
    	scan := bufio.NewScanner(r)
    	var sawAMutant bool
    	for scan.Scan() {
    		line := scan.Text()
    		if !strings.HasPrefix(line, "FuzzA ") {
    			return fmt.Errorf("worker: tested something other than target: %s", line)
    		}
    		if strings.TrimPrefix(line, "FuzzA ") != `"seed"` {
    			sawAMutant = true
    		}
    	}
    	if err := scan.Err(); err != nil && err != bufio.ErrTooLong {
    		return err
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 16 16:53:11 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/reference/ci-systems/teamcity.adoc

    If you installed the https://plugins.jetbrains.com/plugin/9326-gradle-build-scan-integration[TeamCity Build Scan plugin], you will see a link to the build scan in the Build Results view:
    
    image::ci-systems/teamcity-build-scan-plugin.png[]
    
    Otherwise, the link to the link:https://scans.gradle.com[build scan] for the given build is available in the build log:
    
    image::ci-systems/teamcity-log-link.png[]
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 18:33:11 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  7. platforms/core-runtime/stdlib-java-extensions/src/main/java/org/gradle/internal/scan/NotUsedByScanPlugin.java

     * limitations under the License.
     */
    
    package org.gradle.internal.scan;
    
    import java.lang.annotation.ElementType;
    import java.lang.annotation.Retention;
    import java.lang.annotation.RetentionPolicy;
    import java.lang.annotation.Target;
    
    /**
     * Documents that the type or method is not referenced by the build scan plugin,
     * and therefore can be changed or removed without breaking it.
     *
     * @since 5.1
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  8. .github/workflows/osv-scanner-scheduled.yml

    name: OSV-Scanner Scheduled Scan
    
    on:
      schedule:
        - cron: 0 4 * * 1
    
    permissions:
      # Require writing security events to upload SARIF file to security tab
      security-events: write
      # Only need to read contents
      contents: read
    
    jobs:
      scan-scheduled:
        if: github.repository == 'tensorflow/tensorflow'
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Feb 06 17:09:49 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  9. src/index/suffixarray/sais.go

    //		bucketMax_I_B
    //			freq_I_B
    //				<scan +text> (1)
    //			<scan +freq> (2)
    //		<scan -text, random bucket> (3)
    //	induceSubL_I_B
    //		bucketMin_I_B
    //			freq_I_B
    //				<scan +text, often optimized away> (4)
    //			<scan +freq> (5)
    //		<scan +sa, random text, random bucket> (6)
    //	induceSubS_I_B
    //		bucketMax_I_B
    //			freq_I_B
    //				<scan +text, often optimized away> (7)
    //			<scan +freq> (8)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 18 23:57:18 UTC 2024
    - 32.4K bytes
    - Viewed (0)
  10. testing/internal-performance-testing/src/templates/root-project/build.gradle

            classpath "com.gradle:build-scan-plugin:${buildScanPluginVersion}"
    <% }%>
    <% if(binding.hasVariable("springDmPluginVersion")) { %>
            classpath "io.spring.gradle:dependency-management-plugin:$springDmPluginVersion"
    <% }%>
        }
    }
    <% if (binding.hasVariable("buildScanPluginVersion")) { %>
    apply plugin: 'com.gradle.build-scan'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 965 bytes
    - Viewed (0)
Back to top