Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 818 for Origins (0.12 sec)

  1. src/cmd/go/testdata/script/mod_list_issue61423.txt

    stdout '"Version": "v0.0.0-20231114180000-08a4fa6bb9c0"'
    ! stdout '"Origin":'
    
    # However, if we list a specific, stable version, we should get
    # whatever origin metadata the proxy has for the version.
    
    go list -m -json vcs-test.golang.org/git/issue61415.git@v0.0.0-20231114180000-08a4fa6bb9c0
    cp stdout proxy-version.json
    stdout '"Version": "v0.0.0-20231114180000-08a4fa6bb9c0"'
    stdout '"Origin":'
    stdout '"VCS": "git"'
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 17 22:43:50 UTC 2023
    - 3.3K bytes
    - Viewed (0)
  2. platforms/software/resources/src/main/java/org/gradle/internal/resource/local/DefaultLocallyAvailableResource.java

        private final File origin;
    
        public DefaultLocallyAvailableResource(File origin, ChecksumService checksumService) {
            super(() -> checksumService.sha1(origin));
            this.origin = origin;
        }
    
        public DefaultLocallyAvailableResource(File origin, HashCode sha1) {
            super(sha1);
            this.origin = origin;
        }
    
        @Override
        public File getFile() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  3. subprojects/core/src/main/java/org/gradle/api/internal/initialization/AbstractClassLoaderScope.java

        protected final ClassLoaderScopeOrigin origin;
        protected final ClassLoaderCache classLoaderCache;
        protected final ClassLoaderScopeRegistryListener listener;
    
        protected AbstractClassLoaderScope(ClassLoaderScopeIdentifier id, @Nullable ClassLoaderScopeOrigin origin, ClassLoaderCache classLoaderCache, ClassLoaderScopeRegistryListener listener) {
            this.id = id;
            this.origin = origin;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  4. analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/nestedOuterClass.ir.txt

                      foo: GET_VAR 'p0: <root>.Foo declared in <root>.CodeFragment.run' type=<root>.Foo origin=null
                    other: CALL 'public final fun callString (string: kotlin.String): kotlin.Int declared in <root>.ContextKt' type=kotlin.Int origin=null
                      string: CALL 'private final fun <get-a> (): kotlin.String declared in <root>.Foo' type=kotlin.String origin=GET_PROPERTY
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jan 30 11:41:26 UTC 2024
    - 2K bytes
    - Viewed (0)
  5. analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/extensionReceiverSmartCasted.ir.txt

              BLOCK type=kotlin.Int origin=null
                TYPE_OP type=<root>.FooImpl origin=CAST typeOperand=<root>.FooImpl
                  GET_VAR 'p0: <root>.Foo declared in <root>.CodeFragment.run' type=<root>.Foo origin=null
                CALL 'public final fun <get-n> (): kotlin.Int declared in <root>.FooImpl' type=kotlin.Int origin=GET_PROPERTY
                  $this: TYPE_OP type=<root>.FooImpl origin=IMPLICIT_CAST typeOperand=<root>.FooImpl
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Dec 12 17:31:52 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  6. platforms/core-runtime/build-option/src/test/groovy/org/gradle/internal/buildoption/EnabledOnlyBooleanBuildOptionTest.groovy

            }
    
            @Override
            void applyTo(TestSettings settings, Origin origin) {
                settings.flag = true
                settings.origin = origin
            }
        }
    
        static class TestSettings {
            boolean flag
            Origin origin
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:02:02 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  7. platforms/core-execution/build-cache-base/src/test/groovy/org/gradle/caching/internal/origin/OriginMetadataFactoryTest.groovy

            and:
            origin.load(new ByteArrayInputStream(baos.toByteArray()))
            then:
            origin.identity == "identity"
            origin.type == CacheableEntity.canonicalName
            origin.buildCacheKey == buildCacheKey.toString()
            origin.gradleVersion == "3.0"
            origin.creationTime != null
            origin.executionTime == "10"
            origin.buildInvocationId == buildInvocationId
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Feb 20 15:16:00 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  8. analysis/analysis-api/testData/components/compilerFacility/firPluginPrototypeMultiModule/functionParamInBinaryModule2.ir.txt

              bars: CALL 'public final fun listOf <T> (vararg elements: T of kotlin.collections.listOf): kotlin.collections.List<T of kotlin.collections.listOf> declared in kotlin.collections' type=kotlin.collections.List<@[MyComposable] some.MyComposableFunction0<kotlin.Unit>> origin=null
                <T>: @[MyComposable] some.MyComposableFunction0<kotlin.Unit>
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Fri Mar 22 12:26:50 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  9. platforms/core-runtime/build-option/src/test/groovy/org/gradle/internal/buildoption/BooleanBuildOptionTest.groovy

            }
    
            @Override
            void applyTo(boolean value, TestSettings settings, Origin origin) {
                settings.value = value
                settings.origin = origin
            }
        }
    
        static class TestSettings {
            boolean value
            Origin origin
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:02:02 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  10. analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/duplicateLibrary.ir.txt

            EXPRESSION_BODY
              BLOCK type=kotlin.Int? origin=null
                BLOCK type=kotlin.Int? origin=SAFE_CALL
                  VAR IR_TEMPORARY_VARIABLE name:tmp_0 type:kotlin.String? [val]
                    CALL 'public final fun takeUnless <T> (predicate: kotlin.Function1<T of kotlin.takeUnless, kotlin.Boolean>): T of kotlin.takeUnless? [inline] declared in kotlin' type=kotlin.String? origin=null
                      <T>: kotlin.String
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Aug 30 06:38:44 UTC 2023
    - 2.8K bytes
    - Viewed (0)
Back to top