Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for dotfile (0.17 sec)

  1. .space/idea.devfile.yaml

    Alexander.Likhachev <******@****.***> 1693406743 +0200
    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. .idea/codeStyles/Project.xml

          <option name="FOR_STATEMENT_WRAP" value="5" />
          <option name="ARRAY_INITIALIZER_WRAP" value="1" />
          <option name="ASSIGNMENT_WRAP" value="1" />
          <option name="IF_BRACE_FORCE" value="1" />
          <option name="DOWHILE_BRACE_FORCE" value="1" />
          <option name="WHILE_BRACE_FORCE" value="1" />
          <option name="FOR_BRACE_FORCE" value="1" />
          <option name="FIELD_ANNOTATION_WRAP" value="0" />
        </codeStyleSettings>
    XML
    - Registered: Fri May 03 08:18:13 GMT 2024
    - Last Modified: Tue May 02 13:36:56 GMT 2023
    - 4.1K bytes
    - Viewed (3)
  3. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/scopes/KtFe10FileScope.kt

    import org.jetbrains.kotlin.psi.KtFile
    import org.jetbrains.kotlin.resolve.BindingContext
    
    internal class KtFe10FileScope(
        private val ktFile: KtFile,
        private val analysisContext: Fe10AnalysisContext,
        override val token: KtLifetimeToken,
    ) : KtScope {
        override fun getPossibleCallableNames(): Set<Name> = withValidityAssertion {
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Mon May 22 19:21:34 GMT 2023
    - 4K bytes
    - Viewed (0)
  4. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/utils/InlineDelegatedPropertyAccessorsAnalyzer.kt

            }
        }
    }
    
    @OptIn(KtAnalysisNonPublicApi::class)
    fun List<KtFile>.collectReachableInlineDelegatedPropertyAccessors(): List<KtFile> {
        if (isEmpty()) return this
    
        val allFiles = mutableSetOf<KtFile>()
        allFiles.addAll(this)
        allFiles.collectReachableInlineDelegatedPropertyAccessors()
        return allFiles.toList()
    }
    
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Tue Aug 29 23:55:31 GMT 2023
    - 3.6K bytes
    - Viewed (0)
  5. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/symbols/KtFe10FileSymbol.kt

    import org.jetbrains.kotlin.descriptors.annotations.Annotations
    import org.jetbrains.kotlin.psi.KtFile
    
    internal class KtFe10FileSymbol(
        private val file: KtFile,
        override val analysisContext: Fe10AnalysisContext
    ) : KtFileSymbol(), KtSymbolWithDeclarations, KtFe10AnnotatedSymbol {
        override val psi: KtFile
            get() = withValidityAssertion { file }
    
        override val annotationsObject: Annotations
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Fri Apr 19 11:06:46 GMT 2024
    - 2K bytes
    - Viewed (0)
  6. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/symbols/psiBased/base/KtFe10PsiSymbolUtils.kt

                if (classDescriptor != null) {
                    return classDescriptor.scopeForMemberDeclarationResolution
                }
            }
            if (parent is KtFile) {
                break
            }
        }
    
        return null
    }
    
    
    internal fun KtFe10Symbol.createErrorType(): KtType {
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Fri Nov 11 10:59:55 GMT 2022
    - 5.5K bytes
    - Viewed (0)
  7. .space/fleet.devfile.yaml

    Alexander.Likhachev <******@****.***> 1693406743 +0200
    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