Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 937 for scouse (0.2 sec)

  1. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/symbols/KtFirPropertySetterSymbol.kt

    import org.jetbrains.kotlin.fir.declarations.synthetic.FirSyntheticPropertyAccessor
    import org.jetbrains.kotlin.fir.declarations.utils.*
    import org.jetbrains.kotlin.fir.resolve.scope
    import org.jetbrains.kotlin.fir.scopes.CallableCopyTypeCalculator
    import org.jetbrains.kotlin.fir.scopes.getDirectOverriddenProperties
    import org.jetbrains.kotlin.fir.symbols.impl.FirPropertyAccessorSymbol
    import org.jetbrains.kotlin.name.CallableId
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 11 15:45:42 UTC 2024
    - 5K bytes
    - Viewed (0)
  2. platforms/core-configuration/flow-services/src/main/kotlin/org/gradle/internal/flow/services/FlowParametersInstantiator.kt

    import org.gradle.internal.reflect.ProblemRecordingTypeValidationContext
    import org.gradle.internal.service.ServiceRegistry
    import org.gradle.internal.service.scopes.Scope
    import org.gradle.internal.service.scopes.ServiceScope
    import java.util.Optional
    
    
    @ServiceScope(Scope.Build::class)
    internal
    class FlowParametersInstantiator(
        inspectionSchemeFactory: InspectionSchemeFactory,
        instantiatorFactory: InstantiatorFactory,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 15:01:34 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  3. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/InstrumentedInputAccessListener.kt

    import org.gradle.internal.configuration.inputs.InstrumentedInputsListener
    import org.gradle.internal.event.ListenerManager
    import org.gradle.internal.service.scopes.Scope
    import org.gradle.internal.service.scopes.ServiceScope
    import java.io.File
    
    
    private
    val allowedProperties = setOf(
        "os.name",
        "os.version",
        "os.arch",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:30 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  4. subprojects/core/src/main/java/org/gradle/internal/service/scopes/GradleUserHomeScopeServiceRegistry.java

     *
     * <p>A plugin can contribute shared services to this scope by providing an implementation of {@link GradleModuleServices}.
     */
    @ThreadSafe
    @ServiceScope(Scope.Global.class)
    public interface GradleUserHomeScopeServiceRegistry {
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 13:39:48 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  5. subprojects/core/src/test/groovy/org/gradle/api/services/internal/DefaultBuildServicesRegistryTest.groovy

    import org.gradle.internal.service.scopes.Scope
    import org.gradle.internal.snapshot.impl.DefaultIsolatableFactory
    import org.gradle.util.TestUtil
    import spock.lang.Specification
    
    import java.util.function.Consumer
    
    class DefaultBuildServicesRegistryTest extends Specification {
        def listenerManager = new DefaultListenerManager(Scope.Build)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 19:15:46 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  6. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/DefaultIgnoredConfigurationInputs.kt

    import org.gradle.internal.cc.impl.initialization.ConfigurationCacheStartParameter
    import org.gradle.internal.nativeintegration.filesystem.FileSystem
    import org.gradle.internal.service.scopes.Scope.BuildTree
    import org.gradle.internal.service.scopes.ServiceScope
    import org.gradle.util.internal.GFileUtils
    import java.io.File
    import java.util.EnumSet
    import javax.inject.Inject
    
    
    @ServiceScope(BuildTree::class)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  7. subprojects/core/src/test/groovy/org/gradle/api/internal/plugins/RuleSourceApplicationTest.groovy

            project.apply type: String
    
            then:
            PluginApplicationException e = thrown()
            e.cause instanceof InvalidPluginException
            e.cause.message == "'${String.name}' is neither a plugin or a rule source and cannot be applied."
        }
    
        def "cannot apply a rule source to a non model rule scope element"() {
            when:
            def project = buildProject()
            project.gradle.apply plugin: "custom-rule-source"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 13 21:54:27 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  8. chainable_api.go

    	scopes := db.Statement.scopes
    	db.Statement.scopes = nil
    	for _, scope := range scopes {
    		db = scope(db)
    	}
    	return db
    }
    
    // Preload preload associations with given conditions
    //
    //	// get all users, and preload all non-cancelled orders
    //	db.Preload("Orders", "state NOT IN (?)", "cancelled").Find(&users)
    func (db *DB) Preload(query string, args ...interface{}) (tx *DB) {
    	tx = db.getInstance()
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Wed Jun 12 09:47:34 UTC 2024
    - 14.5K bytes
    - Viewed (0)
  9. platforms/core-runtime/daemon-services/src/main/resources/META-INF/services/org.gradle.internal.service.scopes.GradleModuleServices

    Alex Semin <******@****.***> 1716373676 +0200
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 13:39:48 UTC 2024
    - 51 bytes
    - Viewed (0)
  10. platforms/ide/ide-plugins/src/main/resources/META-INF/services/org.gradle.internal.service.scopes.GradleModuleServices

    Alex Semin <******@****.***> 1716373676 +0200
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 13:39:48 UTC 2024
    - 61 bytes
    - Viewed (0)
Back to top