-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpredicates-rename.json
More file actions
72 lines (72 loc) · 2.63 KB
/
Copy pathpredicates-rename.json
File metadata and controls
72 lines (72 loc) · 2.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"false": "is-false",
"false-or-null": "is-false-or-null",
"identical-to": "is-identical-to",
"true": "is-true",
"true-or-null": "is-true-or-null",
"equal-to": "is-equal-to",
"even": "is-even",
"divisible-by": "is-divisible-by",
"greater-than": "is-greater-than",
"greater-than-or-equal": "is-greater-than-or-equal",
"integer": "is-whole-number",
"is-integer": "is-whole-number",
"numeric-is-integer": "is-whole-number",
"less-than": "is-less-than",
"less-than-or-equal": "is-less-than-or-equal",
"modulo": "has-remainder",
"negative": "is-negative",
"negative-or-zero": "is-negative-or-zero",
"odd": "is-odd",
"one": "is-one",
"opposite": "is-opposite",
"positive": "is-positive",
"positive-or-zero": "is-positive-or-zero",
"within-interval": "is-within-interval",
"zero": "is-zero",
"zero-or-null": "is-zero-or-null",
"null": "is-null",
"after": "is-after",
"after-or-same-instant": "is-after-or-same-instant",
"before": "is-before",
"before-or-same-instant": "is-before-or-same-instant",
"business-day": "is-business-day",
"contained-in": "is-contained-in",
"in-the-future": "is-in-the-future",
"in-the-future-or-now": "is-in-the-future-or-now",
"in-the-future-or-today": "is-in-the-future-or-today",
"in-the-past": "is-in-the-past",
"in-the-past-or-now": "is-in-the-past-or-now",
"in-the-past-or-today": "is-in-the-past-or-today",
"leap-year": "is-leap-year",
"on-the-day": "is-on-the-day",
"on-the-hour": "is-on-the-hour",
"on-the-minute": "is-on-the-minute",
"same-instant": "is-same-instant",
"today": "is-today",
"tomorrow": "is-tomorrow",
"weekday": "is-weekday",
"weekend": "is-weekend",
"within-current-month": "is-within-current-month",
"within-current-week": "is-within-current-week",
"within-current-year": "is-within-current-year",
"within-last-month": "is-within-last-month",
"within-last-week": "is-within-last-week",
"within-last-year": "is-within-last-year",
"within-next-days": "is-within-next-days",
"within-previous-days": "is-within-previous-days",
"within-upcoming-month": "is-within-upcoming-month",
"within-upcoming-week": "is-within-upcoming-week",
"within-upcoming-year": "is-within-upcoming-year",
"yesterday": "is-yesterday",
"any-of": "is-any-of",
"empty": "is-empty",
"empty-or-null": "is-empty-or-null",
"equivalent-to": "is-equivalent-to",
"lower-case": "is-lower-case",
"sorted-after": "is-sorted-after",
"sorted-after-or-equivalent-to": "is-sorted-after-or-equivalent-to",
"sorted-before": "is-sorted-before",
"sorted-before-or-equivalent-to": "is-sorted-before-or-equivalent-to",
"upper-case": "is-upper-case"
}