Skip to content

Commit

Permalink
Updating doc
Browse files Browse the repository at this point in the history
  • Loading branch information
shcherbanich committed Oct 16, 2023
1 parent ff71211 commit 7e553bd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/shared_c.cache

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/tech/2.parser/entityFilterCondition.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ language_handlers:
Common filtering conditions that are available for any entity:
<embed> <ul><li><a href='/docs/tech/2.parser/classes/FalseCondition.md'>FalseCondition</a> - False conditions, any object is not available</li><li><a href='/docs/tech/2.parser/classes/FileTextContainsCondition.md'>FileTextContainsCondition</a> - Checking if a file contains a substring</li><li><a href='/docs/tech/2.parser/classes/LocatedInCondition.md'>LocatedInCondition</a> - Checking the existence of an entity in the specified directories</li><li><a href='/docs/tech/2.parser/classes/TrueCondition.md'>TrueCondition</a> - True conditions, any object is available</li><li><a href='/docs/tech/2.parser/classes/ConditionGroup.md'>ConditionGroup</a> - Filter condition to group other filter conditions. A group can have an OR/AND condition test;
<embed> <ul><li><a href='/docs/tech/2.parser/classes/FalseCondition.md'>FalseCondition</a> - False conditions, any object is not available</li><li><a href='/docs/tech/2.parser/classes/FileTextContainsCondition.md'>FileTextContainsCondition</a> - Checking if a file contains a substring</li><li><a href='/docs/tech/2.parser/classes/LocatedInCondition.md'>LocatedInCondition</a> - Checking the existence of an entity in the specified directories</li><li><a href='/docs/tech/2.parser/classes/LocatedNotInCondition.md'>LocatedNotInCondition</a> - Checking the existence of an entity not in the specified directories</li><li><a href='/docs/tech/2.parser/classes/TrueCondition.md'>TrueCondition</a> - True conditions, any object is available</li><li><a href='/docs/tech/2.parser/classes/ConditionGroup.md'>ConditionGroup</a> - Filter condition to group other filter conditions. A group can have an OR/AND condition test;
In the case of OR, it is enough to successfully check at least one condition, in the case of AND, all checks must be successfully completed.</li></ul> </embed>
Filter condition for working with entities PHP language handler:
Expand All @@ -78,4 +78,4 @@ Filter condition for working with entities PHP language handler:
<div id='page_committer_info'>
<hr>
<b>Last page committer:</b> fshcherbanich &lt;[email protected]&gt;<br><b>Last modified date:</b> Sat Sep 2 21:01:47 2023 +0300<br><b>Page content update date:</b> Sun Oct 15 2023<br>Made with <a href='https://github.com/bumble-tech/bumble-doc-gen/blob/master/docs/README.md'>Bumble Documentation Generator</a></div>
<b>Last page committer:</b> fshcherbanich &lt;[email protected]&gt;<br><b>Last modified date:</b> Sat Sep 2 21:01:47 2023 +0300<br><b>Page content update date:</b> Mon Oct 16 2023<br>Made with <a href='https://github.com/bumble-tech/bumble-doc-gen/blob/master/docs/README.md'>Bumble Documentation Generator</a></div>
3 changes: 2 additions & 1 deletion docs/tech/map.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ Directory layout ( only documented files shown ):
│ │ │ │ │ ├── <a href='/docs/tech/classes/FalseCondition.md'>FalseCondition.php</a> <i> — <samp>False conditions, any object is not available</samp></i>
│ │ │ │ │ ├── <a href='/docs/tech/classes/FileTextContainsCondition.md'>FileTextContainsCondition.php</a> <i> — <samp>Checking if a file contains a substring</samp></i>
│ │ │ │ │ ├── <a href='/docs/tech/classes/LocatedInCondition.md'>LocatedInCondition.php</a> <i> — <samp>Checking the existence of an entity in the specified directories</samp></i>
│ │ │ │ │ ├── <a href='/docs/tech/classes/LocatedNotInCondition.md'>LocatedNotInCondition.php</a> <i> — <samp>Checking the existence of an entity not in the specified directories</samp></i>
│ │ │ │ │ └── <a href='/docs/tech/classes/TrueCondition.md'>TrueCondition.php</a> <i> — <samp>True conditions, any object is available</samp></i>
│ │ │ │ ├── <a href='/docs/tech/classes/ConditionGroup.md'>ConditionGroup.php</a> <i> — <samp>Filter condition to group other filter conditions. A group can have an OR/AND condition test; In ...</samp></i>
│ │ │ │ ├── <a href='/docs/tech/classes/ConditionGroupTypeEnum.md'>ConditionGroupTypeEnum.php</a>
Expand Down Expand Up @@ -247,4 +248,4 @@ Directory layout ( only documented files shown ):

<div id='page_committer_info'>
<hr>
<b>Last page committer:</b> fshcherbanich &lt;[email protected]&gt;<br><b>Last modified date:</b> Sat Sep 2 21:01:47 2023 +0300<br><b>Page content update date:</b> Sun Oct 15 2023<br>Made with <a href='https://github.com/bumble-tech/bumble-doc-gen/blob/master/docs/README.md'>Bumble Documentation Generator</a></div>
<b>Last page committer:</b> fshcherbanich &lt;[email protected]&gt;<br><b>Last modified date:</b> Sat Sep 2 21:01:47 2023 +0300<br><b>Page content update date:</b> Mon Oct 16 2023<br>Made with <a href='https://github.com/bumble-tech/bumble-doc-gen/blob/master/docs/README.md'>Bumble Documentation Generator</a></div>

0 comments on commit 7e553bd

Please sign in to comment.