PlantUML 1.2021.3 Справочное руководство по языку
text of the response message below the arrow, with the skinparam responseMessageBelowArrow true command. @startuml Справочное руководство по языку PlantUML (1.2021.2) 3 / 405 1.6 Изменение стиля стрелок ПОСЛЕДОВАТЕЛЬНОСТИ 1.25 Return A new command return for generating a return message with optional text label. The point returned to is the point that cause the most recently activated life-line. The syntax is simply -> george !! : delete return success @enduml Then you can mix activation and deactivation, on same line: @startuml alice -> bob ++ : hello1 bob -> charlie --++ : hello2 charlie --> alice -- : ok @enduml0 码力 | 406 页 | 4.33 MB | 1 年前3PlantUML 1.2023.11 Справочное руководство по языку
синтаксис: #color;line.[bold|dashed|dotted];text:color где: • # - начало режима конфигурирования, • color - цвет стрелки, • ; - разделитель между конфигурационными параметрами, • line.type - тип линии (bar) : foo --> (bar1) #line:red;line.bold;text:red : , foo --> (bar2) #green;line.dashed;text:green : , foo --> (bar3) #blue;line.dotted;text:blue : , индивидуально для каждого элемента используя следующий встраиваемый синтаксис: #[color|back:color];line:color;line.[bold|dashed|dotted];text:color где: • # - начало режима конфигурирования, • color или back:color0 码力 | 554 页 | 7.96 MB | 1 年前3PlantUML 1.2020.23 Справочное руководство по языку
text of the response message below the arrow, with the skinparam responseMessageBelowArrow true command. Справочное руководство по языку PlantUML (1.2020.23) 3 / 305 1.6 Изменить стиль стрелок 1 ДИАГРАММА @enduml 1.23 Return A new command return for generating a return message with optional text label. The point returned to is the point that cause the most recently activated life-line. The syntax is simply Alice : hello Alice -> Bob : ok @enduml 1.36.2 lifelineStrategy solid In order to have solid life line in sequence diagrams, you can use: • skinparam lifelineStrategy solid @startuml skinparam lifelineStrategy0 码力 | 306 页 | 3.12 MB | 1 年前3PlantUML 1.2020.22 Справочное руководство по языку
text of the response message below the arrow, with the skinparam responseMessageBelowArrow true command. Справочное руководство по языку PlantUML (1.2020.22) 3 / 293 1.6 Изменить стиль стрелок 1 ДИАГРАММА @enduml 1.22 Return A new command return for generating a return message with optional text label. The point returned to is the point that cause the most recently activated life-line. The syntax is simply default) to: • an awesome man with the skinparam actorStyle awesome command; • a hollow man with the skinparam actorStyle hollow command. 2.3.1 Stick man (by default) @startuml :User: --> (Use) "Main Admin"0 码力 | 294 页 | 3.03 MB | 1 年前3PlantUML 1.2021.2 Справочное руководство по языку
text of the response message below the arrow, with the skinparam responseMessageBelowArrow true command. @startuml Справочное руководство по языку PlantUML (1.2021.2) 3 / 387 1.6 Изменение стиля стрелок ПОСЛЕДОВАТЕЛЬНОСТИ 1.25 Return A new command return for generating a return message with optional text label. The point returned to is the point that cause the most recently activated life-line. The syntax is simply Bob -> Alice : hello Alice -> Bob : ok @enduml [Ref. QA-9016] • solid In order to have solid life line in sequence diagrams, you can use: skinparam lifelineStrategy solid @startuml skinparam lifelineStrategy0 码力 | 388 页 | 4.18 MB | 1 年前3PlantUML 1.2021.1 Справочное руководство по языку
text of the response message below the arrow, with the skinparam responseMessageBelowArrow true command. @startuml Справочное руководство по языку PlantUML (1.2021.1) 3 / 382 1.6 Изменение стиля стрелок ПОСЛЕДОВАТЕЛЬНОСТИ 1.25 Return A new command return for generating a return message with optional text label. The point returned to is the point that cause the most recently activated life-line. The syntax is simply Bob -> Alice : hello Alice -> Bob : ok @enduml [Ref. QA-9016] • solid In order to have solid life line in sequence diagrams, you can use: skinparam lifelineStrategy solid @startuml skinparam lifelineStrategy0 码力 | 383 页 | 4.13 MB | 1 年前3PlantUML 1.2019.6 Справочное руководство по языку
@enduml 1.20 Return A new command return for generating a return message with optional text label. The point returned to is the point that cause the most recently activated life-line. The syntax is simply (*) --> "check input" If "input is verbose" then --> [Yes] "turn on verbosity" --> "run command" else --> "run command" Endif -->(*) @enduml 4.5 Больше о ветках По умолчанию, ветка соединена к последней @startuml :Ready; :next(o)| :Receiving; split :nak(i)< :ack(o)> split again :ack(i)< :next(o) on several line| :i := i + 1] :ack(o)> split again :err(i)< :nak(o)> split again :foo/ split again :i > 5} Справочное0 码力 | 173 页 | 1.95 MB | 1 年前3PlantUML 1.2019.9 Справочное руководство по языку
@enduml 1.20 Return A new command return for generating a return message with optional text label. The point returned to is the point that cause the most recently activated life-line. The syntax is simply (*) --> "check input" If "input is verbose" then --> [Yes] "turn on verbosity" --> "run command" else --> "run command" Endif -->(*) @enduml 4.5 Больше о ветках По умолчанию, ветка соединена к последней @startuml :Ready; :next(o)| :Receiving; split :nak(i)< :ack(o)> split again :ack(i)< :next(o) on several line| :i := i + 1] :ack(o)> split again :err(i)< :nak(o)> split again :foo/ split again :i > 5} Справочное0 码力 | 173 页 | 1.97 MB | 1 年前3PlantUML 1.2019.4 Справочное руководство по языку
@enduml 1.20 Return A new command return for generating a return message with optional text label. The point returned to is the point that cause the most recently activated life-line. The syntax is simply (*) --> "check input" If "input is verbose" then --> [Yes] "turn on verbosity" --> "run command" else --> "run command" Endif -->(*) @enduml 4.5 Больше о ветках По умолчанию, ветка соединена к последней @startuml :Ready; :next(o)| :Receiving; split :nak(i)< :ack(o)> split again :ack(i)< :next(o) on several line| :i := i + 1] :ack(o)> split again :err(i)< :nak(o)> split again :foo/ split again :i > 5} Справочное0 码力 | 167 页 | 1.87 MB | 1 年前3firebird language reference 30 rus
comment> |line comment> ::= Структура языка 27 /* [ …]*/ line comment> ::= -- [ …] line> RDB$TRIGGER_NAME FROM RDB$TRIGGERS WHERE RDB$RELATION_NAME IN '; S = S || Q'! ('SALES_ORDER', 'SALES_ORDER_LINE')!'; FOR EXECUTE STATEMENT :S Типы данных 43 INTO :RDB$TRIGGER_NAME DO SUSPEND; Пример 4.2. Создание базы данных в операционной системе Linux Создание базы данных в операционной системе Linux с размером страницы 4096. Владельцем базы данных будет пользователь wizard 0 码力 | 719 页 | 3.98 MB | 1 年前3
共 21 条
- 1
- 2
- 3