Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for uml (0.06 sec)

  1. platforms/core-configuration/kotlin-dsl/doc/c4/README.adoc

    # Gradle Kotlin DSL C4 Model
    
    Core link:https://c4model.com/#coreDiagrams[C4 Model] diagrams for the Gradle Kotlin DSL.
    
    NOTE: The optional 4th level, UML diagrams, isn't provided, favoring the source code and inspection tools.
    
    ## Level 1: System Context diagram
    
    A developer uses the Gradle Kotlin DSL either via Gradle directly or in an IDE that uses the Kotlin DSL support via Gradle.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Nov 19 00:01:54 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  2. src/html/entity.go

    		"ulcorner;":                        '\U0000231C',
    		"ulcrop;":                          '\U0000230F',
    		"ultri;":                           '\U000025F8',
    		"umacr;":                           '\U0000016B',
    		"uml;":                             '\U000000A8',
    		"uogon;":                           '\U00000173',
    		"uopf;":                            '\U0001D566',
    		"uparrow;":                         '\U00002191',
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 31 22:10:54 UTC 2018
    - 114.3K bytes
    - Viewed (0)
  3. src/mdo/reader-stax.vm

            entities.put("pound", "\u00a3");
            entities.put("curren", "\u00a4");
            entities.put("yen", "\u00a5");
            entities.put("brvbar", "\u00a6");
            entities.put("sect", "\u00a7");
            entities.put("uml", "\u00a8");
            entities.put("copy", "\u00a9");
            entities.put("ordf", "\u00aa");
            entities.put("laquo", "\u00ab");
            entities.put("not", "\u00ac");
            entities.put("shy", "\u00ad");
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Mar 25 10:50:01 UTC 2024
    - 38.1K bytes
    - Viewed (0)
  4. src/mdo/reader.vm

            entities.put("pound", "\u00a3");
            entities.put("curren", "\u00a4");
            entities.put("yen", "\u00a5");
            entities.put("brvbar", "\u00a6");
            entities.put("sect", "\u00a7");
            entities.put("uml", "\u00a8");
            entities.put("copy", "\u00a9");
            entities.put("ordf", "\u00aa");
            entities.put("laquo", "\u00ab");
            entities.put("not", "\u00ac");
            entities.put("shy", "\u00ad");
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Dec 15 06:33:11 UTC 2023
    - 42.1K bytes
    - Viewed (0)
  5. src/cmd/vendor/rsc.io/markdown/entity.go

    	"⌜":                        "\u231c",
    	"⌏":                          "\u230f",
    	"◸":                           "\u25f8",
    	"ū":                           "\u016b",
    	"¨":                             "\u00a8",
    	"ų":                           "\u0173",
    	"𝕦":                            "\U0001d566",
    	"↑":                         "\u2191",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 101K bytes
    - Viewed (0)
  6. src/encoding/xml/xml.go

    	*/
    	"nbsp":     "\u00A0",
    	"iexcl":    "\u00A1",
    	"cent":     "\u00A2",
    	"pound":    "\u00A3",
    	"curren":   "\u00A4",
    	"yen":      "\u00A5",
    	"brvbar":   "\u00A6",
    	"sect":     "\u00A7",
    	"uml":      "\u00A8",
    	"copy":     "\u00A9",
    	"ordf":     "\u00AA",
    	"laquo":    "\u00AB",
    	"not":      "\u00AC",
    	"shy":      "\u00AD",
    	"reg":      "\u00AE",
    	"macr":     "\u00AF",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 18:46:41 UTC 2024
    - 47.3K bytes
    - Viewed (0)
  7. test-site/activator-launch-1.3.2.jar

    permissions and limitations under the License. --> <!ENTITY nbsp "&#160;"> <!ENTITY iexcl "&#161;"> <!ENTITY cent "&#162;"> <!ENTITY pound "&#163;"> <!ENTITY curren "&#164;"> <!ENTITY yen "&#165;"> <!ENTITY brvbar "&#166;"> <!ENTITY sect "&#167;"> <!ENTITY uml "&#168;"> <!ENTITY copy "&#169;"> <!ENTITY ordf "&#170;"> <!ENTITY laquo "&#171;"> <!ENTITY not "&#172;"> <!ENTITY shy "&#173;"> <!ENTITY reg "&#174;"> <!ENTITY macr "&#175;"> <!ENTITY deg "&#176;"> <!ENTITY plusmn "&#177;"> <!ENTITY sup2 "&#178;">...
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (1)
Back to top