Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 101 for iuml (0.39 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("Icirc", "\u00ce");
            entities.put("Iuml", "\u00cf");
            entities.put("ETH", "\u00d0");
            entities.put("Ntilde", "\u00d1");
            entities.put("Ograve", "\u00d2");
            entities.put("Oacute", "\u00d3");
            entities.put("Ocirc", "\u00d4");
            entities.put("Otilde", "\u00d5");
            entities.put("Ouml", "\u00d6");
            entities.put("times", "\u00d7");
    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("Icirc", "\u00ce");
            entities.put("Iuml", "\u00cf");
            entities.put("ETH", "\u00d0");
            entities.put("Ntilde", "\u00d1");
            entities.put("Ograve", "\u00d2");
            entities.put("Oacute", "\u00d3");
            entities.put("Ocirc", "\u00d4");
            entities.put("Otilde", "\u00d5");
            entities.put("Ouml", "\u00d6");
            entities.put("times", "\u00d7");
    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

    	"Ι":                            "\u0399",
    	"ℐ":                            "\u2110",
    	"Ĩ":                          "\u0128",
    	"І":                           "\u0406",
    	"Ï":                            "\u00cf",
    	"Ĵ":                           "\u0134",
    	"Й":                             "\u0419",
    	"𝔍":                             "\U0001d50d",
    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

    	"Acirc":    "\u00C2",
    	"Atilde":   "\u00C3",
    	"Auml":     "\u00C4",
    	"Aring":    "\u00C5",
    	"AElig":    "\u00C6",
    	"Ccedil":   "\u00C7",
    	"Egrave":   "\u00C8",
    	"Eacute":   "\u00C9",
    	"Ecirc":    "\u00CA",
    	"Euml":     "\u00CB",
    	"Igrave":   "\u00CC",
    	"Iacute":   "\u00CD",
    	"Icirc":    "\u00CE",
    	"Iuml":     "\u00CF",
    	"ETH":      "\u00D0",
    	"Ntilde":   "\u00D1",
    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_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)
  10. 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)
Back to top