App-ENumberUtils
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.not_matches => *str*
Only return records where the 'description' field does not match
specified regular expression.
* description.xmax => *str*
Only return records where the 'description' field is less than
specified value.
* description.xmin => *str*
* range.max => *str*
Only return records where the 'range' field is less than or equal to
specified value.
* range.min => *str*
Only return records where the 'range' field is greater than or equal
to specified value.
* range.not_contains => *str*
Only return records where the 'range' field does not contain
specified text.
* range.not_in => *array[str]*
Only return records where the 'range' field is not in the specified
values.
* range.not_matches => *str*
Only return records where the 'range' field does not match specified
regular expression.
* range.xmax => *str*
Only return records where the 'range' field is less than specified
value.
* range.xmin => *str*
* subrange.max => *str*
Only return records where the 'subrange' field is less than or equal
to specified value.
* subrange.min => *str*
Only return records where the 'subrange' field is greater than or
equal to specified value.
* subrange.not_contains => *str*
Only return records where the 'subrange' field does not contain
specified text.
* subrange.not_in => *array[str]*
Only return records where the 'subrange' field is not in the
specified values.
* subrange.not_matches => *str*
Only return records where the 'subrange' field does not match
specified regular expression.
* subrange.xmax => *str*
Only return records where the 'subrange' field is less than
specified value.
* subrange.xmin => *str*
* code.max => *str*
Only return records where the 'code' field is less than or equal to
specified value.
* code.min => *str*
Only return records where the 'code' field is greater than or equal
to specified value.
* code.not_contains => *str*
Only return records where the 'code' field does not contain
specified text.
* code.not_in => *array[str]*
Only return records where the 'code' field is not in the specified
values.
* code.not_matches => *str*
Only return records where the 'code' field does not match specified
regular expression.
* code.xmax => *str*
Only return records where the 'code' field is less than specified
value.
* code.xmin => *str*
* color_index.max => *int*
Only return records where the 'color_index' field is less than or
equal to specified value.
* color_index.min => *int*
Only return records where the 'color_index' field is greater than or
equal to specified value.
* color_index.not_in => *array[int]*
Only return records where the 'color_index' field is not in the
specified values.
* color_index.xmax => *int*
Only return records where the 'color_index' field is less than
specified value.
* color_index.xmin => *int*
* colour.max => *str*
Only return records where the 'colour' field is less than or equal
to specified value.
* colour.min => *str*
Only return records where the 'colour' field is greater than or
equal to specified value.
* colour.not_contains => *str*
Only return records where the 'colour' field does not contain
specified text.
* colour.not_in => *array[str]*
Only return records where the 'colour' field is not in the specified
values.
* colour.not_matches => *str*
Only return records where the 'colour' field does not match
specified regular expression.
* colour.xmax => *str*
Only return records where the 'colour' field is less than specified
value.
* colour.xmin => *str*
* names.max => *str*
Only return records where the 'names' field is less than or equal to
specified value.
* names.min => *str*
Only return records where the 'names' field is greater than or equal
to specified value.
* names.not_contains => *str*
Only return records where the 'names' field does not contain
specified text.
* names.not_in => *array[str]*
Only return records where the 'names' field is not in the specified
values.
* names.not_matches => *str*
Only return records where the 'names' field does not match specified
regular expression.
* names.xmax => *str*
Only return records where the 'names' field is less than specified
value.
* names.xmin => *str*
* purpose.max => *str*
Only return records where the 'purpose' field is less than or equal
to specified value.
* purpose.min => *str*
Only return records where the 'purpose' field is greater than or
equal to specified value.
* purpose.not_contains => *str*
Only return records where the 'purpose' field does not contain
specified text.
* purpose.not_in => *array[str]*
Only return records where the 'purpose' field is not in the
specified values.
* purpose.not_matches => *str*
Only return records where the 'purpose' field does not match
specified regular expression.
* purpose.xmax => *str*
Only return records where the 'purpose' field is less than specified
value.
* purpose.xmin => *str*
* status.max => *str*
Only return records where the 'status' field is less than or equal
to specified value.
* status.min => *str*
Only return records where the 'status' field is greater than or
equal to specified value.
* status.not_contains => *str*
Only return records where the 'status' field does not contain
specified text.
* status.not_in => *array[str]*
Only return records where the 'status' field is not in the specified
values.
* status.not_matches => *str*
Only return records where the 'status' field does not match
specified regular expression.
* status.xmax => *str*
Only return records where the 'status' field is less than specified
value.
* status.xmin => *str*
lib/App/ENumberUtils.pm view on Meta::CPAN
Only return records where the 'description' field matches specified regular expression pattern.
=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.not_matches> => I<str>
Only return records where the 'description' field does not match specified regular expression.
=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/ENumberUtils.pm view on Meta::CPAN
Only return records where the 'range' field matches specified regular expression pattern.
=item * B<range.max> => I<str>
Only return records where the 'range' field is less than or equal to specified value.
=item * B<range.min> => I<str>
Only return records where the 'range' field is greater than or equal to specified value.
=item * B<range.not_contains> => I<str>
Only return records where the 'range' field does not contain specified text.
=item * B<range.not_in> => I<array[str]>
Only return records where the 'range' field is not in the specified values.
=item * B<range.not_matches> => I<str>
Only return records where the 'range' field does not match specified regular expression.
=item * B<range.xmax> => I<str>
Only return records where the 'range' field is less than specified value.
=item * B<range.xmin> => I<str>
Only return records where the 'range' field is greater than specified value.
lib/App/ENumberUtils.pm view on Meta::CPAN
Only return records where the 'subrange' field matches specified regular expression pattern.
=item * B<subrange.max> => I<str>
Only return records where the 'subrange' field is less than or equal to specified value.
=item * B<subrange.min> => I<str>
Only return records where the 'subrange' field is greater than or equal to specified value.
=item * B<subrange.not_contains> => I<str>
Only return records where the 'subrange' field does not contain specified text.
=item * B<subrange.not_in> => I<array[str]>
Only return records where the 'subrange' field is not in the specified values.
=item * B<subrange.not_matches> => I<str>
Only return records where the 'subrange' field does not match specified regular expression.
=item * B<subrange.xmax> => I<str>
Only return records where the 'subrange' field is less than specified value.
=item * B<subrange.xmin> => I<str>
Only return records where the 'subrange' field is greater than specified value.
lib/App/ENumberUtils.pm view on Meta::CPAN
Only return records where the 'code' field matches specified regular expression pattern.
=item * B<code.max> => I<str>
Only return records where the 'code' field is less than or equal to specified value.
=item * B<code.min> => I<str>
Only return records where the 'code' field is greater than or equal to specified value.
=item * B<code.not_contains> => I<str>
Only return records where the 'code' field does not contain specified text.
=item * B<code.not_in> => I<array[str]>
Only return records where the 'code' field is not in the specified values.
=item * B<code.not_matches> => I<str>
Only return records where the 'code' field does not match specified regular expression.
=item * B<code.xmax> => I<str>
Only return records where the 'code' field is less than specified value.
=item * B<code.xmin> => I<str>
Only return records where the 'code' field is greater than specified value.
lib/App/ENumberUtils.pm view on Meta::CPAN
Only return records where the 'color_index' field does not equal specified value.
=item * B<color_index.max> => I<int>
Only return records where the 'color_index' field is less than or equal to specified value.
=item * B<color_index.min> => I<int>
Only return records where the 'color_index' field is greater than or equal to specified value.
=item * B<color_index.not_in> => I<array[int]>
Only return records where the 'color_index' field is not in the specified values.
=item * B<color_index.xmax> => I<int>
Only return records where the 'color_index' field is less than specified value.
=item * B<color_index.xmin> => I<int>
Only return records where the 'color_index' field is greater than specified value.
lib/App/ENumberUtils.pm view on Meta::CPAN
Only return records where the 'colour' field matches specified regular expression pattern.
=item * B<colour.max> => I<str>
Only return records where the 'colour' field is less than or equal to specified value.
=item * B<colour.min> => I<str>
Only return records where the 'colour' field is greater than or equal to specified value.
=item * B<colour.not_contains> => I<str>
Only return records where the 'colour' field does not contain specified text.
=item * B<colour.not_in> => I<array[str]>
Only return records where the 'colour' field is not in the specified values.
=item * B<colour.not_matches> => I<str>
Only return records where the 'colour' field does not match specified regular expression.
=item * B<colour.xmax> => I<str>
Only return records where the 'colour' field is less than specified value.
=item * B<colour.xmin> => I<str>
Only return records where the 'colour' field is greater than specified value.
lib/App/ENumberUtils.pm view on Meta::CPAN
Only return records where the 'names' field matches specified regular expression pattern.
=item * B<names.max> => I<str>
Only return records where the 'names' field is less than or equal to specified value.
=item * B<names.min> => I<str>
Only return records where the 'names' field is greater than or equal to specified value.
=item * B<names.not_contains> => I<str>
Only return records where the 'names' field does not contain specified text.
=item * B<names.not_in> => I<array[str]>
Only return records where the 'names' field is not in the specified values.
=item * B<names.not_matches> => I<str>
Only return records where the 'names' field does not match specified regular expression.
=item * B<names.xmax> => I<str>
Only return records where the 'names' field is less than specified value.
=item * B<names.xmin> => I<str>
Only return records where the 'names' field is greater than specified value.
lib/App/ENumberUtils.pm view on Meta::CPAN
Only return records where the 'purpose' field matches specified regular expression pattern.
=item * B<purpose.max> => I<str>
Only return records where the 'purpose' field is less than or equal to specified value.
=item * B<purpose.min> => I<str>
Only return records where the 'purpose' field is greater than or equal to specified value.
=item * B<purpose.not_contains> => I<str>
Only return records where the 'purpose' field does not contain specified text.
=item * B<purpose.not_in> => I<array[str]>
Only return records where the 'purpose' field is not in the specified values.
=item * B<purpose.not_matches> => I<str>
Only return records where the 'purpose' field does not match specified regular expression.
=item * B<purpose.xmax> => I<str>
Only return records where the 'purpose' field is less than specified value.
=item * B<purpose.xmin> => I<str>
Only return records where the 'purpose' field is greater than specified value.
lib/App/ENumberUtils.pm view on Meta::CPAN
Only return records where the 'status' field matches specified regular expression pattern.
=item * B<status.max> => I<str>
Only return records where the 'status' field is less than or equal to specified value.
=item * B<status.min> => I<str>
Only return records where the 'status' field is greater than or equal to specified value.
=item * B<status.not_contains> => I<str>
Only return records where the 'status' field does not contain specified text.
=item * B<status.not_in> => I<array[str]>
Only return records where the 'status' field is not in the specified values.
=item * B<status.not_matches> => I<str>
Only return records where the 'status' field does not match specified regular expression.
=item * B<status.xmax> => I<str>
Only return records where the 'status' field is less than specified value.
=item * B<status.xmin> => I<str>
Only return records where the 'status' field is greater than specified value.
( run in 0.788 second using v1.01-cache-2.11-cpan-cc502c75498 )