Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 38 of 38 for packageName (1.77 sec)

  1. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/symbols/descriptorBased/base/Kt1DescUtils.kt

        val className = mutableListOf<String>()
    
        while (true) {
            when (current) {
                is PackageFragmentDescriptor -> {
                    return CallableId(
                        packageName = current.fqName,
                        className = if (className.isNotEmpty()) FqName.fromSegments(className.asReversed()) else null,
                        callableName = name,
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Thu Apr 25 07:15:56 GMT 2024
    - 33.2K bytes
    - Viewed (0)
  2. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/diagnostics/KtFirDiagnostics.kt

        }
    
        interface JavaModuleDoesNotExportPackage : KtFirDiagnostic<PsiElement> {
            override val diagnosticClass get() = JavaModuleDoesNotExportPackage::class
            val moduleName: String
            val packageName: String
        }
    
        interface JvmDefaultInDeclaration : KtFirDiagnostic<KtElement> {
            override val diagnosticClass get() = JvmDefaultInDeclaration::class
            val annotation: String
        }
    
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Wed Apr 24 09:49:26 GMT 2024
    - 171.1K bytes
    - Viewed (0)
  3. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/diagnostics/KtFirDiagnosticsImpl.kt

    ) : KtAbstractFirDiagnostic<PsiElement>(firDiagnostic, token), KtFirDiagnostic.JavaModuleDoesNotReadUnnamedModule
    
    internal class JavaModuleDoesNotExportPackageImpl(
        override val moduleName: String,
        override val packageName: String,
        firDiagnostic: KtPsiDiagnostic,
        token: KtLifetimeToken,
    ) : KtAbstractFirDiagnostic<PsiElement>(firDiagnostic, token), KtFirDiagnostic.JavaModuleDoesNotExportPackage
    
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Wed Apr 24 09:49:26 GMT 2024
    - 225.2K bytes
    - Viewed (0)
  4. 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, 
    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)
  5. api/go1.txt

    pkg debug/gosym, method (*LineTable) LineToPC(int, uint64) uint64
    pkg debug/gosym, method (*LineTable) PCToLine(uint64) int
    pkg debug/gosym, method (*Sym) BaseName() string
    pkg debug/gosym, method (*Sym) PackageName() string
    pkg debug/gosym, method (*Sym) ReceiverName() string
    pkg debug/gosym, method (*Sym) Static() bool
    pkg debug/gosym, method (*Table) LineToPC(string, int) (uint64, *Func, error)
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (2)
  6. dbflute_fess/dfprop/littleAdjustmentMap.dfprop

        # o columnNullObjectMap: (NotRequired - Default map:{})
        #  You can get a null object when the column is null.
        #
        #; columnNullObjectMap = map:{
        #    ; providerPackage = $$packageBase$$.nogen.cache
        #    ; isGearedToSpecify = true
        #    ; columnMap = map:{
        #        ; MEMBER_STATUS = map:{
        #            ; DESCRIPTION = CachedMemberStatus.get(this, "$$columnName$$", $$primaryKey$$)
    Plain Text
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sat Jul 25 06:04:16 GMT 2015
    - 8.8K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.9.md

    * Fix kubeadm reset crictl command ([#55717](https://github.com/kubernetes/kubernetes/pull/55717), [@runcom](https://github.com/runcom))
    * Fix code-generators to produce correct code when GroupName, PackageName and/or GoName differ. ([#55614](https://github.com/kubernetes/kubernetes/pull/55614), [@sttts](https://github.com/sttts))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Nov 16 10:46:27 GMT 2021
    - 313.7K bytes
    - Viewed (0)
  8. dbflute_fess/dfprop/outsideSqlMap.dfprop

        #  for example, when the project has SQL files for other framework.
        #  So basically you don't need this.
        #
        #  You can use variable '$$PACKAGE_BASE$$' that means 'packageBase'.
        #  But you need to make SQL files at 'exbhv' under the set package
        #  if you use BehaviorQueryPath (MemberBhv_selectSimpleMember.sql).
        #
        #; sqlPackage = $$PACKAGE_BASE$$
        # - - - - - - - - - -/
    Plain Text
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sat Jul 25 06:04:16 GMT 2015
    - 8K bytes
    - Viewed (0)
Back to top