App-osnames
view release on metacpan or search on metacpan
* description.max => *str*
Only return records where the 'description' field is less than or
equal to specified value.
* description.min => *str*
Only return records where the 'description' field is greater than or
equal to specified value.
* description.not_contains => *str*
Only return records where the 'description' field does not contain
specified text.
* description.not_in => *array[str]*
Only return records where the 'description' field is not in the
specified values.
* description.xmax => *str*
Only return records where the 'description' field is less than
specified value.
* description.xmin => *str*
* tags.max => *str*
Only return records where the 'tags' field is less than or equal to
specified value.
* tags.min => *str*
Only return records where the 'tags' field is greater than or equal
to specified value.
* tags.not_contains => *str*
Only return records where the 'tags' field does not contain
specified text.
* tags.not_in => *array[str]*
Only return records where the 'tags' field is not in the specified
values.
* tags.xmax => *str*
Only return records where the 'tags' field is less than specified
value.
* tags.xmin => *str*
* value.max => *str*
Only return records where the 'value' field is less than or equal to
specified value.
* value.min => *str*
Only return records where the 'value' field is greater than or equal
to specified value.
* value.not_contains => *str*
Only return records where the 'value' field does not contain
specified text.
* value.not_in => *array[str]*
Only return records where the 'value' field is not in the specified
values.
* value.xmax => *str*
Only return records where the 'value' field is less than specified
value.
* value.xmin => *str*
lib/App/osnames.pm view on Meta::CPAN
Only return records where the 'description' field does not equal specified value.
=item * B<description.max> => I<str>
Only return records where the 'description' field is less than or equal to specified value.
=item * B<description.min> => I<str>
Only return records where the 'description' field is greater than or equal to specified value.
=item * B<description.not_contains> => I<str>
Only return records where the 'description' field does not contain specified text.
=item * B<description.not_in> => I<array[str]>
Only return records where the 'description' field is not in the specified values.
=item * B<description.xmax> => I<str>
Only return records where the 'description' field is less than specified value.
=item * B<description.xmin> => I<str>
Only return records where the 'description' field is greater than specified value.
lib/App/osnames.pm view on Meta::CPAN
Only return records where the 'tags' field does not equal specified value.
=item * B<tags.max> => I<str>
Only return records where the 'tags' field is less than or equal to specified value.
=item * B<tags.min> => I<str>
Only return records where the 'tags' field is greater than or equal to specified value.
=item * B<tags.not_contains> => I<str>
Only return records where the 'tags' field does not contain specified text.
=item * B<tags.not_in> => I<array[str]>
Only return records where the 'tags' field is not in the specified values.
=item * B<tags.xmax> => I<str>
Only return records where the 'tags' field is less than specified value.
=item * B<tags.xmin> => I<str>
Only return records where the 'tags' field is greater than specified value.
lib/App/osnames.pm view on Meta::CPAN
Only return records where the 'value' field does not equal specified value.
=item * B<value.max> => I<str>
Only return records where the 'value' field is less than or equal to specified value.
=item * B<value.min> => I<str>
Only return records where the 'value' field is greater than or equal to specified value.
=item * B<value.not_contains> => I<str>
Only return records where the 'value' field does not contain specified text.
=item * B<value.not_in> => I<array[str]>
Only return records where the 'value' field is not in the specified values.
=item * B<value.xmax> => I<str>
Only return records where the 'value' field is less than specified value.
=item * B<value.xmin> => I<str>
Only return records where the 'value' field is greater than specified value.
script/osnames view on Meta::CPAN
List of available configuration parameters:
description (see --description)
description.contains (see --description-contains)
description.in (see --description-in)
description.is (see --description-is)
description.isnt (see --description-isnt)
description.max (see --description-max)
description.min (see --description-min)
description.not_contains (see --description-not-contains)
description.not_in (see --description-not-in)
description.xmax (see --description-xmax)
description.xmin (see --description-xmin)
detail (see --detail)
exclude_fields (see --exclude-field)
fields (see --field)
format (see --format)
naked_res (see --naked-res)
queries (see --query)
query_boolean (see --query-boolean)
sort (see --sort)
tags (see --tags)
tags.contains (see --tags-contains)
tags.in (see --tags-in)
tags.is (see --tags-is)
tags.isnt (see --tags-isnt)
tags.max (see --tags-max)
tags.min (see --tags-min)
tags.not_contains (see --tags-not-contains)
tags.not_in (see --tags-not-in)
tags.xmax (see --tags-xmax)
tags.xmin (see --tags-xmin)
value (see --value)
value.contains (see --value-contains)
value.in (see --value-in)
value.is (see --value-is)
value.isnt (see --value-isnt)
value.max (see --value-max)
value.min (see --value-min)
value.not_contains (see --value-not-contains)
value.not_in (see --value-not-in)
value.xmax (see --value-xmax)
value.xmin (see --value-xmin)
with_field_names (see --with-field-names)
=head1 ENVIRONMENT
=head2 OSNAMES_OPT
String. Specify additional command-line options.
( run in 0.297 second using v1.01-cache-2.11-cpan-4d4bc49f3ae )