Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 873 for 34$ (0.02 sec)

  1. src/encoding/gob/example_test.go

    	fmt.Printf("%q: {%d, %d}\n", q.Name, *q.X, *q.Y)
    	err = dec.Decode(&q)
    	if err != nil {
    		log.Fatal("decode error 2:", err)
    	}
    	fmt.Printf("%q: {%d, %d}\n", q.Name, *q.X, *q.Y)
    
    	// Output:
    	// "Pythagoras": {3, 4}
    	// "Treehouse": {1782, 1841}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 02 00:13:47 UTC 2016
    - 1.4K bytes
    - Viewed (0)
  2. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/plugins/ide/tooling/r62/ToolingApiIdeaLocalGroovyCrossVersionSpec.groovy

    import org.junit.Assume
    import spock.lang.Issue
    
    class ToolingApiIdeaLocalGroovyCrossVersionSpec extends ToolingApiSpecification {
    
        @Issue("https://github.com/gradle/gradle/issues/12274")
        @TargetGradleVersion(">=3.4")
        def "resolves localGroovy() as IdeaSingleEntryLibraryDependency for IdeaProject via tooling API"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 2K bytes
    - Viewed (0)
  3. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r34/NoSourceTaskOutcomeCrossVersionSpec.groovy

        def setup() {
            buildFile << """
                task noSourceTask(type:Copy) {
                    from("notexist")
                    into("notexisteither")
                }"""
        }
    
        @TargetGradleVersion('>=3.4')
        def "tasks with no source is reported as NO-SOURCE"() {
            when:
            def taskEvents = ProgressEvents.create()
            runBuild(taskEvents)
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  4. platforms/jvm/plugins-java-library/src/main/java/org/gradle/api/plugins/JavaLibraryPlugin.java

    import javax.inject.Inject;
    
    /**
     * <p>A {@link Plugin} which extends the capabilities of the {@link JavaPlugin Java plugin} by cleanly separating
     * the API and implementation dependencies of a library.</p>
     *
     * @since 3.4
     * @see <a href="https://docs.gradle.org/current/userguide/java_library_plugin.html">Java Library plugin reference</a>
     */
    public abstract class JavaLibraryPlugin implements Plugin<Project> {
    
        @Inject
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 18 13:02:41 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  5. platforms/core-execution/persistent-cache/src/test/groovy/org/gradle/cache/internal/DefaultFileLockManagerWithCrossVersionProtocolTest.groovy

                assert str.readByte() == 1
                assert str.readBoolean() != dirty
                // info version + port, lock-id, pid, operation-name
                assert str.readByte() == 3
                assert str.readInt() == 34
                assert str.readLong() == 678L
                assert str.readUTF() == processIdentifier
                assert str.readUTF() == operationalName
                assert str.read() < 0
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 10 15:52:52 UTC 2024
    - 2K bytes
    - Viewed (0)
  6. subprojects/core/src/test/groovy/org/gradle/util/StageTest.groovy

    import org.gradle.util.internal.DefaultGradleVersion.Stage
    import spock.lang.Specification
    
    class StageTest extends Specification {
        def "builds simple stage"() {
            when:
            def s = Stage.from(3, "4")
    
            then:
            s.stage == 3
            s.number == 4
        }
    
        def "builds stage with patch no"() {
            when:
            def s = Stage.from(3, "4a")
    
            then:
            s.stage == 3
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Apr 10 06:35:14 UTC 2021
    - 1.7K bytes
    - Viewed (0)
  7. platforms/jvm/jacoco/src/main/java/org/gradle/testing/jacoco/tasks/rules/JacocoViolationRulesContainer.java

    import org.gradle.api.Action;
    import org.gradle.api.tasks.Input;
    
    import java.util.List;
    
    /**
     * The violation rules configuration for the {@link org.gradle.testing.jacoco.tasks.JacocoReport} task.
     *
     * @since 3.4
     */
    public interface JacocoViolationRulesContainer {
    
        /**
         * Indicates whether build should fail in case of rule violation.
         *
         * @param ignore Only render violation but do not fail build
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 14 16:03:36 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  8. test/typeparam/equal.go

    	assert(f(S{3, 5}, S{3, 5}))
    	assert(!f(S{3, 5}, S{4, 6}))
    	assert(g(S{3, 5}, S{3, 5}))
    	assert(!g(S{3, 5}, S{4, 6}))
    
    	assert(k(3, struct{ a, b int }{3, 3}))
    	assert(!k(3, struct{ a, b int }{3, 4}))
    }
    
    func assert(b bool) {
    	if !b {
    		panic("assertion failed")
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 01 19:45:34 UTC 2022
    - 1.3K bytes
    - Viewed (0)
  9. src/crypto/sha1/sha1block_386.s

    	MOVL	dig+0(FP),	BP
    	MOVL	p+4(FP),	SI
    	MOVL	p_len+8(FP),	DX
    	SHRL	$6,		DX
    	SHLL	$6,		DX
    
    	LEAL	(SI)(DX*1),	DI
    	MOVL	(0*4)(BP),	AX
    	MOVL	(1*4)(BP),	BX
    	MOVL	(2*4)(BP),	CX
    	MOVL	(3*4)(BP),	DX
    	MOVL	(4*4)(BP),	BP
    
    	CMPL	SI,		DI
    	JEQ	end
    
    	MOVL	DI,	84(SP)
    
    loop:
    	MOVL	SI,	88(SP)
    
    	MOVL	AX,	64(SP)
    	MOVL	BX,	68(SP)
    	MOVL	CX,	72(SP)
    	MOVL	DX,	76(SP)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 6K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssa/testdata/scopes.gdb-dbg.nexts

    0: 5
    34:			a := y
    35:			f1(a)
    37:				b := 0
    38:				f2(b)
    39:				if gretbool() {
    40:					c := 0
    41:					f3(c)
    46:				f5(b)
    48:			f6(a)
    33:		for x := 0; x <= 1; x++ { // From delve scopetest.go
    34:			a := y
    35:			f1(a)
    37:				b := 0
    38:				f2(b)
    39:				if gretbool() {
    43:					c := 1.1
    44:					f4(int(c))
    46:				f5(b)
    48:			f6(a)
    33:		for x := 0; x <= 1; x++ { // From delve scopetest.go
    53:				j = id(1)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 23 18:05:07 UTC 2018
    - 1.3K bytes
    - Viewed (0)
Back to top