PlantUML 1.2021.3 言語リファレンスガイドhexagon 六角形 interface インターフェイス label ラベル node ノード package パッケージ queue キュー rectangle 四角形 stack スタック storage ストレージ usecase ユースケース usecase/ "ユースケース/" @enduml PlantUML 言語リファレンスガイド (1.2021.2) 138 / 411 8.1 要素の宣言 言語リファレンスガイド (1.2021.2) 147 / 411 8.8 パッケージと入れ子要素 8 配置図 queue キュー { } rectangle 四角形 { } stack スタック { } storage ストレージ { } @enduml 8.8 パッケージと入れ子要素 8.8.1 一階層の例 @startuml artifact artifactVeryLOOOOOOOOOOOOOOOOOOOg OOOOg as "スタック" { file f14 PlantUML 言語リファレンスガイド (1.2021.2) 148 / 411 8.8 パッケージと入れ子要素 8 配置図 } storage storageVeryLOOOOOOOOOOOOOOOOOOOg as "ストレージ" { file f15 } @enduml 8.8.2 他の例 @startuml artifact Foo10 码力 | 412 页 | 4.46 MB | 1 年前3
PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2021.2)hexagon 六角形 interface インターフェイス label ラベル node ノード package パッケージ queue キュー rectangle 四角形 stack スタック storage ストレージ usecase ユースケース usecase/ "ユースケース/" @enduml PlantUML 言語リファレンスガイド (1.2021.2) 138 / 398 8.1 要素の宣言 言語リファレンスガイド (1.2021.2) 147 / 398 8.8 パッケージと入れ子要素 8 配置図 queue キュー { } rectangle 四角形 { } stack スタック { } storage ストレージ { } @enduml 8.8 パッケージと入れ子要素 8.8.1 一階層の例 @startuml artifact artifactVeryLOOOOOOOOOOOOOOOOOOOg OOOOg as "スタック" { file f14 PlantUML 言語リファレンスガイド (1.2021.2) 148 / 398 8.8 パッケージと入れ子要素 8 配置図 } storage storageVeryLOOOOOOOOOOOOOOOOOOOg as "ストレージ" { file f15 } @enduml 8.8.2 他の例 @startuml artifact Foo10 码力 | 399 页 | 4.33 MB | 1 年前3
PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2021.1)hexagon 六角形 interface インターフェイス label ラベル node ノード package パッケージ queue キュー rectangle 四角形 stack スタック storage ストレージ usecase ユースケース usecase/ "ユースケース/" @enduml PlantUML 言語リファレンスガイド (1.2021.1) 137 / 392 8.1 要素の宣言 言語リファレンスガイド (1.2021.1) 146 / 392 8.8 パッケージと入れ子要素 8 配置図 queue キュー { } rectangle 四角形 { } stack スタック { } storage ストレージ { } @enduml 8.8 パッケージと入れ子要素 8.8.1 一階層の例 @startuml artifact artifactVeryLOOOOOOOOOOOOOOOOOOOg OOOOg as "スタック" { file f14 PlantUML 言語リファレンスガイド (1.2021.1) 147 / 392 8.8 パッケージと入れ子要素 8 配置図 } storage storageVeryLOOOOOOOOOOOOOOOOOOOg as "ストレージ" { file f15 } @enduml 8.8.2 他の例 @startuml artifact Foo10 码力 | 393 页 | 4.27 MB | 1 年前3
PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2023.11)interface インターフェイス label ラベル node ノード package パッケージ person 人型 queue キュー rectangle 四角形 stack スタック storage ストレージ usecase ユースケース usecase/ "ユースケース/" @enduml PlantUML 言語リファレンスガイド (1.2023.11) 170 / 544 8.1 } hexagon 六角形 { } node ノード { } package パッケージ { } queue キュー { } rectangle 四角形 { } stack スタック { } storage ストレージ { } @enduml 8.8 パッケージと入れ子要素 8.8.1 一階層の例 @startuml artifact artifactVeryLOOOOOOOOOOOOOOOOOOOg OOOOOOOOOOOOg as "四角形" { file f13 } stack stackVeryLOOOOOOOOOOOOOOOOOOOg as "スタック" { file f14 } storage storageVeryLOOOOOOOOOOOOOOOOOOOg as "ストレージ" { file f15 } @enduml 8.8.2 他の例 @startuml artifact Foo10 码力 | 545 页 | 7.75 MB | 1 年前3
PlantUML 1.2019.6 言語リファレンスガイド言語リファレンスガイド (1.2019.6) 148 / 173 19.5 Return function 19 PREPROCESSING Variables defined in functions are local. It means that the variable is destroyed when the function is exited. 19.5 Return function A return variable are local by default (they are destroyed when the function is exited). However, you can access to global variables from function. However, you can use the local keyword to create a local variable variable if ever a global variable exists with the same name. @startuml !function $dummy() !local $ijk = "local" Alice -> Bob : $ijk !endfunction !global $ijk = "foo" Alice -> Bob : $ijk $dummy() Alice -> Bob0 码力 | 174 页 | 1.99 MB | 1 年前3
PlantUML 1.2019.9 言語リファレンスガイド言語リファレンスガイド (1.2019.9) 149 / 174 19.5 Return function 19 PREPROCESSING Variables defined in functions are local. It means that the variable is destroyed when the function ends. 19.5 Return function A return function variable are local by default (they are destroyed when the function is exited). However, you can access to global variables from function. However, you can use the local keyword to create a local variable variable if ever a global variable exists with the same name. @startuml !function $dummy() !local $ijk = "local" Alice -> Bob : $ijk !endfunction !global $ijk = "foo" Alice -> Bob : $ijk $dummy() Alice -> Bob0 码力 | 175 页 | 2.02 MB | 1 年前3
PlantUML 1.2020.23 言語リファレンスガイド$init_class("foo1") $init_class("foo2") $msg("foo1", "foo2") @enduml Variables defined in procedures are local. It means that the variable is destroyed when the procedure ends. 20.7 Return function [!function variable are local by default (they are destroyed when the function is exited). However, you can access to global variables from function. However, you can use the local keyword to create a local variable variable if ever a global variable exists with the same name. @startuml !function $dummy() !local $ijk = "local" !return "Alice -> Bob : " + $ijk !endfunction !global $ijk = "foo" Alice -> Bob : $ijk $dummy()0 码力 | 306 页 | 3.19 MB | 1 年前3
PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2020.22)$init_class("foo1") $init_class("foo2") $msg("foo1", "foo2") @enduml Variables defined in procedures are local. It means that the variable is destroyed when the procedure ends. 20.7 Return function [!function variable are local by default (they are destroyed when the function is exited). However, you can access to global variables from function. However, you can use the local keyword to create a local variable variable if ever a global variable exists with the same name. @startuml !function $dummy() !local $ijk = "local" !return "Alice -> Bob : " + $ijk !endfunction !global $ijk = "foo" Alice -> Bob : $ijk $dummy()0 码力 | 294 页 | 3.11 MB | 1 年前3
Comprehensive Rust(日语) 202412working with tuples and other structured values it's common to want to extract the inner values into local variables. This can be done manually by directly accessing the inner values: fn print_tuple(tuple: static 変数はどのスレッドからでもアクセスできるため、Sync である必要があります。内部の可 変性は、Mutex やアトミックなどの方法で実現できます。 56 マクロ std::thread_local を使用して、スレッドローカルのデータを作成できます。 10.6 型エイリアス 型エイリアスは、別の型の名前を作成します。この 2 つの型は同じ意味で使用できます。 enum CarryableConcreteItem C++, it cannot be empty/null. This makes Box one of the types that allow the compiler to optimize storage of some enums (the ”niche optimization”). 20.2 Rc Rc は、参照カウントされた共有ポインタです。複数の場所から同じデータを参照する必要がある場合0 码力 | 381 页 | 1.36 MB | 10 月前3
Krita 5.2 マニュアル
colors at any position, on any layer, or even in different documents! Quickly mix lighting colors with local colors, mix the ambient sky color into shadows, create atmospheric depth, mix from a preselected palette 255 values total, 50% would mean 128 values total, and 10% would mean a total of 25 values total. Local channel palette range Like Global channel palette range, but then decided per group. Use color palette contrasts, much like a sharpen filter, but within a texture editing workflow it is also used to remove local gradients. Radius The radius within the Gaussian High Pass filter is similar to the radius in the0 码力 | 1591 页 | 79.16 MB | 1 年前3
共 20 条
- 1
- 2













