mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 08:06:56 +07:00
`substringBeforeLast` returns full text in a string is not found in it. Signed-off-by: Nikita Skvortsov <nikita.skvortsov@jetbrains.com> GitOrigin-RevId: a05ad969bbb287f837baeb22605e7bfca5560210
71 lines
1.3 KiB
Plaintext
71 lines
1.3 KiB
Plaintext
View root() {
|
|
rooot.dot() {
|
|
Tasks() {
|
|
build setup() {
|
|
init()
|
|
wrapper()
|
|
}
|
|
help() {
|
|
buildEnvironment()
|
|
components()
|
|
dependencies()
|
|
dependencyInsight()
|
|
dependentComponents()
|
|
help()
|
|
model()
|
|
projects()
|
|
properties()
|
|
tasks()
|
|
}
|
|
}
|
|
child1() {
|
|
Tasks() {
|
|
help() {
|
|
buildEnvironment()
|
|
components()
|
|
dependencies()
|
|
dependencyInsight()
|
|
dependentComponents()
|
|
help()
|
|
model()
|
|
projects()
|
|
properties()
|
|
tasks()
|
|
}
|
|
}
|
|
}
|
|
child2() {
|
|
Tasks() {
|
|
help() {
|
|
buildEnvironment()
|
|
components()
|
|
dependencies()
|
|
dependencyInsight()
|
|
dependentComponents()
|
|
help()
|
|
model()
|
|
projects()
|
|
properties()
|
|
tasks()
|
|
}
|
|
}
|
|
dot.child() {
|
|
Tasks() {
|
|
help() {
|
|
buildEnvironment()
|
|
components()
|
|
dependencies()
|
|
dependencyInsight()
|
|
dependentComponents()
|
|
help()
|
|
model()
|
|
projects()
|
|
properties()
|
|
tasks()
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|