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