Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for abbreviations (0.23 sec)

  1. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/renderer/types/KtTypeRenderer.kt

                ?: return
    
            printer.append(" /* from: ")
            renderTypeAsIs(abbreviatedType, printer)
            printer.append(" */")
        }
    
        /**
         * Renders [type] directly without considering its abbreviation or expansion.
         */
        private fun KaSession.renderTypeAsIs(type: KaType, printer: PrettyPrinter) {
            when (type) {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 08:26:19 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  2. src/time/format.go

    //
    // When parsing a time with a zone abbreviation like MST, if the zone abbreviation
    // has a defined offset in the current location, then that offset is used.
    // The zone abbreviation "UTC" is recognized as UTC regardless of location.
    // If the zone abbreviation is unknown, Parse records the time as being
    // in a fabricated location with the given zone abbreviation and a zero offset.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 17:09:28 UTC 2024
    - 49.3K bytes
    - Viewed (0)
Back to top