Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 28 of 28 for Transformed (0.37 sec)

  1. platforms/core-configuration/model-core/src/test/groovy/org/gradle/api/internal/provider/CollectionPropertySpec.groovy

     * limitations under the License.
     */
    
    package org.gradle.api.internal.provider
    
    import com.google.common.collect.ImmutableCollection
    import org.gradle.api.Task
    import org.gradle.api.Transformer
    import org.gradle.api.provider.Property
    import org.gradle.api.provider.Provider
    import org.gradle.internal.Describables
    import org.gradle.util.internal.TextUtil
    import org.spockframework.lang.Wildcard
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 11:41:55 UTC 2024
    - 49.7K bytes
    - Viewed (0)
  2. platforms/core-configuration/file-collections/src/test/groovy/org/gradle/api/internal/file/collections/DefaultConfigurableFileCollectionSpec.groovy

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    package org.gradle.api.internal.file.collections
    
    
    import org.gradle.api.Task
    import org.gradle.api.Transformer
    import org.gradle.api.file.FileCollection
    import org.gradle.api.internal.file.AbstractFileCollection
    import org.gradle.api.internal.file.FileCollectionInternal
    import org.gradle.api.internal.file.FileCollectionSpec
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 18 17:09:50 UTC 2024
    - 53K bytes
    - Viewed (0)
  3. platforms/core-configuration/model-core/src/test/groovy/org/gradle/api/internal/provider/MapPropertySpec.groovy

     * limitations under the License.
     */
    
    package org.gradle.api.internal.provider
    
    import com.google.common.collect.ImmutableMap
    import org.gradle.api.Task
    import org.gradle.api.Transformer
    import org.gradle.api.provider.MapProperty
    import org.gradle.api.provider.Property
    import org.gradle.api.provider.Provider
    import org.gradle.internal.Describables
    import org.gradle.internal.state.ManagedFactory
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 11:41:55 UTC 2024
    - 58.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tfr/python/tfr_gen.py

    from tensorflow.python.autograph.pyct import anno
    from tensorflow.python.autograph.pyct import cfg
    from tensorflow.python.autograph.pyct import qual_names
    from tensorflow.python.autograph.pyct import transformer
    from tensorflow.python.autograph.pyct import transpiler
    from tensorflow.python.autograph.pyct.static_analysis import activity
    from tensorflow.python.autograph.pyct.static_analysis import reaching_definitions
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 27 15:27:03 UTC 2022
    - 55.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/storage/testing/watcher_tests.go

    			return obj, nil
    		}), nil); err != nil {
    		t.Fatalf("GuaranteedUpdate failed: %v", err)
    	}
    
    	// Now trigger watch error by injecting failing transformer.
    	revertTransformer := store.UpdatePrefixTransformer(
    		func(previousTransformer *PrefixTransformer) value.Transformer {
    			return &failingTransformer{}
    		})
    	defer revertTransformer()
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 63.8K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/authoring-builds/gradle-properties/working_with_files.adoc

    * one takes a `{javaApi}/java/io/FilterReader.html[FilterReader]` and is designed to work with Ant filters, such as `ReplaceTokens`
    * one takes a closure or link:{javadocPath}/org/gradle/api/Transformer.html[Transformer] that defines the transformation for each line of the source file
    
    Note that both variants assume the source files are text-based.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 70.5K bytes
    - Viewed (0)
  7. guava/src/com/google/common/util/concurrent/AbstractFuture.java

              // setFuture, so a user couldn't break the chain by doing this themselves.  It is also
              // potentially common if someone writes a recursive Futures.transformAsync transformer.
              future = setFuture.owner;
              if (future.value == setFuture) {
                Object valueToSet = getFutureValue(setFuture.future);
                if (ATOMIC_HELPER.casValue(future, setFuture, valueToSet)) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Jun 07 22:25:23 UTC 2024
    - 62.8K bytes
    - Viewed (1)
  8. android/guava/src/com/google/common/util/concurrent/AbstractFuture.java

              // setFuture, so a user couldn't break the chain by doing this themselves.  It is also
              // potentially common if someone writes a recursive Futures.transformAsync transformer.
              future = setFuture.owner;
              if (future.value == setFuture) {
                Object valueToSet = getFutureValue(setFuture.future);
                if (ATOMIC_HELPER.casValue(future, setFuture, valueToSet)) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Jun 07 22:25:23 UTC 2024
    - 63.1K bytes
    - Viewed (1)
Back to top