App-ListIntlPhoneCodes

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

    *   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*

README  view on Meta::CPAN

    *   codes.max => *str*

        Only return records where the 'codes' field is less than or equal to
        specified value.

    *   codes.min => *str*

        Only return records where the 'codes' field is greater than or equal
        to specified value.

    *   codes.not_contains => *str*

        Only return records where the 'codes' field does not contain
        specified text.

    *   codes.not_in => *array[str]*

        Only return records where the 'codes' field is not in the specified
        values.

    *   codes.xmax => *str*

        Only return records where the 'codes' field is less than specified
        value.

    *   codes.xmin => *str*

README  view on Meta::CPAN

    *   en_country_name.max => *str*

        Only return records where the 'en_country_name' field is less than
        or equal to specified value.

    *   en_country_name.min => *str*

        Only return records where the 'en_country_name' field is greater
        than or equal to specified value.

    *   en_country_name.not_contains => *str*

        Only return records where the 'en_country_name' field does not
        contain specified text.

    *   en_country_name.not_in => *array[str]*

        Only return records where the 'en_country_name' field is not in the
        specified values.

    *   en_country_name.xmax => *str*

        Only return records where the 'en_country_name' field is less than
        specified value.

    *   en_country_name.xmin => *str*

lib/App/ListIntlPhoneCodes.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/ListIntlPhoneCodes.pm  view on Meta::CPAN

Only return records where the 'codes' field does not equal specified value.

=item * B<codes.max> => I<str>

Only return records where the 'codes' field is less than or equal to specified value.

=item * B<codes.min> => I<str>

Only return records where the 'codes' field is greater than or equal to specified value.

=item * B<codes.not_contains> => I<str>

Only return records where the 'codes' field does not contain specified text.

=item * B<codes.not_in> => I<array[str]>

Only return records where the 'codes' field is not in the specified values.

=item * B<codes.xmax> => I<str>

Only return records where the 'codes' field is less than specified value.

=item * B<codes.xmin> => I<str>

Only return records where the 'codes' field is greater than specified value.

lib/App/ListIntlPhoneCodes.pm  view on Meta::CPAN

Only return records where the 'en_country_name' field does not equal specified value.

=item * B<en_country_name.max> => I<str>

Only return records where the 'en_country_name' field is less than or equal to specified value.

=item * B<en_country_name.min> => I<str>

Only return records where the 'en_country_name' field is greater than or equal to specified value.

=item * B<en_country_name.not_contains> => I<str>

Only return records where the 'en_country_name' field does not contain specified text.

=item * B<en_country_name.not_in> => I<array[str]>

Only return records where the 'en_country_name' field is not in the specified values.

=item * B<en_country_name.xmax> => I<str>

Only return records where the 'en_country_name' field is less than specified value.

=item * B<en_country_name.xmin> => I<str>

Only return records where the 'en_country_name' field is greater than specified value.

script/list-intl-phone-codes  view on Meta::CPAN


List of available configuration parameters:

 alpha2 (see --alpha2)
 alpha2.contains (see --alpha2-contains)
 alpha2.in (see --alpha2-in)
 alpha2.is (see --alpha2-is)
 alpha2.isnt (see --alpha2-isnt)
 alpha2.max (see --alpha2-max)
 alpha2.min (see --alpha2-min)
 alpha2.not_contains (see --alpha2-not-contains)
 alpha2.not_in (see --alpha2-not-in)
 alpha2.xmax (see --alpha2-xmax)
 alpha2.xmin (see --alpha2-xmin)
 codes (see --codes)
 codes.contains (see --codes-contains)
 codes.in (see --codes-in)
 codes.is (see --codes-is)
 codes.isnt (see --codes-isnt)
 codes.max (see --codes-max)
 codes.min (see --codes-min)
 codes.not_contains (see --codes-not-contains)
 codes.not_in (see --codes-not-in)
 codes.xmax (see --codes-xmax)
 codes.xmin (see --codes-xmin)
 detail (see --detail)
 en_country_name (see --en-country-name)
 en_country_name.contains (see --en-country-name-contains)
 en_country_name.in (see --en-country-name-in)
 en_country_name.is (see --en-country-name-is)
 en_country_name.isnt (see --en-country-name-isnt)
 en_country_name.max (see --en-country-name-max)
 en_country_name.min (see --en-country-name-min)
 en_country_name.not_contains (see --en-country-name-not-contains)
 en_country_name.not_in (see --en-country-name-not-in)
 en_country_name.xmax (see --en-country-name-xmax)
 en_country_name.xmin (see --en-country-name-xmin)
 exclude_fields (see --exclude-field)
 fields (see --field)
 format (see --format)
 naked_res (see --naked-res)
 query (see --query)
 random (see --random)
 result_limit (see --result-limit)
 result_start (see --result-start)



( run in 1.122 second using v1.01-cache-2.11-cpan-0a987023a57 )