Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 104 for xdstype (0.11 sec)

  1. platforms/software/maven/src/integTest/groovy/org/gradle/api/publish/maven/AbstractMavenPublishJavaIntegTest.groovy

            then:
            javaLibrary.assertPublished()
    
            def mavenModule = javaLibrary.mavenModule
            mavenModule.parsedPom.scopes['import'].expectDependencyManagement('org.test:bom:1.0').hasType('pom')
            mavenModule.parsedPom.scopes[scope].assertDependsOn('org.test:bar:')
    
            and:
            if (config == "api") {
                javaLibrary.parsedModuleMetadata.variant("apiElements") {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 22:25:49 UTC 2023
    - 45.6K bytes
    - Viewed (0)
  2. src/internal/xcoff/xcoff.go

    const (
    	XTY_ER = 0 // External reference
    	XTY_SD = 1 // Section definition
    	XTY_LD = 2 // Label definition
    	XTY_CM = 3 // Common csect definition
    )
    
    // Defines for File auxiliary definitions: x_ftype field of x_file
    const (
    	XFT_FN = 0   // Source File Name
    	XFT_CT = 1   // Compile Time Stamp
    	XFT_CV = 2   // Compiler Version Number
    	XFT_CD = 128 // Compiler Defined Information
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 08 20:36:37 UTC 2023
    - 11.8K bytes
    - Viewed (0)
  3. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/idea/model/Module.java

                }
                Map<String, Object> attributes = new LinkedHashMap<>();
                attributes.put("type", "jdk");
                attributes.put("jdkName", jdkName);
                attributes.put("jdkType", "JavaSDK");
                moduleRootManager.appendNode("orderEntry", attributes);
            } else if (findFirstWithAttributeValue(orderEntries, "type", "inheritedJdk") == null) {
                if (moduleJdk != null) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 21.2K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformWithDependenciesIntegrationTest.groovy

                .publish()
                .allowAll()
            mavenHttpRepo.module("test", "test2", "1.5")
                .hasType("thing")
                .dependsOn(m1)
                .publish()
                .allowAll()
            mavenHttpRepo.module("test", "test3", "1.5")
                .hasType("thing")
                .dependsOn(m1)
                .publish()
                .allowAll()
    
            setupBuildWithColorAttributes()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 54.2K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/constraints/DependencyConstraintsIntegrationTest.groovy

            def constrainedBase = mavenRepo.module('org', 'constrained', '1.0').publish()
            def constrained = mavenRepo.module('org', 'constrained', '1.1').publish()
            def bom = mavenRepo.module('org', 'bom', '1.0').hasType('pom').dependencyConstraint(constrained).publish()
            def user = mavenRepo.module('org', 'user', '1.0').dependsOn(constrainedBase).publish()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 28.8K bytes
    - Viewed (0)
  6. platforms/core-runtime/internal-instrumentation-processor/src/main/java/org/gradle/internal/instrumentation/processor/codegen/jvmbytecode/InterceptJvmCallsGenerator.java

                    .addField(CONTEXT_FIELD)
                    // actual content:
                    .addMethod(visitMethodInsnBuilder.build())
                    .addFields(typeFieldByOwner.values())
                    .addType(factoryClass);
        }
    
        private static TypeSpec generateFactoryClass(String className, BytecodeInterceptorType interceptorType) {
            MethodSpec method = MethodSpec.methodBuilder("create")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 10 18:50:01 UTC 2024
    - 27.4K bytes
    - Viewed (0)
  7. pilot/pkg/xds/endpoints/endpoint_builder.go

    	if dr := b.destinationRule.GetRule(); dr != nil {
    		dr, _ := dr.Spec.(*v1alpha3.DestinationRule)
    		return dr
    	}
    	return nil
    }
    
    func (b *EndpointBuilder) Type() string {
    	return model.EDSType
    }
    
    func (b *EndpointBuilder) ServiceFound() bool {
    	return b.service != nil
    }
    
    func (b *EndpointBuilder) IsDNSCluster() bool {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 28 02:18:19 UTC 2024
    - 26.1K bytes
    - Viewed (0)
  8. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/DependencyReportTaskIntegrationTest.groovy

            def moduleA = mavenRepo.module('group', 'moduleA', '2.0').dependsOn(moduleB).publish()
            mavenRepo.module('group', 'bom', '1.0')
                    .hasType("pom")
                    .dependencyConstraint(moduleA)
                    .dependencyConstraint(moduleC)
                    .publish()
    
            buildFile << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 25 05:32:54 UTC 2023
    - 31.2K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/windows/syscall_windows.go

    //sys	getSystemPreferredUILanguages(flags uint32, numLanguages *uint32, buf *uint16, bufSize *uint32) (err error) = kernel32.GetSystemPreferredUILanguages
    //sys	findResource(module Handle, name uintptr, resType uintptr) (resInfo Handle, err error) = kernel32.FindResourceW
    //sys	SizeofResource(module Handle, resInfo Handle) (size uint32, err error) = kernel32.SizeofResource
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_4.adoc

    Working with files::
     * You can no longer cast `FileCollection` objects to other types using the `as` keyword or the `asType()` method.
     * You can no longer pass `null` as the configuration action of link:{javadocPath}/org/gradle/api/file/CopySpec.html#from-java.lang.Object-org.gradle.api.Action-[CopySpec.from(Object, Action)].
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 60.1K bytes
    - Viewed (0)
Back to top