Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Gwener (0.32 sec)

  1. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      optional string uid = 4;
    
      // If true, this reference points to the managing controller.
      // +optional
      optional bool controller = 6;
    
      // If true, AND if the owner has the "foregroundDeletion" finalizer, then
      // the owner cannot be deleted from the key-value store until this
      // reference is removed.
      // See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 53.3K bytes
    - Viewed (0)
  2. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KtFirReferenceShortener.kt

            val resolvedSymbols = with(analysisSession) {
                val shortFqName = FqName.topLevel(fqName.shortName())
                val owner = kDocName.getContainingDoc().owner
    
                val contextElement = owner ?: kDocName.containingKtFile
                KDocReferenceResolver.resolveKdocFqName(analysisSession, shortFqName, shortFqName, contextElement)
            }
    
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Thu Apr 25 18:51:33 GMT 2024
    - 69.5K bytes
    - Viewed (0)
Back to top