Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for registry_ (0.17 sec)

  1. .space/idea.devfile.yaml

    schemaVersion: 2.2.0
    attributes:
      space:
        instanceType: regular
        editor:
          type: Idea
    components:
      - name: kotlin-build-env
        container:
    Others
    - Registered: Fri May 03 08:18:13 GMT 2024
    - Last Modified: Wed Aug 30 15:24:12 GMT 2023
    - 239 bytes
    - Viewed (0)
  2. 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 = ::KtFirForLoopInReference)
                registerProvider(factory = ::KtFirInvokeFunctionReference)
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Wed Apr 10 16:23:23 GMT 2024
    - 2.5K bytes
    - Viewed (0)
  3. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KtFirCompilerFacility.kt

        }
    
        private inline fun <reified S : IrSymbol, D : IrDeclaration> register(
            declaration: D,
            registrar: (IdSignature, () -> S, (S) -> D) -> Unit,
        ) {
            val symbol = declaration.symbol as S
            val signature = symbol.signature ?: return
            registrar(signature, { symbol }, { declaration })
        }
    }
    
    private class SyntaxErrorReportingVisitor(
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Fri Apr 19 11:06:47 GMT 2024
    - 32.2K bytes
    - Viewed (1)
  4. .space/fleet.devfile.yaml

    schemaVersion: 2.2.0
    attributes:
      space:
        instanceType: regular
        editor:
          type: Fleet
    components:
      - name: kotlin-build-env
        container:
    Others
    - Registered: Fri May 03 08:18:13 GMT 2024
    - Last Modified: Wed Aug 30 15:24:12 GMT 2023
    - 240 bytes
    - Viewed (0)
Back to top