App-ScriptXUtils
view release on metacpan or search on metacpan
* dist.max => *str*
Only return records where the 'dist' field is less than or equal to
specified value.
* dist.min => *str*
Only return records where the 'dist' field is greater than or equal
to specified value.
* dist.not_contains => *str*
Only return records where the 'dist' field does not contain
specified text.
* dist.not_in => *array[str]*
Only return records where the 'dist' field is not in the specified
values.
* dist.xmax => *str*
Only return records where the 'dist' field is less than specified
value.
* dist.xmin => *str*
* plugin.max => *str*
Only return records where the 'plugin' field is less than or equal
to specified value.
* plugin.min => *str*
Only return records where the 'plugin' field is greater than or
equal to specified value.
* plugin.not_contains => *str*
Only return records where the 'plugin' field does not contain
specified text.
* plugin.not_in => *array[str]*
Only return records where the 'plugin' field is not in the specified
values.
* plugin.xmax => *str*
Only return records where the 'plugin' field is less than specified
value.
* plugin.xmin => *str*
* summary.max => *str*
Only return records where the 'summary' field is less than or equal
to specified value.
* summary.min => *str*
Only return records where the 'summary' field is greater than or
equal to specified value.
* summary.not_contains => *str*
Only return records where the 'summary' field does not contain
specified text.
* summary.not_in => *array[str]*
Only return records where the 'summary' field is not in the
specified values.
* summary.xmax => *str*
Only return records where the 'summary' field is less than specified
value.
* summary.xmin => *str*
lib/App/ScriptXUtils.pm view on Meta::CPAN
Only return records where the 'dist' field does not equal specified value.
=item * B<dist.max> => I<str>
Only return records where the 'dist' field is less than or equal to specified value.
=item * B<dist.min> => I<str>
Only return records where the 'dist' field is greater than or equal to specified value.
=item * B<dist.not_contains> => I<str>
Only return records where the 'dist' field does not contain specified text.
=item * B<dist.not_in> => I<array[str]>
Only return records where the 'dist' field is not in the specified values.
=item * B<dist.xmax> => I<str>
Only return records where the 'dist' field is less than specified value.
=item * B<dist.xmin> => I<str>
Only return records where the 'dist' field is greater than specified value.
lib/App/ScriptXUtils.pm view on Meta::CPAN
Only return records where the 'plugin' field does not equal specified value.
=item * B<plugin.max> => I<str>
Only return records where the 'plugin' field is less than or equal to specified value.
=item * B<plugin.min> => I<str>
Only return records where the 'plugin' field is greater than or equal to specified value.
=item * B<plugin.not_contains> => I<str>
Only return records where the 'plugin' field does not contain specified text.
=item * B<plugin.not_in> => I<array[str]>
Only return records where the 'plugin' field is not in the specified values.
=item * B<plugin.xmax> => I<str>
Only return records where the 'plugin' field is less than specified value.
=item * B<plugin.xmin> => I<str>
Only return records where the 'plugin' field is greater than specified value.
lib/App/ScriptXUtils.pm view on Meta::CPAN
Only return records where the 'summary' field does not equal specified value.
=item * B<summary.max> => I<str>
Only return records where the 'summary' field is less than or equal to specified value.
=item * B<summary.min> => I<str>
Only return records where the 'summary' field is greater than or equal to specified value.
=item * B<summary.not_contains> => I<str>
Only return records where the 'summary' field does not contain specified text.
=item * B<summary.not_in> => I<array[str]>
Only return records where the 'summary' field is not in the specified values.
=item * B<summary.xmax> => I<str>
Only return records where the 'summary' field is less than specified value.
=item * B<summary.xmin> => I<str>
Only return records where the 'summary' field is greater than specified value.
( run in 0.570 second using v1.01-cache-2.11-cpan-cc502c75498 )