Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 83 of 83 for fileset (0.16 sec)

  1. src/runtime/sys_openbsd_arm.s

    noerr:
    	MOVW	R9, R13
    	RET
    
    TEXT runtime·pipe2_trampoline(SB),NOSPLIT,$0
    	MOVW	R13, R9
    	BIC     $0x7, R13		// align for ELF ABI
    	MOVW	4(R0), R1		// arg 2 flags
    	MOVW	0(R0), R0		// arg 1 filedes
    	BL	libc_pipe2(SB)
    	CMP	$-1, R0
    	BNE	3(PC)
    	BL	libc_errno(SB)
    	MOVW	(R0), R0		// errno
    	RSB.CS	$0, R0			// caller expects negative errno
    	MOVW	R9, R13
    	RET
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 18:49:01 UTC 2023
    - 18.5K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/css/base.css

    set]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 30.5K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/releases/migrating/migrating_from_maven.adoc

    For example, you can use Ant's Echo task like this:
    
    .Invoking Ant tasks
    ====
    include::sample[dir="snippets/mavenMigration/ant/kotlin",files="build.gradle.kts"]
    include::sample[dir="snippets/mavenMigration/ant/groovy",files="build.gradle"]
    ====
    
    Even Ant properties and filesets are supported natively.
    To learn more, see <<ant#ant,Using Ant from Gradle>>.
    
    [TIP]
    ====
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Mar 23 22:37:03 UTC 2024
    - 40.6K bytes
    - Viewed (0)
Back to top