PlantUML 1.2019.6 言語リファレンスガイド
%strlen("foo") 3 in the example %substr Extract a substring. Takes 2 or 3 arguments| %substr("abcdef", 3, 2) "de" in the example %strpos Search a substring in a string %strpos("abcdef", "ef") 4 (position of ef) You may also include the common.puml file, eg: !include, which contains helper macros de- fined. With the common.puml imported, you can use the NAME_OF_SPRITE(parameters...) macro. Example !include !include firewall_orange> !include PlantUML 言語リファレンスガイド (1.2019.6) 164 / 173 0 码力 | 174 页 | 1.99 MB | 1 年前3PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2023.11)
PlantUML 言語リファレンスガイド (1.2023.11) 359 / 544 16.34 カレンダーの言語 16 ガントチャート 16.34.2 ドイツ語 (de) @startgantt language de saturday are closed sunday are closed Project starts 2021-01-01 [Prototype design end] できます: @startuml /' case 1 '/ A -> B : AB-First step B -> C : BC-Second step /' case 2 '/ D -> E : DE-Third step @enduml [Ref. QA-3906 and QA-3910] [Ref. GH-214] 21.2 拡大 scale コマンドを使って、生成する画像を拡大できます。 %strpos("abcdef", "ef") 4 (ef の出現位置) %substr 部分文字列を取り出します。2 つまたは 3 つの引数を取ります。 %substr("abcdef", 3, 2) この例の場合"de" %true 常に true を返します。 %true() true %upper 文字列を大文字に変換します。 %upper("Hello") この例の場合 HELLO %variable_exists0 码力 | 545 页 | 7.75 MB | 1 年前3PlantUML 1.2019.9 言語リファレンスガイド
%strlen("foo") 3 in the example %substr Extract a substring. Takes 2 or 3 arguments| %substr("abcdef", 3, 2) "de" in the example %strpos Search a substring in a string %strpos("abcdef", "ef") 4 (position of ef) You may also include the common.puml file, eg: !include, which contains helper macros de- fined. With the common.puml imported, you can use the NAME_OF_SPRITE(parameters...) macro. Example !include !include firewall_orange> !include PlantUML 言語リファレンスガイド (1.2019.9) 165 / 174 0 码力 | 175 页 | 2.02 MB | 1 年前3PlantUML 1.2019.3 言語リファレンスガイド
You may also include the common.puml file, eg: !include, which contains helper macros de- fined. With the common.puml imported, you can use the NAME_OF_SPRITE(parameters...) macro. Example !include !include firewall_orange> !include PlantUML 言語リファレンスガイド (1.2019.3) 150 / 159 package "Sprites" { OFF_DATABASE_SERVER(db,DB) OFF_APPLICATION_SERVER(app,App-Server) OFF_FIREWALL_ORANGE(fw,Firewall) OFF_CLOUD_DISASTER_RED(cloud,Cloud) db <-> app app <--> fw fw <.left.> cloud } @enduml 0 码力 | 160 页 | 1.80 MB | 1 年前3PlantUML 1.2019.2 言語リファレンスガイド
You may also include the common.puml file, eg: !include, which contains helper macros de- fined. With the common.puml imported, you can use the NAME_OF_SPRITE(parameters...) macro. Example !include !include firewall_orange> !include PlantUML 言語リファレンスガイド (1.2019.2) 150 / 159 package "Sprites" { OFF_DATABASE_SERVER(db,DB) OFF_APPLICATION_SERVER(app,App-Server) OFF_FIREWALL_ORANGE(fw,Firewall) OFF_CLOUD_DISASTER_RED(cloud,Cloud) db <-> app app <--> fw fw <.left.> cloud } @enduml 0 码力 | 160 页 | 1.80 MB | 1 年前3PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2019.1)
You may also include the common.puml file, eg: !include, which contains helper macros de- fined. With the common.puml imported, you can use the NAME_OF_SPRITE(parameters...) macro. Example !include !include firewall_orange > !include title Office Icons Example package "Sprites" App-Server) PlantUML 言語リファレンスガイド (1.2019.1) 138 / 147 19.5 Office 19 STANDARD LIBRARY OFF_FIREWALL_ORANGE(fw,Firewall) OFF_CLOUD_DISASTER_RED(cloud,Cloud) db <-> app app <--> fw fw <.left.> cloud } @enduml 0 码力 | 148 页 | 1.92 MB | 1 年前3PlantUML 1.2019.4 言語リファレンスガイド
You may also include the common.puml file, eg: !include, which contains helper macros de- fined. With the common.puml imported, you can use the NAME_OF_SPRITE(parameters...) macro. Example !include !include firewall_orange> !include PlantUML 言語リファレンスガイド (1.2019.4) 158 / 167 package "Sprites" { OFF_DATABASE_SERVER(db,DB) OFF_APPLICATION_SERVER(app,App-Server) OFF_FIREWALL_ORANGE(fw,Firewall) OFF_CLOUD_DISASTER_RED(cloud,Cloud) db <-> app app <--> fw fw <.left.> cloud } @enduml 0 码力 | 168 页 | 1.90 MB | 1 年前3PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2021.1)
"ef") 4 (position of ef) %substr Extract a substring. Takes 2 or 3 arguments %substr("abcdef", 3, 2) "de" in the example %true Return always true %true() true %upper Return an uppercase string %upper("Hello")firewall_orange> !include title Office Icons Example package "Sprites" { OFF_DATABASE_SERVER(db,DB) OFF_APPLICATION_SERVER(app,App-Server) OFF_FIREWALL_ORANGE(fw OFF_FIREWALL_ORANGE(fw,Firewall) OFF_CLOUD_DISASTER_RED(cloud,Cloud) db <-> app app <--> fw fw <.left.> cloud } @enduml PlantUML 言語リファレンスガイド (1.2021.1) 377 / 392 26.13 Office(office) 26 標準ライブラリ @startuml !include 0 码力 | 393 页 | 4.27 MB | 1 年前3PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2021.2)
"ef") 4 (position of ef) %substr Extract a substring. Takes 2 or 3 arguments %substr("abcdef", 3, 2) "de" in the example %true Return always true %true() true %upper Return an uppercase string %upper("Hello")firewall_orange> !include title Office Icons Example package "Sprites" { OFF_DATABASE_SERVER(db,DB) OFF_APPLICATION_SERVER(app,App-Server) OFF_FIREWALL_ORANGE(fw OFF_FIREWALL_ORANGE(fw,Firewall) OFF_CLOUD_DISASTER_RED(cloud,Cloud) db <-> app app <--> fw fw <.left.> cloud } @enduml PlantUML 言語リファレンスガイド (1.2021.2) 383 / 398 27.13 Office(office) 27 標準ライブラリ @startuml !include 0 码力 | 399 页 | 4.33 MB | 1 年前3PlantUML 1.2021.3 言語リファレンスガイド
"ef") 4 (position of ef) %substr Extract a substring. Takes 2 or 3 arguments %substr("abcdef", 3, 2) "de" in the example %true Return always true %true() true %upper Return an uppercase string %upper("Hello")firewall_orange> !include title Office Icons Example package "Sprites" { OFF_DATABASE_SERVER(db,DB) OFF_APPLICATION_SERVER(app,App-Server) OFF_FIREWALL_ORANGE(fw OFF_FIREWALL_ORANGE(fw,Firewall) OFF_CLOUD_DISASTER_RED(cloud,Cloud) db <-> app app <--> fw fw <.left.> cloud } @enduml PlantUML 言語リファレンスガイド (1.2021.2) 395 / 411 27.13 Office(office) 27 標準ライブラリ @startuml !include 0 码力 | 412 页 | 4.46 MB | 1 年前3
共 16 条
- 1
- 2