Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 441 for copy2 (0.11 sec)

  1. platforms/core-configuration/model-core/src/testFixtures/groovy/org/gradle/api/internal/provider/PropertySpec.groovy

            def state = property.unpackState()
            def copy = managedFactory().fromState(property.publicType(), state)
            !copy.is(property)
            !copy.present
            copy.getOrNull() == null
    
            property.set(someValue())
            copy.getOrNull() == null
    
            def state2 = property.unpackState()
            def copy2 = managedFactory().fromState(property.publicType(), state2)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 11:41:55 UTC 2024
    - 87.8K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/img/copy-with-flat-filter-example.png

    copy-with-flat-filter-example.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 27 16:19:30 UTC 2024
    - 62.8K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/img/copy-with-deep-filter-example.png

    copy-with-deep-filter-example.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 27 16:19:30 UTC 2024
    - 70.5K bytes
    - Viewed (0)
  4. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/CopyTaskIntegrationSpec.groovy

            buildScript '''
                task (copy, type:Copy) {
                   from 'files'
                   into 'dest'
                }
            '''
    
            when:
            run 'copy'
            then:
            executedAndNotSkipped(":copy")
    
            when:
            file("files/sub/empty").createDir()
            run 'copy'
            then:
            executedAndNotSkipped(":copy")
    
            when:
            run 'copy'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 67.9K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/authoring-builds/gradle-properties/working_with_files.adoc

    include::sample[dir="snippets/files/copy/kotlin",files="build.gradle.kts[tags=copy-single-file-example]"]
    include::sample[dir="snippets/files/copy/groovy",files="build.gradle[tags=copy-single-file-example]"]
    ====
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 70.5K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/configurations/DefaultConfigurationSpec.groovy

            copy.canBeDeclared
            copy.canBeResolved
            copy.canBeConsumed
            copy.declarationAlternatives == []
            copy.resolutionAlternatives == []
            copy.roleAtCreation.consumptionDeprecated
            copy.roleAtCreation.resolutionDeprecated
            copy.roleAtCreation.declarationAgainstDeprecated
        }
    
        def "can copy with spec"() {
            def configuration = prepareConfigurationForCopyTest()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:30:13 UTC 2024
    - 64.8K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/core/io/CopyUtil.java

    /*
     * Copyright 2012-2024 CodeLibs Project and the Others.
     *
     * Licensed under the Apache License, Version 2.0 (the "License");
     * you may not use this file except in compliance with the License.
     * You may obtain a copy of the License at
     *
     *     http://www.apache.org/licenses/LICENSE-2.0
     *
     * Unless required by applicable law or agreed to in writing, software
     * distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Wed Jun 12 12:50:12 UTC 2024
    - Last Modified: Thu Mar 07 01:59:08 UTC 2024
    - 52.4K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/css/javadoc.css

    button.copy.visible {
        opacity: 100%;
    }
    button.copy img {
        position: relative;
        background: none;
        filter: brightness(var(--copy-icon-brightness));
    }
    button.copy:active {
        background-color: var(--copy-button-background-color-active);
    }
    button.copy span {
        color: var(--body-text-color);
        position: relative;
        top: -0.1em;
        transition: all 0.1s;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/regalloc.go

    	//   - v is currently held in R0 and stacktmp0.
    	//   - We want to copy stacktmp1 to stacktmp0.
    	//   - We choose R0 as the temporary register.
    	// During the copy, both R0 and stacktmp0 are
    	// clobbered, losing both copies of v. Oops!
    	// Erasing the destination early means R0 will not
    	// be chosen as the temp register, as it will then
    	// be the last copy of v.
    	e.erase(loc)
    	var x *Value
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 17:49:56 UTC 2023
    - 87.2K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/apis/audit/v1/generated.pb.go

    	}
    	i--
    	dAtA[i] = 0x32
    	i -= len(m.Verb)
    	copy(dAtA[i:], m.Verb)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Verb)))
    	i--
    	dAtA[i] = 0x2a
    	i -= len(m.RequestURI)
    	copy(dAtA[i:], m.RequestURI)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.RequestURI)))
    	i--
    	dAtA[i] = 0x22
    	i -= len(m.Stage)
    	copy(dAtA[i:], m.Stage)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Stage)))
    	i--
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 81.4K bytes
    - Viewed (0)
Back to top