PlantUML 1.2019.4 言語リファレンスガイド-down-> " {{ salt {+ error failed, sorry [ok] } }} " @enduml It can also be combined with define macro. PlantUML 言語リファレンスガイド (1.2019.4) 124 / 167 15.11 Include Salt 15 SALT(GUI 設計ツール) @startuml !definelong underscore characters, and cannot start with a digit. PlantUML 言語リファレンスガイド (1.2019.4) 145 / 167 19.4 Macro definition 19 PREPROCESSING @startuml !define SEQUENCE (S,#AAAAAA) Database Sequence !define TABLE plantuml.jar" section. 19.4 Macro definition You can also define macro with arguments. @startuml !define module(x) component x <> module(ABC) module(XYZ) @enduml Macro can have several arguments 0 码力 | 168 页 | 1.90 MB | 1 年前3
PlantUML 1.2019.3 言語リファレンスガイド-down-> " {{ salt {+ error failed, sorry [ok] } }} " @enduml It can also be combined with define macro. PlantUML 言語リファレンスガイド (1.2019.3) 117 / 159 13.11 Include Salt 13 SALT(GUI 設計ツール) @startuml !definelong underscore characters, and cannot start with a digit. PlantUML 言語リファレンスガイド (1.2019.3) 138 / 159 17.4 Macro definition 17 PREPROCESSING @startuml !define SEQUENCE (S,#AAAAAA) Database Sequence !define TABLE plantuml.jar" section. 17.4 Macro definition You can also define macro with arguments. @startuml !define module(x) component x <> module(ABC) module(XYZ) @enduml Macro can have several arguments 0 码力 | 160 页 | 1.80 MB | 1 年前3
PlantUML 1.2019.2 言語リファレンスガイド-down-> " {{ salt {+ error failed, sorry [ok] } }} " @enduml It can also be combined with define macro. PlantUML 言語リファレンスガイド (1.2019.2) 117 / 159 13.11 Include Salt 13 SALT(GUI 設計ツール) @startuml !definelong underscore characters, and cannot start with a digit. PlantUML 言語リファレンスガイド (1.2019.2) 138 / 159 17.4 Macro definition 17 PREPROCESSING @startuml !define SEQUENCE (S,#AAAAAA) Database Sequence !define TABLE plantuml.jar" section. 17.4 Macro definition You can also define macro with arguments. @startuml !define module(x) component x <> module(ABC) module(XYZ) @enduml Macro can have several arguments 0 码力 | 160 页 | 1.80 MB | 1 年前3
PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2019.1)-down-> " {{ salt {+ error failed, sorry [ok] } }} " @enduml It can also be combined with define macro. @startuml !definelong SALT(x) "{{ salt _##x }} " as x !enddefinelong !definelong _choose {+ an underscore characters, and cannot start with a digit. PlantUML 言語リファレンスガイド (1.2019.1) 126 / 147 17.4 Macro definition 17 PREPROCESSING @startuml !define SEQUENCE (S,#AAAAAA) Database Sequence !define TABLE plantuml.jar" section. 17.4 Macro definition You can also define macro with arguments. @startuml !define module(x) component x <> module(ABC) module(XYZ) @enduml Macro can have several arguments 0 码力 | 148 页 | 1.92 MB | 1 年前3
PlantUML 1.2019.9 言語リファレンスガイド-down-> " {{ salt {+ error failed, sorry [ok] } }} " @enduml It can also be combined with define macro. PlantUML 言語リファレンスガイド (1.2019.9) 125 / 174 15.11 Include Salt 15 SALT(ワイヤフレームによる GUI 設計ツール) @startuml have been replaced by builtin functions (for example %date()) • When calling a legacy !definelong macro with no arguments, you do have to use parenthesis. You have to use my_own_definelong() because my_own_definelong constants within plantuml preprocessor. 19.16 Argument concatenation It is possible to append text to a macro argument using the ## syntax. @startuml !unquoted function COMP_TEXTGENCOMP(name) [name] << Comp0 码力 | 175 页 | 2.02 MB | 1 年前3
PlantUML 1.2019.6 言語リファレンスガイド-down-> " {{ salt {+ error failed, sorry [ok] } }} " @enduml It can also be combined with define macro. PlantUML 言語リファレンスガイド (1.2019.6) 124 / 173 15.11 Include Salt 15 SALT(GUI 設計ツール) @startuml !unquoted have been replaced by builtin functions (for example %date()) • When calling a legacy !definelong macro with no arguments, you do have to use parenthesis. That is you have to use my_own_definelong() because constants within plantuml preprocessor. 19.16 Argument concatenation It is possible to append text to a macro argument using the ## syntax. @startuml !unquoted function COMP_TEXTGENCOMP(name) [name] << Comp0 码力 | 174 页 | 1.99 MB | 1 年前3
Comprehensive Rust(日语) 202412assert_ne!(prime % i, 0); } } } この機能は IntoIterator トレイトを使用しますが、これはまだ説明していません。 The assert_ne! macro is new here. There are also assert_eq! and assert! macros. These are always checked, while debug-only が実際にどのようになるかを示しています。コンパ イラはこの表現に関して保証しないので、これはまったく安全ではないことに注意してくださ い。 use std::mem::transmute; macro_rules! dbg_bits { ($e:expr, $bit_type:ty) => { println!("- {}: {:#x}", stringify!($e), transmute::<_ 義するのに役立つ属性が数多く用意されています。 • #[error] からのメッセージは、Display トレイトを導出するために使用されます。 • Note that the (thiserror::)Error derive macro, while it has the effect of implementing the (std::error::)Error trait, is not the same this; traits0 码力 | 381 页 | 1.36 MB | 10 月前3
PlantUML 1.2020.23 言語リファレンスガイド-down-> " {{ salt {+ error failed, sorry [ok] } }} " @enduml It can also be combined with define macro. @startuml !unquoted procedure SALT($x) "{{ salt %invoke_procedure("_"+$x) }}" as $x !endprocedure within plantuml preprocessor. 20.19 Argument concatenation [##] It is possible to append text to a macro argument using the ## syntax. @startuml !unquoted procedure COMP_TEXTGENCOMP(name) [name] << Comp Example package "Use sprite directly" { [Some <$cloud_disaster_red> object] } package "Different macro usages" { OFF_CLOUD_DISASTER_RED(cloud1) OFF_CLOUD_DISASTER_RED(cloud2,Default with text) OFF_CLO0 码力 | 306 页 | 3.19 MB | 1 年前3
PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2020.22)-down-> " {{ salt {+ error failed, sorry [ok] } }} " @enduml It can also be combined with define macro. @startuml !unquoted procedure SALT($x) "{{ salt %invoke_procedure("_"+$x) }}" as $x !endprocedure within plantuml preprocessor. 20.19 Argument concatenation [##] It is possible to append text to a macro argument using the ## syntax. @startuml !unquoted procedure COMP_TEXTGENCOMP(name) [name] << Comp Example package "Use sprite directly" { [Some <$cloud_disaster_red> object] } package "Different macro usages" { OFF_CLOUD_DISASTER_RED(cloud1) OFF_CLOUD_DISASTER_RED(cloud2,Default with text) OFF_CLO0 码力 | 294 页 | 3.11 MB | 1 年前3
Krita 5.2 マニュアル
lapses are videos, people often confuse them. Similarly, this tool should also not be confused with Macro Recording, which is when you tell the program to record all your actions into a file, and have it 。 Task sets can record any kind of command also available via the shortcut manager. It is not a macro recorder, right now, Krita does not have that kind of functionality. The tasksets docker has a record default. Recording バージョン 3.0 で非推奨: Macro recording and playing is disabled since 3.0 due to unmaintained code and buggy behaviour leading to crash. Record a macro. You do this by pressing start, drawing0 码力 | 1591 页 | 79.16 MB | 1 年前3
共 15 条
- 1
- 2













