Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 130 for KProperty (0.24 sec)

  1. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/utils/ValidityAwareCachedValue.kt

        private val lazyValue = lazy(LazyThreadSafetyMode.PUBLICATION, init)
    
        override fun getValue(thisRef: Any, property: KProperty<*>): T {
            token.assertIsValidAndAccessible()
            return lazyValue.value
        }
    }
    
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Mon Aug 15 09:04:58 GMT 2022
    - 1.1K bytes
    - Viewed (0)
  2. okhttp-android/src/main/baseline-prof.txt

    Lkotlin/ranges/IntProgressionIterator;
    Lkotlin/ranges/IntRange;
    Lkotlin/ranges/RangesKt___RangesKt;
    Lkotlin/reflect/KCallable;
    Lkotlin/reflect/KClass;
    Lkotlin/reflect/KDeclarationContainer;
    Lkotlin/reflect/KProperty;
    Lkotlin/sequences/ConstrainedOnceSequence;
    Lkotlin/sequences/Sequence;
    Lkotlin/sequences/SequencesKt;
    Lkotlin/sequences/SequencesKt__SequencesKt$asSequence$$inlined$Sequence$1;
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Mar 21 11:22:00 GMT 2022
    - 127.9K bytes
    - Viewed (0)
  3. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/symbols/psiBased/KtFe10PsiPropertySetterSymbol.kt

            bindingContext[BindingContext.PROPERTY_ACCESSOR, psi] as? PropertySetterDescriptor
        }
    
        override val modality: Modality
            get() = withValidityAssertion { psi.property.ktModality ?: descriptor?.ktModality ?: Modality.FINAL }
    
        override val visibility: Visibility
            get() = withValidityAssertion { psi.ktVisibility ?: descriptor?.ktVisibility ?: psi.property.ktVisibility ?: Visibilities.Public }
    
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Fri Apr 19 11:06:46 GMT 2024
    - 5.1K bytes
    - Viewed (0)
  4. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/diagnostics/KtFirDataClassConverters.kt

                token,
            )
        }
        add(FirErrors.INAPPLICABLE_TARGET_ON_PROPERTY) { firDiagnostic ->
            InapplicableTargetOnPropertyImpl(
                firDiagnostic.a,
                firDiagnostic as KtPsiDiagnostic,
                token,
            )
        }
        add(FirErrors.INAPPLICABLE_TARGET_ON_PROPERTY_WARNING) { firDiagnostic ->
            InapplicableTargetOnPropertyWarningImpl(
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Wed Apr 24 09:49:26 GMT 2024
    - 208.3K bytes
    - Viewed (0)
  5. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/scopes/FirCallableFilteringScope.kt

            if (!cachedCallableNames.contains(name)) return
    
            baseScope.processPropertiesByName(name) { property ->
                if (isTargetCallable(property)) {
                    processor(property)
                }
            }
        }
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Tue Oct 10 13:38:00 GMT 2023
    - 2K bytes
    - Viewed (0)
  6. build-logic-commons/basics/src/main/kotlin/gradlebuild/basics/BuildEnvironment.kt

    import org.gradle.api.file.DirectoryProperty
    import org.gradle.api.provider.Property
    import org.gradle.api.provider.Provider
    import org.gradle.internal.os.OperatingSystem
    import org.gradle.kotlin.dsl.*
    
    
    abstract class BuildEnvironmentExtension {
        abstract val gitCommitId: Property<String>
        abstract val gitBranch: Property<String>
        abstract val repoRoot: DirectoryProperty
    }
    
    
    Plain Text
    - Registered: Wed May 08 11:36:15 GMT 2024
    - Last Modified: Fri Feb 09 22:52:01 GMT 2024
    - 5.7K bytes
    - Viewed (2)
  7. dbflute_fess/dfprop/documentMap.dfprop

        # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        # o loadDataReverseMap: (NotRequired - Default map:{})
        #  You can set LoadDataReverse settings.
        #  This property is valid when the property 'recordLimit' is set.
        #  Elements of this map are as below:
        #   o recordLimit: The limit of records to output. Minus means no limit. (NotRequired - Default '')
    Plain Text
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sat Oct 31 23:35:14 GMT 2015
    - 9.4K bytes
    - Viewed (0)
  8. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/components/KtFe10SymbolInfoProvider.kt

            when (annotationUseSiteTarget) {
                AnnotationUseSiteTarget.PROPERTY_GETTER -> {
                    if (symbol is KtPropertySymbol) {
                        return getDeprecation(symbol.getter ?: symbol)
                    }
                }
                AnnotationUseSiteTarget.PROPERTY_SETTER -> {
                    if (symbol is KtPropertySymbol) {
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Thu Jun 08 13:34:50 GMT 2023
    - 7.3K bytes
    - Viewed (0)
  9. dbflute_fess/dfprop/basicInfoMap.dfprop

        # o packageBase: (Required)
        #  The base directory of package for generated class.
        #  The class package is 'this property value + detail package value'.
        #  However, detail packages have default value so basically
        #  you only have to specify the property 'packageBase'.
        #  If this property is specified and detail package properties is not specified, 
        #  Then the packages of generated class are as follows:
        #
    Plain Text
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sat Oct 31 23:35:14 GMT 2015
    - 9.2K bytes
    - Viewed (0)
  10. apache-maven/src/main/appended-resources/licenses/EPL-1.0.txt

    rights of any other entity. Each Contributor disclaims any liability to Recipient
    for claims brought by any other entity based on infringement of intellectual
    property rights or otherwise. As a condition to exercising the rights and
    licenses granted hereunder, each Recipient hereby assumes sole responsibility
    to secure any other intellectual property rights needed, if any. For example,
    Plain Text
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Mon Sep 17 05:50:12 GMT 2018
    - 11.1K bytes
    - Viewed (0)
Back to top