Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for registrant (0.24 sec)

  1. analysis/analysis-api-standalone/analysis-api-standalone-base/src/org/jetbrains/kotlin/analysis/api/standalone/base/project/structure/ApplicationServiceRegistration.kt

                    continue
                }
    
                lock.writeLock().withLock {
                    if (application.isRegistrarRegistered(registrar)) return@withLock
                    registrar.register()
                    application.serviceRegistered[registrar::class] = true
                }
            }
        }
    
        private fun <DATA> Application.isRegistrarRegistered(registrar: AnalysisApiServiceRegistrar<DATA>): Boolean =
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu May 16 11:53:35 UTC 2024
    - 3K bytes
    - Viewed (0)
  2. subprojects/core/src/main/java/org/gradle/internal/fingerprint/impl/FileCollectionFingerprinterRegistrations.java

    import static java.util.Arrays.stream;
    import static org.gradle.internal.execution.impl.FingerprinterRegistration.registration;
    
    public class FileCollectionFingerprinterRegistrations {
        private final Set<FingerprinterRegistration> registrants;
    
        public FileCollectionFingerprinterRegistrations(
            StringInterner stringInterner,
            FileCollectionSnapshotter fileCollectionSnapshotter,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 29 16:58:45 UTC 2022
    - 8.6K bytes
    - Viewed (0)
  3. analysis/analysis-api-impl-base/src/org/jetbrains/kotlin/analysis/api/impl/base/references/HLApiReferenceProviderService.kt

        private val providersBindingCache: Map<Class<out PsiElement>, List<KotlinPsiReferenceProvider>>
    
        init {
            val registrar = KotlinPsiReferenceRegistrar()
            KotlinReferenceProviderContributor.getInstance(project).registerReferenceProviders(registrar)
            originalProvidersBinding = registrar.providers
    
            providersBindingCache = ConcurrentFactoryMap.createMap<Class<out PsiElement>, List<KotlinPsiReferenceProvider>> { klass ->
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Apr 10 16:23:23 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/main/java/org/gradle/internal/resolve/caching/ImplicitInputsCapturingInstantiator.java

            return new DefaultCapturingServicesRegistry(registrar);
        }
    
        private class DefaultCapturingServicesRegistry implements ServiceRegistry {
            private final ImplicitInputRecorder registrar;
    
            private DefaultCapturingServicesRegistry(ImplicitInputRecorder registrar) {
                this.registrar = registrar;
            }
    
            @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Nov 17 11:08:22 UTC 2023
    - 5.3K bytes
    - Viewed (0)
  5. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/references/KotlinFirReferenceContributor.kt

    import org.jetbrains.kotlin.resolve.references.ReferenceAccess
    
    internal class KotlinFirReferenceContributor : KotlinReferenceProviderContributor {
        override fun registerReferenceProviders(registrar: KotlinPsiReferenceRegistrar) {
            with(registrar) {
                registerProvider(factory = ::KaFirForLoopInReference)
                registerProvider(factory = ::KaFirInvokeFunctionReference)
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon Jun 10 20:18:28 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  6. analysis/analysis-api-impl-base/tests/org/jetbrains/kotlin/analysis/api/impl/base/test/configurators/AnalysisApiIdeModeTestServiceRegistrar.kt

     * the list of [serviceRegistrars][org.jetbrains.kotlin.analysis.test.framework.test.configurators.AnalysisApiTestConfigurator.serviceRegistrars].
     *
     * See `StandaloneSessionServiceRegistrar` for the Standalone counterpart to this service registrar.
     */
    object AnalysisApiIdeModeTestServiceRegistrar : AnalysisApiTestServiceRegistrar() {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Jun 06 17:44:50 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/repositories/resolver/ExternalRepositoryResourceAccessor.java

        public RepositoryResourceAccessor withImplicitInputRecorder(final ImplicitInputRecorder registrar) {
            return (relativePath, action) -> {
                ExternalResourceName location = new ExternalResourceName(rootUri, relativePath);
                LocallyAvailableExternalResource resource = resourceResolver.resolveResource(location);
                registrar.register(SERVICE_TYPE, new ServiceCall(rootUriAsString + ";" + relativePath, hashFor(resource)));
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  8. src/crypto/rsa/example_test.go

    	message := []byte("message to be signed")
    
    	// Only small messages can be signed directly; thus the hash of a
    	// message, rather than the message itself, is signed. This requires
    	// that the hash function be collision resistant. SHA-256 is the
    	// least-strong hash function that should be used for this at the time
    	// of writing (2016).
    	hashed := sha256.Sum256(message)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 22:52:37 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  9. subprojects/core/src/integTest/groovy/org/gradle/internal/operations/notify/BuildOperationNotificationFixture.groovy

        }
    
        void notIncluded(Class<?> type) {
            assert !recordedOps.any { it.detailsType == type.name }
        }
    
        String registerListener() {
            listenerClass() + """
            registrar.register(listener)
            """
        }
    
        String listenerClass() {
            """
                def listener = new ${BuildOperationNotificationListener.name}() {
    
                    def ops = [:]
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Dec 20 11:47:00 UTC 2022
    - 7.5K bytes
    - Viewed (0)
  10. cni/pkg/nodeagent/options.go

    	// APIPA/"link-local" IP.
    	//
    	// It doesn't matter what this IP is, so long as it's not routable and doesn't collide with anything else.
    	//
    	// IPv6 link local ranges are designed to be collision-resistant by default, and so probably never need to be overridden
    	DefaultHostProbeSNATIP   = "169.254.7.127"
    	DefaultHostProbeSNATIPV6 = "fd16:9254:7127:1337:ffff:ffff:ffff:ffff"
    )
    
    type AmbientArgs struct {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 17 21:52:29 UTC 2024
    - 2.1K bytes
    - Viewed (0)
Back to top