mirror of
https://github.com/sayanarijit/xplr
synced 2024-11-04 18:00:14 +00:00
Automated deployment: Thu Jun 24 16:52:42 UTC 2021 05272a6575
This commit is contained in:
parent
afd5b71e64
commit
226ec1c7ac
@ -158,7 +158,7 @@ works like a pipeline, which in visible in the <code>Sort & filter</code> pa
|
||||
<p>This line means that the nodes visible on the table will first be filtered by
|
||||
the condition: <em>relative path does not start with <code>.</code></em>, then by the condition:
|
||||
<em>absolute path contains <code>abc</code> (case insensitive)</em>, and finally by the
|
||||
condition: <em>relative path does not contain <code>xyz</code></em>.</p>
|
||||
condition: <em>relative path does not contain <code>xyz</code></em> (case insensitive).</p>
|
||||
<p>Each part of this pipeline is called <a href="#node-filter-applicable">Node Filter Applicable</a>.</p>
|
||||
<h2 id="node-filter-applicable"><a class="header" href="#node-filter-applicable">Node Filter Applicable</a></h2>
|
||||
<p>It contains the following information:</p>
|
||||
|
@ -1187,7 +1187,7 @@ works like a pipeline, which in visible in the <code>Sort & filter</code> pa
|
||||
<p>This line means that the nodes visible on the table will first be filtered by
|
||||
the condition: <em>relative path does not start with <code>.</code></em>, then by the condition:
|
||||
<em>absolute path contains <code>abc</code> (case insensitive)</em>, and finally by the
|
||||
condition: <em>relative path does not contain <code>xyz</code></em>.</p>
|
||||
condition: <em>relative path does not contain <code>xyz</code></em> (case insensitive).</p>
|
||||
<p>Each part of this pipeline is called <a href="filtering.html#node-filter-applicable">Node Filter Applicable</a>.</p>
|
||||
<h2 id="node-filter-applicable"><a class="header" href="#node-filter-applicable">Node Filter Applicable</a></h2>
|
||||
<p>It contains the following information:</p>
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user