Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions db/40/40ebem4cxxhjf3emrp5rpbfahh53fwg.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"sha1": "40ebem4cxxhjf3emrp5rpbfahh53fwg",
"insertion": {
"when": "2025-11-04T15:44:23.300Z",
"url": "https://github.com/plantuml/plantuml/issues/2409",
"user": "plantuml@gmail.com"
}
}
@startuml
robust "Web Browser" as WB
rectangle "Web User" as WU

@0
WU is Idle
WB is Idle

@100
WU is Waiting
WB is Processing

@300
WB is Waiting
@enduml
26 changes: 26 additions & 0 deletions db/42/42hoxv5zkmigauyy92cekx7isfin8l5.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"sha1": "42hoxv5zkmigauyy92cekx7isfin8l5",
"insertion": {
"when": "2025-11-04T15:44:23.299Z",
"url": "https://github.com/plantuml/plantuml/issues/2409",
"user": "plantuml@gmail.com"
}
}
@startuml
rectangle "A" as A
rectangle "B" as B

A is ""
B is ""

@A
0 is ""

@B
25 is "" : drawStatesLabels

@0
A -> B@+5 : msg

@40
@enduml
30 changes: 30 additions & 0 deletions db/7r/7rnqj7bwszcr0uty6vku0ihsxk4x5uo.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"sha1": "7rnqj7bwszcr0uty6vku0ihsxk4x5uo",
"insertion": {
"when": "2025-11-04T15:44:23.302Z",
"url": "https://github.com/plantuml/plantuml/issues/2409",
"user": "plantuml@gmail.com"
}
}
@startuml
<style>
timingDiagram {
.bluecolor {
BackGroundColor blue
}
}
</style>
rectangle "LR" as LR <<bluecolor>> #red
rectangle "ST" as ST

LR is AtPlace
ST is AtLoad

@LR
0 is Lowering
100 is Lowered
350 is Releasing

@ST
200 is Moving
@enduml
55 changes: 55 additions & 0 deletions db/k9/k9su79w2176kysj0833qnul7kp4enow.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"sha1": "k9su79w2176kysj0833qnul7kp4enow",
"insertion": {
"when": "2025-11-04T15:44:23.246Z",
"url": "https://github.com/plantuml/plantuml/pull/2405",
"user": "plantuml@gmail.com"
}
}
@startuml
skinparam defaultTextAlignment center

start

:«foreach»
Network interface controllers (NIC)
{{
skinparam backgroundColor #f1f1f1

start

:«foreach»
NIC ports
{{
start

if (Port is failure?) then (yes)
:Prepare notification;

:«json»
{{json
#highlight "message"
{
"NIC": "$name",
"port": "$i",
"message": "$error",
"time": "$time",
"date": "$date"
}
}}
;

:Send notification;
else (no)
endif

stop
}}
;

stop
}}
;

stop
@enduml
122 changes: 122 additions & 0 deletions input/tmp1.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
https://github.com/plantuml/plantuml/pull/2405

@startuml
skinparam defaultTextAlignment center

start

:«foreach»
Network interface controllers (NIC)
{{
skinparam backgroundColor #f1f1f1

start

:«foreach»
NIC ports
{{
start

if (Port is failure?) then (yes)
:Prepare notification;

:«json»
{{json
#highlight "message"
{
"NIC": "$name",
"port": "$i",
"message": "$error",
"time": "$time",
"date": "$date"
}
}}
;

:Send notification;
else (no)
endif

stop
}}
;

stop
}}
;

stop
@enduml





https://github.com/plantuml/plantuml/issues/2409

@startuml
rectangle "A" as A
rectangle "B" as B

A is ""
B is ""

@A
0 is ""

@B
25 is "" : drawStatesLabels

@0
A -> B@+5 : msg

@40
@enduml



https://github.com/plantuml/plantuml/issues/2409

@startuml
robust "Web Browser" as WB
rectangle "Web User" as WU

@0
WU is Idle
WB is Idle

@100
WU is Waiting
WB is Processing

@300
WB is Waiting
@enduml


https://github.com/plantuml/plantuml/issues/2409

@startuml
<style>
timingDiagram {
.bluecolor {
BackGroundColor blue
}
}
</style>
rectangle "LR" as LR <<bluecolor>> #red
rectangle "ST" as ST

LR is AtPlace
ST is AtLoad

@LR
0 is Lowering
100 is Lowered
350 is Releasing

@ST
200 is Moving
@enduml