Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 171 for ancestors (0.28 sec)

  1. platforms/core-configuration/kotlin-dsl/src/test/kotlin/org/gradle/kotlin/dsl/accessors/PluginDependencySpecAccessorsTest.kt

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.kotlin.dsl.accessors
    
    import org.hamcrest.CoreMatchers.equalTo
    import org.hamcrest.MatcherAssert.assertThat
    
    import org.junit.Test
    
    
    class PluginDependencySpecAccessorsTest {
    
        @Test
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 2.6K bytes
    - Viewed (0)
  2. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/accessors/KotlinType.kt

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.kotlin.dsl.accessors
    
    import kotlinx.metadata.KmType
    import org.gradle.kotlin.dsl.support.bytecode.newClassTypeOf
    import org.gradle.kotlin.dsl.support.bytecode.newTypeParameterTypeOf
    
    
    internal
    object KotlinType {
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 1K bytes
    - Viewed (0)
  3. platforms/core-configuration/kotlin-dsl/src/integTest/kotlin/org/gradle/kotlin/dsl/integration/PluginSpecBuilderAccessorsIntegrationTest.kt

        @Test
        @Requires(IntegTestPreconditions.NotEmbeddedExecutor::class)
        @LeaksFileHandles("Kotlin Compiler Daemon working directory")
        fun `can use accessors for plugins in the buildSrc classpath`() {
    
            withKotlinBuildSrc()
            withFile(
                "buildSrc/src/main/kotlin/my/plugin-a.gradle.kts",
                """
                package my
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Sep 27 20:13:32 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  4. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/accessors/AccessorFragment.kt

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.kotlin.dsl.accessors
    
    import kotlinx.metadata.KmPackage
    import kotlinx.metadata.jvm.JvmMethodSignature
    
    import org.gradle.internal.classanalysis.AsmConstants.ASM_LEVEL
    
    import org.jetbrains.org.objectweb.asm.ClassVisitor
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 13:09:46 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  5. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/services/KotlinScriptServices.kt

    
    internal
    class KotlinScriptServices : AbstractGradleModuleServices() {
    
        override fun registerBuildServices(registration: ServiceRegistration) {
            registration.addProvider(org.gradle.kotlin.dsl.accessors.BuildScopeServices)
            registration.addProvider(org.gradle.kotlin.dsl.concurrent.BuildServices)
            registration.addProvider(org.gradle.kotlin.dsl.provider.BuildServices)
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 13:39:49 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  6. platforms/core-configuration/kotlin-dsl/doc/c4/C4_3_Component.puml

                Component(providerClasspath, "Script Source and Classpath", "Script source and classpath calculation")
                Component(providerAccessors, "Accessors", "Collects Project Schema, generates Accessors source and bytecode")
                Component(providerImports, "Implicit Imports", "Includes Gradle's default imports")
    
    
                Rel_Neighbor(providerFactory, providerExecution, "Delegates to")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 17:46:30 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  7. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/ConventionExtensions.kt

     * limitations under the License.
     */
    
    @file:Suppress("DEPRECATION")
    package org.gradle.kotlin.dsl
    
    import org.gradle.api.plugins.Convention
    import org.gradle.kotlin.dsl.accessors.runtime.conventionOf
    import org.gradle.kotlin.dsl.accessors.runtime.conventionPluginByName
    
    import kotlin.reflect.KClass
    
    
    /**
     * Looks for the convention plugin of a given name and casts it to the expected type [T].
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  8. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/utils/InlineFunctionsCollector.kt

            if (descriptor is DeserializedSimpleFunctionDescriptor) return
    
            analyzeNextIfInline(descriptor)
    
            if (descriptor is PropertyDescriptor) {
                for (accessor in descriptor.accessors) {
                    analyzeNextIfInline(accessor)
                }
            }
        }
    
        private fun analyzeNextIfInline(descriptor: CallableDescriptor) {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Aug 29 23:55:31 UTC 2023
    - 2K bytes
    - Viewed (0)
  9. platforms/core-configuration/declarative-dsl-evaluator/src/main/kotlin/org/gradle/internal/declarativedsl/evaluator/conventions/ConventionBlockSchema.kt

        fun conventions(conventions: ConventionsConfiguringBlock.() -> Unit)
    }
    
    
    /**
     * A receiver for the conventions block.  Note that this class is only used to provide a receiver for custom accessors
     * that expose the software types available in the build.
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 31 13:47:38 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  10. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/support/PluginDependenciesSpecScopeInternal.kt

            objects
                .newInstance<PluginDependenciesSpecScopeInternalServices>()
                .dependenciesAccessors.createPluginsBlockFactories(objects)
        }
    
        /**
         * Used by version catalog accessors in project scripts plugins {} block.
         */
        @Suppress("UNUSED")
        fun versionCatalogForPluginsBlock(name: String): ExternalModuleDependencyFactory =
            versionCatalogForPluginBlockFactories.getValue(name)
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 1.8K bytes
    - Viewed (0)
Back to top