A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
V
W
Y
A
- ActivationKt - class in org.jetbrains.jewel.foundation.modifier
- add(org.jetbrains.jewel.foundation.lazy.tree.TreeBuilder.Element) - function in org.jetbrains.jewel.foundation.lazy.tree.ChildrenGeneratorScope
- add(org.jetbrains.jewel.foundation.lazy.tree.TreeBuilder.Element) - function in org.jetbrains.jewel.foundation.lazy.tree.TreeBuilder
- add(org.jetbrains.jewel.foundation.lazy.tree.TreeBuilder.Element) - function in org.jetbrains.jewel.foundation.lazy.tree.TreeGeneratorScope
- addLeaf(T,java.lang.Object) - function in org.jetbrains.jewel.foundation.lazy.tree.ChildrenGeneratorScope
- addLeaf(T,java.lang.Object) - function in org.jetbrains.jewel.foundation.lazy.tree.TreeBuilder
- addLeaf(T,java.lang.Object) - function in org.jetbrains.jewel.foundation.lazy.tree.TreeGeneratorScope
- addNode(T,java.lang.Object,kotlin.jvm.functions.Function1) - function in org.jetbrains.jewel.foundation.lazy.tree.ChildrenGeneratorScope
- addNode(T,java.lang.Object,kotlin.jvm.functions.Function1) - function in org.jetbrains.jewel.foundation.lazy.tree.TreeBuilder
- addNode(T,java.lang.Object,kotlin.jvm.functions.Function1) - function in org.jetbrains.jewel.foundation.lazy.tree.TreeGeneratorScope
- All - enum entry in org.jetbrains.jewel.foundation.search.MatchingCaseSensitivity
All cases must match for the pattern to match.
Examples:
val matcher = SpeedSearchMatcher.patternMatcher("AnEyeForAnEye", caseSensitivity = MatchingCaseSensitivity.All) // Match exact case matcher.matches("An Eye For An Eye") // [0..2, 3..6, 7..10, 11..13, 14..17] // Does not match case matcher.matches("AN EYE FOR AN EYE") // null matcher.matches("an eye for an eye") // null matcher.matches("AN Eye For An Eye") // null- all matches must match case() - function in org.jetbrains.jewel.foundation.search.impl.PatternSpeedSearchMatcherTest
- asTree(java.io.File,kotlin.jvm.functions.Function1) - function in org.jetbrains.jewel.foundation.lazy.tree.BuildTreeKt
- asTree(java.nio.file.Path,kotlin.jvm.functions.Function1) - function in org.jetbrains.jewel.foundation.lazy.tree.BuildTreeKt