Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for withJava (0.16 sec)

  1. testing/performance/src/performanceTest/groovy/org/gradle/performance/regression/java/JavaIDEModelPerformanceTest.groovy

                    }
                    javaSourceSettings?.jdk?.javaHome
                    withJava(javaSourceSettings?.jdk?.javaVersion)
                    withJava(javaSourceSettings?.sourceLanguageLevel)
                    withJava(javaSourceSettings?.targetBytecodeVersion)
                    projectNatures.each {
                        it.id
                    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  2. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/KotlinMultiplatformPluginSmokeTest.groovy

                plugins {
                    id 'org.jetbrains.kotlin.multiplatform'
                }
    
                ${mavenCentralRepository()}
    
                kotlin {
                    jvm {
                        withJava()
                    }
                }
            """
    
            when:
            def kotlinVersionNumber = VersionNumber.parse(kotlinVersion)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 07:33:24 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  3. subprojects/core/src/test/groovy/org/gradle/api/internal/catalog/parser/TomlCatalogFileParserTest.groovy

            parse 'with-bundles'
    
            then:
            hasDependency('groovy') {
                withGAV("org.codehaus.groovy:groovy:2.5.6")
            }
            hasDependency('groovy-json') {
                withGAV("org.codehaus.groovy:groovy-json:2.5.6")
            }
            hasDependency('groovy-templates') {
                withGAV("org.codehaus.groovy:groovy-templates:2.5.6")
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 05:41:21 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/ifreq_linux.go

    	data unsafe.Pointer
    	// Pad to the same size as ifreq.
    	_ [len(ifreq{}.Ifru) - SizeofPtr]byte
    }
    
    // withData produces an ifreqData with the pointer p set for ioctls which require
    // arbitrary pointer data.
    func (ifr Ifreq) withData(p unsafe.Pointer) ifreqData {
    	return ifreqData{
    		name: ifr.raw.Ifrn,
    		data: p,
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  5. cmd/config.go

    	minioConfigHistoryPrefix = minioConfigPrefix + "/history"
    
    	// MinIO configuration file.
    	minioConfigFile = "config.json"
    )
    
    func listServerConfigHistory(ctx context.Context, objAPI ObjectLayer, withData bool, count int) (
    	[]madmin.ConfigHistoryEntry, error,
    ) {
    	var configHistory []madmin.ConfigHistoryEntry
    
    	// List all kvs
    	marker := ""
    	for {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed Aug 23 10:07:06 UTC 2023
    - 6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/client-go/applyconfigurations/apps/v1/controllerrevision.go

    	}
    }
    
    // WithData sets the Data field in the declarative configuration to the given value
    // and returns the receiver, so that objects can be built by chaining "With" function invocations.
    // If called multiple times, the Data field is set to the value of the last call.
    func (b *ControllerRevisionApplyConfiguration) WithData(value runtime.RawExtension) *ControllerRevisionApplyConfiguration {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 17:59:55 UTC 2022
    - 12.7K bytes
    - Viewed (0)
  7. staging/src/k8s.io/client-go/applyconfigurations/apps/v1beta2/controllerrevision.go

    	}
    }
    
    // WithData sets the Data field in the declarative configuration to the given value
    // and returns the receiver, so that objects can be built by chaining "With" function invocations.
    // If called multiple times, the Data field is set to the value of the last call.
    func (b *ControllerRevisionApplyConfiguration) WithData(value runtime.RawExtension) *ControllerRevisionApplyConfiguration {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 17:59:55 UTC 2022
    - 12.7K bytes
    - Viewed (0)
  8. staging/src/k8s.io/client-go/applyconfigurations/apps/v1beta1/controllerrevision.go

    	}
    }
    
    // WithData sets the Data field in the declarative configuration to the given value
    // and returns the receiver, so that objects can be built by chaining "With" function invocations.
    // If called multiple times, the Data field is set to the value of the last call.
    func (b *ControllerRevisionApplyConfiguration) WithData(value runtime.RawExtension) *ControllerRevisionApplyConfiguration {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 17:59:55 UTC 2022
    - 12.7K bytes
    - Viewed (0)
  9. staging/src/k8s.io/client-go/applyconfigurations/core/v1/configmap.go

    func (b *ConfigMapApplyConfiguration) WithImmutable(value bool) *ConfigMapApplyConfiguration {
    	b.Immutable = &value
    	return b
    }
    
    // WithData puts the entries into the Data field in the declarative configuration
    // and returns the receiver, so that objects can be build by chaining "With" function invocations.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 17:59:55 UTC 2022
    - 12.9K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/ioctl_linux.go

    func IoctlGetEthtoolDrvinfo(fd int, ifname string) (*EthtoolDrvinfo, error) {
    	ifr, err := NewIfreq(ifname)
    	if err != nil {
    		return nil, err
    	}
    
    	value := EthtoolDrvinfo{Cmd: ETHTOOL_GDRVINFO}
    	ifrd := ifr.withData(unsafe.Pointer(&value))
    
    	err = ioctlIfreqData(fd, SIOCETHTOOL, &ifrd)
    	return &value, err
    }
    
    // IoctlGetWatchdogInfo fetches information about a watchdog device from the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 29 21:28:33 UTC 2023
    - 8.1K bytes
    - Viewed (0)
Back to top