Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 25 for uuml (0.3 sec)

  1. src/html/entity.go

    		"ucirc":                            '\U000000FB',
    		"ugrave":                           '\U000000F9',
    		"uml":                              '\U000000A8',
    		"uuml":                             '\U000000FC',
    		"yacute":                           '\U000000FD',
    		"yen":                              '\U000000A5',
    		"yuml":                             '\U000000FF',
    	}
    
    	entity2 = map[string][2]rune{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 31 22:10:54 UTC 2018
    - 114.3K bytes
    - Viewed (0)
  2. src/mdo/reader-stax.vm

            entities.put("Uuml", "\u00dc");
            entities.put("Yacute", "\u00dd");
            entities.put("THORN", "\u00de");
            entities.put("szlig", "\u00df");
            entities.put("agrave", "\u00e0");
            entities.put("aacute", "\u00e1");
            entities.put("acirc", "\u00e2");
            entities.put("atilde", "\u00e3");
            entities.put("auml", "\u00e4");
            entities.put("aring", "\u00e5");
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Mar 25 10:50:01 UTC 2024
    - 38.1K bytes
    - Viewed (0)
  3. src/mdo/reader.vm

            entities.put("Uuml", "\u00dc");
            entities.put("Yacute", "\u00dd");
            entities.put("THORN", "\u00de");
            entities.put("szlig", "\u00df");
            entities.put("agrave", "\u00e0");
            entities.put("aacute", "\u00e1");
            entities.put("acirc", "\u00e2");
            entities.put("atilde", "\u00e3");
            entities.put("auml", "\u00e4");
            entities.put("aring", "\u00e5");
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Dec 15 06:33:11 UTC 2023
    - 42.1K bytes
    - Viewed (0)
  4. src/cmd/vendor/rsc.io/markdown/entity.go

    	"Υ":                         "\u03a5",
    	"Ů":                           "\u016e",
    	"𝒰":                            "\U0001d4b0",
    	"Ũ":                          "\u0168",
    	"Ü":                            "\u00dc",
    	"⊫":                           "\u22ab",
    	"⫫":                            "\u2aeb",
    	"В":                             "\u0412",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 101K bytes
    - Viewed (0)
  5. src/encoding/xml/xml.go

    	"otilde":   "\u00F5",
    	"ouml":     "\u00F6",
    	"divide":   "\u00F7",
    	"oslash":   "\u00F8",
    	"ugrave":   "\u00F9",
    	"uacute":   "\u00FA",
    	"ucirc":    "\u00FB",
    	"uuml":     "\u00FC",
    	"yacute":   "\u00FD",
    	"thorn":    "\u00FE",
    	"yuml":     "\u00FF",
    	"fnof":     "\u0192",
    	"Alpha":    "\u0391",
    	"Beta":     "\u0392",
    	"Gamma":    "\u0393",
    	"Delta":    "\u0394",
    	"Epsilon":  "\u0395",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 18:46:41 UTC 2024
    - 47.3K bytes
    - Viewed (0)
  6. platforms/core-configuration/kotlin-dsl/doc/c4/C4_2_Container.puml

    @startuml
    !include lib/C4_Container.puml
    
    LAYOUT_TOP_DOWN
    
    title Container diagram for the Gradle Kotlin DSL
    
    Person(dev, "Developer", "Developer using a Kotlin DSL based Gradle build")
    
    System_Boundary(gradleBuildTool, "Gradle") {
    
        System_Ext(gradle, "Gradle Build Tool", "The Gradle Build Tool")
    
        System_Boundary(gradleKotlinDsl, "Gradle Kotlin DSL") {
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 17:46:30 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  7. platforms/core-configuration/kotlin-dsl/doc/c4/lib/C4_Component.puml

    !include C4_Container.puml
    
    ' Scope: A single container.
    ' Primary elements: Components within the container in scope.
    ' Supporting elements: Containers (within the software system in scope) plus people and software systems directly connected to the components.
    ' Intended audience: Software architects and developers.
    
    ' Colors
    ' ##################################
    
    !define COMPONENT_BG_COLOR #85BBF0
    
    ' Styling
    ' ##################################
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  8. platforms/core-configuration/kotlin-dsl/doc/c4/C4_1_Context.puml

    @startuml
    !include lib/C4_Context.puml
    
    LAYOUT_TOP_DOWN
    
    title Context diagram for the Gradle Kotlin DSL
    
    Person(dev, "Developer", "Developer using a Kotlin DSL based Gradle build")
    
    System_Ext(gradle, "Gradle Build Tool") {
        System(gradleKotlinDsl, "Kotlin DSL")
    }
    
    System_Ext(ide, "IntelliJ IDE", "IDEA or Android Studio with the Kotlin plugin enabled")
    
    System_Ext(kotlinTools, "Kotlin Toolchain", "kotlinc, Gradle plugin etc...")
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 17:46:30 UTC 2023
    - 846 bytes
    - Viewed (0)
  9. platforms/core-configuration/kotlin-dsl/doc/c4/lib/C4_Context.puml

    !include C4.puml
    
    ' Scope: A single software system.
    ' Primary elements: The software system in scope.
    ' Supporting elements: People and software systems directly connected to the software system in scope.
    ' Intended audience: Everybody, both technical and non-technical people, inside and outside of the software development team.
    
    ' Colors
    ' ##################################
    
    !define PERSON_BG_COLOR #08427B
    !define EXTERNAL_PERSON_BG_COLOR #686868
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  10. platforms/core-configuration/kotlin-dsl/doc/c4/lib/C4_Container.puml

    !include C4_Context.puml
    
    ' Scope: A single software system.
    ' Primary elements: Containers within the software system in scope.
    ' Supporting elements: People and software systems directly connected to the containers.
    ' Intended audience: Technical people inside and outside of the software development team; including software architects, developers and operations/support staff.
    
    ' Colors
    ' ##################################
    
    !define CONTAINER_BG_COLOR #438DD5
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 1.5K bytes
    - Viewed (0)
Back to top