Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 939 for Markers (0.17 sec)

  1. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/symbols/markers/markers.kt

     * Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
     */
    
    package org.jetbrains.kotlin.analysis.api.symbols.markers
    
    import org.jetbrains.kotlin.analysis.api.symbols.KaSymbol
    import org.jetbrains.kotlin.analysis.api.symbols.KaTypeParameterSymbol
    import org.jetbrains.kotlin.name.Name
    
    public interface KaPossiblyNamedSymbol : KaSymbol {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:34 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/img/plugin-markers.png

    plugin-markers.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 23:03:53 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/img/plugin-markers.puml

      file "<b>groupId</b> com.example.goodbye\n<b>artifactId</b> com.example.goodbye.gradle.plugin\n<b>version</b> 1.0.0" as marker2
    
      file "<b>groupId</b> com.example\n<b>artifactId</b> sample-plugins\n<b>version</b> 1.0.0\n\n<&file> sample-plugins-1.0.0.jar" as main
    
      marker1 --> main
      marker2 --> main
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 595 bytes
    - Viewed (0)
  4. src/go/doc/comment/testdata/list7.txt

    -- input --
    Almost list markers (but not quite):
    
     -
    
    ❦
    
     - $
    
    ❦
    
     - $
    
    ❦
    
      $
       $
    
    ❦
    
     1! List.
    
    ❦
    -- gofmt --
    Almost list markers (but not quite):
    
    	-
    
    ❦
    
    	- $
    
    ❦
    
    	- $
    
    ❦
    
    ❦
    
    	1! List.
    
    ❦
    -- text --
    Almost list markers (but not quite):
    
    	-
    
    ❦
    
    	-
    
    ❦
    
    	-
    
    ❦
    
    ❦
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:31:48 UTC 2022
    - 565 bytes
    - Viewed (0)
  5. src/internal/pkgbits/sync.go

    		}
    	}
    }
    
    // SyncMarker is an enum type that represents markers that may be
    // written to export data to ensure the reader and writer stay
    // synchronized.
    type SyncMarker int
    
    //go:generate stringer -type=SyncMarker -trimprefix=Sync
    
    const (
    	_ SyncMarker = iota
    
    	// Public markers (known to go/types importers).
    
    	// Low-level coding markers.
    	SyncEOF
    	SyncBool
    	SyncInt64
    	SyncUint64
    	SyncString
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 04 17:12:28 UTC 2022
    - 2.4K bytes
    - Viewed (0)
  6. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/symbols/KtScriptSymbol.kt

     */
    
    package org.jetbrains.kotlin.analysis.api.symbols
    
    import org.jetbrains.kotlin.analysis.api.symbols.markers.KaAnnotatedSymbol
    import org.jetbrains.kotlin.analysis.api.symbols.markers.KaNamedSymbol
    import org.jetbrains.kotlin.analysis.api.symbols.markers.KaSymbolWithMembers
    import org.jetbrains.kotlin.analysis.api.symbols.pointers.KaSymbolPointer
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:34 UTC 2024
    - 801 bytes
    - Viewed (0)
  7. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/symbols/descriptorBased/base/KtFe10DescMemberSymbol.kt

     */
    
    package org.jetbrains.kotlin.analysis.api.descriptors.symbols.descriptorBased.base
    
    import org.jetbrains.kotlin.analysis.api.symbols.markers.KaSymbolWithKind
    import org.jetbrains.kotlin.analysis.api.symbols.markers.KaSymbolWithModality
    import org.jetbrains.kotlin.analysis.api.symbols.markers.KaSymbolWithVisibility
    import org.jetbrains.kotlin.analysis.api.lifetime.withValidityAssertion
    import org.jetbrains.kotlin.descriptors.MemberDescriptor
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:34 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  8. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/symbols/KtDeclarationSymbol.kt

     */
    
    package org.jetbrains.kotlin.analysis.api.symbols
    
    import org.jetbrains.kotlin.analysis.api.symbols.markers.KaAnnotatedSymbol
    import org.jetbrains.kotlin.analysis.api.symbols.markers.KaSymbolWithTypeParameters
    
    /**
     * Represents a symbol of declaration which can be directly expressed in source code.
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:34 UTC 2024
    - 779 bytes
    - Viewed (0)
  9. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/symbols/KtCallableSymbol.kt

    import org.jetbrains.kotlin.analysis.api.base.KaContextReceiversOwner
    import org.jetbrains.kotlin.analysis.api.symbols.markers.KaAnnotatedSymbol
    import org.jetbrains.kotlin.analysis.api.symbols.markers.KaPossibleMemberSymbol
    import org.jetbrains.kotlin.analysis.api.symbols.markers.KaSymbolWithKind
    import org.jetbrains.kotlin.analysis.api.symbols.pointers.KaSymbolPointer
    import org.jetbrains.kotlin.analysis.api.types.KaType
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 09:59:11 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  10. cmd/metrics-v3-cluster-usage.go

    		"Total cluster objects count")
    	usageVersionsCountMD = NewGaugeMD(usageVersionsCount,
    		"Total cluster object versions (including delete markers) count")
    	usageDeleteMarkersCountMD = NewGaugeMD(usageDeleteMarkersCount,
    		"Total cluster delete markers count")
    	usageBucketsCountMD = NewGaugeMD(usageBucketsCount,
    		"Total cluster buckets count")
    	usageObjectsDistributionMD = NewGaugeMD(usageSizeDistribution,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Apr 04 12:04:40 UTC 2024
    - 6.6K bytes
    - Viewed (0)
Back to top