Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 16 of 16 for freemark (0.1 sec)

  1. platforms/native/platform-native/src/integTest/groovy/org/gradle/nativeplatform/NativeDependentComponentsReportIntegrationTest.groovy

        }
    
        def "report renders variant binaries"() {
            buildFile << """
                apply plugin: 'cpp'
                model {
                    flavors {
                        freeware
                        shareware
                        shrinkware
                    }
    
                    components {
                        lib(NativeLibrarySpec)
    
                        main(NativeExecutableSpec) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 24K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/api/ResolvedFilesApiIntegrationTest.groovy

            then:
            succeeds "help"
        }
    
        private String freeAndPaidFlavoredJars(String prefix) {
            """
                task freeJar(type: Jar) { archiveFileName = '$prefix-free.jar' }
                task paidJar(type: Jar) { archiveFileName = '$prefix-paid.jar' }
                tasks.withType(Jar) { destinationDirectory = buildDir }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 17:10:15 UTC 2024
    - 32.9K bytes
    - Viewed (0)
  3. src/internal/syscall/windows/syscall_windows.go

    // Constants from lmshare.h
    const (
    	STYPE_DISKTREE  = 0x00
    	STYPE_TEMPORARY = 0x40000000
    )
    
    type SHARE_INFO_2 struct {
    	Netname     *uint16
    	Type        uint32
    	Remark      *uint16
    	Permissions uint32
    	MaxUses     uint32
    	CurrentUses uint32
    	Path        *uint16
    	Passwd      *uint16
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 22:55:25 UTC 2024
    - 15.5K bytes
    - Viewed (0)
  4. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar

    where each step depends on the result of the previous * step and we can stop processing as soon as a step fails. These classes provide * infrastructure for writing such a sequence. * * Based on https://github.com/npryce/maybe-java * @author Steve Freeman 2012 http://www.hamcrest.com */ public abstract class Condition<T> { public static final NotMatched<Object> NOT_MATCHED = new NotMatched<Object>(); public interface Step<I, O> { Condition<O> apply(I value, Description mismatch); } private Condition()...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 31.9K bytes
    - Viewed (0)
  5. src/os/os_windows_test.go

    	//
    	// So it shouldn't matter what permissions we set here.
    	const permissions = 0
    
    	p := windows.SHARE_INFO_2{
    		Netname:     wShareName,
    		Type:        windows.STYPE_DISKTREE | windows.STYPE_TEMPORARY,
    		Remark:      nil,
    		Permissions: permissions,
    		MaxUses:     1,
    		CurrentUses: 0,
    		Path:        wSharePath,
    		Passwd:      nil,
    	}
    
    	err = windows.NetShareAdd(nil, 2, (*byte)(unsafe.Pointer(&p)), nil)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 41.8K bytes
    - Viewed (0)
  6. okhttp/src/main/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.gz

    aquarelle aquarium.museum aquila.it ar ar.com ar.it ar.us arab arai.shizuoka.jp arakawa.saitama.jp arakawa.tokyo.jp aramco arao.kumamoto.jp arboretum.museum archaeological.museum archaeology.museum archi architectes.bj architecture.museum ardal.no aremark.no arendal.no arezzo.it ariake.saga.jp arida.wakayama.jp aridagawa.wakayama.jp arita.saga.jp arkhangelsk.su armenia.su army arna.no arpa arq.br art art.br art.do art.dz art.ht art.museum art.pl art.sn artanddesign.museum artcenter.museum artdeco.museum...
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 40.4K bytes
    - Viewed (0)
Back to top