Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 25 for uuml (0.04 sec)

  1. platforms/core-configuration/kotlin-dsl/doc/c4/C4_3_Component.puml

    @startuml
    !include lib/C4_Component.puml
    
    LAYOUT_TOP_DOWN
    
    title Component 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") {
    
            System_Ext(gradleScriptEvaluation, "Script Evaluation")
            System_Ext(gradlePluginApplication, "Plugin Application")
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 17:46:30 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  2. platforms/core-configuration/kotlin-dsl/doc/c4/lib/C4.puml

    Paul Merlin <******@****.***> 1690890212 +0200
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/img/software_architecture.puml

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 886 bytes
    - Viewed (0)
  4. platforms/ide/tooling-api/toolingApi-processing.puml

    Bálint Hegyi <******@****.***> 1695636814 +0200
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/img/plugin-markers.puml

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 595 bytes
    - Viewed (0)
  6. platforms/ide/tooling-api/toolingApi-connect.puml

    Bálint Hegyi <******@****.***> 1695636814 +0200
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 606 bytes
    - Viewed (0)
  7. platforms/ide/tooling-api/toolingApi-operation.puml

    Bálint Hegyi <******@****.***> 1695636814 +0200
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  8. platforms/core-configuration/kotlin-dsl/doc/c4/build.gradle.kts

            outputDir = file("images")
        }
        diagrams {
            for (diagram in listOf("C4_1_Context", "C4_2_Container", "C4_3_Component")) {
                register(diagram) {
                    sourceFile = file("$diagram.puml")
                }
            }
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 380 bytes
    - Viewed (0)
  9. 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)
  10. test-site/activator-launch-1.3.2.jar

    "&#211;"> <!ENTITY Ocirc "&#212;"> <!ENTITY Otilde "&#213;"> <!ENTITY Ouml "&#214;"> <!ENTITY times "&#215;"> <!ENTITY Oslash "&#216;"> <!ENTITY Ugrave "&#217;"> <!ENTITY Uacute "&#218;"> <!ENTITY Ucirc "&#219;"> <!ENTITY Uuml "&#220;"> <!ENTITY Yacute "&#221;"> <!ENTITY THORN "&#222;"> <!ENTITY szlig "&#223;"> <!ENTITY agrave "&#224;"> <!ENTITY aacute "&#225;"> <!ENTITY acirc "&#226;"> <!ENTITY atilde "&#227;"> <!ENTITY auml "&#228;"> <!ENTITY aring "&#229;"> <!ENTITY aelig "&#230;"> <!ENTITY ccedil "&#231;">...
    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