Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 39 of 39 for freemark (0.12 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/ztypes_openbsd_ppc64.go

    	Zeropages          int32
    	Reserve_pagedaemon int32
    	Reserve_kernel     int32
    	Unused01           int32
    	Vnodepages         int32
    	Vtextpages         int32
    	Freemin            int32
    	Freetarg           int32
    	Inactarg           int32
    	Wiredmax           int32
    	Anonmin            int32
    	Vtextmin           int32
    	Vnodemin           int32
    	Anonminpct         int32
    	Vtextminpct        int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.3K bytes
    - Viewed (0)
  2. 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)
  3. 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)
  4. gradle/verification-metadata.xml

                <pgp value="7C669810892CBD3148FA92995B05CCDE140C2876"/>
             </artifact>
          </component>
          <component group="org.freemarker" name="freemarker" version="2.3.31">
             <artifact name="freemarker-2.3.31.jar">
                <pgp value="13AC2213964ABE1D1C147C0E1939A2520BAB1D90"/>
             </artifact>
          </component>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 22:30:36 UTC 2024
    - 90.1K bytes
    - Viewed (0)
  5. 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)
  6. platforms/documentation/docs/src/docs/userguide/optimizing-performance/incremental_build.adoc

    As an example, imagine you have a task that processes templates of varying types, such as FreeMarker, Velocity, Moustache, etc. It takes template source files and combines them with some model data to generate populated versions of the template files.
    
    This task will have three inputs and one output:
    
    * Template source files
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 63.9K bytes
    - Viewed (0)
  7. 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)
  8. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // Submitted by Giles Thomas <******@****.***>
    pythonanywhere.com
    eu.pythonanywhere.com
    
    // QOTO, Org.
    // Submitted by Jeffrey Phillips Freeman <jeffrey.freeman@qoto.org>
    qoto.io
    
    // Qualifio : https://qualifio.com/
    // Submitted by Xavier De Cock <******@****.***>
    qualifioapp.com
    
    // QuickBackend: https://www.quickbackend.com
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  9. 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