Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for dV (0.02 sec)

  1. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheDevelocityPluginIntegrationTest.groovy

        def setup() {
            settingsFile '''
                pluginManagement {
                    includeBuild("dv-conventions")
                }
                plugins {
                    id("dv-conventions")
                }
            '''
    
            buildFile '''
                plugins { id("java") }
            '''
        }
    
        @NotYetImplemented
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  2. pkg/apis/apiserverinternal/validation/validation.go

    	}
    
    	found := false
    	for i, dv := range ssv.DecodableVersions {
    		if errs := isValidAPIVersion(dv); len(errs) > 0 {
    			allErrs = append(allErrs, field.Invalid(fldPath.Child("decodableVersions").Index(i), dv, strings.Join(errs, ",")))
    		}
    		if dv == ssv.EncodingVersion {
    			found = true
    		}
    	}
    	if !found {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 13 21:43:49 UTC 2023
    - 9.1K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/cel/types_test.go

    		t.Errorf("got %v, wanted CEL map type", expT)
    	}
    }
    
    func testValue(t *testing.T, id int64, val interface{}) *DynValue {
    	t.Helper()
    	dv, err := NewDynValue(id, val)
    	if err != nil {
    		t.Fatalf("NewDynValue(%d, %v) failed: %v", id, val, err)
    	}
    	return dv
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 10 22:05:55 UTC 2022
    - 2.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/model/types_test.go

    	}
    }
    
    func testValue(t *testing.T, id int64, val interface{}) *apiservercel.DynValue {
    	t.Helper()
    	dv, err := apiservercel.NewDynValue(id, val)
    	if err != nil {
    		t.Fatalf("NewDynValue(%d, %v) failed: %v", id, val, err)
    	}
    	return dv
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 08 15:52:31 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  5. platforms/enterprise/enterprise-operations/src/main/java/org/gradle/api/internal/artifacts/ResolveArtifactsBuildOperationType.java

        public interface Details {
    
            /**
             * This method is not called on the Develocity side, at least in DV plugin >= 3.0.
             *
             * @return An empty string.
             *
             * @deprecated This method will be removed in Gradle 9.0
             */
            @Deprecated
            String getConfigurationPath();
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 17 03:59:40 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/conversion/converter.go

    	}
    	if fn, ok := c.generatedConversionFuncs.untyped[pair]; ok {
    		return fn(src, dest, scope)
    	}
    
    	dv, err := EnforcePtr(dest)
    	if err != nil {
    		return err
    	}
    	sv, err := EnforcePtr(src)
    	if err != nil {
    		return err
    	}
    	return fmt.Errorf("converting (%s) to (%s): unknown conversion", sv.Type(), dv.Type())
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 25 16:23:43 UTC 2022
    - 7.4K bytes
    - Viewed (0)
  7. platforms/enterprise/enterprise-plugin-performance/src/testFixtures/groovy/org/gradle/performance/AbstractBuildScanPluginPerformanceTest.groovy

    import static org.gradle.performance.fixture.BaselineVersionResolver.toBaselineVersions
    
    class AbstractBuildScanPluginPerformanceTest extends AbstractPerformanceTest {
    
        /**
         * System property that points to a directory with DV plugin information
         * such files containing build commit ID and plugin version.
         */
        private static final INFO_DIR_SYSTEM_PROP = "org.gradle.performance.develocity.plugin.infoDir"
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 19:24:56 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  8. platforms/core-execution/build-cache/src/main/java/org/gradle/caching/internal/controller/service/OpFiringLocalBuildCacheServiceHandle.java

                this.key = key;
                // We need to calculate the size eagerly here, since the file will already be gone
                // (aka in the local cache), when the DV plugin queries the value.
                this.archiveSize = file.length();
            }
    
            @Override
            public String getCacheKey() {
                return key.getHashCode();
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 15 16:21:33 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  9. docs/language_names.yml

    bo: བོད་ཡིག
    br: brezhoneg
    bs: bosanski jezik
    ca: Català
    ce: нохчийн мотт
    ch: Chamoru
    co: corsu
    cr: ᓀᐦᐃᔭᐍᐏᐣ
    cs: čeština
    cu: ѩзыкъ словѣньскъ
    cv: чӑваш чӗлхи
    cy: Cymraeg
    da: dansk
    de: Deutsch
    dv: Dhivehi
    dz: རྫོང་ཁ
    ee: Eʋegbe
    el: Ελληνικά
    en: English
    eo: Esperanto
    es: español
    et: eesti
    eu: euskara
    fa: فارسی
    ff: Fulfulde
    fi: suomi
    fj: Vakaviti
    fo: føroyskt
    fr: français
    fy: Frysk
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Jan 22 19:42:53 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  10. src/crypto/tls/testdata/Server-TLSv12-ExportKeyingMaterial

    000000d0  b7 5f e8 17 03 03 00 40  00 00 00 00 00 00 00 00  |._.....@........|
    000000e0  00 00 00 00 00 00 00 00  7d b5 ce 35 23 2a ba 64  |........}..5#*.d|
    000000f0  0d 4e cc 9d 53 37 84 1d  6d c5 b0 ae a6 64 76 82  |.N..S7..m....dv.|
    00000100  4d 80 97 1e 16 5f 0a 85  72 be 27 41 a3 e0 45 35  |M...._..r.'A..E5|
    00000110  6e d4 c0 41 e5 99 8c 19  15 03 03 00 30 00 00 00  |n..A........0...|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:14:50 UTC 2023
    - 7.2K bytes
    - Viewed (0)
Back to top