-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bdc5b16
commit aabf927
Showing
5 changed files
with
321 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,24 @@ | ||
### Match modes | ||
## Match modes | ||
@match-modes|header-description | ||
|
||
## Experimental: Do If rules | ||
|
||
This is experimental feature and represents an advanced version of `match_fields`. | ||
The Do If rules are a tree of nodes. The tree is stored in the Do If Checker instance. | ||
When Do If Checker's Match func is called it calls to the root Match func and then | ||
the chain of Match func calls are performed across the whole tree. | ||
|
||
### Node types | ||
@do-if-node|description | ||
|
||
### Field op node | ||
@do-if-field-op-node | ||
|
||
### Field operations | ||
@do-if-field-op|description | ||
|
||
### Logical op node | ||
@do-if-logical-op-node | ||
|
||
### Logical operations | ||
@do-if-logical-op|description |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters